From 1d041a8820fdc0255a9e7ea03e6fed71a02ef723 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 19:03:18 +0000 Subject: [PATCH] Replace dependency @tsconfig/node22 with @tsconfig/node24 --- package.json | 2 +- pnpm-lock.yaml | 15 ++++++++------- tsconfig.json | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 4ea5ff01..7f743b52 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@stylistic/eslint-plugin-js": "^4.0.0", "@stylistic/eslint-plugin-ts": "^4.0.0", "@total-typescript/ts-reset": "^0.6.1", - "@tsconfig/node22": "^22.0.0", + "@tsconfig/node24": "^24.0.0", "@tsconfig/strictest": "^2.0.5", "@types/eslint__js": "^8.42.3", "@types/lint-staged": "^13.3.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 316691c3..25a86f3d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,9 +27,9 @@ importers: '@total-typescript/ts-reset': specifier: ^0.6.1 version: 0.6.1 - '@tsconfig/node22': - specifier: ^22.0.0 - version: 22.0.1 + '@tsconfig/node24': + specifier: ^24.0.0 + version: 24.0.5 '@tsconfig/strictest': specifier: ^2.0.5 version: 2.0.5 @@ -431,8 +431,8 @@ packages: '@total-typescript/ts-reset@0.6.1': resolution: {integrity: sha512-cka47fVSo6lfQDIATYqb/vO1nvFfbPw7uWLayIXIhGETj0wcOOlrlkobOMDNQOFr9QOafegUPq13V2+6vtD7yg==} - '@tsconfig/node22@22.0.1': - resolution: {integrity: sha512-VkgOa3n6jvs1p+r3DiwBqeEwGAwEvnVCg/hIjiANl5IEcqP3G0u5m8cBJspe1t9qjZRlZ7WFgqq5bJrGdgAKMg==} + '@tsconfig/node24@24.0.5': + resolution: {integrity: sha512-DWC54fGPuhZgg3Ighg4Y/A/bA3ZdB5hnzAuv/MkQ/X85sVsBsMQxu8t7khutdYeiNksBbFdDyeqv1HSW2Zl8aA==} '@tsconfig/strictest@2.0.5': resolution: {integrity: sha512-ec4tjL2Rr0pkZ5hww65c+EEPYwxOi4Ryv+0MtjeaSQRJyq322Q27eOQiFbuNgw2hpL4hB1/W/HBGk3VKS43osg==} @@ -777,6 +777,7 @@ packages: eslint@9.24.0: resolution: {integrity: sha512-eh/jxIEJyZrvbWRe4XuVclLPDYSYYYgLy5zXGGxD6j8zjSAxFEzI2fL/8xNq6O2yKqVt+eF2YhV+hxjV6UKXwQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options. hasBin: true peerDependencies: jiti: '*' @@ -903,7 +904,7 @@ packages: 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 globals@14.0.0: resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==} @@ -1855,7 +1856,7 @@ snapshots: '@total-typescript/ts-reset@0.6.1': {} - '@tsconfig/node22@22.0.1': {} + '@tsconfig/node24@24.0.5': {} '@tsconfig/strictest@2.0.5': {} diff --git a/tsconfig.json b/tsconfig.json index e21bc974..fbe4fab1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/tsconfig", "extends": [ - "@tsconfig/node22/tsconfig.json", + "@tsconfig/node24/tsconfig.json", "@tsconfig/strictest/tsconfig.json", ], "compilerOptions": {