From 9c3ee3809b2326f0d8407858e022024f1347c0da Mon Sep 17 00:00:00 2001 From: PhoebeSzmucer <129869709+PhoebeSzmucer@users.noreply.github.com> Date: Thu, 11 Jul 2024 23:05:15 +0100 Subject: [PATCH] [eslint-plugin] chore: Upgrade typescript-eslint to 6 || 7 (#6903) Co-authored-by: Phoebe Szmucer Co-authored-by: Brandon Cheng Co-authored-by: svc-changelog Co-authored-by: ericjeney --- packages/eslint-plugin/package.json | 2 +- yarn.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index f365e1de88..8141fe3920 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -11,7 +11,7 @@ "test": "SWC_NODE_PROJECT=./tsconfig.test.json mocha --require @swc-node/register,test/setup.ts --watch-extensions ts,tsx 'test/**/*.{ts,tsx}'" }, "dependencies": { - "@typescript-eslint/utils": "^6.19.1", + "@typescript-eslint/utils": "^6.19.1 || ^7.0.0", "eslint": "^8.56.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 5304c8d625..1606d561de 100644 --- a/yarn.lock +++ b/yarn.lock @@ -699,7 +699,7 @@ __metadata: "@swc/core": "npm:^1.3.105" "@types/dedent": "npm:~0.7.2" "@typescript-eslint/rule-tester": "npm:^6.19.1" - "@typescript-eslint/utils": "npm:^6.19.1" + "@typescript-eslint/utils": "npm:^6.19.1 || ^7.0.0" dedent: "npm:^1.5.1" eslint: "npm:^8.56.0" mocha: "npm:^10.2.0" @@ -3306,7 +3306,7 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/utils@npm:6.19.1, @typescript-eslint/utils@npm:^6.0.0, @typescript-eslint/utils@npm:^6.19.1": +"@typescript-eslint/utils@npm:6.19.1, @typescript-eslint/utils@npm:^6.0.0, @typescript-eslint/utils@npm:^6.19.1 || ^7.0.0": version: 6.19.1 resolution: "@typescript-eslint/utils@npm:6.19.1" dependencies: