Skip to content

Commit 7feff91

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

File tree

2 files changed

+72
-2
lines changed

2 files changed

+72
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1324,7 +1324,7 @@
13241324
"@types/node": "^22.14.0",
13251325
"@types/vscode": "^1.96.0",
13261326
"@types/which": "^3.0.4",
1327-
"@typescript-eslint/eslint-plugin": "^8.29.0",
1327+
"@typescript-eslint/eslint-plugin": "^8.29.1",
13281328
"@typescript-eslint/parser": "^8.29.0",
13291329
"@vscode/test-cli": "^0.0.10",
13301330
"@vscode/test-electron": "^2.4.1",

yarn.lock

+71-1
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.29.1":
359+
version "8.29.1"
360+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.29.1.tgz#593639d9bb5239b2d877d65757b7e2c9100a2e84"
361+
integrity sha512-ba0rr4Wfvg23vERs3eB+P3lfj2E+2g3lhWcCVukUuhtcdUx5lSIFZlGFEBHKr+3zizDa/TvZTptdNHVZWAkSBg==
362+
dependencies:
363+
"@eslint-community/regexpp" "^4.10.0"
364+
"@typescript-eslint/scope-manager" "8.29.1"
365+
"@typescript-eslint/type-utils" "8.29.1"
366+
"@typescript-eslint/utils" "8.29.1"
367+
"@typescript-eslint/visitor-keys" "8.29.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.29.1"
394+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.29.1.tgz#cfdfd4144f20c38b9d3e430efd6480e297ef52f6"
395+
integrity sha512-2nggXGX5F3YrsGN08pw4XpMLO1Rgtnn4AzTegC2MDesv6q3QaTU5yU7IbS1tf1IwCR0Hv/1EFygLn9ms6LIpDA==
396+
dependencies:
397+
"@typescript-eslint/types" "8.29.1"
398+
"@typescript-eslint/visitor-keys" "8.29.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.29.1"
412+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.29.1.tgz#653dfff5c1711bc920a6a46a5a2c274899f00179"
413+
integrity sha512-DkDUSDwZVCYN71xA4wzySqqcZsHKic53A4BLqmrWFFpOpNSoxX233lwGu/2135ymTCR04PoKiEEEvN1gFYg4Tw==
414+
dependencies:
415+
"@typescript-eslint/typescript-estree" "8.29.1"
416+
"@typescript-eslint/utils" "8.29.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.29.1"
427+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.29.1.tgz#984ed1283fedbfb41d3993a9abdcb7b299971500"
428+
integrity sha512-VT7T1PuJF1hpYC3AGm2rCgJBjHL3nc+A/bhOp9sGMKfi5v0WufsX/sHCFBfNTx2F+zA6qBc/PD0/kLRLjdt8mQ==
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.29.1"
446+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.29.1.tgz#4ac085665ed5390d11c0e3426427978570e3b747"
447+
integrity sha512-l1enRoSaUkQxOQnbi0KPUtqeZkSiFlqrx9/3ns2rEDhGKfTa+88RmXqedC1zmVTOWrLc2e6DEJrTA51C9iLH5g==
448+
dependencies:
449+
"@typescript-eslint/types" "8.29.1"
450+
"@typescript-eslint/visitor-keys" "8.29.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.29.1"
470+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.29.1.tgz#3d206c8c8def3527a8eb0588e94e3e60f7e167c9"
471+
integrity sha512-QAkFEbytSaB8wnmB+DflhUPz6CLbFWE2SnSCrRMEa+KnXIzDYbpsn++1HGvnfAsUY44doDXmvRkO5shlM/3UfA==
472+
dependencies:
473+
"@eslint-community/eslint-utils" "^4.4.0"
474+
"@typescript-eslint/scope-manager" "8.29.1"
475+
"@typescript-eslint/types" "8.29.1"
476+
"@typescript-eslint/typescript-estree" "8.29.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.29.1"
488+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.29.1.tgz#9b74e5098c71138d42bbf2178fbe4dfad45d6b9a"
489+
integrity sha512-RGLh5CRaUEf02viP5c1Vh1cMGffQscyHe7HPAzGpfmfflFg1wUz2rYxd+OZqwpeypYvZ8UxSxuIpF++fmOzEcg==
490+
dependencies:
491+
"@typescript-eslint/types" "8.29.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)