Skip to content

Commit 3b7fda1

Browse files
Update typescript-eslint monorepo to v8.41.0
1 parent 0089b0e commit 3b7fda1

File tree

1 file changed

+62
-62
lines changed

1 file changed

+62
-62
lines changed

yarn.lock

Lines changed: 62 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -400,101 +400,101 @@
400400
integrity sha512-LyeCIU3jb9d38w0MXFwta9r0Jx23ugujkAxdwLTNCyspdZTKUc43t7ppPbCiPoQ/Ivd/pnDFZrb4hWd45wrsgA==
401401

402402
"@typescript-eslint/eslint-plugin@^8.0.0":
403-
version "8.37.0"
404-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.37.0.tgz#332392883f936137cd6252c8eb236d298e514e70"
405-
integrity sha512-jsuVWeIkb6ggzB+wPCsR4e6loj+rM72ohW6IBn2C+5NCvfUVY8s33iFPySSVXqtm5Hu29Ne/9bnA0JmyLmgenA==
403+
version "8.41.0"
404+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.41.0.tgz#42209e2ce3e2274de0f5f9b75c777deedacaa558"
405+
integrity sha512-8fz6oa6wEKZrhXWro/S3n2eRJqlRcIa6SlDh59FXJ5Wp5XRZ8B9ixpJDcjadHq47hMx0u+HW6SNa6LjJQ6NLtw==
406406
dependencies:
407407
"@eslint-community/regexpp" "^4.10.0"
408-
"@typescript-eslint/scope-manager" "8.37.0"
409-
"@typescript-eslint/type-utils" "8.37.0"
410-
"@typescript-eslint/utils" "8.37.0"
411-
"@typescript-eslint/visitor-keys" "8.37.0"
408+
"@typescript-eslint/scope-manager" "8.41.0"
409+
"@typescript-eslint/type-utils" "8.41.0"
410+
"@typescript-eslint/utils" "8.41.0"
411+
"@typescript-eslint/visitor-keys" "8.41.0"
412412
graphemer "^1.4.0"
413413
ignore "^7.0.0"
414414
natural-compare "^1.4.0"
415415
ts-api-utils "^2.1.0"
416416

417417
"@typescript-eslint/parser@^8.0.0":
418-
version "8.37.0"
419-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.37.0.tgz#b87f6b61e25ad5cc5bbf8baf809b8da889c89804"
420-
integrity sha512-kVIaQE9vrN9RLCQMQ3iyRlVJpTiDUY6woHGb30JDkfJErqrQEmtdWH3gV0PBAfGZgQXoqzXOO0T3K6ioApbbAA==
421-
dependencies:
422-
"@typescript-eslint/scope-manager" "8.37.0"
423-
"@typescript-eslint/types" "8.37.0"
424-
"@typescript-eslint/typescript-estree" "8.37.0"
425-
"@typescript-eslint/visitor-keys" "8.37.0"
418+
version "8.41.0"
419+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.41.0.tgz#677f5b2b3fa947ee1eac4129220c051b1990d898"
420+
integrity sha512-gTtSdWX9xiMPA/7MV9STjJOOYtWwIJIYxkQxnSV1U3xcE+mnJSH3f6zI0RYP+ew66WSlZ5ed+h0VCxsvdC1jJg==
421+
dependencies:
422+
"@typescript-eslint/scope-manager" "8.41.0"
423+
"@typescript-eslint/types" "8.41.0"
424+
"@typescript-eslint/typescript-estree" "8.41.0"
425+
"@typescript-eslint/visitor-keys" "8.41.0"
426426
debug "^4.3.4"
427427

428-
"@typescript-eslint/project-service@8.37.0":
429-
version "8.37.0"
430-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.37.0.tgz#0594352e32a4ac9258591b88af77b5653800cdfe"
431-
integrity sha512-BIUXYsbkl5A1aJDdYJCBAo8rCEbAvdquQ8AnLb6z5Lp1u3x5PNgSSx9A/zqYc++Xnr/0DVpls8iQ2cJs/izTXA==
428+
"@typescript-eslint/project-service@8.41.0":
429+
version "8.41.0"
430+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.41.0.tgz#08ebf882d413a038926e73fda36e00c3dba84882"
431+
integrity sha512-b8V9SdGBQzQdjJ/IO3eDifGpDBJfvrNTp2QD9P2BeqWTGrRibgfgIlBSw6z3b6R7dPzg752tOs4u/7yCLxksSQ==
432432
dependencies:
433-
"@typescript-eslint/tsconfig-utils" "^8.37.0"
434-
"@typescript-eslint/types" "^8.37.0"
433+
"@typescript-eslint/tsconfig-utils" "^8.41.0"
434+
"@typescript-eslint/types" "^8.41.0"
435435
debug "^4.3.4"
436436

