From f4c6416db55220e28e6371f9af6fd64bb3b3fc2b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 11:55:45 +0000 Subject: [PATCH] chore(deps): replace dependency @tsconfig/node22 with @tsconfig/node24 --- ui/package.json | 2 +- ui/pnpm-lock.yaml | 12 ++++++------ ui/tsconfig.node.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ui/package.json b/ui/package.json index 2792aa28..ca279795 100644 --- a/ui/package.json +++ b/ui/package.json @@ -36,7 +36,7 @@ }, "devDependencies": { "@antfu/eslint-config": "^4.8.1", - "@tsconfig/node22": "^22.0.0", + "@tsconfig/node24": "^24.0.0", "@types/lodash-es": "^4.17.12", "@types/node": "^22.13.10", "@types/nprogress": "^0.2.3", diff --git a/ui/pnpm-lock.yaml b/ui/pnpm-lock.yaml index 8023b624..79a6d8bf 100644 --- a/ui/pnpm-lock.yaml +++ b/ui/pnpm-lock.yaml @@ -72,9 +72,9 @@ importers: '@antfu/eslint-config': specifier: ^4.8.1 version: 4.19.0(@vue/compiler-sfc@3.5.24)(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.3) - '@tsconfig/node22': - specifier: ^22.0.0 - version: 22.0.5 + '@tsconfig/node24': + specifier: ^24.0.0 + version: 24.0.4 '@types/lodash-es': specifier: ^4.17.12 version: 4.17.12 @@ -809,8 +809,8 @@ packages: peerDependencies: vue: ^2.7.0 || ^3.0.0 - '@tsconfig/node22@22.0.5': - resolution: {integrity: sha512-hLf2ld+sYN/BtOJjHUWOk568dvjFQkHnLNa6zce25GIH+vxKfvTgm3qpaH6ToF5tu/NN0IH66s+Bb5wElHrLcw==} + '@tsconfig/node24@24.0.4': + resolution: {integrity: sha512-2A933l5P5oCbv6qSxHs7ckKwobs8BDAe9SJ/Xr2Hy+nDlwmLE1GhFh/g/vXGRZWgxBg9nX/5piDtHR9Dkw/XuA==} '@types/debug@4.1.12': resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==} @@ -3620,7 +3620,7 @@ snapshots: '@tanstack/virtual-core': 3.13.12 vue: 3.5.24(typescript@5.9.3) - '@tsconfig/node22@22.0.5': {} + '@tsconfig/node24@24.0.4': {} '@types/debug@4.1.12': dependencies: diff --git a/ui/tsconfig.node.json b/ui/tsconfig.node.json index 5774c4c6..d56a7ede 100644 --- a/ui/tsconfig.node.json +++ b/ui/tsconfig.node.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node22/tsconfig.json", + "extends": "@tsconfig/node24/tsconfig.json", "compilerOptions": { "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",