Skip to content

Commit c959cc4

Browse files
TerrorSquadgithub-actions[bot]
authored andcommitted
chore(deps): update booster dependencies
- Update Node.js to 24.12.0 - Update pnpm to 10.25.0 - Update PHP packages to latest versions - Update NPM packages to latest versions
1 parent 5a514fb commit c959cc4

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

booster/.ddev/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ database:
1414
use_dns_when_possible: true
1515
composer_version: "2"
1616
web_environment: []
17-
nodejs_version: "24.11.1"
17+
nodejs_version: "24.12.0"
1818
corepack_enable: true
1919
router_http_port: "6666"
2020
timezone: Europe/Berlin

booster/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
}
1010
],
1111
"require-dev": {
12-
"rector/rector": "^2.2.8",
13-
"phpstan/phpstan": "^2.1.32",
12+
"rector/rector": "^2.2.14",
13+
"phpstan/phpstan": "^2.1.33",
1414
"symplify/easy-coding-standard": "^13.0.0",
15-
"zircote/swagger-php": "^5.7.3",
16-
"psalm/phar": "^6.13.1"
15+
"zircote/swagger-php": "^5.7.6",
16+
"psalm/phar": "^6.14.1"
1717
},
1818
"scripts": {
1919
"generate-api-spec": "php documentation/api.php",

booster/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"prepare": "husky || true"
1010
},
1111
"devDependencies": {
12-
"@commitlint/cli": "^20.1.0",
13-
"@commitlint/config-conventional": "^20.0.0",
14-
"@commitlint/prompt-cli": "^20.1.0",
15-
"@commitlint/types": "^20.0.0",
16-
"@redocly/cli": "^2.11.1",
17-
"@types/node": "^24",
12+
"@commitlint/cli": "^20.2.0",
13+
"@commitlint/config-conventional": "^20.2.0",
14+
"@commitlint/prompt-cli": "^20.2.0",
15+
"@commitlint/types": "^20.2.0",
16+
"@redocly/cli": "^2.12.6",
17+
"@types/node": "^25.0.0",
1818
"dotenv": "^17.2.3",
1919
"husky": "^9.1.7",
2020
"typescript": "^5.9.3",

0 commit comments

Comments
 (0)