From e8b2f902dfdc89d98bf9a08d33f2b28a71fc8bff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 06:43:01 +0000 Subject: [PATCH] chore(deps): update node.js to v24 --- .devcontainer/devcontainer.json | 2 +- .github/workflows/act.yml | 4 ++-- .github/workflows/desktop-ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- desktop/.nvmrc | 2 +- sites/images-devsy-sh/package-lock.json | 16 ++++++++-------- sites/images-devsy-sh/package.json | 2 +- 7 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 4014450b7..289a39b77 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,7 +4,7 @@ "ghcr.io/devcontainers-extra/features/go-task:1": {}, "ghcr.io/devcontainers-extra/features/prek:1": {}, "ghcr.io/devcontainers/features/node:2": { - "version": "22" + "version": "24" }, "ghcr.io/devcontainers/features/python:1": { "version": "3.12" diff --git a/.github/workflows/act.yml b/.github/workflows/act.yml index e760dc90a..a7c65ccfe 100644 --- a/.github/workflows/act.yml +++ b/.github/workflows/act.yml @@ -72,7 +72,7 @@ jobs: - name: setup Node uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 with: - node-version: "22" + node-version: "24" - name: install dependencies working-directory: ./desktop @@ -95,7 +95,7 @@ jobs: - name: setup Node uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 with: - node-version: "22" + node-version: "24" - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7 with: diff --git a/.github/workflows/desktop-ci.yml b/.github/workflows/desktop-ci.yml index d2d88b93a..10d54c017 100644 --- a/.github/workflows/desktop-ci.yml +++ b/.github/workflows/desktop-ci.yml @@ -38,7 +38,7 @@ jobs: - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 if: needs.changes.outputs.desktop == 'true' with: - node-version: 22 + node-version: 24 cache: npm cache-dependency-path: desktop/package-lock.json @@ -88,7 +88,7 @@ jobs: - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 with: - node-version: 22 + node-version: 24 cache: npm cache-dependency-path: desktop/package-lock.json diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2838fa1fa..ab2060ba3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -85,7 +85,7 @@ jobs: - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 with: - node-version: 22 + node-version: 24 cache: npm cache-dependency-path: desktop/package-lock.json diff --git a/desktop/.nvmrc b/desktop/.nvmrc index 2bd5a0a98..a45fd52cc 100644 --- a/desktop/.nvmrc +++ b/desktop/.nvmrc @@ -1 +1 @@ -22 +24 diff --git a/sites/images-devsy-sh/package-lock.json b/sites/images-devsy-sh/package-lock.json index bad14c90e..e0b35e2b8 100644 --- a/sites/images-devsy-sh/package-lock.json +++ b/sites/images-devsy-sh/package-lock.json @@ -12,7 +12,7 @@ "@tailwindcss/vite": "4.3.3", "@testing-library/jest-dom": "6.9.1", "@testing-library/svelte": "5.4.2", - "@types/node": "22.20.1", + "@types/node": "24.13.3", "jsdom": "29.1.1", "svelte": "5.56.6", "svelte-check": "4.7.3", @@ -1662,13 +1662,13 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.20.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.20.1.tgz", - "integrity": "sha512-EANqOCF9QFyra+4pfxUcX9STKJpCLjMbObVzljIJomAWSnuSIEAvyzEU53GaajbXJEgdh0iEcPL+DGvpUd4k1Q==", + "version": "24.13.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.13.3.tgz", + "integrity": "sha512-Dh8vAsV36ig5wa9OX4pXvMc9D3Veibfw2wix0CUwYODLD8nkj9UsLjASr49nPg+2eKzxhBV+v7L8pXvT4e639Q==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~7.18.0" } }, "node_modules/@types/trusted-types": { @@ -3462,9 +3462,9 @@ } }, "node_modules/undici-types": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", - "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", + "version": "7.18.2", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz", + "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==", "dev": true, "license": "MIT" }, diff --git a/sites/images-devsy-sh/package.json b/sites/images-devsy-sh/package.json index 6efadfe92..def08d270 100644 --- a/sites/images-devsy-sh/package.json +++ b/sites/images-devsy-sh/package.json @@ -16,7 +16,7 @@ "@tailwindcss/vite": "4.3.3", "@testing-library/jest-dom": "6.9.1", "@testing-library/svelte": "5.4.2", - "@types/node": "22.20.1", + "@types/node": "24.13.3", "jsdom": "29.1.1", "svelte": "5.56.6", "svelte-check": "4.7.3",