Skip to content

Commit a848e8c

Browse files
build(deps-dev): bump typescript-eslint from 8.60.0 to 8.60.1
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.60.0 to 8.60.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.60.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.60.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a4a33b2 commit a848e8c

1 file changed

Lines changed: 71 additions & 71 deletions

File tree

yarn.lock

Lines changed: 71 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -515,100 +515,100 @@
515515
dependencies:
516516
"@types/yargs-parser" "*"
517517

518-
"@typescript-eslint/eslint-plugin@8.60.0":
519-
version "8.60.0"
520-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.60.0.tgz#8fc1e0a950c43270eaf0212dc060f7edaa42f9cf"
521-
integrity sha512-QYb/sa74/s7OKMbACMjrYnGspj9Hs5YI5aaffSL65UfeBUzVzBJfVo3oWSpbzPurvm7yaCCo2Lk7lVj610HqKw==
518+
"@typescript-eslint/eslint-plugin@8.60.1":
519+
version "8.60.1"
520+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.60.1.tgz#c1060bb8fa4be80624d3f3dec8dd9caca373af76"
521+
integrity sha512-JQ4S5GB0tfjO8BuJ4fcX+HodkzJjYBV+7OJ+wLygaX7OGQ7FudyHL4NSCA6ob+w3Yn+5MkKIozOwQhXeM7opVg==
522522
dependencies:
523523
"@eslint-community/regexpp" "^4.12.2"
524-
"@typescript-eslint/scope-manager" "8.60.0"
525-
"@typescript-eslint/type-utils" "8.60.0"
526-
"@typescript-eslint/utils" "8.60.0"
527-
"@typescript-eslint/visitor-keys" "8.60.0"
524+
"@typescript-eslint/scope-manager" "8.60.1"
525+
"@typescript-eslint/type-utils" "8.60.1"
526+
"@typescript-eslint/utils" "8.60.1"
527+
"@typescript-eslint/visitor-keys" "8.60.1"
528528
ignore "^7.0.5"
529529
natural-compare "^1.4.0"
530530
ts-api-utils "^2.5.0"
531531

532-
"@typescript-eslint/parser@8.60.0":
533-
version "8.60.0"
534-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.60.0.tgz#38d611b8e658cb10850d4975e8a175a222fbcd6a"
535-
integrity sha512-fcqpj/MyK4sxDPcbe7STNPbpQL4RLZOPWuaTmwZYuc+hJKzRf58yRxfhqGpc6PIq9ZyfSBpfHgmUHmHs0KwHwg==
532+
"@typescript-eslint/parser@8.60.1":
533+
version "8.60.1"
534+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.60.1.tgz#a9d7f30850384d34b41f4687dd8944823c09e289"
535+
integrity sha512-A0M6ua6H252bVjPvvtSgl2QA4+ET9S5Mtkb2GDyTxIhH/C4qDItT7RQNO5PhMC6NXGYXOR9dIalcDDgBKT7oFA==
536536
dependencies:
537-
"@typescript-eslint/scope-manager" "8.60.0"
538-
"@typescript-eslint/types" "8.60.0"
539-
"@typescript-eslint/typescript-estree" "8.60.0"
540-
"@typescript-eslint/visitor-keys" "8.60.0"
537+
"@typescript-eslint/scope-manager" "8.60.1"
538+
"@typescript-eslint/types" "8.60.1"
539+
"@typescript-eslint/typescript-estree" "8.60.1"
540+
"@typescript-eslint/visitor-keys" "8.60.1"
541541
debug "^4.4.3"
542542

543-
"@typescript-eslint/project-service@8.60.0":
544-
version "8.60.0"
545-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.60.0.tgz#b82ab12e64d005d0c7163d1240c432381f1bde0f"
546-
integrity sha512-aZu74NNKJeUWqCjDddzdiKaS82dgYgV/vmf+Ui3ZdZejmgfXR/q+pRumgobnQ2cCJTgGTWp4ypiwsuofFubavg==
543+
"@typescript-eslint/project-service@8.60.1":
544+
version "8.60.1"
545+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.60.1.tgz#eb29712f58d72c222fc727162e92f2ab4670971b"
546+
integrity sha512-eXkTH2bxmXlqD1RnOPmLZ9ZM9D3VwSx04JOwBnP9RQ+yUA5a2Mu7SfW8uaV2Aon53NJzZlZYuX7tn91Izf+xaw==
547547
dependencies:
548-
"@typescript-eslint/tsconfig-utils" "^8.60.0"
549-
"@typescript-eslint/types" "^8.60.0"
548+
"@typescript-eslint/tsconfig-utils" "^8.60.1"
549+
"@typescript-eslint/types" "^8.60.1"
550550
debug "^4.4.3"
551551

