From a39443a5e0908bb76bf2253da5875b516c6369b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 21:07:46 +0000 Subject: [PATCH] chore(deps): update node.js to v24 --- .github/workflows/check-dist.yml | 2 +- .github/workflows/example-basic-pnpm.yml | 2 +- .github/workflows/main.yml | 2 +- .node-version | 2 +- package-lock.json | 18 ++++++++++-------- package.json | 2 +- 6 files changed, 15 insertions(+), 13 deletions(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 0deca8824..a1f925818 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -26,7 +26,7 @@ jobs: # https://github.com/cypress-io/github-action/blob/master/action.yml # Node.js minor version is aligned to # https://github.com/actions/runner/blob/main/src/Misc/externals.sh - node-version: 20.19.5 + node-version: 24.11.0 - run: npm ci - run: npm run format - run: npm run build diff --git a/.github/workflows/example-basic-pnpm.yml b/.github/workflows/example-basic-pnpm.yml index 09da4ec27..fe4ec4d80 100644 --- a/.github/workflows/example-basic-pnpm.yml +++ b/.github/workflows/example-basic-pnpm.yml @@ -27,7 +27,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 24 cache: 'pnpm' cache-dependency-path: examples/basic-pnpm/pnpm-lock.yaml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 718a4345d..e6f42b485 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: # https://github.com/cypress-io/github-action/blob/master/action.yml # Node.js minor version is aligned to # https://github.com/actions/runner/blob/main/src/Misc/externals.sh - node-version: 20.19.5 + node-version: 24.11.0 - run: npm ci # Core action code - run: npm run format # Prettier formats core action code diff --git a/.node-version b/.node-version index 2bd5a0a98..a45fd52cc 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -22 +24 diff --git a/package-lock.json b/package-lock.json index c83f7d36c..340e8c089 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "devDependencies": { "@eslint/js": "9.38.0", "@stylistic/eslint-plugin": "5.5.0", - "@types/node": "24.0.15", + "@types/node": "24.9.2", "@vercel/ncc": "0.38.1", "eslint": "9.38.0", "eslint-plugin-cypress": "5.2.0", @@ -941,12 +941,12 @@ } }, "node_modules/@types/node": { - "version": "24.0.15", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.15.tgz", - "integrity": "sha512-oaeTSbCef7U/z7rDeJA138xpG3NuKc64/rZ2qmUFkFJmnMsAPaluIifqyWd8hSSMxyP9oie3dLAqYPblag9KgA==", + "version": "24.9.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.9.2.tgz", + "integrity": "sha512-uWN8YqxXxqFMX2RqGOrumsKeti4LlmIMIyV0lgut4jx7KQBcBiW6vkDtIBvHnHIquwNfJhk8v2OtmO8zXWHfPA==", "license": "MIT", "dependencies": { - "undici-types": "~7.8.0" + "undici-types": "~7.16.0" } }, "node_modules/@types/responselike": { @@ -1000,6 +1000,7 @@ "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", "dev": true, "license": "MIT", + "peer": true, "bin": { "acorn": "bin/acorn" }, @@ -1688,6 +1689,7 @@ "integrity": "sha512-t5aPOpmtJcZcz5UJyY2GbvpDlsK5E8JqRqoKtfiKE3cNh437KIqfJr3A3AKf5k64NPx6d0G3dno6XDY05PqPtw==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.8.0", "@eslint-community/regexpp": "^4.12.1", @@ -3362,9 +3364,9 @@ } }, "node_modules/undici-types": { - "version": "7.8.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz", - "integrity": "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==", + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", + "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", "license": "MIT" }, "node_modules/universal-user-agent": { diff --git a/package.json b/package.json index c728361b1..83f849542 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "devDependencies": { "@eslint/js": "9.38.0", "@stylistic/eslint-plugin": "5.5.0", - "@types/node": "24.0.15", + "@types/node": "24.9.2", "@vercel/ncc": "0.38.1", "eslint": "9.38.0", "eslint-plugin-cypress": "5.2.0",