Skip to content

Commit 134c64e

Browse files
Bump @typescript-eslint/eslint-plugin from 8.29.0 to 8.30.1
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.29.0 to 8.30.1. - [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/v8.30.1/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.30.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bd20877 commit 134c64e

File tree

2 files changed

+72
-2
lines changed

2 files changed

+72
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1354,7 +1354,7 @@
13541354
"@types/node": "^22.14.0",
13551355
"@types/vscode": "^1.96.0",
13561356
"@types/which": "^3.0.4",
1357-
"@typescript-eslint/eslint-plugin": "^8.29.0",
1357+
"@typescript-eslint/eslint-plugin": "^8.30.1",
13581358
"@typescript-eslint/parser": "^8.29.0",
13591359
"@vscode/test-cli": "^0.0.10",
13601360
"@vscode/test-electron": "^2.5.2",

yarn.lock

Lines changed: 71 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@
340340
dependencies:
341341
"@types/yargs-parser" "*"
342342

343-
"@typescript-eslint/[email protected]", "@typescript-eslint/eslint-plugin@^8.29.0":
343+
"@typescript-eslint/[email protected]":
344344
version "8.29.0"
345345
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.29.0.tgz#151c4878700a5ad229ce6713d2674d58b626b3d9"
346346
integrity sha512-PAIpk/U7NIS6H7TEtN45SPGLQaHNgB7wSjsQV/8+KYokAb2T/gloOA/Bee2yd4/yKVhPKe5LlaUGhAZk5zmSaQ==
@@ -355,6 +355,21 @@
355355
natural-compare "^1.4.0"
356356
ts-api-utils "^2.0.1"
357357

358+
"@typescript-eslint/eslint-plugin@^8.30.1":
359+
version "8.30.1"
360+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.30.1.tgz#9beb9e4fbfdde40410e96587cc56dded1942cdf1"
361+
integrity sha512-v+VWphxMjn+1t48/jO4t950D6KR8JaJuNXzi33Ve6P8sEmPr5k6CEXjdGwT6+LodVnEa91EQCtwjWNUCPweo+Q==
362+
dependencies:
363+
"@eslint-community/regexpp" "^4.10.0"
364+
"@typescript-eslint/scope-manager" "8.30.1"
365+
"@typescript-eslint/type-utils" "8.30.1"
366+
"@typescript-eslint/utils" "8.30.1"
367+
"@typescript-eslint/visitor-keys" "8.30.1"
368+
graphemer "^1.4.0"
369+
ignore "^5.3.1"
370+
natural-compare "^1.4.0"
371+
ts-api-utils "^2.0.1"
372+
358373
"@typescript-eslint/[email protected]", "@typescript-eslint/parser@^8.29.0":
359374
version "8.29.0"
360375
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.29.0.tgz#b98841e0a8099728cb8583da92326fcb7f5be1d2"
@@ -374,6 +389,14 @@
374389
"@typescript-eslint/types" "8.29.0"
375390
"@typescript-eslint/visitor-keys" "8.29.0"
376391

392+
"@typescript-eslint/[email protected]":
393+
version "8.30.1"
394+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.30.1.tgz#f99c7efd53b5ff9fb57e55be71eb855603fd80b7"
395+
integrity sha512-+C0B6ChFXZkuaNDl73FJxRYT0G7ufVPOSQkqkpM/U198wUwUFOtgo1k/QzFh1KjpBitaK7R1tgjVz6o9HmsRPg==
396+
dependencies:
397+
"@typescript-eslint/types" "8.30.1"
398+
"@typescript-eslint/visitor-keys" "8.30.1"
399+
377400
"@typescript-eslint/[email protected]":
378401
version "8.29.0"
379402
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.29.0.tgz#98dcfd1193cb4e2b2d0294a8656ce5eb58c443a9"
@@ -384,11 +407,26 @@
384407
debug "^4.3.4"
385408
ts-api-utils "^2.0.1"
386409

410+
"@typescript-eslint/[email protected]":
411+
version "8.30.1"
412+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.30.1.tgz#151ee0529d6e6df19d8a3a23e81c809d2e4f6b1a"
413+
integrity sha512-64uBF76bfQiJyHgZISC7vcNz3adqQKIccVoKubyQcOnNcdJBvYOILV1v22Qhsw3tw3VQu5ll8ND6hycgAR5fEA==
414+
dependencies:
415+
"@typescript-eslint/typescript-estree" "8.30.1"
416+
"@typescript-eslint/utils" "8.30.1"
417+
debug "^4.3.4"
418+
ts-api-utils "^2.0.1"
419+
387420
"@typescript-eslint/[email protected]":
388421
version "8.29.0"
389422
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.29.0.tgz#65add70ab4ef66beaa42a5addf87dab2b05b1f33"
390423
integrity sha512-wcJL/+cOXV+RE3gjCyl/V2G877+2faqvlgtso/ZRbTCnZazh0gXhe+7gbAnfubzN2bNsBtZjDvlh7ero8uIbzg==
391424

425+
"@typescript-eslint/[email protected]":
426+
version "8.30.1"
427+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.30.1.tgz#20ff6d66ab3d8fe0533aeb7092a487393d53f925"
428+
integrity sha512-81KawPfkuulyWo5QdyG/LOKbspyyiW+p4vpn4bYO7DM/hZImlVnFwrpCTnmNMOt8CvLRr5ojI9nU1Ekpw4RcEw==
429+
392430
"@typescript-eslint/[email protected]":
393431
version "8.29.0"
394432
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.29.0.tgz#d201a4f115327ec90496307c9958262285065b00"
@@ -403,6 +441,20 @@
403441
semver "^7.6.0"
404442
ts-api-utils "^2.0.1"
405443

444+
"@typescript-eslint/[email protected]":
445+
version "8.30.1"
446+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.30.1.tgz#f5c133e4a76a54d25607434f2c276409d7bec4ba"
447+
integrity sha512-kQQnxymiUy9tTb1F2uep9W6aBiYODgq5EMSk6Nxh4Z+BDUoYUSa029ISs5zTzKBFnexQEh71KqwjKnRz58lusQ==
448+
dependencies:
449+
"@typescript-eslint/types" "8.30.1"
450+
"@typescript-eslint/visitor-keys" "8.30.1"
451+
debug "^4.3.4"
452+
fast-glob "^3.3.2"
453+
is-glob "^4.0.3"
454+
minimatch "^9.0.4"
455+
semver "^7.6.0"
456+
ts-api-utils "^2.0.1"
457+
406458
"@typescript-eslint/[email protected]":
407459
version "8.29.0"
408460
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.29.0.tgz#d6d22b19c8c4812a874f00341f686b45b9fe895f"
@@ -413,6 +465,16 @@
413465
"@typescript-eslint/types" "8.29.0"
414466
"@typescript-eslint/typescript-estree" "8.29.0"
415467

468+
"@typescript-eslint/[email protected]":
469+
version "8.30.1"
470+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.30.1.tgz#23d4824394765948fe73dc7113892f85fdc80efd"
471+
integrity sha512-T/8q4R9En2tcEsWPQgB5BQ0XJVOtfARcUvOa8yJP3fh9M/mXraLxZrkCfGb6ChrO/V3W+Xbd04RacUEqk1CFEQ==
472+
dependencies:
473+
"@eslint-community/eslint-utils" "^4.4.0"
474+
"@typescript-eslint/scope-manager" "8.30.1"
475+
"@typescript-eslint/types" "8.30.1"
476+
"@typescript-eslint/typescript-estree" "8.30.1"
477+
416478
"@typescript-eslint/[email protected]":
417479
version "8.29.0"
418480
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.29.0.tgz#2356336c9efdc3597ffcd2aa1ce95432852b743d"
@@ -421,6 +483,14 @@
421483
"@typescript-eslint/types" "8.29.0"
422484
eslint-visitor-keys "^4.2.0"
423485

486+
"@typescript-eslint/[email protected]":
487+
version "8.30.1"
488+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.30.1.tgz#510955ef1fb56e08da4b7953a3377258e5942e36"
489+
integrity sha512-aEhgas7aJ6vZnNFC7K4/vMGDGyOiqWcYZPpIWrTKuTAlsvDNKy2GFDqh9smL+iq069ZvR0YzEeq0B8NJlLzjFA==
490+
dependencies:
491+
"@typescript-eslint/types" "8.30.1"
492+
eslint-visitor-keys "^4.2.0"
493+
424494
"@vscode/test-cli@^0.0.10":
425495
version "0.0.10"
426496
resolved "https://registry.yarnpkg.com/@vscode/test-cli/-/test-cli-0.0.10.tgz#35f0e81c2e0ff8daceb223e99d1b65306c15822c"

0 commit comments

Comments
 (0)