Skip to content

Commit 17e068e

Browse files
Bump @typescript-eslint/eslint-plugin from 6.21.0 to 7.0.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.21.0 to 7.0.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.0.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f7b5d56 commit 17e068e

File tree

2 files changed

+57
-22
lines changed

2 files changed

+57
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@types/react-dom": "^18.2.25",
3232
"@types/webpack": "^5.28.5",
3333
"@types/ws": "^8.5.10",
34-
"@typescript-eslint/eslint-plugin": "^6.21.0",
34+
"@typescript-eslint/eslint-plugin": "^7.0.0",
3535
"@typescript-eslint/parser": "^6.21.0",
3636
"classnames": "^2.5.1",
3737
"eslint": "^8.57.0",

yarn.lock

Lines changed: 56 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1227,16 +1227,16 @@
12271227
dependencies:
12281228
"@types/yargs-parser" "*"
12291229

1230-
"@typescript-eslint/eslint-plugin@^6.21.0":
1231-
version "6.21.0"
1232-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz#30830c1ca81fd5f3c2714e524c4303e0194f9cd3"
1233-
integrity sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==
1230+
"@typescript-eslint/eslint-plugin@^7.0.0":
1231+
version "7.0.0"
1232+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.0.0.tgz#62cda0d35bbf601683c6e58cf5d04f0275caca4e"
1233+
integrity sha512-M72SJ0DkcQVmmsbqlzc6EJgb/3Oz2Wdm6AyESB4YkGgCxP8u5jt5jn4/OBMPK3HLOxcttZq5xbBBU7e2By4SZQ==
12341234
dependencies:
12351235
"@eslint-community/regexpp" "^4.5.1"
1236-
"@typescript-eslint/scope-manager" "6.21.0"
1237-
"@typescript-eslint/type-utils" "6.21.0"
1238-
"@typescript-eslint/utils" "6.21.0"
1239-
"@typescript-eslint/visitor-keys" "6.21.0"
1236+
"@typescript-eslint/scope-manager" "7.0.0"
1237+
"@typescript-eslint/type-utils" "7.0.0"
1238+
"@typescript-eslint/utils" "7.0.0"
1239+
"@typescript-eslint/visitor-keys" "7.0.0"
12401240
debug "^4.3.4"
12411241
graphemer "^1.4.0"
12421242
ignore "^5.2.4"
@@ -1263,13 +1263,21 @@
12631263
"@typescript-eslint/types" "6.21.0"
12641264
"@typescript-eslint/visitor-keys" "6.21.0"
12651265

1266-
"@typescript-eslint/type-utils@6.21.0":
1267-
version "6.21.0"
1268-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz#6473281cfed4dacabe8004e8521cee0bd9d4c01e"
1269-
integrity sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==
1266+
"@typescript-eslint/scope-manager@7.0.0":
1267+
version "7.0.0"
1268+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.0.0.tgz#15ea9abad2b56fc8f5c0b516775f41c86c5c8685"
1269+
integrity sha512-IxTStwhNDPO07CCrYuAqjuJ3Xf5MrMaNgbAZPxFXAUpAtwqFxiuItxUaVtP/SJQeCdJjwDGh9/lMOluAndkKeg==
12701270
dependencies:
1271-
"@typescript-eslint/typescript-estree" "6.21.0"
1272-
"@typescript-eslint/utils" "6.21.0"
1271+
"@typescript-eslint/types" "7.0.0"
1272+
"@typescript-eslint/visitor-keys" "7.0.0"
1273+
1274+
"@typescript-eslint/type-utils@7.0.0":
1275+
version "7.0.0"
1276+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.0.0.tgz#a4c7ae114414e09dbbd3c823b5924793f7483252"
1277+
integrity sha512-FIM8HPxj1P2G7qfrpiXvbHeHypgo2mFpFGoh5I73ZlqmJOsloSa1x0ZyXCer43++P1doxCgNqIOLqmZR6SOT8g==
1278+
dependencies:
1279+
"@typescript-eslint/typescript-estree" "7.0.0"
1280+
"@typescript-eslint/utils" "7.0.0"
12731281
debug "^4.3.4"
12741282
ts-api-utils "^1.0.1"
12751283

