From 3a1f395b8120772a757b405c423db262851286d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 13:47:24 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/ci.yml | 6 ++--- .github/workflows/release.yml | 2 +- package.json | 2 +- pnpm-lock.yaml | 50 ++++++++++++++++++----------------- 4 files changed, 31 insertions(+), 29 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43185ba..4680bce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - name: ⎔ Setup Node.js uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 24.14.1 cache: pnpm - name: 📥 Install dependencies @@ -53,7 +53,7 @@ jobs: - name: ⎔ Setup Node.js uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 24.14.1 cache: pnpm - name: 📥 Install dependencies @@ -87,7 +87,7 @@ jobs: - name: ⎔ Setup Node.js uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 24.14.1 cache: pnpm - name: 📥 Install dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 287a9cc..88b2d46 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 22.15.0 + node-version: 24.14.1 - run: npx changelogithub env: diff --git a/package.json b/package.json index 019ec6f..62721d0 100644 --- a/package.json +++ b/package.json @@ -417,7 +417,7 @@ }, "devDependencies": { "@biomejs/biome": "^1.9.4", - "@types/node": "22.14.1", + "@types/node": "24.12.2", "@types/vscode": "^1.77.0", "@types/ws": "^8.18.1", "@vscode/test-cli": "^0.0.10", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0bad672..0405424 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: ^1.9.4 version: 1.9.4 '@types/node': - specifier: 22.14.1 - version: 22.14.1 + specifier: 24.12.2 + version: 24.12.2 '@types/vscode': specifier: ^1.77.0 version: 1.98.0 @@ -55,7 +55,7 @@ importers: version: 5.8.2 vitest: specifier: ^3.1.2 - version: 3.1.2(@types/node@22.14.1) + version: 3.1.2(@types/node@24.12.2) ws: specifier: ^8.18.1 version: 8.18.1 @@ -570,8 +570,8 @@ packages: '@types/mocha@10.0.10': resolution: {integrity: sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q==} - '@types/node@22.14.1': - resolution: {integrity: sha512-u0HuPQwe/dHrItgHHpmw3N2fYCR6x4ivMNbPHRkBVP4CvN+kiRrKHWk3i8tXiO/joPwXLMYvF9TTF0eqgHIuOw==} + '@types/node@24.12.2': + resolution: {integrity: sha512-A1sre26ke7HDIuY/M23nd9gfB+nrmhtYyMINbjI1zHJxYteKR6qSMX56FsmjMcDb3SMcjJg5BiRRgOCC/yBD0g==} '@types/vscode@1.98.0': resolution: {integrity: sha512-+KuiWhpbKBaG2egF+51KjbGWatTH5BbmWQjSLMDCssb4xF8FJnW4nGH4nuAdOOfMbpD0QlHtI+C3tPq+DoKElg==} @@ -928,16 +928,17 @@ packages: glob@10.4.5: resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==} + deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me hasBin: true glob@7.2.3: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} - deprecated: Glob versions prior to v9 are no longer supported + deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me glob@8.1.0: resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==} engines: {node: '>=12'} - deprecated: Glob versions prior to v9 are no longer supported + deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me graceful-fs@4.2.11: resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} @@ -1351,6 +1352,7 @@ packages: source-map@0.8.0-beta.0: resolution: {integrity: sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==} engines: {node: '>= 8'} + deprecated: The work that was done in this beta branch won't be included in future versions stackback@0.0.2: resolution: {integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==} @@ -1501,8 +1503,8 @@ packages: engines: {node: '>=14.17'} hasBin: true - undici-types@6.21.0: - resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==} + undici-types@7.16.0: + resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==} unique-string@3.0.0: resolution: {integrity: sha512-VGXBUVwxKMBUznyffQweQABPRRW1vHZAbadFZud4pLFAqRGvv/96vafgjWFqzourzr8YonlQiPgH0YCJfawoGQ==} @@ -1985,15 +1987,15 @@ snapshots: '@types/mocha@10.0.10': {} - '@types/node@22.14.1': + '@types/node@24.12.2': dependencies: - undici-types: 6.21.0 + undici-types: 7.16.0 '@types/vscode@1.98.0': {} '@types/ws@8.18.1': dependencies: - '@types/node': 22.14.1 + '@types/node': 24.12.2 '@vitest/expect@3.1.2': dependencies: @@ -2002,13 +2004,13 @@ snapshots: chai: 5.2.0 tinyrainbow: 2.0.0 - '@vitest/mocker@3.1.2(vite@6.1.0(@types/node@22.14.1))': + '@vitest/mocker@3.1.2(vite@6.1.0(@types/node@24.12.2))': dependencies: '@vitest/spy': 3.1.2 estree-walker: 3.0.3 magic-string: 0.30.17 optionalDependencies: - vite: 6.1.0(@types/node@22.14.1) + vite: 6.1.0(@types/node@24.12.2) '@vitest/pretty-format@3.1.2': dependencies: @@ -2958,7 +2960,7 @@ snapshots: typescript@5.8.2: {} - undici-types@6.21.0: {} + undici-types@7.16.0: {} unique-string@3.0.0: dependencies: @@ -2974,13 +2976,13 @@ snapshots: '@types/istanbul-lib-coverage': 2.0.6 convert-source-map: 2.0.0 - vite-node@3.1.2(@types/node@22.14.1): + vite-node@3.1.2(@types/node@24.12.2): dependencies: cac: 6.7.14 debug: 4.4.0 es-module-lexer: 1.6.0 pathe: 2.0.3 - vite: 6.1.0(@types/node@22.14.1) + vite: 6.1.0(@types/node@24.12.2) transitivePeerDependencies: - '@types/node' - jiti @@ -2995,19 +2997,19 @@ snapshots: - tsx - yaml - vite@6.1.0(@types/node@22.14.1): + vite@6.1.0(@types/node@24.12.2): dependencies: esbuild: 0.24.2 postcss: 8.5.2 rollup: 4.34.8 optionalDependencies: - '@types/node': 22.14.1 + '@types/node': 24.12.2 fsevents: 2.3.3 - vitest@3.1.2(@types/node@22.14.1): + vitest@3.1.2(@types/node@24.12.2): dependencies: '@vitest/expect': 3.1.2 - '@vitest/mocker': 3.1.2(vite@6.1.0(@types/node@22.14.1)) + '@vitest/mocker': 3.1.2(vite@6.1.0(@types/node@24.12.2)) '@vitest/pretty-format': 3.1.2 '@vitest/runner': 3.1.2 '@vitest/snapshot': 3.1.2 @@ -3024,11 +3026,11 @@ snapshots: tinyglobby: 0.2.13 tinypool: 1.0.2 tinyrainbow: 2.0.0 - vite: 6.1.0(@types/node@22.14.1) - vite-node: 3.1.2(@types/node@22.14.1) + vite: 6.1.0(@types/node@24.12.2) + vite-node: 3.1.2(@types/node@24.12.2) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 22.14.1 + '@types/node': 24.12.2 transitivePeerDependencies: - jiti - less