Skip to content

Commit eef7de5

Browse files
chore(deps): update typescript-eslint monorepo to v8.30.0
1 parent 7bd854d commit eef7de5

File tree

1 file changed

+63
-51
lines changed

1 file changed

+63
-51
lines changed

yarn.lock

+63-51
Original file line numberDiff line numberDiff line change
@@ -554,13 +554,20 @@
554554
escape-string-regexp "^4.0.0"
555555
ignore "^5.2.4"
556556

557-
"@eslint-community/eslint-utils@^4.1.2", "@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0", "@eslint-community/eslint-utils@^4.4.1":
557+
"@eslint-community/eslint-utils@^4.1.2", "@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.1":
558558
version "4.4.1"
559559
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz#d1145bf2c20132d6400495d6df4bf59362fd9d56"
560560
integrity sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==
561561
dependencies:
562562
eslint-visitor-keys "^3.4.3"
563563

564+
"@eslint-community/eslint-utils@^4.4.0":
565+
version "4.6.0"
566+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.6.0.tgz#bfe67b3d334a8579a35e48fe240dc0638d1bcd91"
567+
integrity sha512-WhCn7Z7TauhBtmzhvKpoQs0Wwb/kBcy4CwpuI0/eEIr2Lx2auxmulAzLr91wVZJaz47iUZdkXOK7WlAfxGKCnA==
568+
dependencies:
569+
eslint-visitor-keys "^3.4.3"
570+
564571
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.11.0", "@eslint-community/regexpp@^4.12.1", "@eslint-community/regexpp@^4.8.0":
565572
version "4.12.1"
566573
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
@@ -1310,15 +1317,15 @@
13101317
"@types/yargs-parser" "*"
13111318

13121319
"@typescript-eslint/eslint-plugin@^8.0.0", "@typescript-eslint/eslint-plugin@^8.21.0":
1313-
version "8.26.0"
1314-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.26.0.tgz#7e880faf91f89471c30c141951e15f0eb3a0599e"
1315-
integrity sha512-cLr1J6pe56zjKYajK6SSSre6nl1Gj6xDp1TY0trpgPzjVbgDwd09v2Ws37LABxzkicmUjhEeg/fAUjPJJB1v5Q==
1320+
version "8.30.0"
1321+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.30.0.tgz#842f444e5a48013f9fed1593494210457ac27f5a"
1322+
integrity sha512-3LOb8q0E1kazkeON2awh5oWnsn+KO9pPvzSWZNCYeXOZw81yXeq0WfOB22kVCHESHFgQST6LFmkISvjaE9V5kw==
13161323
dependencies:
13171324
"@eslint-community/regexpp" "^4.10.0"
1318-
"@typescript-eslint/scope-manager" "8.26.0"
1319-
"@typescript-eslint/type-utils" "8.26.0"
1320-
"@typescript-eslint/utils" "8.26.0"
1321-
"@typescript-eslint/visitor-keys" "8.26.0"
1325+
"@typescript-eslint/scope-manager" "8.30.0"
1326+
"@typescript-eslint/type-utils" "8.30.0"
1327+
"@typescript-eslint/utils" "8.30.0"
1328+
"@typescript-eslint/visitor-keys" "8.30.0"
13221329
graphemer "^1.4.0"
13231330
ignore "^5.3.1"
13241331
natural-compare "^1.4.0"
@@ -1336,14 +1343,14 @@
13361343
debug "^4.3.4"
13371344

13381345
"@typescript-eslint/parser@^8.0.0", "@typescript-eslint/parser@^8.21.0":
1339-
version "8.26.0"
1340-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.26.0.tgz#9b4d2198e89f64fb81e83167eedd89a827d843a9"
1341-
integrity sha512-mNtXP9LTVBy14ZF3o7JG69gRPBK/2QWtQd0j0oH26HcY/foyJJau6pNUez7QrM5UHnSvwlQcJXKsk0I99B9pOA==
1342-
dependencies:
1343-
"@typescript-eslint/scope-manager" "8.26.0"
1344-
"@typescript-eslint/types" "8.26.0"
1345-
"@typescript-eslint/typescript-estree" "8.26.0"
1346-
"@typescript-eslint/visitor-keys" "8.26.0"
1346+
version "8.30.0"
1347+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.30.0.tgz#227f6334e5631cd3c309e49e40ccd308381ecc51"
1348+
integrity sha512-5w64ZeRCgWOA/2ADPoFYmDYdPnEeEkUiFx5Sez7MQpQuxVazHO9wwl+wElokaY5hMKVVor1N13z/tZeWYfVaUg==
1349+
dependencies:
1350+
"@typescript-eslint/scope-manager" "8.30.0"
1351+
"@typescript-eslint/types" "8.30.0"
1352+
"@typescript-eslint/typescript-estree" "8.30.0"
1353+
"@typescript-eslint/visitor-keys" "8.30.0"
13471354
debug "^4.3.4"
13481355

