Skip to content
Merged
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 .github/workflows/publish-learn-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
python-version: ['3.12']
node-version: [22.x]
node-version: [24.x]

steps:
- name: Trigger publishing on learn-latest repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sphinx-books-tests.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
python-version: ['3.12']
node-version: [22.x]
node-version: [24.x]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sphinx-content-tests.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
python-version: ['3.12']
node-version: [22.x]
node-version: [24.x]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typescript-tests.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
python-version: ['3.12']
node-version: [22.x]
node-version: [24.x]

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 3 additions & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $frontend = <<-SHELL
#!/bin/bash -eux

# Enable the NodeSource repository
curl -sL https://deb.nodesource.com/setup_22.x | bash -
curl -sL https://deb.nodesource.com/setup_24.x | bash -

# Generate list of installed packages
dpkg -l | awk '$1 == "ii" { printf "%s\\n", $2 }' > /vagrant/vm_apt_installed.txt
Expand Down Expand Up @@ -192,6 +192,8 @@ $epub = <<-SHELL
rm *.tar.gz
done

rm -f ${path_ada_toolchain_default}/*

ln -sf ${path_ada_toolchain_root}/gnat/${default_version_gnat} ${path_ada_toolchain_default}/gnat
ln -sf ${path_ada_toolchain_root}/gnatprove/${default_version_gnatprove} ${path_ada_toolchain_default}/gnatprove
ln -sf ${path_ada_toolchain_root}/gprbuild/${default_version_gprbuild} ${path_ada_toolchain_default}/gprbuild
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/jsdom": "^21.1.7",
"@types/jszip": "^3.4.1",
"@types/mocha": "^10.0.10",
"@types/node": "^22.15.2",
"@types/node": "^24.0.4",
"@typescript-eslint/eslint-plugin": "^8.31.0",
"@typescript-eslint/parser": "^8.31.0",
"amd-loader": "^0.0.8",
Expand Down
2 changes: 1 addition & 1 deletion frontend/vm_apt_epub.txt
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ netplan-generator=1.1.2-2~ubuntu24.04.1
netplan.io=1.1.2-2~ubuntu24.04.1
networkd-dispatcher=2.2.4-1
nftables=1.0.9-1build1
nodejs=22.16.0-1nodesource1
nodejs=24.3.0-1nodesource1
ntfs-3g=1:2022.10.3-1.2ubuntu3
numactl=2.0.18-1build1
open-iscsi=2.1.9-3ubuntu5.3
Expand Down
2 changes: 1 addition & 1 deletion frontend/vm_apt_web.txt
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ netplan-generator=1.1.2-2~ubuntu24.04.1
netplan.io=1.1.2-2~ubuntu24.04.1
networkd-dispatcher=2.2.4-1
nftables=1.0.9-1build1
nodejs=22.16.0-1nodesource1
nodejs=24.3.0-1nodesource1
ntfs-3g=1:2022.10.3-1.2ubuntu3
numactl=2.0.18-1build1
open-iscsi=2.1.9-3ubuntu5.3
Expand Down
20 changes: 10 additions & 10 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2774,12 +2774,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^22.15.2":
version: 22.15.2
resolution: "@types/node@npm:22.15.2"
"@types/node@npm:^24.0.4":
version: 24.0.4
resolution: "@types/node@npm:24.0.4"
dependencies:
undici-types: "npm:~6.21.0"
checksum: 10c0/39da31d5fc63b14fabd217bb8a921c4a7fc3d99f233440209f9fc2d5d736e8773f7efc65223e2fd0e8db8390b0baab9c0cd2e951c2ece8b237f07313ab3cf295
undici-types: "npm:~7.8.0"
checksum: 10c0/590e8cb0ec59fb9cd566402120e690d87ecbdf57f1ee2b8493266121ed33aa4b25949a0c6156b84a6ffb9250baaf1f80e9af142da542ed603e6ee73fc4d1115f
languageName: node
linkType: hard

Expand Down Expand Up @@ -8380,7 +8380,7 @@ __metadata:
"@types/jsdom": "npm:^21.1.7"
"@types/jszip": "npm:^3.4.1"
"@types/mocha": "npm:^10.0.10"
"@types/node": "npm:^22.15.2"
"@types/node": "npm:^24.0.4"
"@typescript-eslint/eslint-plugin": "npm:^8.31.0"
"@typescript-eslint/parser": "npm:^8.31.0"
ace-builds: "npm:^1.40.1"
Expand Down Expand Up @@ -12938,10 +12938,10 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.21.0":
version: 6.21.0
resolution: "undici-types@npm:6.21.0"
checksum: 10c0/c01ed51829b10aa72fc3ce64b747f8e74ae9b60eafa19a7b46ef624403508a54c526ffab06a14a26b3120d055e1104d7abe7c9017e83ced038ea5cf52f8d5e04
"undici-types@npm:~7.8.0":
version: 7.8.0
resolution: "undici-types@npm:7.8.0"
checksum: 10c0/9d9d246d1dc32f318d46116efe3cfca5a72d4f16828febc1918d94e58f6ffcf39c158aa28bf5b4fc52f410446bc7858f35151367bd7a49f21746cab6497b709b
languageName: node
linkType: hard

Expand Down
Loading