552-
"@typescript-eslint/scope-manager@8.60.0":
553-
version "8.60.0"
554-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.60.0.tgz#7617a4617c043fe235dcf066f9a40f106cfd2fd5"
555-
integrity sha512-pFzqhllJMs+jghLQWzV00ds39xLzuyqPSev5pd8f4Ir0rtKR3ZLUB4/4dhjOFighWb9larvtfJvqL+4yKDI3Xw==
552+
"@typescript-eslint/scope-manager@8.60.1":
553+
version "8.60.1"
554+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.60.1.tgz#2f875962eaad0a0789cc3c36aea9b4ddeb2dd9c8"
555+
integrity sha512-gvI5OQoptnxQnchOirukCuQ55svJSTuD/4k5+pC267xyBtYry748R9/c3tYUzb/iE6RZfllRz2lVulLCHkTm4w==
556556
dependencies:
557-
"@typescript-eslint/types" "8.60.0"
558-
"@typescript-eslint/visitor-keys" "8.60.0"
557+
"@typescript-eslint/types" "8.60.1"
558+
"@typescript-eslint/visitor-keys" "8.60.1"
559559

560-
"@typescript-eslint/tsconfig-utils@8.60.0", "@typescript-eslint/tsconfig-utils@^8.60.0":
561-
version "8.60.0"
562-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.60.0.tgz#3af78c48956227a407dea9626b8db8ca53f130d2"
563-
integrity sha512-BZPR3RGYlAXnly6ymAxfkVn5rCbZzQNou0rxv3GfWZ8cTQp+hhVd73khbGLAd8k1TlAPLISH337M+tAgAnaJDQ==
560+
"@typescript-eslint/tsconfig-utils@8.60.1", "@typescript-eslint/tsconfig-utils@^8.60.1":
561+
version "8.60.1"
562+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.60.1.tgz#bee8b942a13679a878101c9c74577d732062ed93"
563+
integrity sha512-nh8w4qAteiKuZu3pSSzG/yGKpw0OlkrKnzFmbVRenKaD4qc+7i1GrmZaLVkr8rk4uipiPGMOW4YsM6WmKZ5CvA==
564564

565-
"@typescript-eslint/type-utils@8.60.0":
566-
version "8.60.0"
567-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.60.0.tgz#6971a61bc4f3a1b2df45dcc14e26a43a88a4cb6a"
568-
integrity sha512-SX46wEUtitCpq7AN38HkUU/+zvUpdKf7ephtWAFgckH8O7PQIyL5gvrhQgBLuEYgLfuKWOVvWVskMbuFHAz5xg==
565+
"@typescript-eslint/type-utils@8.60.1":
566+
version "8.60.1"
567+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.60.1.tgz#1ae45f0f2a701354beea4a58c2161e40a5e3c379"
568+
integrity sha512-sdwTrpjosW7ANQYJ39ZBF1ZyEMEGVB2UsikrserVM/30a/F1dTLnu9bGxEdosugyu5caigjLrR2qiD11asjI1A==
569569
dependencies:
570-
"@typescript-eslint/types" "8.60.0"
571-
"@typescript-eslint/typescript-estree" "8.60.0"
572-
"@typescript-eslint/utils" "8.60.0"
570+
"@typescript-eslint/types" "8.60.1"
571+
"@typescript-eslint/typescript-estree" "8.60.1"
572+
"@typescript-eslint/utils" "8.60.1"
573573
debug "^4.4.3"
574574
ts-api-utils "^2.5.0"
575575

576-
"@typescript-eslint/types@8.60.0", "@typescript-eslint/types@^8.60.0":
577-
version "8.60.0"
578-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.60.0.tgz#e77ad768e933263b1960b2fe79de75fe1cc6e7db"
579-
integrity sha512-AsE7x2XaAK+CVbeih0Fvbn+r1qHxtpLDJ3XUuFcIinT318T90yHMJC+Zgv+jUuDjQQd06HKwxnDu6sz1IcTilA==
576+
"@typescript-eslint/types@8.60.1", "@typescript-eslint/types@^8.60.1":
577+
version "8.60.1"
578+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.60.1.tgz#ccdc482ba9e17f9723a10ce240b5e67dad3046c4"
579+
integrity sha512-4h0tY8ppCkdCzcrl2YM5M3my0xsE1Tf8om3owEu5oPWmXwkKRmk0j0LGDzYBGUcAlesEbxBhazqu/K4cu3Ug7w==
580580

