From 1920f954be2456be2d01dfd1c5932e63a6c8a29f Mon Sep 17 00:00:00 2001 From: Michael Cousins Date: Mon, 31 Mar 2025 09:06:58 -0400 Subject: [PATCH 1/2] fix(eslint-config): fix internal typescript-eslint version range mismatch --- packages/eslint-config/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 222939c..e40347f 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -27,7 +27,7 @@ "license": "Apache-2.0", "dependencies": { "@eslint/js": "~9.20.0", - "@typescript-eslint/utils": "^8.23.0", + "@typescript-eslint/utils": "~8.23.0", "@vitest/eslint-plugin": "~1.1.28", "eslint-config-prettier": "~10.0.1", "eslint-plugin-simple-import-sort": "~12.1.1", From 88ba435ebf142d097b6724ea51a79f3d4037984c Mon Sep 17 00:00:00 2001 From: Michael Cousins Date: Mon, 31 Mar 2025 10:07:05 -0400 Subject: [PATCH 2/2] fixup: lockfile --- pnpm-lock.yaml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index af0842c..4f05855 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -60,7 +60,7 @@ importers: specifier: ~9.20.0 version: 9.20.0 '@typescript-eslint/utils': - specifier: ^8.23.0 + specifier: ~8.23.0 version: 8.23.0(eslint@9.20.0(jiti@1.21.6))(typescript@5.7.3) '@vitest/eslint-plugin': specifier: ~1.1.28 @@ -346,10 +346,6 @@ packages: resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} engines: {node: '>=12'} - '@jridgewell/gen-mapping@0.3.5': - resolution: {integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==} - engines: {node: '>=6.0.0'} - '@jridgewell/gen-mapping@0.3.8': resolution: {integrity: sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==} engines: {node: '>=6.0.0'} @@ -1933,12 +1929,6 @@ snapshots: wrap-ansi: 8.1.0 wrap-ansi-cjs: wrap-ansi@7.0.0 - '@jridgewell/gen-mapping@0.3.5': - dependencies: - '@jridgewell/set-array': 1.2.1 - '@jridgewell/sourcemap-codec': 1.5.0 - '@jridgewell/trace-mapping': 0.3.25 - '@jridgewell/gen-mapping@0.3.8': dependencies: '@jridgewell/set-array': 1.2.1 @@ -3041,7 +3031,7 @@ snapshots: sucrase@3.35.0: dependencies: - '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/gen-mapping': 0.3.8 commander: 4.1.1 glob: 10.4.5 lines-and-columns: 1.2.4