Skip to content

Commit 0cb62c4

Browse files
Update typescript-eslint monorepo to v8.21.0 (#9450)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d41e286 commit 0cb62c4

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.20.0"
409-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.20.0.tgz#b47a398e0e551cb008c60190b804394e6852c863"
410-
integrity sha512-naduuphVw5StFfqp4Gq4WhIBE2gN1GEmMUExpJYknZJdRnc+2gDzB8Z3+5+/Kv33hPQRDGzQO/0opHE72lZZ6A==
408+
version "8.21.0"
409+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.21.0.tgz#395014a75112ecdb81142b866ab6bb62e3be0f2a"
410+
integrity sha512-eTH+UOR4I7WbdQnG4Z48ebIA6Bgi7WO8HvFEneeYBxG8qCOYgTOFPSg6ek9ITIDvGjDQzWHcoWHCDO2biByNzA==
411411
dependencies:
412412
"@eslint-community/regexpp" "^4.10.0"
413-
"@typescript-eslint/scope-manager" "8.20.0"
414-
"@typescript-eslint/type-utils" "8.20.0"
415-
"@typescript-eslint/utils" "8.20.0"
416-
"@typescript-eslint/visitor-keys" "8.20.0"
413+
"@typescript-eslint/scope-manager" "8.21.0"
414+
"@typescript-eslint/type-utils" "8.21.0"
415+
"@typescript-eslint/utils" "8.21.0"
416+
"@typescript-eslint/visitor-keys" "8.21.0"
417417
graphemer "^1.4.0"
418418
ignore "^5.3.1"
419419
natural-compare "^1.4.0"
420420
ts-api-utils "^2.0.0"
421421

422422
"@typescript-eslint/parser@^8.0.0":
423-
version "8.20.0"
424-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.20.0.tgz#5caf2230a37094dc0e671cf836b96dd39b587ced"
425-
integrity sha512-gKXG7A5HMyjDIedBi6bUrDcun8GIjnI8qOwVLiY3rx6T/sHP/19XLJOnIq/FgQvWLHja5JN/LSE7eklNBr612g==
426-
dependencies:
427-
"@typescript-eslint/scope-manager" "8.20.0"
428-
"@typescript-eslint/types" "8.20.0"
429-
"@typescript-eslint/typescript-estree" "8.20.0"
430-
"@typescript-eslint/visitor-keys" "8.20.0"
423+
version "8.21.0"
424+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.21.0.tgz#312c638aaba4f640d45bfde7c6795a9d75deb088"
425+
integrity sha512-Wy+/sdEH9kI3w9civgACwabHbKl+qIOu0uFZ9IMKzX3Jpv9og0ZBJrZExGrPpFAY7rWsXuxs5e7CPPP17A4eYA==
426+
dependencies:
427+
"@typescript-eslint/scope-manager" "8.21.0"
428+
"@typescript-eslint/types" "8.21.0"
429+
"@typescript-eslint/typescript-estree" "8.21.0"
430+
"@typescript-eslint/visitor-keys" "8.21.0"
431431
debug "^4.3.4"
432432

433-
"@typescript-eslint/scope-manager@8.20.0":
434-
version "8.20.0"
435-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.20.0.tgz#aaf4198b509fb87a6527c02cfbfaf8901179e75c"
436-
integrity sha512-J7+VkpeGzhOt3FeG1+SzhiMj9NzGD/M6KoGn9f4dbz3YzK9hvbhVTmLj/HiTp9DazIzJ8B4XcM80LrR9Dm1rJw==
433+
"@typescript-eslint/scope-manager@8.21.0":
434+
version "8.21.0"
435+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.21.0.tgz#d08d94e2a34b4ccdcc975543c25bb62917437500"
436+
integrity sha512-G3IBKz0/0IPfdeGRMbp+4rbjfSSdnGkXsM/pFZA8zM9t9klXDnB/YnKOBQ0GoPmoROa4bCq2NeHgJa5ydsQ4mA==
437437
dependencies:
438-
"@typescript-eslint/types" "8.20.0"
439-
"@typescript-eslint/visitor-keys" "8.20.0"
438+
"@typescript-eslint/types" "8.21.0"
439+
"@typescript-eslint/visitor-keys" "8.21.0"
440440

441-
"@typescript-eslint/type-utils@8.20.0":
442-
version "8.20.0"
443-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.20.0.tgz#958171d86b213a3f32b5b16b91db267968a4ef19"
444-
integrity sha512-bPC+j71GGvA7rVNAHAtOjbVXbLN5PkwqMvy1cwGeaxUoRQXVuKCebRoLzm+IPW/NtFFpstn1ummSIasD5t60GA==
441+
"@typescript-eslint/type-utils@8.21.0":
442+
version "8.21.0"
443+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.21.0.tgz#2e69d1a93cdbedc73fe694cd6ae4dfedd00430a0"
444+
integrity sha512-95OsL6J2BtzoBxHicoXHxgk3z+9P3BEcQTpBKriqiYzLKnM2DeSqs+sndMKdamU8FosiadQFT3D+BSL9EKnAJQ==
445445
dependencies:
446-
"@typescript-eslint/typescript-estree" "8.20.0"
447-
"@typescript-eslint/utils" "8.20.0"
446+
"@typescript-eslint/typescript-estree" "8.21.0"
447+
"@typescript-eslint/utils" "8.21.0"
448448
debug "^4.3.4"
449449
ts-api-utils "^2.0.0"
450450

451-
"@typescript-eslint/types@8.20.0":
452-
version "8.20.0"
453-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.20.0.tgz#487de5314b5415dee075e95568b87a75a3e730cf"
454-
integrity sha512-cqaMiY72CkP+2xZRrFt3ExRBu0WmVitN/rYPZErA80mHjHx/Svgp8yfbzkJmDoQ/whcytOPO9/IZXnOc+wigRA==
451+
"@typescript-eslint/types@8.21.0":
452+
version "8.21.0"
453+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.21.0.tgz#58f30aec8db8212fd886835dc5969cdf47cb29f5"
454+
integrity sha512-PAL6LUuQwotLW2a8VsySDBwYMm129vFm4tMVlylzdoTybTHaAi0oBp7Ac6LhSrHHOdLM3efH+nAR6hAWoMF89A==
455455

456-
"@typescript-eslint/typescript-estree@8.20.0":
457-
version "8.20.0"
458-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.20.0.tgz#658cea07b7e5981f19bce5cf1662cb70ad59f26b"
459-
integrity sha512-Y7ncuy78bJqHI35NwzWol8E0X7XkRVS4K4P4TCyzWkOJih5NDvtoRDW4Ba9YJJoB2igm9yXDdYI/+fkiiAxPzA==
456+
"@typescript-eslint/typescript-estree@8.21.0":
457+
version "8.21.0"
458+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.21.0.tgz#5ce71acdbed3b97b959f6168afba5a03c88f69a9"
459+
integrity sha512-x+aeKh/AjAArSauz0GiQZsjT8ciadNMHdkUSwBB9Z6PrKc/4knM4g3UfHml6oDJmKC88a6//cdxnO/+P2LkMcg==
460460
dependencies:
461-
"@typescript-eslint/types" "8.20.0"
462-
"@typescript-eslint/visitor-keys" "8.20.0"
461+
"@typescript-eslint/types" "8.21.0"
462+
"@typescript-eslint/visitor-keys" "8.21.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.0"
469469

470-
"@typescript-eslint/utils@8.20.0":
471-
version "8.20.0"
472-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.20.0.tgz#53127ecd314b3b08836b4498b71cdb86f4ef3aa2"
473-
integrity sha512-dq70RUw6UK9ei7vxc4KQtBRk7qkHZv447OUZ6RPQMQl71I3NZxQJX/f32Smr+iqWrB02pHKn2yAdHBb0KNrRMA==
470+
"@typescript-eslint/utils@8.21.0":
471+
version "8.21.0"
472+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.21.0.tgz#bc4874fbc30feb3298b926e3b03d94570b3999c5"
473+
integrity sha512-xcXBfcq0Kaxgj7dwejMbFyq7IOHgpNMtVuDveK7w3ZGwG9owKzhALVwKpTF2yrZmEwl9SWdetf3fxNzJQaVuxw==
474474
dependencies:
475475
"@eslint-community/eslint-utils" "^4.4.0"
476-
"@typescript-eslint/scope-manager" "8.20.0"
477-
"@typescript-eslint/types" "8.20.0"
478-
"@typescript-eslint/typescript-estree" "8.20.0"
476+
"@typescript-eslint/scope-manager" "8.21.0"
477+
"@typescript-eslint/types" "8.21.0"
478+
"@typescript-eslint/typescript-estree" "8.21.0"
479479

480-
"@typescript-eslint/visitor-keys@8.20.0":
481-
version "8.20.0"
482-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.20.0.tgz#2df6e24bc69084b81f06aaaa48d198b10d382bed"
483-
integrity sha512-v/BpkeeYAsPkKCkR8BDwcno0llhzWVqPOamQrAEMdpZav2Y9OVjd9dwJyBLJWwf335B5DmlifECIkZRJCaGaHA==
480+
"@typescript-eslint/visitor-keys@8.21.0":
481+
version "8.21.0"
482+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.21.0.tgz#a89744c4cdc83b5c761eb5878befe6c33d1481b2"
483+
integrity sha512-BkLMNpdV6prozk8LlyK/SOoWLmUFi+ZD+pcqti9ILCbVvHGk1ui1g4jJOc2WDLaeExz2qWwojxlPce5PljcT3w==
484484
dependencies:
485-
"@typescript-eslint/types" "8.20.0"
485+
"@typescript-eslint/types" "8.21.0"
486486
eslint-visitor-keys "^4.2.0"
487487

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

0 commit comments

Comments
 (0)