581-
"@typescript-eslint/typescript-estree@8.60.0":
582-
version "8.60.0"
583-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.60.0.tgz#c102196a44414481190041c99eea1d854e66001b"
584-
integrity sha512-3AcZNBGMClm6CXDyo8kYvVGT/sx29sS0oBsIb9oZI2gunA4Vm2M3YHzRLPvsUBBsl+yB5FPtltq7gGH0iTlp9g==
581+
"@typescript-eslint/typescript-estree@8.60.1":
582+
version "8.60.1"
583+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.60.1.tgz#016630b119228bf483ddc652703a6a038f3fdd74"
584+
integrity sha512-alpRkfG8hlVE5kdJW2GkfgDgXxold3e8e4l6EnmhRmRLbekgAPCCGDVD++sABy9FcgPFroq+uFcCSM1vR57Cew==
585585
dependencies:
586-
"@typescript-eslint/project-service" "8.60.0"
587-
"@typescript-eslint/tsconfig-utils" "8.60.0"
588-
"@typescript-eslint/types" "8.60.0"
589-
"@typescript-eslint/visitor-keys" "8.60.0"
586+
"@typescript-eslint/project-service" "8.60.1"
587+
"@typescript-eslint/tsconfig-utils" "8.60.1"
588+
"@typescript-eslint/types" "8.60.1"
589+
"@typescript-eslint/visitor-keys" "8.60.1"
590590
debug "^4.4.3"
591591
minimatch "^10.2.2"
592592
semver "^7.7.3"
593593
tinyglobby "^0.2.15"
594594
ts-api-utils "^2.5.0"
595595

596-
"@typescript-eslint/utils@8.60.0":
597-
version "8.60.0"
598-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.60.0.tgz#6110cddaef87606ae4ca6f8bf81bb5949fc8e098"
599-
integrity sha512-HtXuPfrHTyBDkameWpl+vJb1Uevu2tznAyahM1Oc4AENidCLTPiZDWIo4GfcxNdC/RcfGcadzzkqbRG87dUrQA==
596+
"@typescript-eslint/utils@8.60.1":
597+
version "8.60.1"
598+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.60.1.tgz#31cf566095602d9fe8ad91837d2eb520b8de762b"
599+
integrity sha512-h2MPBLoNtjc3qZWfY3Tl51yPorQ2McHn8pJfcMNTcIvrrZrr90Ykffit0yjrPFWQcRcUxzH20+6OcVdW4yHtUg==
600600
dependencies:
601601
"@eslint-community/eslint-utils" "^4.9.1"
602-
"@typescript-eslint/scope-manager" "8.60.0"
603-
"@typescript-eslint/types" "8.60.0"
604-
"@typescript-eslint/typescript-estree" "8.60.0"
602+
"@typescript-eslint/scope-manager" "8.60.1"
603+
"@typescript-eslint/types" "8.60.1"
604+
"@typescript-eslint/typescript-estree" "8.60.1"
605605

606-
"@typescript-eslint/visitor-keys@8.60.0":
607-
version "8.60.0"
608-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.60.0.tgz#f2c41eedd3d7b03b808369fb2e3fb40a93783ec2"
609-
integrity sha512-9WI52t8ZGLVGrPMBet25yAftqY/n95+zmoUUtJBBQTKDSKUu7OsPTroT2op7U9JatkoRccL0YkWDNMFfC4Sjxg==
606+
"@typescript-eslint/visitor-keys@8.60.1":
607+
version "8.60.1"
608+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.60.1.tgz#165d1d8901137b944efaf18f00ab5ecb57f06995"
609+
integrity sha512-EbGRQg4FhrmwLodl+t3JNAnXHWVr9Vp+Zl1QBZVPY4ByfkzIT8cX3K6QWODHtkIZqqJVEWvhHSx3v5PDHsaQag==
610610
dependencies:
611-
"@typescript-eslint/types" "8.60.0"
611+
"@typescript-eslint/types" "8.60.1"
612612
eslint-visitor-keys "^5.0.0"
613613

614614
acorn-jsx@^5.3.2:
@@ -2777,14 +2777,14 @@ typedarray.prototype.slice@^1.0.5:
27772777
typed-array-byte-offset "^1.0.4"
27782778

27792779
typescript-eslint@^8.59.1:
2780-
version "8.60.0"
2781-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.60.0.tgz#6686fecb1f4f367c0bf0075828e93b7ecacbc62b"
2782-
integrity sha512-9f65qWLZdAW9m1JaxBDUHcqRUfL8bkxxXL7XxEfI+F09q56PkBvIfCjLF3yInsDM/BBmwkqmCQdCZe/RYlIWEw==
2783-
dependencies:
2784-
"@typescript-eslint/eslint-plugin" "8.60.0"
2785-
"@typescript-eslint/parser" "8.60.0"
2786-
"@typescript-eslint/typescript-estree" "8.60.0"
2787-
"@typescript-eslint/utils" "8.60.0"
2780+
version "8.60.1"
2781+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.60.1.tgz#13db05c6eabb89669deec44545b788a0e9aee640"
2782+
integrity sha512-6m5hkkRAp8lKvhVpcprAIn5KkehQEh+47oHH2VGnExEh7dhNxXlg6GPAOIu6TxbVQxhebrJDvjl3020ooiWCMA==
2783+
dependencies:
2784+
"@typescript-eslint/eslint-plugin" "8.60.1"
2785+
"@typescript-eslint/parser" "8.60.1"
2786+
"@typescript-eslint/typescript-estree" "8.60.1"
2787+
"@typescript-eslint/utils" "8.60.1"
27882788

27892789
typescript@^5.9.3:
27902790
version "5.9.3"

0 commit comments

Comments
 (0)