Skip to content

Commit 3d5f12a

Browse files
chore(deps): update all non-major dependencies
1 parent 8a1ba81 commit 3d5f12a

13 files changed

Lines changed: 3786 additions & 3063 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"image": "mcr.microsoft.com/devcontainers/base:trixie",
44
"features": {
55
"ghcr.io/devcontainers/features/node:1": {
6-
"version": "16.18.1"
6+
"version": "16.20.2"
77
},
88
"ghcr.io/devcontainers/features/php:1": {
99
"version": "8.4",

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# lint tools themselves need it: cspell requires >=22.18.0,
2727
# markdownlint-cli2 >=22, commitlint >=22.12.0. This job only
2828
# runs root-level tooling, never touches the app's own runtime.
29-
node-version: '22'
29+
node-version: '22.23.2'
3030
cache: 'npm'
3131

3232
- run: npm install
@@ -207,7 +207,7 @@ jobs:
207207
- name: Setup Node
208208
uses: actions/setup-node@v7
209209
with:
210-
node-version: '22'
210+
node-version: '22.23.2'
211211

212212
- name: Run the script tests with coverage
213213
run: npm run test:scripts:coverage

.gitlab-ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cache:
2424
# tools themselves need it: cspell requires >=22.18.0, markdownlint-cli2
2525
# >=22, commitlint >=22.12.0. This template only runs root-level
2626
# tooling, never touches the app's own runtime.
27-
image: node:22
27+
image: node:22.23.2
2828
cache:
2929
key:
3030
files:
@@ -201,7 +201,7 @@ lint:vale:
201201
- vale README.md
202202

203203
.php-node-setup:
204-
image: php:8.4
204+
image: php:8.5
205205
before_script:
206206
- apt-get update -yqq
207207
- apt-get install -yqq $PHP_APT_PACKAGES python3 python3-setuptools build-essential
@@ -253,7 +253,7 @@ test_unit:
253253
# and node:assert, so they run on a modern Node with nothing installed.
254254
test_scripts:
255255
stage: test
256-
image: node:22
256+
image: node:22.23.2
257257
needs: []
258258
script:
259259
- npm run test:scripts:coverage
@@ -440,7 +440,7 @@ test_consumer_install:
440440
extends: .php-node-setup
441441
# The documented minimum, so a pass means the lock and the provisioning
442442
# actually work there - not just on a newer PHP.
443-
image: php:8.3
443+
image: php:8.5
444444
stage: test
445445
needs: []
446446
script:
@@ -456,7 +456,7 @@ test_consumer_install:
456456
# fail loudly, and a too-old PHP must be rejected by the preflight.
457457
test_install_guardrails:
458458
stage: test
459-
image: node:22
459+
image: node:22.23.2
460460
needs: []
461461
script:
462462
# npm install without PHP: exits 0 and points at `npm run setup`.

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.18.1
1+
16.20.2

drupal/composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515
}
1616
],
1717
"require": {
18-
"composer/installers": "^2.2",
19-
"cweagans/composer-patches": "^2.0@beta",
18+
"composer/installers": "^2.3.0",
19+
"cweagans/composer-patches": "^2.0.0@beta",
2020
"drupal/core-composer-scaffold": "~11",
2121
"drupal/core-project-message": "~11",
2222
"drupal/core-recommended": "~11",
23-
"drupal/decoupled_router": "^2.0 <2.0.7",
24-
"drupal/druxt": "^1.2",
23+
"drupal/decoupled_router": "^2.0.7 <2.0.8",
24+
"drupal/druxt": "^1.2.1",
2525
"drupal/simple_oauth": "^6",
2626
"drush/drush": "^13",
27-
"vlucas/phpdotenv": "^5.5"
27+
"vlucas/phpdotenv": "^5.7.0"
2828
},
2929
"conflict": {
3030
"drupal/drupal": "*"

drupal/composer.lock

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

mise.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# bundled with Node). This Node version bundles npm 8.19.2, matching
66
# package.json's "packageManager" field.
77
[tools]
8-
node = "16.18.1"
9-
php = "8.4"
8+
node = "16.20.2"
9+
php = "8.5.10"
1010

1111
[tasks.setup]
1212
description = "Install frontend deps, provision Drupal (SQLite), start the backend."

nuxt/.mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[tools]
2-
node = "16.18.1"
2+
node = "16.20.2"

nuxt/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.18.1
1+
16.20.2

0 commit comments

Comments
 (0)