From 6456455d3b32c09a04d2e6da7fa4ef2e8e84b269 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 09:58:08 +0000 Subject: [PATCH] Replace dependency @tsconfig/node22 with @tsconfig/node24 --- package.json | 2 +- pnpm-lock.yaml | 13 +++++++------ tsconfig.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 5c0f7aa..de1517b 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@bomb.sh/args": "0.3.1", "@changesets/changelog-github": "0.5.1", "@changesets/cli": "2.29.2", - "@tsconfig/node22": "22.0.1", + "@tsconfig/node24": "24.0.0", "@tsconfig/strictest": "2.0.5", "@types/cli-progress": "3.11.6", "@types/is-glob": "4.0.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 49b15d7..83c8516 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -32,9 +32,9 @@ importers: '@changesets/cli': specifier: 2.29.2 version: 2.29.2 - '@tsconfig/node22': - specifier: 22.0.1 - version: 22.0.1 + '@tsconfig/node24': + specifier: 24.0.0 + version: 24.0.0 '@tsconfig/strictest': specifier: 2.0.5 version: 2.0.5 @@ -625,8 +625,8 @@ packages: cpu: [x64] os: [win32] - '@tsconfig/node22@22.0.1': - resolution: {integrity: sha512-VkgOa3n6jvs1p+r3DiwBqeEwGAwEvnVCg/hIjiANl5IEcqP3G0u5m8cBJspe1t9qjZRlZ7WFgqq5bJrGdgAKMg==} + '@tsconfig/node24@24.0.0': + resolution: {integrity: sha512-3/6Cr4dELEAucgPIr6ufY7yBYMi4ttZFOewABADNZ+bm4DUZl4dup2VBcBeP1ejj3QblrWVWux/1XcRv/ZVikA==} '@tsconfig/strictest@2.0.5': resolution: {integrity: sha512-ec4tjL2Rr0pkZ5hww65c+EEPYwxOi4Ryv+0MtjeaSQRJyq322Q27eOQiFbuNgw2hpL4hB1/W/HBGk3VKS43osg==} @@ -1350,6 +1350,7 @@ 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 globals@14.0.0: @@ -2763,7 +2764,7 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.38.0': optional: true - '@tsconfig/node22@22.0.1': {} + '@tsconfig/node24@24.0.0': {} '@tsconfig/strictest@2.0.5': {} diff --git a/tsconfig.json b/tsconfig.json index b944971..e3ce27d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": ["@tsconfig/node22/tsconfig.json", "@tsconfig/strictest/tsconfig.json"], + "extends": ["@tsconfig/node24/tsconfig.json", "@tsconfig/strictest/tsconfig.json"], "compilerOptions": { // Output "noEmit": true,