13491356
"@typescript-eslint/[email protected]":
@@ -1362,21 +1369,21 @@
13621369
"@typescript-eslint/types" "8.22.0"
13631370
"@typescript-eslint/visitor-keys" "8.22.0"
13641371

1365-
"@typescript-eslint/scope-manager@8.26.0":
1366-
version "8.26.0"
1367-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.26.0.tgz#b06623fad54a3a77fadab5f652ef75ed3780b545"
1368-
integrity sha512-E0ntLvsfPqnPwng8b8y4OGuzh/iIOm2z8U3S9zic2TeMLW61u5IH2Q1wu0oSTkfrSzwbDJIB/Lm8O3//8BWMPA==
1372+
"@typescript-eslint/scope-manager@8.30.0":
1373+
version "8.30.0"
1374+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.30.0.tgz#781bde1ac02645f163abd818e15b0529d3734aa2"
1375+
integrity sha512-TTkN0Sjk3SxpfW3lvSteOUxcTxnviQKsD1wgf+sk30Aj7UrHjVNFPTosir3+/3eaxpRMau4U/NY6PAw6cmj7hg==
13691376
dependencies:
1370-
"@typescript-eslint/types" "8.26.0"
1371-
"@typescript-eslint/visitor-keys" "8.26.0"
1377+
"@typescript-eslint/types" "8.30.0"
1378+
"@typescript-eslint/visitor-keys" "8.30.0"
13721379

1373-
"@typescript-eslint/type-utils@8.26.0":
1374-
version "8.26.0"
1375-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.26.0.tgz#9ee8cc98184b5f66326578de9c097edc89da6f68"
1376-
integrity sha512-ruk0RNChLKz3zKGn2LwXuVoeBcUMh+jaqzN461uMMdxy5H9epZqIBtYj7UiPXRuOpaALXGbmRuZQhmwHhaS04Q==
1380+
"@typescript-eslint/type-utils@8.30.0":
1381+
version "8.30.0"
1382+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.30.0.tgz#85dead425baee552501826bc66f2c6fa1c15fd69"
1383+
integrity sha512-8ryZsrZwEuTuC2IBPsb8H5iGQJDdXhHWNc1oNHOp60wGb04/XAG0QU9kUpu0/2hdBPR4/00/Hz4ep+GzpTgDkg==
13771384
dependencies:
1378-
"@typescript-eslint/typescript-estree" "8.26.0"
1379-
"@typescript-eslint/utils" "8.26.0"
1385+
"@typescript-eslint/typescript-estree" "8.30.0"
1386+
"@typescript-eslint/utils" "8.30.0"
13801387
debug "^4.3.4"
13811388
ts-api-utils "^2.0.1"
13821389

@@ -1390,10 +1397,10 @@
13901397
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.22.0.tgz#d9dec7116479ad03aeb6c8ac9c5223c4c79cf360"
13911398
integrity sha512-0S4M4baNzp612zwpD4YOieP3VowOARgK2EkN/GBn95hpyF8E2fbMT55sRHWBq+Huaqk3b3XK+rxxlM8sPgGM6A==
13921399

1393-
"@typescript-eslint/types@8.26.0":
1394-
version "8.26.0"
1395-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.26.0.tgz#c4e93a8faf3a38a8d8adb007dc7834f1c89ee7bf"
1396-
integrity sha512-89B1eP3tnpr9A8L6PZlSjBvnJhWXtYfZhECqlBl1D9Lme9mHO6iWlsprBtVenQvY1HMhax1mWOjhtL3fh/u+pA==
1400+
"@typescript-eslint/types@8.30.0":
1401+
version "8.30.0"
1402+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.30.0.tgz#700058227c06ed6d331b51e1f5b58b9be591290c"
1403+
integrity sha512-UQXFVF+8t4YhbU3nxabQL3/uyUEVw9kiVc+V0kZzblElC5MTvzvjJVhmrvI0xya1C1lqhIykWY7CeKioK9RMRw==
13971404

13981405
"@typescript-eslint/[email protected]":
13991406
version "6.21.0"
@@ -1423,29 +1430,29 @@
14231430
semver "^7.6.0"
14241431
ts-api-utils "^2.0.0"
14251432

