Skip to content

Commit fdd5407

Browse files
Bump @typescript-eslint/eslint-plugin from 8.17.0 to 8.25.0 (#1204)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.17.0 to 8.25.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/v8.25.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 961f63b commit fdd5407

File tree

2 files changed

+77
-2
lines changed

2 files changed

+77
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1308,7 +1308,7 @@
13081308
"@types/node": "^22.13.4",
13091309
"@types/vscode": "^1.88.0",
13101310
"@types/which": "^3.0.4",
1311-
"@typescript-eslint/eslint-plugin": "^8.15.0",
1311+
"@typescript-eslint/eslint-plugin": "^8.25.0",
13121312
"@typescript-eslint/parser": "^8.14.0",
13131313
"@vscode/test-cli": "^0.0.10",
13141314
"@vscode/test-electron": "^2.4.1",

yarn.lock

Lines changed: 76 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@
351351
dependencies:
352352
"@types/yargs-parser" "*"
353353

354-
"@typescript-eslint/[email protected]", "@typescript-eslint/eslint-plugin@^8.15.0":
354+
"@typescript-eslint/[email protected]":
355355
version "8.17.0"
356356
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.17.0.tgz#2ee073c421f4e81e02d10e731241664b6253b23c"
357357
integrity sha512-HU1KAdW3Tt8zQkdvNoIijfWDMvdSweFYm4hWh+KwhPstv+sCmWb89hCIP8msFm9N1R/ooh9honpSuvqKWlYy3w==
@@ -366,6 +366,21 @@
366366
natural-compare "^1.4.0"
367367
ts-api-utils "^1.3.0"
368368

369+
"@typescript-eslint/eslint-plugin@^8.25.0":
370+
version "8.25.0"
371+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.25.0.tgz#5e1d56f067e5808fa82d1b75bced82396e868a14"
372+
integrity sha512-VM7bpzAe7JO/BFf40pIT1lJqS/z1F8OaSsUB3rpFJucQA4cOSuH2RVVVkFULN+En0Djgr29/jb4EQnedUo95KA==
373+
dependencies:
374+
"@eslint-community/regexpp" "^4.10.0"
375+
"@typescript-eslint/scope-manager" "8.25.0"
376+
"@typescript-eslint/type-utils" "8.25.0"
377+
"@typescript-eslint/utils" "8.25.0"
378+
"@typescript-eslint/visitor-keys" "8.25.0"
379+
graphemer "^1.4.0"
380+
ignore "^5.3.1"
381+
natural-compare "^1.4.0"
382+
ts-api-utils "^2.0.1"
383+
369384
"@typescript-eslint/[email protected]", "@typescript-eslint/parser@^8.14.0":
370385
version "8.17.0"
371386
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.17.0.tgz#2ee972bb12fa69ac625b85813dc8d9a5a053ff52"
@@ -385,6 +400,14 @@
385400
"@typescript-eslint/types" "8.17.0"
386401
"@typescript-eslint/visitor-keys" "8.17.0"
387402

403+
"@typescript-eslint/[email protected]":
404+
version "8.25.0"
405+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.25.0.tgz#ac3805077aade898e98ca824294c998545597df3"
406+
integrity sha512-6PPeiKIGbgStEyt4NNXa2ru5pMzQ8OYKO1hX1z53HMomrmiSB+R5FmChgQAP1ro8jMtNawz+TRQo/cSXrauTpg==
407+
dependencies:
408+
"@typescript-eslint/types" "8.25.0"
409+
"@typescript-eslint/visitor-keys" "8.25.0"
410+
388411
"@typescript-eslint/[email protected]":
389412
version "8.17.0"
390413
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.17.0.tgz#d326569f498cdd0edf58d5bb6030b4ad914e63d3"
@@ -395,11 +418,26 @@
395418
debug "^4.3.4"
396419
ts-api-utils "^1.3.0"
397420

421+
"@typescript-eslint/[email protected]":
422+
version "8.25.0"
423+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.25.0.tgz#ee0d2f67c80af5ae74b5d6f977e0f8ded0059677"
424+
integrity sha512-d77dHgHWnxmXOPJuDWO4FDWADmGQkN5+tt6SFRZz/RtCWl4pHgFl3+WdYCn16+3teG09DY6XtEpf3gGD0a186g==
425+
dependencies:
426+
"@typescript-eslint/typescript-estree" "8.25.0"
427+
"@typescript-eslint/utils" "8.25.0"
428+
debug "^4.3.4"
429+
ts-api-utils "^2.0.1"
430+
398431
"@typescript-eslint/[email protected]":
399432
version "8.17.0"
400433
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.17.0.tgz#ef84c709ef8324e766878834970bea9a7e3b72cf"
401434
integrity sha512-gY2TVzeve3z6crqh2Ic7Cr+CAv6pfb0Egee7J5UAVWCpVvDI/F71wNfolIim4FE6hT15EbpZFVUj9j5i38jYXA==
402435

436+
"@typescript-eslint/[email protected]":
437+
version "8.25.0"
438+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.25.0.tgz#f91512c2f532b1d6a8826cadd0b0e5cd53cf97e0"
439+
integrity sha512-+vUe0Zb4tkNgznQwicsvLUJgZIRs6ITeWSCclX1q85pR1iOiaj+4uZJIUp//Z27QWu5Cseiw3O3AR8hVpax7Aw==
440+
403441
"@typescript-eslint/[email protected]":
404442
version "8.17.0"
405443
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.17.0.tgz#40b5903bc929b1e8dd9c77db3cb52cfb199a2a34"
@@ -414,6 +452,20 @@
414452
semver "^7.6.0"
415453
ts-api-utils "^1.3.0"
416454

455+
"@typescript-eslint/[email protected]":
456+
version "8.25.0"
457+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.25.0.tgz#d8409c63abddd4cf5b93c031b24b9edc1c7c1299"
458+
integrity sha512-ZPaiAKEZ6Blt/TPAx5Ot0EIB/yGtLI2EsGoY6F7XKklfMxYQyvtL+gT/UCqkMzO0BVFHLDlzvFqQzurYahxv9Q==
459+
dependencies:
460+
"@typescript-eslint/types" "8.25.0"
461+
"@typescript-eslint/visitor-keys" "8.25.0"
462+
debug "^4.3.4"
463+
fast-glob "^3.3.2"
464+
is-glob "^4.0.3"
465+
minimatch "^9.0.4"
466+
semver "^7.6.0"
467+
ts-api-utils "^2.0.1"
468+
417469
"@typescript-eslint/[email protected]":
418470
version "8.17.0"
419471
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.17.0.tgz#41c05105a2b6ab7592f513d2eeb2c2c0236d8908"
@@ -424,6 +476,16 @@
424476
"@typescript-eslint/types" "8.17.0"
425477
"@typescript-eslint/typescript-estree" "8.17.0"
426478

479+
"@typescript-eslint/[email protected]":
480+
version "8.25.0"
481+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.25.0.tgz#3ea2f9196a915ef4daa2c8eafd44adbd7d56d08a"
482+
integrity sha512-syqRbrEv0J1wywiLsK60XzHnQe/kRViI3zwFALrNEgnntn1l24Ra2KvOAWwWbWZ1lBZxZljPDGOq967dsl6fkA==
483+
dependencies:
484+
"@eslint-community/eslint-utils" "^4.4.0"
485+
"@typescript-eslint/scope-manager" "8.25.0"
486+
"@typescript-eslint/types" "8.25.0"
487+
"@typescript-eslint/typescript-estree" "8.25.0"
488+
427489
"@typescript-eslint/[email protected]":
428490
version "8.17.0"
429491
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.17.0.tgz#4dbcd0e28b9bf951f4293805bf34f98df45e1aa8"
@@ -432,6 +494,14 @@
432494
"@typescript-eslint/types" "8.17.0"
433495
eslint-visitor-keys "^4.2.0"
434496

497+
"@typescript-eslint/[email protected]":
498+
version "8.25.0"
499+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.25.0.tgz#e8646324cd1793f96e02669cb717a05319403164"
500+
integrity sha512-kCYXKAum9CecGVHGij7muybDfTS2sD3t0L4bJsEZLkyrXUImiCTq1M3LG2SRtOhiHFwMR9wAFplpT6XHYjTkwQ==
501+
dependencies:
502+
"@typescript-eslint/types" "8.25.0"
503+
eslint-visitor-keys "^4.2.0"
504+
435505
"@vscode/test-cli@^0.0.10":
436506
version "0.0.10"
437507
resolved "https://registry.yarnpkg.com/@vscode/test-cli/-/test-cli-0.0.10.tgz#35f0e81c2e0ff8daceb223e99d1b65306c15822c"
@@ -2376,6 +2446,11 @@ ts-api-utils@^1.3.0:
23762446
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
23772447
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
23782448

2449+
ts-api-utils@^2.0.1:
2450+
version "2.0.1"
2451+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd"
2452+
integrity sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==
2453+
23792454
ts-loader@^9.5.1:
23802455
version "9.5.1"
23812456
resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-9.5.1.tgz#63d5912a86312f1fbe32cef0859fb8b2193d9b89"

0 commit comments

Comments
 (0)