Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"image": "mcr.microsoft.com/devcontainers/base:trixie",
"features": {
"ghcr.io/devcontainers/features/node:1": {
"version": "16.18.1"
"version": "16.20.2"
},
"ghcr.io/devcontainers/features/php:1": {
"version": "8.4",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI

Check warning on line 1 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / lint

1:1 [document-start] missing document start "---"

Check warning on line 1 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / lint

1:1 [document-start] missing document start "---"

on:

Check warning on line 3 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / lint

3:1 [truthy] truthy value should be one of [false, true]

Check warning on line 3 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / lint

3:1 [truthy] truthy value should be one of [false, true]
push:
Expand Down Expand Up @@ -26,7 +26,7 @@
# lint tools themselves need it: cspell requires >=22.18.0,
# markdownlint-cli2 >=22, commitlint >=22.12.0. This job only
# runs root-level tooling, never touches the app's own runtime.
node-version: '22'
node-version: '22.23.2'
cache: 'npm'

- run: npm install
Expand Down
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
stages:

Check warning on line 1 in .gitlab-ci.yml

View workflow job for this annotation

GitHub Actions / lint

1:1 [document-start] missing document start "---"

Check warning on line 1 in .gitlab-ci.yml

View workflow job for this annotation

GitHub Actions / lint

1:1 [document-start] missing document start "---"
- lint
- build
- test
Expand All @@ -24,7 +24,7 @@
# tools themselves need it: cspell requires >=22.18.0, markdownlint-cli2
# >=22, commitlint >=22.12.0. This template only runs root-level
# tooling, never touches the app's own runtime.
image: node:22
image: node:22.23.2
cache:
key:
files:
Expand Down Expand Up @@ -191,7 +191,7 @@
- vale README.md

.php-node-setup:
image: php:8.4
image: php:8.5
before_script:
- apt-get update -yqq
- apt-get install -yqq $PHP_APT_PACKAGES python3 python3-setuptools build-essential
Expand Down Expand Up @@ -428,7 +428,7 @@
# fail loudly, and a too-old PHP must be rejected by the preflight.
test_install_guardrails:
stage: test
image: node:22
image: node:22.23.2
needs: []
script:
# npm install without PHP: exits 0 and points at `npm run setup`.
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.18.1
16.20.2
8 changes: 4 additions & 4 deletions drupal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
}
],
"require": {
"composer/installers": "^2.2",
"cweagans/composer-patches": "^2.0@beta",
"composer/installers": "^2.3.0",
"cweagans/composer-patches": "^2.0.0@beta",
"drupal/core-composer-scaffold": "~11",
"drupal/core-project-message": "~11",
"drupal/core-recommended": "~11",
"drupal/druxt": "^1.2",
"drupal/druxt": "^1.2.1",
"drupal/simple_oauth": "^6",
"drush/drush": "^13",
"vlucas/phpdotenv": "^5.5"
"vlucas/phpdotenv": "^5.6.4"
},
"require-dev": {
"drupal/core-dev": "~11"
Expand Down
2 changes: 1 addition & 1 deletion drupal/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# bundled with Node). This Node version bundles npm 8.19.2, matching
# package.json's "packageManager" field.
[tools]
node = "16.18.1"
php = "8.4"
node = "16.20.2"
php = "8.5.9"

[tasks.setup]
description = "Install frontend deps, provision Drupal (SQLite), start the backend."
Expand Down
2 changes: 1 addition & 1 deletion nuxt/.mise.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[tools]
node = "16.18.1"
node = "16.20.2"
2 changes: 1 addition & 1 deletion nuxt/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.18.1
16.20.2
Loading
Loading