437-
"@typescript-eslint/scope-manager@8.37.0":
438-
version "8.37.0"
439-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.37.0.tgz#a31a3c80ca2ef4ed58de13742debb692e7d4c0a4"
440-
integrity sha512-0vGq0yiU1gbjKob2q691ybTg9JX6ShiVXAAfm2jGf3q0hdP6/BruaFjL/ManAR/lj05AvYCH+5bbVo0VtzmjOA==
437+
"@typescript-eslint/scope-manager@8.41.0":
438+
version "8.41.0"
439+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.41.0.tgz#c8aba12129cb9cead1f1727f58e6a0fcebeecdb5"
440+
integrity sha512-n6m05bXn/Cd6DZDGyrpXrELCPVaTnLdPToyhBoFkLIMznRUQUEQdSp96s/pcWSQdqOhrgR1mzJ+yItK7T+WPMQ==
441441
dependencies:
442-
"@typescript-eslint/types" "8.37.0"
443-
"@typescript-eslint/visitor-keys" "8.37.0"
442+
"@typescript-eslint/types" "8.41.0"
443+
"@typescript-eslint/visitor-keys" "8.41.0"
444444

445-
"@typescript-eslint/tsconfig-utils@8.37.0", "@typescript-eslint/tsconfig-utils@^8.37.0":
446-
version "8.37.0"
447-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.37.0.tgz#47a2760d265c6125f8e7864bc5c8537cad2bd053"
448-
integrity sha512-1/YHvAVTimMM9mmlPvTec9NP4bobA1RkDbMydxG8omqwJJLEW/Iy2C4adsAESIXU3WGLXFHSZUU+C9EoFWl4Zg==
445+
"@typescript-eslint/tsconfig-utils@8.41.0", "@typescript-eslint/tsconfig-utils@^8.41.0":
446+
version "8.41.0"
447+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.41.0.tgz#134dee36eb16cdd78095a20bca0516d10b5dda75"
448+
integrity sha512-TDhxYFPUYRFxFhuU5hTIJk+auzM/wKvWgoNYOPcOf6i4ReYlOoYN8q1dV5kOTjNQNJgzWN3TUUQMtlLOcUgdUw==
449449

450-
"@typescript-eslint/type-utils@8.37.0":
451-
version "8.37.0"
452-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.37.0.tgz#2a682e4c6ff5886712dad57e9787b5e417124507"
453-
integrity sha512-SPkXWIkVZxhgwSwVq9rqj/4VFo7MnWwVaRNznfQDc/xPYHjXnPfLWn+4L6FF1cAz6e7dsqBeMawgl7QjUMj4Ow==
450+
"@typescript-eslint/type-utils@8.41.0":
451+
version "8.41.0"
452+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.41.0.tgz#68d401e38fccf239925447e97bdbd048a9891ae5"
453+
integrity sha512-63qt1h91vg3KsjVVonFJWjgSK7pZHSQFKH6uwqxAH9bBrsyRhO6ONoKyXxyVBzG1lJnFAJcKAcxLS54N1ee1OQ==
454454
dependencies:
455-
"@typescript-eslint/types" "8.37.0"
456-
"@typescript-eslint/typescript-estree" "8.37.0"
457-
"@typescript-eslint/utils" "8.37.0"
455+
"@typescript-eslint/types" "8.41.0"
456+
"@typescript-eslint/typescript-estree" "8.41.0"
457+
"@typescript-eslint/utils" "8.41.0"
458458
debug "^4.3.4"
459459
ts-api-utils "^2.1.0"
460460

461-
"@typescript-eslint/types@8.37.0", "@typescript-eslint/types@^8.37.0":
462-
version "8.37.0"
463-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.37.0.tgz#09517aa9625eb3c68941dde3ac8835740587b6ff"
464-
integrity sha512-ax0nv7PUF9NOVPs+lmQ7yIE7IQmAf8LGcXbMvHX5Gm+YJUYNAl340XkGnrimxZ0elXyoQJuN5sbg6C4evKA4SQ==
461+
"@typescript-eslint/types@8.41.0", "@typescript-eslint/types@^8.41.0":
462+
version "8.41.0"
463+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.41.0.tgz#9935afeaae65e535abcbcee95383fa649c64d16d"
464+
integrity sha512-9EwxsWdVqh42afLbHP90n2VdHaWU/oWgbH2P0CfcNfdKL7CuKpwMQGjwev56vWu9cSKU7FWSu6r9zck6CVfnag==
465465

