Skip to content

Commit 837cc4d

Browse files
renovate[bot]mergify[bot]
authored andcommitted
chore(deps): update typescript-eslint monorepo to v8.60.1
1 parent 2098706 commit 837cc4d

2 files changed

Lines changed: 65 additions & 65 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
"@types/react": "19.2.15",
5656
"@types/react-helmet": "6.1.11",
5757
"@types/react-router-dom": "5.3.3",
58-
"@typescript-eslint/eslint-plugin": "8.60.0",
59-
"@typescript-eslint/parser": "8.60.0",
58+
"@typescript-eslint/eslint-plugin": "8.60.1",
59+
"@typescript-eslint/parser": "8.60.1",
6060
"all-contributors-cli": "6.26.1",
6161
"eslint": "10.4.1",
6262
"eslint-config-prettier": "10.1.8",

yarn.lock

Lines changed: 63 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -5249,100 +5249,100 @@
52495249
dependencies:
52505250
"@types/yargs-parser" "*"
52515251

5252-
"@typescript-eslint/eslint-plugin@8.60.0":
5253-
version "8.60.0"
5254-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.60.0.tgz#8fc1e0a950c43270eaf0212dc060f7edaa42f9cf"
5255-
integrity sha512-QYb/sa74/s7OKMbACMjrYnGspj9Hs5YI5aaffSL65UfeBUzVzBJfVo3oWSpbzPurvm7yaCCo2Lk7lVj610HqKw==
5252+
"@typescript-eslint/eslint-plugin@8.60.1":
5253+
version "8.60.1"
5254+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.60.1.tgz#c1060bb8fa4be80624d3f3dec8dd9caca373af76"
5255+
integrity sha512-JQ4S5GB0tfjO8BuJ4fcX+HodkzJjYBV+7OJ+wLygaX7OGQ7FudyHL4NSCA6ob+w3Yn+5MkKIozOwQhXeM7opVg==
52565256
dependencies:
52575257
"@eslint-community/regexpp" "^4.12.2"
5258-
"@typescript-eslint/scope-manager" "8.60.0"
5259-
"@typescript-eslint/type-utils" "8.60.0"
5260-
"@typescript-eslint/utils" "8.60.0"
5261-
"@typescript-eslint/visitor-keys" "8.60.0"
5258+
"@typescript-eslint/scope-manager" "8.60.1"
5259+
"@typescript-eslint/type-utils" "8.60.1"
5260+
"@typescript-eslint/utils" "8.60.1"
5261+
"@typescript-eslint/visitor-keys" "8.60.1"
52625262
ignore "^7.0.5"
52635263
natural-compare "^1.4.0"
52645264
ts-api-utils "^2.5.0"
52655265

5266-
"@typescript-eslint/parser@8.60.0":
5267-
version "8.60.0"
5268-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.60.0.tgz#38d611b8e658cb10850d4975e8a175a222fbcd6a"
5269-
integrity sha512-fcqpj/MyK4sxDPcbe7STNPbpQL4RLZOPWuaTmwZYuc+hJKzRf58yRxfhqGpc6PIq9ZyfSBpfHgmUHmHs0KwHwg==
5266+
"@typescript-eslint/parser@8.60.1":
5267+
version "8.60.1"
5268+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.60.1.tgz#a9d7f30850384d34b41f4687dd8944823c09e289"
5269+
integrity sha512-A0M6ua6H252bVjPvvtSgl2QA4+ET9S5Mtkb2GDyTxIhH/C4qDItT7RQNO5PhMC6NXGYXOR9dIalcDDgBKT7oFA==
52705270
dependencies:
5271-
"@typescript-eslint/scope-manager" "8.60.0"
5272-
"@typescript-eslint/types" "8.60.0"
5273-
"@typescript-eslint/typescript-estree" "8.60.0"
5274-
"@typescript-eslint/visitor-keys" "8.60.0"
5271+
"@typescript-eslint/scope-manager" "8.60.1"
5272+
"@typescript-eslint/types" "8.60.1"
5273+
"@typescript-eslint/typescript-estree" "8.60.1"
5274+
"@typescript-eslint/visitor-keys" "8.60.1"
52755275
debug "^4.4.3"
52765276