@@ -1278,6 +1286,11 @@
12781286
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
12791287
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
12801288

1289+
"@typescript-eslint/types@7.0.0":
1290+
version "7.0.0"
1291+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.0.0.tgz#2e5889c7fe3c873fc6dc6420aa77775f17cd5dc6"
1292+
integrity sha512-9ZIJDqagK1TTs4W9IyeB2sH/s1fFhN9958ycW8NRTg1vXGzzH5PQNzq6KbsbVGMT+oyyfa17DfchHDidcmf5cg==
1293+
12811294
"@typescript-eslint/typescript-estree@6.21.0":
12821295
version "6.21.0"
12831296
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
@@ -1292,17 +1305,31 @@
12921305
semver "^7.5.4"
12931306
ts-api-utils "^1.0.1"
12941307

1295-
"@typescript-eslint/utils@6.21.0":
1296-
version "6.21.0"
1297-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134"
1298-
integrity sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==
1308+
"@typescript-eslint/typescript-estree@7.0.0":
1309+
version "7.0.0"
1310+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.0.0.tgz#7ce66f2ce068517f034f73fba9029300302fdae9"
1311+
integrity sha512-JzsOzhJJm74aQ3c9um/aDryHgSHfaX8SHFIu9x4Gpik/+qxLvxUylhTsO9abcNu39JIdhY2LgYrFxTii3IajLA==
1312+
dependencies:
1313+
"@typescript-eslint/types" "7.0.0"
1314+
"@typescript-eslint/visitor-keys" "7.0.0"
1315+
debug "^4.3.4"
1316+
globby "^11.1.0"
1317+
is-glob "^4.0.3"
1318+
minimatch "9.0.3"
1319+
semver "^7.5.4"
1320+
ts-api-utils "^1.0.1"
1321+
1322+
"@typescript-eslint/utils@7.0.0":
1323+
version "7.0.0"
1324+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.0.0.tgz#e43710af746c6ae08484f7afc68abc0212782c7e"
1325+
integrity sha512-kuPZcPAdGcDBAyqDn/JVeJVhySvpkxzfXjJq1X1BFSTYo1TTuo4iyb937u457q4K0In84p6u2VHQGaFnv7VYqg==
12991326
dependencies:
13001327
"@eslint-community/eslint-utils" "^4.4.0"
13011328
"@types/json-schema" "^7.0.12"
13021329
"@types/semver" "^7.5.0"
1303-
"@typescript-eslint/scope-manager" "6.21.0"
1304-
"@typescript-eslint/types" "6.21.0"
1305-
"@typescript-eslint/typescript-estree" "6.21.0"
1330+
"@typescript-eslint/scope-manager" "7.0.0"
1331+
"@typescript-eslint/types" "7.0.0"
1332+
"@typescript-eslint/typescript-estree" "7.0.0"
13061333
semver "^7.5.4"
13071334

13081335
"@typescript-eslint/visitor-keys@6.21.0":
@@ -1313,6 +1340,14 @@
13131340
"@typescript-eslint/types" "6.21.0"
13141341
eslint-visitor-keys "^3.4.1"
13151342

1343+
"@typescript-eslint/visitor-keys@7.0.0":
1344+
version "7.0.0"
1345+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.0.0.tgz#83cdadd193ee735fe9ea541f6a2b4d76dfe62081"
1346+
integrity sha512-JZP0uw59PRHp7sHQl3aF/lFgwOW2rgNVnXUksj1d932PMita9wFBd3621vHQRDvHwPsSY9FMAAHVc8gTvLYY4w==
1347+
dependencies:
1348+
"@typescript-eslint/types" "7.0.0"
1349+
eslint-visitor-keys "^3.4.1"
1350+
13161351
"@ungap/structured-clone@^1.2.0":
13171352
version "1.2.0"
13181353
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"

0 commit comments

Comments
 (0)