Skip to content

Commit 922350b

Browse files
committed
chore: bumps dependencies and adjust scripts
1 parent 4df6d04 commit 922350b

3 files changed

Lines changed: 22 additions & 15 deletions

File tree

composer.json

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,21 +44,28 @@
4444
}
4545
},
4646
"scripts": {
47-
"lint": "pint",
48-
"refactor": "rector",
47+
"bump:minor": [
48+
"composer update && composer bump",
49+
"npx npm-check-updates -u -t minor && npm install"
50+
],
51+
"lint": [
52+
"rector",
53+
"pint"
54+
],
4955
"test:type-coverage": "pest --type-coverage --exactly=100",
5056
"test:typos": "peck",
51-
"test:lint": "pint --test",
57+
"test:lint": [
58+
"rector --dry-run",
59+
"pint --test"
60+
],
5261
"test:unit": "pest --parallel --coverage --exactly=80.5",
5362
"test:types": "phpstan",
54-
"test:refactor": "rector --dry-run",
5563
"test": [
5664
"@test:lint",
5765
"@test:type-coverage",
5866
"@test:typos",
5967
"@test:unit",
60-
"@test:types",
61-
"@test:refactor"
68+
"@test:types"
6269
],
6370
"post-update-cmd": [
6471
"composer install -d playground --ansi"

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
},
2222
"homepage": "https://github.com/pestphp/pest-plugin-browser#readme",
2323
"dependencies": {
24-
"playwright": "^1.51.0"
24+
"playwright": "^1.53.0"
2525
}
2626
}

0 commit comments

Comments
 (0)