Skip to content

Commit df46de9

Browse files
chore(deps): update typescript-eslint monorepo to v8.27.0
1 parent ce9c876 commit df46de9

File tree

1 file changed

+57
-50
lines changed

1 file changed

+57
-50
lines changed

yarn.lock

+57-50
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.5.1"
566+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.5.1.tgz#b0fc7e06d0c94f801537fd4237edc2706d3b8e4c"
567+
integrity sha512-soEIOALTfTK6EjmKMMoLugwaP0rzkad90iIWd1hMO9ARkSAyjfMfkRRhLvD5qH7vvM0Cg72pieUfR6yh6XxC4w==
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.27.0"
1321+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.27.0.tgz#fbef10802365832ee1d1bd5d2117dcec82727a72"
1322+
integrity sha512-4henw4zkePi5p252c8ncBLzLce52SEUz2Ebj8faDnuUXz2UuHEONYcJ+G0oaCF+bYCWVZtrGzq3FD7YXetmnSA==
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.27.0"
1326+
"@typescript-eslint/type-utils" "8.27.0"
1327+
"@typescript-eslint/utils" "8.27.0"
1328+
"@typescript-eslint/visitor-keys" "8.27.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.27.0"
1347+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.27.0.tgz#3f6beaa83934467eda34ae82ef04090014df8227"
1348+
integrity sha512-XGwIabPallYipmcOk45DpsBSgLC64A0yvdAkrwEzwZ2viqGqRUJ8eEYoPz0CWnutgAFbNMPdsGGvzjSmcWVlEA==
1349+
dependencies:
1350+
"@typescript-eslint/scope-manager" "8.27.0"
1351+
"@typescript-eslint/types" "8.27.0"
1352+
"@typescript-eslint/typescript-estree" "8.27.0"
1353+
"@typescript-eslint/visitor-keys" "8.27.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.27.0":
1373+
version "8.27.0"
1374+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.27.0.tgz#b51042927067d677fbfc471605cf40d1ffaee482"
1375+
integrity sha512-8oI9GwPMQmBryaaxG1tOZdxXVeMDte6NyJA4i7/TWa4fBwgnAXYlIQP+uYOeqAaLJ2JRxlG9CAyL+C+YE9Xknw==
13691376
dependencies:
1370-
"@typescript-eslint/types" "8.26.0"
1371-
"@typescript-eslint/visitor-keys" "8.26.0"
1377+
"@typescript-eslint/types" "8.27.0"
1378+
"@typescript-eslint/visitor-keys" "8.27.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.27.0":
1381+
version "8.27.0"
1382+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.27.0.tgz#af3c4eefcb64455ee50aae2d7069918467af085c"
1383+
integrity sha512-wVArTVcz1oJOIEJxui/nRhV0TXzD/zMSOYi/ggCfNq78EIszddXcJb7r4RCp/oBrjt8n9A0BSxRMKxHftpDxDA==
13771384
dependencies:
1378-
"@typescript-eslint/typescript-estree" "8.26.0"
1379-
"@typescript-eslint/utils" "8.26.0"
1385+
"@typescript-eslint/typescript-estree" "8.27.0"
1386+
"@typescript-eslint/utils" "8.27.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.27.0":
1401+
version "8.27.0"
1402+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.27.0.tgz#3dd01ced4c81e798d1106fda0904f8d5c91051aa"
1403+
integrity sha512-/6cp9yL72yUHAYq9g6DsAU+vVfvQmd1a8KyA81uvfDE21O2DwQ/qxlM4AR8TSdAu+kJLBDrEHKC5/W2/nxsY0A==
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.27.0":
1434+
version "8.27.0"
1435+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.27.0.tgz#4e02a1056454a84418cc9bce7c00b1c08b03567a"
1436+
integrity sha512-BnKq8cqPVoMw71O38a1tEb6iebEgGA80icSxW7g+kndx0o6ot6696HjG7NdgfuAVmVEtwXUr3L8R9ZuVjoQL6A==
14301437
dependencies:
1431-
"@typescript-eslint/types" "8.26.0"
1432-
"@typescript-eslint/visitor-keys" "8.26.0"
1438+
"@typescript-eslint/types" "8.27.0"
1439+
"@typescript-eslint/visitor-keys" "8.27.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.27.0":
1448+
version "8.27.0"
1449+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.27.0.tgz#d9c2a4891c6a85b952a9d5f9656c379ab111cf6d"
1450+
integrity sha512-njkodcwH1yvmo31YWgRHNb/x1Xhhq4/m81PhtvmRngD8iHPehxffz1SNCO+kwaePhATC+kOa/ggmvPoPza5i0Q==
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.27.0"
1454+
"@typescript-eslint/types" "8.27.0"
1455+
"@typescript-eslint/typescript-estree" "8.27.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.27.0":
1484+
version "8.27.0"
1485+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.27.0.tgz#4a13e9d7ad7e311a07ea1b178b4c9f848ce11334"
1486+
integrity sha512-WsXQwMkILJvffP6z4U3FYJPlbf/j07HIxmDjZpbNvBJkMfvwXj5ACRkkHwBDvLBbDbtX5TdU64/rcvKJ/vuInQ==
14801487
dependencies:
1481-
"@typescript-eslint/types" "8.26.0"
1488+
"@typescript-eslint/types" "8.27.0"
14821489
eslint-visitor-keys "^4.2.0"
14831490

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

0 commit comments

Comments
 (0)