Skip to content

Commit 947ab2e

Browse files
TerrorSquadgithub-actions[bot]
authored andcommitted
chore(deps): update booster dependencies
- Update Node.js to 24.18.0 - Update pnpm to 11.10.0 - Update PHP packages to latest versions - Update NPM packages to latest versions
1 parent 0a91529 commit 947ab2e

4 files changed

Lines changed: 225 additions & 266 deletions

File tree

booster/composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
}
1010
],
1111
"require-dev": {
12-
"rector/rector": "^2.4.2",
13-
"phpstan/phpstan": "^2.1.54",
14-
"symplify/easy-coding-standard": "^13.1.2",
15-
"zircote/swagger-php": "^6.1.2",
12+
"rector/rector": "^2.5.3",
13+
"phpstan/phpstan": "^2.2.5",
14+
"symplify/easy-coding-standard": "^13.2.6",
15+
"zircote/swagger-php": "^6.3.0",
1616
"psalm/phar": "^6.16.1",
17-
"deptrac/deptrac": "^4.6.0"
17+
"deptrac/deptrac": "^4.6.2"
1818
},
1919
"scripts": {
2020
"generate-api-spec": "php openapi/api.php",

booster/mise.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[tools]
2-
node = "24.15.0"
3-
pnpm = "10.33.2"
2+
node = "24.18.0"
3+
pnpm = "11.10.0"

booster/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"prepare": "husky || true"
1111
},
1212
"devDependencies": {
13-
"@commitlint/cli": "^20.5.3",
14-
"@commitlint/config-conventional": "^20.5.3",
15-
"@commitlint/types": "^20.5.0",
16-
"@types/node": "^25.6.0",
17-
"@vitest/coverage-v8": "^4.1.5",
13+
"@commitlint/cli": "^21.2.0",
14+
"@commitlint/config-conventional": "^21.2.0",
15+
"@commitlint/types": "^21.2.0",
16+
"@types/node": "^26.1.0",
17+
"@vitest/coverage-v8": "^4.1.10",
1818
"husky": "^9.1.7",
1919
"typescript": "^6.0.3",
2020
"validate-branch-name": "^1.3.2",
21-
"vitest": "^4.1.5",
21+
"vitest": "^4.1.10",
2222
"zx": "^8.8.5"
2323
}
2424
}

0 commit comments

Comments
 (0)