Skip to content

Commit 232e850

Browse files
Bump @typescript-eslint/eslint-plugin from 5.50.0 to 5.51.0 (#815)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.50.0 to 5.51.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/v5.51.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 52a88f8 commit 232e850

File tree

2 files changed

+22
-56
lines changed

2 files changed

+22
-56
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@
557557
"@types/vscode": "^1.74.0",
558558
"@types/which": "^2.0.1",
559559
"@types/yauzl": "^2.9.1",
560-
"@typescript-eslint/eslint-plugin": "^5.50.0",
560+
"@typescript-eslint/eslint-plugin": "^5.51.0",
561561
"@typescript-eslint/parser": "^5.51.0",
562562
"@vscode/test-electron": "^2.2.3",
563563
"eslint": "^8.34.0",

yarn.lock

Lines changed: 21 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -274,14 +274,14 @@
274274
dependencies:
275275
"@types/node" "*"
276276

277-
"@typescript-eslint/eslint-plugin@^5.50.0":
278-
version "5.50.0"
279-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.50.0.tgz#fb48c31cadc853ffc1dc35373f56b5e2a8908fe9"
280-
integrity sha512-vwksQWSFZiUhgq3Kv7o1Jcj0DUNylwnIlGvKvLLYsq8pAWha6/WCnXUeaSoNNha/K7QSf2+jvmkxggC1u3pIwQ==
281-
dependencies:
282-
"@typescript-eslint/scope-manager" "5.50.0"
283-
"@typescript-eslint/type-utils" "5.50.0"
284-
"@typescript-eslint/utils" "5.50.0"
277+
"@typescript-eslint/eslint-plugin@^5.51.0":
278+
version "5.51.0"
279+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.51.0.tgz#da3f2819633061ced84bb82c53bba45a6fe9963a"
280+
integrity sha512-wcAwhEWm1RgNd7dxD/o+nnLW8oH+6RK1OGnmbmkj/GGoDPV1WWMVP0FXYQBivKHdwM1pwii3bt//RC62EriIUQ==
281+
dependencies:
282+
"@typescript-eslint/scope-manager" "5.51.0"
283+
"@typescript-eslint/type-utils" "5.51.0"
284+
"@typescript-eslint/utils" "5.51.0"
285285
debug "^4.3.4"
286286
grapheme-splitter "^1.0.4"
287287
ignore "^5.2.0"
@@ -300,14 +300,6 @@
300300
"@typescript-eslint/typescript-estree" "5.51.0"
301301
debug "^4.3.4"
302302

303-
"@typescript-eslint/[email protected]":
304-
version "5.50.0"
305-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.50.0.tgz#90b8a3b337ad2c52bbfe4eac38f9164614e40584"
306-
integrity sha512-rt03kaX+iZrhssaT974BCmoUikYtZI24Vp/kwTSy841XhiYShlqoshRFDvN1FKKvU2S3gK+kcBW1EA7kNUrogg==
307-
dependencies:
308-
"@typescript-eslint/types" "5.50.0"
309-
"@typescript-eslint/visitor-keys" "5.50.0"
310-
311303
"@typescript-eslint/[email protected]":
312304
version "5.51.0"
313305
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.51.0.tgz#ad3e3c2ecf762d9a4196c0fbfe19b142ac498990"
@@ -316,39 +308,21 @@
316308
"@typescript-eslint/types" "5.51.0"
317309
"@typescript-eslint/visitor-keys" "5.51.0"
318310

319-
"@typescript-eslint/type-utils@5.50.0":
320-
version "5.50.0"
321-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.50.0.tgz#509d5cc9728d520008f7157b116a42c5460e7341"
322-
integrity sha512-dcnXfZ6OGrNCO7E5UY/i0ktHb7Yx1fV6fnQGGrlnfDhilcs6n19eIRcvLBqx6OQkrPaFlDPk3OJ0WlzQfrV0bQ==
311+
"@typescript-eslint/type-utils@5.51.0":
312+
version "5.51.0"
313+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.51.0.tgz#7af48005531700b62a20963501d47dfb27095988"
314+
integrity sha512-QHC5KKyfV8sNSyHqfNa0UbTbJ6caB8uhcx2hYcWVvJAZYJRBo5HyyZfzMdRx8nvS+GyMg56fugMzzWnojREuQQ==
323315
dependencies:
324-
"@typescript-eslint/typescript-estree" "5.50.0"
325-
"@typescript-eslint/utils" "5.50.0"
316+
"@typescript-eslint/typescript-estree" "5.51.0"
317+
"@typescript-eslint/utils" "5.51.0"
326318
debug "^4.3.4"
327319
tsutils "^3.21.0"
328320

329-
"@typescript-eslint/[email protected]":
330-
version "5.50.0"
331-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.50.0.tgz#c461d3671a6bec6c2f41f38ed60bd87aa8a30093"
332-
integrity sha512-atruOuJpir4OtyNdKahiHZobPKFvZnBnfDiyEaBf6d9vy9visE7gDjlmhl+y29uxZ2ZDgvXijcungGFjGGex7w==
333-
334321
"@typescript-eslint/[email protected]":
335322
version "5.51.0"
336323
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.51.0.tgz#e7c1622f46c7eea7e12bbf1edfb496d4dec37c90"
337324
integrity sha512-SqOn0ANn/v6hFn0kjvLwiDi4AzR++CBZz0NV5AnusT2/3y32jdc0G4woXPWHCumWtUXZKPAS27/9vziSsC9jnw==
338325

339-
"@typescript-eslint/[email protected]":
340-
version "5.50.0"
341-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.50.0.tgz#0b9b82975bdfa40db9a81fdabc7f93396867ea97"
342-
integrity sha512-Gq4zapso+OtIZlv8YNAStFtT6d05zyVCK7Fx3h5inlLBx2hWuc/0465C2mg/EQDDU2LKe52+/jN4f0g9bd+kow==
343-
dependencies:
344-
"@typescript-eslint/types" "5.50.0"
345-
"@typescript-eslint/visitor-keys" "5.50.0"
346-
debug "^4.3.4"
347-
globby "^11.1.0"
348-
is-glob "^4.0.3"
349-
semver "^7.3.7"
350-
tsutils "^3.21.0"
351-
352326
"@typescript-eslint/[email protected]":
353327
version "5.51.0"
354328
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.51.0.tgz#0ec8170d7247a892c2b21845b06c11eb0718f8de"
@@ -362,28 +336,20 @@
362336
semver "^7.3.7"
363337
tsutils "^3.21.0"
364338

365-
"@typescript-eslint/utils@5.50.0":
366-
version "5.50.0"
367-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.50.0.tgz#807105f5ffb860644d30d201eefad7017b020816"
368-
integrity sha512-v/AnUFImmh8G4PH0NDkf6wA8hujNNcrwtecqW4vtQ1UOSNBaZl49zP1SHoZ/06e+UiwzHpgb5zP5+hwlYYWYAw==
339+
"@typescript-eslint/utils@5.51.0":
340+
version "5.51.0"
341+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.51.0.tgz#074f4fabd5b12afe9c8aa6fdee881c050f8b4d47"
342+
integrity sha512-76qs+5KWcaatmwtwsDJvBk4H76RJQBFe+Gext0EfJdC3Vd2kpY2Pf//OHHzHp84Ciw0/rYoGTDnIAr3uWhhJYw==
369343
dependencies:
370344
"@types/json-schema" "^7.0.9"
371345
"@types/semver" "^7.3.12"
372-
"@typescript-eslint/scope-manager" "5.50.0"
373-
"@typescript-eslint/types" "5.50.0"
374-
"@typescript-eslint/typescript-estree" "5.50.0"
346+
"@typescript-eslint/scope-manager" "5.51.0"
347+
"@typescript-eslint/types" "5.51.0"
348+
"@typescript-eslint/typescript-estree" "5.51.0"
375349
eslint-scope "^5.1.1"
376350
eslint-utils "^3.0.0"
377351
semver "^7.3.7"
378352

379-
"@typescript-eslint/[email protected]":
380-
version "5.50.0"
381-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.50.0.tgz#b752ffc143841f3d7bc57d6dd01ac5c40f8c4903"
382-
integrity sha512-cdMeD9HGu6EXIeGOh2yVW6oGf9wq8asBgZx7nsR/D36gTfQ0odE5kcRYe5M81vjEFAcPeugXrHg78Imu55F6gg==
383-
dependencies:
384-
"@typescript-eslint/types" "5.50.0"
385-
eslint-visitor-keys "^3.3.0"
386-
387353
"@typescript-eslint/[email protected]":
388354
version "5.51.0"
389355
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.51.0.tgz#c0147dd9a36c0de758aaebd5b48cae1ec59eba87"

0 commit comments

Comments
 (0)