5277-
"@typescript-eslint/project-service@8.60.0":
5278-
version "8.60.0"
5279-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.60.0.tgz#b82ab12e64d005d0c7163d1240c432381f1bde0f"
5280-
integrity sha512-aZu74NNKJeUWqCjDddzdiKaS82dgYgV/vmf+Ui3ZdZejmgfXR/q+pRumgobnQ2cCJTgGTWp4ypiwsuofFubavg==
5277+
"@typescript-eslint/project-service@8.60.1":
5278+
version "8.60.1"
5279+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.60.1.tgz#eb29712f58d72c222fc727162e92f2ab4670971b"
5280+
integrity sha512-eXkTH2bxmXlqD1RnOPmLZ9ZM9D3VwSx04JOwBnP9RQ+yUA5a2Mu7SfW8uaV2Aon53NJzZlZYuX7tn91Izf+xaw==
52815281
dependencies:
5282-
"@typescript-eslint/tsconfig-utils" "^8.60.0"
5283-
"@typescript-eslint/types" "^8.60.0"
5282+
"@typescript-eslint/tsconfig-utils" "^8.60.1"
5283+
"@typescript-eslint/types" "^8.60.1"
52845284
debug "^4.4.3"
52855285

5286-
"@typescript-eslint/scope-manager@8.60.0":
5287-
version "8.60.0"
5288-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.60.0.tgz#7617a4617c043fe235dcf066f9a40f106cfd2fd5"
5289-
integrity sha512-pFzqhllJMs+jghLQWzV00ds39xLzuyqPSev5pd8f4Ir0rtKR3ZLUB4/4dhjOFighWb9larvtfJvqL+4yKDI3Xw==
5286+
"@typescript-eslint/scope-manager@8.60.1":
5287+
version "8.60.1"
5288+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.60.1.tgz#2f875962eaad0a0789cc3c36aea9b4ddeb2dd9c8"
5289+
integrity sha512-gvI5OQoptnxQnchOirukCuQ55svJSTuD/4k5+pC267xyBtYry748R9/c3tYUzb/iE6RZfllRz2lVulLCHkTm4w==
52905290
dependencies:
5291-
"@typescript-eslint/types" "8.60.0"
5292-
"@typescript-eslint/visitor-keys" "8.60.0"
5291+
"@typescript-eslint/types" "8.60.1"
5292+
"@typescript-eslint/visitor-keys" "8.60.1"
52935293

5294-
"@typescript-eslint/tsconfig-utils@8.60.0", "@typescript-eslint/tsconfig-utils@^8.60.0":
5295-
version "8.60.0"
5296-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.60.0.tgz#3af78c48956227a407dea9626b8db8ca53f130d2"
5297-
integrity sha512-BZPR3RGYlAXnly6ymAxfkVn5rCbZzQNou0rxv3GfWZ8cTQp+hhVd73khbGLAd8k1TlAPLISH337M+tAgAnaJDQ==
5294+
"@typescript-eslint/tsconfig-utils@8.60.1", "@typescript-eslint/tsconfig-utils@^8.60.1":
5295+
version "8.60.1"
5296+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.60.1.tgz#bee8b942a13679a878101c9c74577d732062ed93"
5297+
integrity sha512-nh8w4qAteiKuZu3pSSzG/yGKpw0OlkrKnzFmbVRenKaD4qc+7i1GrmZaLVkr8rk4uipiPGMOW4YsM6WmKZ5CvA==
52985298

5299-
"@typescript-eslint/type-utils@8.60.0":
5300-
version "8.60.0"
5301-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.60.0.tgz#6971a61bc4f3a1b2df45dcc14e26a43a88a4cb6a"
5302-
integrity sha512-SX46wEUtitCpq7AN38HkUU/+zvUpdKf7ephtWAFgckH8O7PQIyL5gvrhQgBLuEYgLfuKWOVvWVskMbuFHAz5xg==
5299+
"@typescript-eslint/type-utils@8.60.1":
5300+
version "8.60.1"
5301+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.60.1.tgz#1ae45f0f2a701354beea4a58c2161e40a5e3c379"
5302+
integrity sha512-sdwTrpjosW7ANQYJ39ZBF1ZyEMEGVB2UsikrserVM/30a/F1dTLnu9bGxEdosugyu5caigjLrR2qiD11asjI1A==
53035303
dependencies:
5304-
"@typescript-eslint/types" "8.60.0"
5305-
"@typescript-eslint/typescript-estree" "8.60.0"
5306-
"@typescript-eslint/utils" "8.60.0"
5304+
"@typescript-eslint/types" "8.60.1"
5305+
"@typescript-eslint/typescript-estree" "8.60.1"
5306+
"@typescript-eslint/utils" "8.60.1"
53075307
debug "^4.4.3"
53085308
ts-api-utils "^2.5.0"
53095309