1426-
"@typescript-eslint/typescript-estree@8.26.0":
1427-
version "8.26.0"
1428-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.26.0.tgz#128972172005a7376e34ed2ecba4e29363b0cad1"
1429-
integrity sha512-tiJ1Hvy/V/oMVRTbEOIeemA2XoylimlDQ03CgPPNaHYZbpsc78Hmngnt+WXZfJX1pjQ711V7g0H7cSJThGYfPQ==
1433+
"@typescript-eslint/typescript-estree@8.30.0":
1434+
version "8.30.0"
1435+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.30.0.tgz#1e85ae08cd07979d6a75e865ec47a679576c5803"
1436+
integrity sha512-/5n4GS/8koPkRx0XBl9OCFf9N80u+0h05QBU/z5cDBCUXnPpDmSzQ2FXC7JGvU777GOzE6mUAOx2ABtswgzWgQ==
14301437
dependencies:
1431-
"@typescript-eslint/types" "8.26.0"
1432-
"@typescript-eslint/visitor-keys" "8.26.0"
1438+
"@typescript-eslint/types" "8.30.0"
1439+
"@typescript-eslint/visitor-keys" "8.30.0"
14331440
debug "^4.3.4"
14341441
fast-glob "^3.3.2"
14351442
is-glob "^4.0.3"
14361443
minimatch "^9.0.4"
14371444
semver "^7.6.0"
14381445
ts-api-utils "^2.0.1"
14391446

1440-
"@typescript-eslint/utils@8.26.0":
1441-
version "8.26.0"
1442-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.26.0.tgz#845d20ed8378a5594e6445f54e53b972aee7b3e6"
1443-
integrity sha512-2L2tU3FVwhvU14LndnQCA2frYC8JnPDVKyQtWFPf8IYFMt/ykEN1bPolNhNbCVgOmdzTlWdusCTKA/9nKrf8Ig==
1447+
"@typescript-eslint/utils@8.30.0":
1448+
version "8.30.0"
1449+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.30.0.tgz#6aa74aba70563cf17a7d0f79de792986d4fb9214"
1450+
integrity sha512-TmrXlhwFWpfUBhJE7NJSyru26XrU/foccGTOFvLGcci38/ZnKXgq2IUtAUqE9ILVNjM4Zm3TccGuvl2QANhjag==
14441451
dependencies:
14451452
"@eslint-community/eslint-utils" "^4.4.0"
1446-
"@typescript-eslint/scope-manager" "8.26.0"
1447-
"@typescript-eslint/types" "8.26.0"
1448-
"@typescript-eslint/typescript-estree" "8.26.0"
1453+
"@typescript-eslint/scope-manager" "8.30.0"
1454+
"@typescript-eslint/types" "8.30.0"
1455+
"@typescript-eslint/typescript-estree" "8.30.0"
14491456

14501457
"@typescript-eslint/utils@^8.1.0", "@typescript-eslint/utils@^8.13.0", "@typescript-eslint/utils@^8.21.0":
14511458
version "8.22.0"
@@ -1473,12 +1480,12 @@
14731480
"@typescript-eslint/types" "8.22.0"
14741481
eslint-visitor-keys "^4.2.0"
14751482

1476-
"@typescript-eslint/visitor-keys@8.26.0":
1477-
version "8.26.0"
1478-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.0.tgz#a4876216756c69130ea958df3b77222c2ad95290"
1479-
integrity sha512-2z8JQJWAzPdDd51dRQ/oqIJxe99/hoLIqmf8RMCAJQtYDc535W/Jt2+RTP4bP0aKeBG1F65yjIZuczOXCmbWwg==
1483+
"@typescript-eslint/visitor-keys@8.30.0":
1484+
version "8.30.0"
1485+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.30.0.tgz#24ae2165b8d2b855b39eee6941edb5ddef798e3c"
1486+
integrity sha512-oj82UQEi0fcYmpQpVISEOUM/icPNJiRh+E6svAtwNP58QpAQnnFigEoeGADm8H7t2bolxSb7+kRYzykbBdA47w==
14801487
dependencies:
1481-
"@typescript-eslint/types" "8.26.0"
1488+
"@typescript-eslint/types" "8.30.0"
14821489
eslint-visitor-keys "^4.2.0"
14831490

14841491
"@ungap/structured-clone@^1.0.0":
@@ -4670,11 +4677,16 @@ ts-api-utils@^1.0.1:
46704677
resolved "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.3.0.tgz"
46714678
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
46724679

4673-
ts-api-utils@^2.0.0, ts-api-utils@^2.0.1:
4680+
ts-api-utils@^2.0.0:
46744681
version "2.0.1"
46754682
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd"
46764683
integrity sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==
46774684

4685+
ts-api-utils@^2.0.1:
4686+
version "2.1.0"
4687+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
4688+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
4689+
46784690
ts-node@^10.9.1:
46794691
version "10.9.2"
46804692
resolved "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz"

0 commit comments

Comments
 (0)