Skip to content

Commit b7b31ca

Browse files
Update typescript-eslint monorepo to v8.25.0 (#9495)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f9c7121 commit b7b31ca

File tree

1 file changed

+49
-49
lines changed

1 file changed

+49
-49
lines changed

yarn.lock

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -405,84 +405,84 @@
405405
integrity sha512-LyeCIU3jb9d38w0MXFwta9r0Jx23ugujkAxdwLTNCyspdZTKUc43t7ppPbCiPoQ/Ivd/pnDFZrb4hWd45wrsgA==
406406

407407
"@typescript-eslint/eslint-plugin@^8.0.0":
408-
version "8.24.1"
409-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.24.1.tgz#d104c2a6212304c649105b18af2c110b4a1dd4ae"
410-
integrity sha512-ll1StnKtBigWIGqvYDVuDmXJHVH4zLVot1yQ4fJtLpL7qacwkxJc1T0bptqw+miBQ/QfUbhl1TcQ4accW5KUyA==
408+
version "8.25.0"
409+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.25.0.tgz#5e1d56f067e5808fa82d1b75bced82396e868a14"
410+
integrity sha512-VM7bpzAe7JO/BFf40pIT1lJqS/z1F8OaSsUB3rpFJucQA4cOSuH2RVVVkFULN+En0Djgr29/jb4EQnedUo95KA==
411411
dependencies:
412412
"@eslint-community/regexpp" "^4.10.0"
413-
"@typescript-eslint/scope-manager" "8.24.1"
414-
"@typescript-eslint/type-utils" "8.24.1"
415-
"@typescript-eslint/utils" "8.24.1"
416-
"@typescript-eslint/visitor-keys" "8.24.1"
413+
"@typescript-eslint/scope-manager" "8.25.0"
414+
"@typescript-eslint/type-utils" "8.25.0"
415+
"@typescript-eslint/utils" "8.25.0"
416+
"@typescript-eslint/visitor-keys" "8.25.0"
417417
graphemer "^1.4.0"
418418
ignore "^5.3.1"
419419
natural-compare "^1.4.0"
420420
ts-api-utils "^2.0.1"
421421

422422
"@typescript-eslint/parser@^8.0.0":
423-
version "8.24.1"
424-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.24.1.tgz#67965c2d2ddd7eadb2f094c395695db8334ef9a2"
425-
integrity sha512-Tqoa05bu+t5s8CTZFaGpCH2ub3QeT9YDkXbPd3uQ4SfsLoh1/vv2GEYAioPoxCWJJNsenXlC88tRjwoHNts1oQ==
426-
dependencies:
427-
"@typescript-eslint/scope-manager" "8.24.1"
428-
"@typescript-eslint/types" "8.24.1"
429-
"@typescript-eslint/typescript-estree" "8.24.1"
430-
"@typescript-eslint/visitor-keys" "8.24.1"
423+
version "8.25.0"
424+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.25.0.tgz#58fb81c7b7a35184ba17583f3d7ac6c4f3d95be8"
425+
integrity sha512-4gbs64bnbSzu4FpgMiQ1A+D+urxkoJk/kqlDJ2W//5SygaEiAP2B4GoS7TEdxgwol2el03gckFV9lJ4QOMiiHg==
426+
dependencies:
427+
"@typescript-eslint/scope-manager" "8.25.0"
428+
"@typescript-eslint/types" "8.25.0"
429+
"@typescript-eslint/typescript-estree" "8.25.0"
430+
"@typescript-eslint/visitor-keys" "8.25.0"
431431
debug "^4.3.4"
432432

433-
"@typescript-eslint/scope-manager@8.24.1":
434-
version "8.24.1"
435-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.24.1.tgz#1e1e76ec4560aa85077ab36deb9b2bead4ae124e"
436-
integrity sha512-OdQr6BNBzwRjNEXMQyaGyZzgg7wzjYKfX2ZBV3E04hUCBDv3GQCHiz9RpqdUIiVrMgJGkXm3tcEh4vFSHreS2Q==
433+
"@typescript-eslint/scope-manager@8.25.0":
434+
version "8.25.0"
435+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.25.0.tgz#ac3805077aade898e98ca824294c998545597df3"
436+
integrity sha512-6PPeiKIGbgStEyt4NNXa2ru5pMzQ8OYKO1hX1z53HMomrmiSB+R5FmChgQAP1ro8jMtNawz+TRQo/cSXrauTpg==
437437
dependencies:
438-
"@typescript-eslint/types" "8.24.1"
439-
"@typescript-eslint/visitor-keys" "8.24.1"
438+
"@typescript-eslint/types" "8.25.0"
439+
"@typescript-eslint/visitor-keys" "8.25.0"
440440

441-
"@typescript-eslint/type-utils@8.24.1":
442-
version "8.24.1"
443-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.24.1.tgz#99113e1df63d1571309d87eef68967344c78dd65"
444-
integrity sha512-/Do9fmNgCsQ+K4rCz0STI7lYB4phTtEXqqCAs3gZW0pnK7lWNkvWd5iW545GSmApm4AzmQXmSqXPO565B4WVrw==
441+
"@typescript-eslint/type-utils@8.25.0":
442+
version "8.25.0"
443+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.25.0.tgz#ee0d2f67c80af5ae74b5d6f977e0f8ded0059677"
444+
integrity sha512-d77dHgHWnxmXOPJuDWO4FDWADmGQkN5+tt6SFRZz/RtCWl4pHgFl3+WdYCn16+3teG09DY6XtEpf3gGD0a186g==
445445
dependencies:
446-
"@typescript-eslint/typescript-estree" "8.24.1"
447-
"@typescript-eslint/utils" "8.24.1"
446+
"@typescript-eslint/typescript-estree" "8.25.0"
447+
"@typescript-eslint/utils" "8.25.0"
448448
debug "^4.3.4"
449449
ts-api-utils "^2.0.1"
450450

451-
"@typescript-eslint/types@8.24.1":
452-
version "8.24.1"
453-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.24.1.tgz#8777a024f3afc4ace5e48f9a804309c6dd38f95a"
454-
integrity sha512-9kqJ+2DkUXiuhoiYIUvIYjGcwle8pcPpdlfkemGvTObzgmYfJ5d0Qm6jwb4NBXP9W1I5tss0VIAnWFumz3mC5A==
451+
"@typescript-eslint/types@8.25.0":
452+
version "8.25.0"
453+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.25.0.tgz#f91512c2f532b1d6a8826cadd0b0e5cd53cf97e0"
454+
integrity sha512-+vUe0Zb4tkNgznQwicsvLUJgZIRs6ITeWSCclX1q85pR1iOiaj+4uZJIUp//Z27QWu5Cseiw3O3AR8hVpax7Aw==
455455

456-
"@typescript-eslint/typescript-estree@8.24.1":
457-
version "8.24.1"
458-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.24.1.tgz#3bb479401f8bd471b3c6dd3db89e7256977c54db"
459-
integrity sha512-UPyy4MJ/0RE648DSKQe9g0VDSehPINiejjA6ElqnFaFIhI6ZEiZAkUI0D5MCk0bQcTf/LVqZStvQ6K4lPn/BRg==
456+
"@typescript-eslint/typescript-estree@8.25.0":
457+
version "8.25.0"
458+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.25.0.tgz#d8409c63abddd4cf5b93c031b24b9edc1c7c1299"
459+
integrity sha512-ZPaiAKEZ6Blt/TPAx5Ot0EIB/yGtLI2EsGoY6F7XKklfMxYQyvtL+gT/UCqkMzO0BVFHLDlzvFqQzurYahxv9Q==
460460
dependencies:
461-
"@typescript-eslint/types" "8.24.1"
462-
"@typescript-eslint/visitor-keys" "8.24.1"
461+
"@typescript-eslint/types" "8.25.0"
462+
"@typescript-eslint/visitor-keys" "8.25.0"
463463
debug "^4.3.4"
464464
fast-glob "^3.3.2"
465465
is-glob "^4.0.3"
466466
minimatch "^9.0.4"
467467
semver "^7.6.0"
468468
ts-api-utils "^2.0.1"
469469

470-
"@typescript-eslint/utils@8.24.1":
471-
version "8.24.1"
472-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.24.1.tgz#08d14eac33cfb3456feeee5a275b8ad3349e52ed"
473-
integrity sha512-OOcg3PMMQx9EXspId5iktsI3eMaXVwlhC8BvNnX6B5w9a4dVgpkQZuU8Hy67TolKcl+iFWq0XX+jbDGN4xWxjQ==
470+
"@typescript-eslint/utils@8.25.0":
471+
version "8.25.0"
472+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.25.0.tgz#3ea2f9196a915ef4daa2c8eafd44adbd7d56d08a"
473+
integrity sha512-syqRbrEv0J1wywiLsK60XzHnQe/kRViI3zwFALrNEgnntn1l24Ra2KvOAWwWbWZ1lBZxZljPDGOq967dsl6fkA==
474474
dependencies:
475475
"@eslint-community/eslint-utils" "^4.4.0"
476-
"@typescript-eslint/scope-manager" "8.24.1"
477-
"@typescript-eslint/types" "8.24.1"
478-
"@typescript-eslint/typescript-estree" "8.24.1"
476+
"@typescript-eslint/scope-manager" "8.25.0"
477+
"@typescript-eslint/types" "8.25.0"
478+
"@typescript-eslint/typescript-estree" "8.25.0"
479479

480-
"@typescript-eslint/visitor-keys@8.24.1":
481-
version "8.24.1"
482-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.24.1.tgz#8bdfe47a89195344b34eb21ef61251562148202b"
483-
integrity sha512-EwVHlp5l+2vp8CoqJm9KikPZgi3gbdZAtabKT9KPShGeOcJhsv4Zdo3oc8T8I0uKEmYoU4ItyxbptjF08enaxg==
480+
"@typescript-eslint/visitor-keys@8.25.0":
481+
version "8.25.0"
482+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.25.0.tgz#e8646324cd1793f96e02669cb717a05319403164"
483+
integrity sha512-kCYXKAum9CecGVHGij7muybDfTS2sD3t0L4bJsEZLkyrXUImiCTq1M3LG2SRtOhiHFwMR9wAFplpT6XHYjTkwQ==
484484
dependencies:
485-
"@typescript-eslint/types" "8.24.1"
485+
"@typescript-eslint/types" "8.25.0"
486486
eslint-visitor-keys "^4.2.0"
487487

488488
"@ungap/structured-clone@^1.2.0":

0 commit comments

Comments
 (0)