5310-
"@typescript-eslint/types@8.60.0", "@typescript-eslint/types@^8.60.0":
5311-
version "8.60.0"
5312-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.60.0.tgz#e77ad768e933263b1960b2fe79de75fe1cc6e7db"
5313-
integrity sha512-AsE7x2XaAK+CVbeih0Fvbn+r1qHxtpLDJ3XUuFcIinT318T90yHMJC+Zgv+jUuDjQQd06HKwxnDu6sz1IcTilA==
5310+
"@typescript-eslint/types@8.60.1", "@typescript-eslint/types@^8.60.1":
5311+
version "8.60.1"
5312+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.60.1.tgz#ccdc482ba9e17f9723a10ce240b5e67dad3046c4"
5313+
integrity sha512-4h0tY8ppCkdCzcrl2YM5M3my0xsE1Tf8om3owEu5oPWmXwkKRmk0j0LGDzYBGUcAlesEbxBhazqu/K4cu3Ug7w==
53145314

5315-
"@typescript-eslint/typescript-estree@8.60.0":
5316-
version "8.60.0"
5317-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.60.0.tgz#c102196a44414481190041c99eea1d854e66001b"
5318-
integrity sha512-3AcZNBGMClm6CXDyo8kYvVGT/sx29sS0oBsIb9oZI2gunA4Vm2M3YHzRLPvsUBBsl+yB5FPtltq7gGH0iTlp9g==
5315+
"@typescript-eslint/typescript-estree@8.60.1":
5316+
version "8.60.1"
5317+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.60.1.tgz#016630b119228bf483ddc652703a6a038f3fdd74"
5318+
integrity sha512-alpRkfG8hlVE5kdJW2GkfgDgXxold3e8e4l6EnmhRmRLbekgAPCCGDVD++sABy9FcgPFroq+uFcCSM1vR57Cew==
53195319
dependencies:
5320-
"@typescript-eslint/project-service" "8.60.0"
5321-
"@typescript-eslint/tsconfig-utils" "8.60.0"
5322-
"@typescript-eslint/types" "8.60.0"
5323-
"@typescript-eslint/visitor-keys" "8.60.0"
5320+
"@typescript-eslint/project-service" "8.60.1"
5321+
"@typescript-eslint/tsconfig-utils" "8.60.1"
5322+
"@typescript-eslint/types" "8.60.1"
5323+
"@typescript-eslint/visitor-keys" "8.60.1"
53245324
debug "^4.4.3"
53255325
minimatch "^10.2.2"
53265326
semver "^7.7.3"
53275327
tinyglobby "^0.2.15"
53285328
ts-api-utils "^2.5.0"
53295329

5330-
"@typescript-eslint/utils@8.60.0":
5331-
version "8.60.0"
5332-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.60.0.tgz#6110cddaef87606ae4ca6f8bf81bb5949fc8e098"
5333-
integrity sha512-HtXuPfrHTyBDkameWpl+vJb1Uevu2tznAyahM1Oc4AENidCLTPiZDWIo4GfcxNdC/RcfGcadzzkqbRG87dUrQA==
5330+
"@typescript-eslint/utils@8.60.1":
5331+
version "8.60.1"
5332+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.60.1.tgz#31cf566095602d9fe8ad91837d2eb520b8de762b"
5333+
integrity sha512-h2MPBLoNtjc3qZWfY3Tl51yPorQ2McHn8pJfcMNTcIvrrZrr90Ykffit0yjrPFWQcRcUxzH20+6OcVdW4yHtUg==
53345334
dependencies:
53355335
"@eslint-community/eslint-utils" "^4.9.1"
5336-
"@typescript-eslint/scope-manager" "8.60.0"
5337-
"@typescript-eslint/types" "8.60.0"
5338-
"@typescript-eslint/typescript-estree" "8.60.0"
5336+
"@typescript-eslint/scope-manager" "8.60.1"
5337+
"@typescript-eslint/types" "8.60.1"
5338+
"@typescript-eslint/typescript-estree" "8.60.1"
53395339

5340-
"@typescript-eslint/visitor-keys@8.60.0":
5341-
version "8.60.0"
5342-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.60.0.tgz#f2c41eedd3d7b03b808369fb2e3fb40a93783ec2"
5343-
integrity sha512-9WI52t8ZGLVGrPMBet25yAftqY/n95+zmoUUtJBBQTKDSKUu7OsPTroT2op7U9JatkoRccL0YkWDNMFfC4Sjxg==
5340+
"@typescript-eslint/visitor-keys@8.60.1":
5341+
version "8.60.1"
5342+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.60.1.tgz#165d1d8901137b944efaf18f00ab5ecb57f06995"
5343+
integrity sha512-EbGRQg4FhrmwLodl+t3JNAnXHWVr9Vp+Zl1QBZVPY4ByfkzIT8cX3K6QWODHtkIZqqJVEWvhHSx3v5PDHsaQag==
53445344
dependencies:
5345-
"@typescript-eslint/types" "8.60.0"
5345+
"@typescript-eslint/types" "8.60.1"
53465346
eslint-visitor-keys "^5.0.0"
53475347

53485348
"@ungap/structured-clone@^1.0.0":

0 commit comments

Comments
 (0)