466-
"@typescript-eslint/typescript-estree@8.37.0":
467-
version "8.37.0"
468-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.37.0.tgz#a07e4574d8e6e4355a558f61323730c987f5fcbc"
469-
integrity sha512-zuWDMDuzMRbQOM+bHyU4/slw27bAUEcKSKKs3hcv2aNnc/tvE/h7w60dwVw8vnal2Pub6RT1T7BI8tFZ1fE+yg==
466+
"@typescript-eslint/typescript-estree@8.41.0":
467+
version "8.41.0"
468+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.41.0.tgz#7c9cff8b4334ce96f14e9689692e8cf426ce4d59"
469+
integrity sha512-D43UwUYJmGhuwHfY7MtNKRZMmfd8+p/eNSfFe6tH5mbVDto+VQCayeAt35rOx3Cs6wxD16DQtIKw/YXxt5E0UQ==
470470
dependencies:
471-
"@typescript-eslint/project-service" "8.37.0"
472-
"@typescript-eslint/tsconfig-utils" "8.37.0"
473-
"@typescript-eslint/types" "8.37.0"
474-
"@typescript-eslint/visitor-keys" "8.37.0"
471+
"@typescript-eslint/project-service" "8.41.0"
472+
"@typescript-eslint/tsconfig-utils" "8.41.0"
473+
"@typescript-eslint/types" "8.41.0"
474+
"@typescript-eslint/visitor-keys" "8.41.0"
475475
debug "^4.3.4"
476476
fast-glob "^3.3.2"
477477
is-glob "^4.0.3"
478478
minimatch "^9.0.4"
479479
semver "^7.6.0"
480480
ts-api-utils "^2.1.0"
481481

482-
"@typescript-eslint/utils@8.37.0":
483-
version "8.37.0"
484-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.37.0.tgz#189ea59b2709f5d898614611f091a776751ee335"
485-
integrity sha512-TSFvkIW6gGjN2p6zbXo20FzCABbyUAuq6tBvNRGsKdsSQ6a7rnV6ADfZ7f4iI3lIiXc4F4WWvtUfDw9CJ9pO5A==
482+
"@typescript-eslint/utils@8.41.0":
483+
version "8.41.0"
484+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.41.0.tgz#17cb3b766c1626311004ea41ffd8c27eb226b953"
485+
integrity sha512-udbCVstxZ5jiPIXrdH+BZWnPatjlYwJuJkDA4Tbo3WyYLh8NvB+h/bKeSZHDOFKfphsZYJQqaFtLeXEqurQn1A==
486486
dependencies:
487487
"@eslint-community/eslint-utils" "^4.7.0"
488-
"@typescript-eslint/scope-manager" "8.37.0"
489-
"@typescript-eslint/types" "8.37.0"
490-
"@typescript-eslint/typescript-estree" "8.37.0"
488+
"@typescript-eslint/scope-manager" "8.41.0"
489+
"@typescript-eslint/types" "8.41.0"
490+
"@typescript-eslint/typescript-estree" "8.41.0"
491491

492-
"@typescript-eslint/visitor-keys@8.37.0":
493-
version "8.37.0"
494-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.37.0.tgz#cdb6a6bd3e8d6dd69bd70c1bdda36e2d18737455"
495-
integrity sha512-YzfhzcTnZVPiLfP/oeKtDp2evwvHLMe0LOy7oe+hb9KKIumLNohYS9Hgp1ifwpu42YWxhZE8yieggz6JpqO/1w==
492+
"@typescript-eslint/visitor-keys@8.41.0":
493+
version "8.41.0"
494+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.41.0.tgz#16eb99b55d207f6688002a2cf425e039579aa9a9"
495+
integrity sha512-+GeGMebMCy0elMNg67LRNoVnUFPIm37iu5CmHESVx56/9Jsfdpsvbv605DQ81Pi/x11IdKUsS5nzgTYbCQU9fg==
496496
dependencies:
497-
"@typescript-eslint/types" "8.37.0"
497+
"@typescript-eslint/types" "8.41.0"
498498
eslint-visitor-keys "^4.2.1"
499499

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

0 commit comments

Comments
 (0)