From 16c93a82a222df5e3867bdad1e09340642b9cb9e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 2 Jan 2026 01:06:25 +0800 Subject: [PATCH] chore(deps): replace dependency @tsconfig/node22 with @tsconfig/node24 --- e2e/tsconfig.json | 2 +- package.json | 2 +- pnpm-lock.yaml | 12 ++++++------ tsconfig.node.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/e2e/tsconfig.json b/e2e/tsconfig.json index f31fe71..9f69f27 100644 --- a/e2e/tsconfig.json +++ b/e2e/tsconfig.json @@ -1,4 +1,4 @@ { - "extends": "@tsconfig/node22/tsconfig.json", + "extends": "@tsconfig/node24/tsconfig.json", "include": ["./**/*"] } diff --git a/package.json b/package.json index 1370446..5cc7b4b 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "@stylelint-types/stylelint-order": "^7.0.0", "@stylelint-types/stylelint-scss": "^6.11.0", "@stylistic/eslint-plugin": "^5.6.1", - "@tsconfig/node22": "^22.0.5", + "@tsconfig/node24": "^24.0.0", "@types/html-minifier-terser": "^7.0.2", "@types/jsdom": "^27.0.0", "@types/lodash-es": "^4.17.12", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b74d554..9bf352f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -123,9 +123,9 @@ importers: '@stylistic/eslint-plugin': specifier: ^5.6.1 version: 5.6.1(eslint@9.39.1(jiti@2.6.1)) - '@tsconfig/node22': - specifier: ^22.0.5 - version: 22.0.5 + '@tsconfig/node24': + specifier: ^24.0.0 + version: 24.0.3 '@types/html-minifier-terser': specifier: ^7.0.2 version: 7.0.2 @@ -2339,8 +2339,8 @@ packages: peerDependencies: eslint: '>=9.0.0' - '@tsconfig/node22@22.0.5': - resolution: {integrity: sha512-hLf2ld+sYN/BtOJjHUWOk568dvjFQkHnLNa6zce25GIH+vxKfvTgm3qpaH6ToF5tu/NN0IH66s+Bb5wElHrLcw==} + '@tsconfig/node24@24.0.3': + resolution: {integrity: sha512-vcERKtKQKHgzt/vfS3Gjasd8SUI2a0WZXpgJURdJsMySpS5+ctgbPfuLj2z/W+w4lAfTWxoN4upKfu2WzIRYnw==} '@tybys/wasm-util@0.10.1': resolution: {integrity: sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==} @@ -8145,7 +8145,7 @@ snapshots: estraverse: 5.3.0 picomatch: 4.0.3 - '@tsconfig/node22@22.0.5': {} + '@tsconfig/node24@24.0.3': {} '@tybys/wasm-util@0.10.1': dependencies: diff --git a/tsconfig.node.json b/tsconfig.node.json index e4f974a..b7bf51a 100644 --- a/tsconfig.node.json +++ b/tsconfig.node.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node22/tsconfig.json", + "extends": "@tsconfig/node24/tsconfig.json", "include": [ "vite.config.*", "vitest.config.*",