Skip to content

Commit 2ffb471

Browse files
build(deps): bump typescript-eslint
Bumps the typescript group with 1 update in the / directory: [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `typescript-eslint` from 8.58.0 to 8.61.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.61.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.58.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: typescript ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b52a235 commit 2ffb471

1 file changed

Lines changed: 105 additions & 9 deletions

File tree

yarn.lock

Lines changed: 105 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1263,6 +1263,20 @@
12631263
natural-compare "^1.4.0"
12641264
ts-api-utils "^2.5.0"
12651265

1266+
"@typescript-eslint/eslint-plugin@8.61.1":
1267+
version "8.61.1"
1268+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.61.1.tgz#6e4b7fee21f1983308e9e9b634ecbaf702c86006"
1269+
integrity sha512-ZPlVl3PB3et/59Ne0fv/sci6ZXz4T4Hp4nTJ56i/Y0gR89ARb+KphojTq6j+56E5PIezmOIOOWyY+aWQFd+IkQ==
1270+
dependencies:
1271+
"@eslint-community/regexpp" "^4.12.2"
1272+
"@typescript-eslint/scope-manager" "8.61.1"
1273+
"@typescript-eslint/type-utils" "8.61.1"
1274+
"@typescript-eslint/utils" "8.61.1"
1275+
"@typescript-eslint/visitor-keys" "8.61.1"
1276+
ignore "^7.0.5"
1277+
natural-compare "^1.4.0"
1278+
ts-api-utils "^2.5.0"
1279+
12661280
"@typescript-eslint/parser@8.58.0":
12671281
version "8.58.0"
12681282
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.58.0.tgz#da04ece1967b6c2fe8f10c3473dabf3825795ef7"
@@ -1274,6 +1288,17 @@
12741288
"@typescript-eslint/visitor-keys" "8.58.0"
12751289
debug "^4.4.3"
12761290

1291+
"@typescript-eslint/parser@8.61.1":
1292+
version "8.61.1"
1293+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.61.1.tgz#881fba60b50636249cdeea2e547bf75715254c72"
1294+
integrity sha512-PJ5vePq5/ognBbrIcoC5+SHO5dfpeLPzP9FpLkzWrguoYQEeeSjlJpVwOpo1JRSTEi7dRcwNy4h4dzV70PqHcg==
1295+
dependencies:
1296+
"@typescript-eslint/scope-manager" "8.61.1"
1297+
"@typescript-eslint/types" "8.61.1"
1298+
"@typescript-eslint/typescript-estree" "8.61.1"
1299+
"@typescript-eslint/visitor-keys" "8.61.1"
1300+
debug "^4.4.3"
1301+
12771302
"@typescript-eslint/project-service@8.58.0":
12781303
version "8.58.0"
12791304
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.58.0.tgz#66ceda0aabf7427aec3e2713fa43eb278dead2aa"
@@ -1283,6 +1308,15 @@
12831308
"@typescript-eslint/types" "^8.58.0"
12841309
debug "^4.4.3"
12851310

1311+
"@typescript-eslint/project-service@8.61.1":
1312+
version "8.61.1"
1313+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.61.1.tgz#fcd9739964a40867eed55f1ac318d3909f24b4af"
1314+
integrity sha512-PrC4JYGmR241lYnfhmKGTXkFqv8+ymbTFgSAY0fVXpY82/QkMw5TZPl+vGzuDDU2QYJk9fIDOBTntF+yDv9LEA==
1315+
dependencies:
1316+
"@typescript-eslint/tsconfig-utils" "^8.61.1"
1317+
"@typescript-eslint/types" "^8.61.1"
1318+
debug "^4.4.3"
1319+
12861320
"@typescript-eslint/scope-manager@8.58.0":
12871321
version "8.58.0"
12881322
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.58.0.tgz#e304142775e49a1b7ac3c8bf2536714447c72cab"
@@ -1291,11 +1325,24 @@
12911325
"@typescript-eslint/types" "8.58.0"
12921326
"@typescript-eslint/visitor-keys" "8.58.0"
12931327

1328+
"@typescript-eslint/scope-manager@8.61.1":
1329+
version "8.61.1"
1330+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.61.1.tgz#2479921a40fdb0afa18f5838fae6167264b417b2"
1331+
integrity sha512-L2bdIeoQS8FlKAvONAr20w6OcLXeB+qiDKbAooS9A0Ben+iSIkBef0FxqwKWYqt5sa0i4KJtxVyVmhMylKzF5w==
1332+
dependencies:
1333+
"@typescript-eslint/types" "8.61.1"
1334+
"@typescript-eslint/visitor-keys" "8.61.1"
1335+
12941336
"@typescript-eslint/tsconfig-utils@8.58.0", "@typescript-eslint/tsconfig-utils@^8.58.0":
12951337
version "8.58.0"
12961338
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.0.tgz#c5a8edb21f31e0fdee565724e1b984171c559482"
12971339
integrity sha512-doNSZEVJsWEu4htiVC+PR6NpM+pa+a4ClH9INRWOWCUzMst/VA9c4gXq92F8GUD1rwhNvRLkgjfYtFXegXQF7A==
12981340

1341+
"@typescript-eslint/tsconfig-utils@8.61.1", "@typescript-eslint/tsconfig-utils@^8.61.1":
1342+
version "8.61.1"
1343+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.61.1.tgz#ca88080e0cf191d49516d7f300b67aa090d2254f"
1344+
integrity sha512-UN/H4di+OO7EWx2ovME+8t31YO+KVnK0RRKEHR3kOt21/Ay8BOq3M1OMvWs5vNiqcFCYGYoxK3MXPZzmMUE+yg==
1345+
12991346
"@typescript-eslint/type-utils@8.58.0":
13001347
version "8.58.0"
13011348
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.58.0.tgz#ce0e72cd967ffbbe8de322db6089bd4374be352f"
@@ -1307,11 +1354,27 @@
13071354
debug "^4.4.3"
13081355
ts-api-utils "^2.5.0"
13091356

1357+
"@typescript-eslint/type-utils@8.61.1":
1358+
version "8.61.1"
1359+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.61.1.tgz#8fa18f453ee140893b47d339d1a6b64cac9b08a1"
1360+
integrity sha512-GYRicKmVK0C4fsKgaACaknOUAq9Oa2kwsjnpFhFcS/5p4Ht5IP9OVLbgIgcK4SRk92nVHFluurg1lumD9dBcLw==
1361+
dependencies:
1362+
"@typescript-eslint/types" "8.61.1"
1363+
"@typescript-eslint/typescript-estree" "8.61.1"
1364+
"@typescript-eslint/utils" "8.61.1"
1365+
debug "^4.4.3"
1366+
ts-api-utils "^2.5.0"
1367+
13101368
"@typescript-eslint/types@8.58.0", "@typescript-eslint/types@^8.58.0":
13111369
version "8.58.0"
13121370
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.58.0.tgz#e94ae7abdc1c6530e71183c1007b61fa93112a5a"
13131371
integrity sha512-O9CjxypDT89fbHxRfETNoAnHj/i6IpRK0CvbVN3qibxlLdo5p5hcLmUuCCrHMpxiWSwKyI8mCP7qRNYuOJ0Uww==
13141372

1373+
"@typescript-eslint/types@8.61.1", "@typescript-eslint/types@^8.61.1":
1374+
version "8.61.1"
1375+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.61.1.tgz#0c51f518e4e6848371a1c988e859d59eb7522d5a"
1376+
integrity sha512-G+CRlPqLv7Bz1IZVs03x5K59F1veqL0EJUROAdGhKsEq8qOiRiZbI+HUojPq5l0fEGOKModD9br6lObhB8zkoA==
1377+
13151378
"@typescript-eslint/typescript-estree@8.58.0":
13161379
version "8.58.0"
13171380
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.58.0.tgz#ed233faa8e2f2a2e1357c3e7d553d6465a0ee59a"
@@ -1327,7 +1390,22 @@
13271390
tinyglobby "^0.2.15"
13281391
ts-api-utils "^2.5.0"
13291392

1330-
"@typescript-eslint/utils@8.58.0", "@typescript-eslint/utils@^8.0.0":
1393+
"@typescript-eslint/typescript-estree@8.61.1":
1394+
version "8.61.1"
1395+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.61.1.tgz#febbe70365ac0bf7611262b61b338fc8797965c7"
1396+
integrity sha512-u+oQD3BqYWPc8YV9Zab4vaJElJuwOLPRc10Jm1o/qS+6Qwen14HCWwx0Seo4LnSn2wxea2Ik8DxPt2/FHmuhrg==
1397+
dependencies:
1398+
"@typescript-eslint/project-service" "8.61.1"
1399+
"@typescript-eslint/tsconfig-utils" "8.61.1"
1400+
"@typescript-eslint/types" "8.61.1"
1401+
"@typescript-eslint/visitor-keys" "8.61.1"
1402+
debug "^4.4.3"
1403+
minimatch "^10.2.2"
1404+
semver "^7.7.3"
1405+
tinyglobby "^0.2.15"
1406+
ts-api-utils "^2.5.0"
1407+
1408+
"@typescript-eslint/utils@8.58.0":
13311409
version "8.58.0"
13321410
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.58.0.tgz#21a74a7963b0d288b719a4121c7dd555adaab3c3"
13331411
integrity sha512-RfeSqcFeHMHlAWzt4TBjWOAtoW9lnsAGiP3GbaX9uVgTYYrMbVnGONEfUCiSss+xMHFl+eHZiipmA8WkQ7FuNA==
@@ -1337,6 +1415,16 @@
13371415
"@typescript-eslint/types" "8.58.0"
13381416
"@typescript-eslint/typescript-estree" "8.58.0"
13391417

1418+
"@typescript-eslint/utils@8.61.1", "@typescript-eslint/utils@^8.0.0":
1419+
version "8.61.1"
1420+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.61.1.tgz#ffd1054de7dd33b7873cd6c6713ec6b0366316d3"
1421+
integrity sha512-1+P/3Dj6jvtybE1q0HQ6yBt/gq+oKJyLdEv4HdnqasaEXRSYCAsD59mXEVQnM/ULNdQxbX77tdG4jPRjIS6knA==
1422+
dependencies:
1423+
"@eslint-community/eslint-utils" "^4.9.1"
1424+
"@typescript-eslint/scope-manager" "8.61.1"
1425+
"@typescript-eslint/types" "8.61.1"
1426+
"@typescript-eslint/typescript-estree" "8.61.1"
1427+
13401428
"@typescript-eslint/visitor-keys@8.58.0":
13411429
version "8.58.0"
13421430
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.0.tgz#2abd55a4be70fd55967aceaba4330b9ba9f45189"
@@ -1345,6 +1433,14 @@
13451433
"@typescript-eslint/types" "8.58.0"
13461434
eslint-visitor-keys "^5.0.0"
13471435

1436+
"@typescript-eslint/visitor-keys@8.61.1":
1437+
version "8.61.1"
1438+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.61.1.tgz#546cf102b4efdb72a9a08e63a1b0d7d745eb66eb"
1439+
integrity sha512-6fJ9MHWtK14C1DSkiMlHUSOmrVebL7150xZJBlJiL62jjhIA4JmOq6flwBgDxIdBKKdoiZRel+dfPD5MLfny3w==
1440+
dependencies:
1441+
"@typescript-eslint/types" "8.61.1"
1442+
eslint-visitor-keys "^5.0.0"
1443+
13481444
"@ungap/structured-clone@^1.3.0":
13491445
version "1.3.0"
13501446
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#d06bbb384ebcf6c505fde1c3d0ed4ddffe0aaff8"
@@ -3328,14 +3424,14 @@ type-fest@^4.41.0:
33283424
integrity sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==
33293425

33303426
typescript-eslint@^8.13.0:
3331-
version "8.58.0"
3332-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.58.0.tgz#5758b1b68ae7ec05d756b98c63a1f6953a01172b"
3333-
integrity sha512-e2TQzKfaI85fO+F3QywtX+tCTsu/D3WW5LVU6nz8hTFKFZ8yBJ6mSYRpXqdR3mFjPWmO0eWsTa5f+UpAOe/FMA==
3334-
dependencies:
3335-
"@typescript-eslint/eslint-plugin" "8.58.0"
3336-
"@typescript-eslint/parser" "8.58.0"
3337-
"@typescript-eslint/typescript-estree" "8.58.0"
3338-
"@typescript-eslint/utils" "8.58.0"
3427+
version "8.61.1"
3428+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.61.1.tgz#7c224a9a643b7f42d295c67a75c1e30fee8c3eaa"
3429+
integrity sha512-V7PayAfJokV3pEHgN7/v03D1SpujhRfQtYLbLIiBfDDncdg4PAiRBfoS4cnCANK4jmAPncczi59QO3afiXUlNw==
3430+
dependencies:
3431+
"@typescript-eslint/eslint-plugin" "8.61.1"
3432+
"@typescript-eslint/parser" "8.61.1"
3433+
"@typescript-eslint/typescript-estree" "8.61.1"
3434+
"@typescript-eslint/utils" "8.61.1"
33393435

33403436
typescript@6.0.2:
33413437
version "6.0.2"

0 commit comments

Comments
 (0)