Skip to content

Commit d7bd2eb

Browse files
Bump @typescript-eslint/eslint-plugin from 6.21.0 to 7.0.0 (#1053)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fbe19f0 commit d7bd2eb

File tree

2 files changed

+58
-30
lines changed

2 files changed

+58
-30
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1152,7 +1152,7 @@
11521152
"@types/node": "^20.11.17",
11531153
"@types/vscode": "^1.82.0",
11541154
"@types/which": "^3.0.3",
1155-
"@typescript-eslint/eslint-plugin": "^6.21.0",
1155+
"@typescript-eslint/eslint-plugin": "^7.0.0",
11561156
"@typescript-eslint/parser": "^6.21.0",
11571157
"@vscode/test-electron": "^2.3.8",
11581158
"eslint": "^8.57.0",

yarn.lock

Lines changed: 57 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -290,16 +290,16 @@
290290
dependencies:
291291
"@types/yargs-parser" "*"
292292

293-
"@typescript-eslint/eslint-plugin@^6.21.0":
294-
version "6.21.0"
295-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz#30830c1ca81fd5f3c2714e524c4303e0194f9cd3"
296-
integrity sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==
293+
"@typescript-eslint/eslint-plugin@^7.0.0":
294+
version "7.0.0"
295+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.0.0.tgz#62cda0d35bbf601683c6e58cf5d04f0275caca4e"
296+
integrity sha512-M72SJ0DkcQVmmsbqlzc6EJgb/3Oz2Wdm6AyESB4YkGgCxP8u5jt5jn4/OBMPK3HLOxcttZq5xbBBU7e2By4SZQ==
297297
dependencies:
298298
"@eslint-community/regexpp" "^4.5.1"
299-
"@typescript-eslint/scope-manager" "6.21.0"
300-
"@typescript-eslint/type-utils" "6.21.0"
301-
"@typescript-eslint/utils" "6.21.0"
302-
"@typescript-eslint/visitor-keys" "6.21.0"
299+
"@typescript-eslint/scope-manager" "7.0.0"
300+
"@typescript-eslint/type-utils" "7.0.0"
301+
"@typescript-eslint/utils" "7.0.0"
302+
"@typescript-eslint/visitor-keys" "7.0.0"
303303
debug "^4.3.4"
304304
graphemer "^1.4.0"
305305
ignore "^5.2.4"
@@ -326,13 +326,21 @@
326326
"@typescript-eslint/types" "6.21.0"
327327
"@typescript-eslint/visitor-keys" "6.21.0"
328328

329-
"@typescript-eslint/type-utils@6.21.0":
330-
version "6.21.0"
331-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz#6473281cfed4dacabe8004e8521cee0bd9d4c01e"
332-
integrity sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==
329+
"@typescript-eslint/scope-manager@7.0.0":
330+
version "7.0.0"
331+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.0.0.tgz#15ea9abad2b56fc8f5c0b516775f41c86c5c8685"
332+
integrity sha512-IxTStwhNDPO07CCrYuAqjuJ3Xf5MrMaNgbAZPxFXAUpAtwqFxiuItxUaVtP/SJQeCdJjwDGh9/lMOluAndkKeg==
333333
dependencies:
334-
"@typescript-eslint/typescript-estree" "6.21.0"
335-
"@typescript-eslint/utils" "6.21.0"
334+
"@typescript-eslint/types" "7.0.0"
335+
"@typescript-eslint/visitor-keys" "7.0.0"
336+
337+
"@typescript-eslint/type-utils@7.0.0":
338+
version "7.0.0"
339+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.0.0.tgz#a4c7ae114414e09dbbd3c823b5924793f7483252"
340+
integrity sha512-FIM8HPxj1P2G7qfrpiXvbHeHypgo2mFpFGoh5I73ZlqmJOsloSa1x0ZyXCer43++P1doxCgNqIOLqmZR6SOT8g==
341+
dependencies:
342+
"@typescript-eslint/typescript-estree" "7.0.0"
343+
"@typescript-eslint/utils" "7.0.0"
336344
debug "^4.3.4"
337345
ts-api-utils "^1.0.1"
338346

@@ -341,6 +349,11 @@
341349
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
342350
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
343351

352+
"@typescript-eslint/types@7.0.0":
353+
version "7.0.0"
354+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.0.0.tgz#2e5889c7fe3c873fc6dc6420aa77775f17cd5dc6"
355+
integrity sha512-9ZIJDqagK1TTs4W9IyeB2sH/s1fFhN9958ycW8NRTg1vXGzzH5PQNzq6KbsbVGMT+oyyfa17DfchHDidcmf5cg==
356+
344357
"@typescript-eslint/typescript-estree@6.21.0":
345358
version "6.21.0"
346359
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
@@ -355,17 +368,31 @@
355368
semver "^7.5.4"
356369
ts-api-utils "^1.0.1"
357370

358-
"@typescript-eslint/utils@6.21.0":
359-
version "6.21.0"
360-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134"
361-
integrity sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==
371+
"@typescript-eslint/typescript-estree@7.0.0":
372+
version "7.0.0"
373+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.0.0.tgz#7ce66f2ce068517f034f73fba9029300302fdae9"
374+
integrity sha512-JzsOzhJJm74aQ3c9um/aDryHgSHfaX8SHFIu9x4Gpik/+qxLvxUylhTsO9abcNu39JIdhY2LgYrFxTii3IajLA==
375+
dependencies:
376+
"@typescript-eslint/types" "7.0.0"
377+
"@typescript-eslint/visitor-keys" "7.0.0"
378+
debug "^4.3.4"
379+
globby "^11.1.0"
380+
is-glob "^4.0.3"
381+
minimatch "9.0.3"
382+
semver "^7.5.4"
383+
ts-api-utils "^1.0.1"
384+
385+
"@typescript-eslint/utils@7.0.0":
386+
version "7.0.0"
387+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.0.0.tgz#e43710af746c6ae08484f7afc68abc0212782c7e"
388+
integrity sha512-kuPZcPAdGcDBAyqDn/JVeJVhySvpkxzfXjJq1X1BFSTYo1TTuo4iyb937u457q4K0In84p6u2VHQGaFnv7VYqg==
362389
dependencies:
363390
"@eslint-community/eslint-utils" "^4.4.0"
364391
"@types/json-schema" "^7.0.12"
365392
"@types/semver" "^7.5.0"
366-
"@typescript-eslint/scope-manager" "6.21.0"
367-
"@typescript-eslint/types" "6.21.0"
368-
"@typescript-eslint/typescript-estree" "6.21.0"
393+
"@typescript-eslint/scope-manager" "7.0.0"
394+
"@typescript-eslint/types" "7.0.0"
395+
"@typescript-eslint/typescript-estree" "7.0.0"
369396
semver "^7.5.4"
370397

371398
"@typescript-eslint/visitor-keys@6.21.0":
@@ -376,6 +403,14 @@
376403
"@typescript-eslint/types" "6.21.0"
377404
eslint-visitor-keys "^3.4.1"
378405

406+
"@typescript-eslint/visitor-keys@7.0.0":
407+
version "7.0.0"
408+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.0.0.tgz#83cdadd193ee735fe9ea541f6a2b4d76dfe62081"
409+
integrity sha512-JZP0uw59PRHp7sHQl3aF/lFgwOW2rgNVnXUksj1d932PMita9wFBd3621vHQRDvHwPsSY9FMAAHVc8gTvLYY4w==
410+
dependencies:
411+
"@typescript-eslint/types" "7.0.0"
412+
eslint-visitor-keys "^3.4.1"
413+
379414
"@ungap/structured-clone@^1.2.0":
380415
version "1.2.0"
381416
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -1889,14 +1924,7 @@ schema-utils@^4.0.0:
18891924
ajv-formats "^2.1.1"
18901925
ajv-keywords "^5.1.0"
18911926

1892-
semver@^7.3.4, semver@^7.5.2:
1893-
version "7.5.4"
1894-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
1895-
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
1896-
dependencies:
1897-
lru-cache "^6.0.0"
1898-
1899-
semver@^7.5.4:
1927+
semver@^7.3.4, semver@^7.5.2, semver@^7.5.4:
19001928
version "7.6.0"
19011929
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
19021930
integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==

0 commit comments

Comments
 (0)