From 3ced27c9e639c3e79d753fee9ef17e25d34b688f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 14:15:22 +0000 Subject: [PATCH] chore(deps): replace dependency @tsconfig/node18 with @tsconfig/node20 --- package.json | 2 +- pnpm-lock.yaml | 15 +++++++++------ tsconfig.vite-config.json | 2 +- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index bf39c1a3ac..a786ec83e7 100644 --- a/package.json +++ b/package.json @@ -384,7 +384,7 @@ "@intlify/unplugin-vue-i18n": "^11.0.0", "@playwright/test": "^1.59.1", "@rushstack/eslint-patch": "^1.2.0", - "@tsconfig/node18": "^18.2.0", + "@tsconfig/node20": "^20.1.0", "@types/arr-diff": "^4.0.3", "@types/bcryptjs": "^2.4.6", "@types/big.js": "^6.2.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7c90755116..6a5ae1076c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1038,9 +1038,9 @@ importers: '@rushstack/eslint-patch': specifier: ^1.2.0 version: 1.2.0 - '@tsconfig/node18': - specifier: ^18.2.0 - version: 18.2.0 + '@tsconfig/node20': + specifier: ^20.1.0 + version: 20.1.9 '@types/arr-diff': specifier: ^4.0.3 version: 4.0.3 @@ -4115,8 +4115,8 @@ packages: resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==} engines: {node: '>= 10'} - '@tsconfig/node18@18.2.0': - resolution: {integrity: sha512-yhxwIlFVSVcMym3O31HoMnRXpoenmpIxcj4Yoes2DUpe+xCJnA7ECQP1Vw889V0jTt/2nzvpLQ/UuMYCd3JPIg==} + '@tsconfig/node20@20.1.9': + resolution: {integrity: sha512-IjlTv1RsvnPtUcjTqtVsZExKVq+KQx4g5pCP5tI7rAs6Xesl2qFwSz/tPDBC4JajkL/MlezBu3gPUwqRHl+RIg==} '@types/arr-diff@4.0.3': resolution: {integrity: sha512-oIBe7qtc48Q1JPNuqSIUYCNMQxYzTkQAEw07b0NEZpwKbUeOswzex3qfvXCLrZDIQ9t3ucIxH6JqFmjRTPbDEg==} @@ -4599,6 +4599,7 @@ packages: '@ungap/structured-clone@1.3.0': resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==} + deprecated: Potential CWE-502 - Update to 1.3.1 or higher '@unhead/dom@0.5.1': resolution: {integrity: sha512-cdRzGbZVWTgbwl9HiG3RZzzPThXmhj5afGB2BLRwbE+3IiwqUpMjL6v8bDjE5qttvH4YrK9AD9O8fFP9XyZQpg==} @@ -6786,6 +6787,7 @@ packages: eslint-plugin-i@2.28.0-2: resolution: {integrity: sha512-z48kG4qmE4TmiLcxbmvxMT5ycwvPkXaWW0XpU1L768uZaTbiDbxsHMEdV24JHlOR1xDsPpKW39BfP/pRdYIwFA==} engines: {node: '>=12'} + deprecated: Please migrate to the brand new `eslint-plugin-import-x` instead peerDependencies: eslint: ^7.2.0 || ^8 @@ -11237,6 +11239,7 @@ packages: uuid@9.0.0: resolution: {integrity: sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==} + deprecated: uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028). hasBin: true v8flags@4.0.1: @@ -15308,7 +15311,7 @@ snapshots: '@tootallnate/once@2.0.0': {} - '@tsconfig/node18@18.2.0': {} + '@tsconfig/node20@20.1.9': {} '@types/arr-diff@4.0.3': {} diff --git a/tsconfig.vite-config.json b/tsconfig.vite-config.json index b941809e8a..b664a5d3b0 100644 --- a/tsconfig.vite-config.json +++ b/tsconfig.vite-config.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node18/tsconfig.json", + "extends": "@tsconfig/node20/tsconfig.json", "include": ["vite.config.*"], "compilerOptions": { "composite": true,