Skip to content

Commit 3cbcbf2

Browse files
chore(deps): update typescript-eslint monorepo to v8.26.1
1 parent 447a41d commit 3cbcbf2

File tree

1 file changed

+89
-66
lines changed

1 file changed

+89
-66
lines changed

yarn.lock

+89-66
Original file line numberDiff line numberDiff line change
@@ -330,13 +330,20 @@
330330
resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz#acad351d582d157bb145535db2a6ff53dd514b5c"
331331
integrity sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==
332332

333-
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
333+
"@eslint-community/eslint-utils@^4.2.0":
334334
version "4.4.1"
335335
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz#d1145bf2c20132d6400495d6df4bf59362fd9d56"
336336
integrity sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==
337337
dependencies:
338338
eslint-visitor-keys "^3.4.3"
339339

340+
"@eslint-community/eslint-utils@^4.4.0":
341+
version "4.5.1"
342+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.5.1.tgz#b0fc7e06d0c94f801537fd4237edc2706d3b8e4c"
343+
integrity sha512-soEIOALTfTK6EjmKMMoLugwaP0rzkad90iIWd1hMO9ARkSAyjfMfkRRhLvD5qH7vvM0Cg72pieUfR6yh6XxC4w==
344+
dependencies:
345+
eslint-visitor-keys "^3.4.3"
346+
340347
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.12.1":
341348
version "4.12.1"
342349
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
@@ -666,84 +673,84 @@
666673
csstype "^3.0.2"
667674

668675
"@typescript-eslint/eslint-plugin@^8.0.0":
669-
version "8.18.0"
670-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.18.0.tgz#0901933326aea4443b81df3f740ca7dfc45c7bea"
671-
integrity sha512-NR2yS7qUqCL7AIxdJUQf2MKKNDVNaig/dEB0GBLU7D+ZdHgK1NoH/3wsgO3OnPVipn51tG3MAwaODEGil70WEw==
676+
version "8.26.1"
677+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.26.1.tgz#3e48eb847924161843b092c87a9b65176b53782f"
678+
integrity sha512-2X3mwqsj9Bd3Ciz508ZUtoQQYpOhU/kWoUqIf49H8Z0+Vbh6UF/y0OEYp0Q0axOGzaBGs7QxRwq0knSQ8khQNA==
672679
dependencies:
673680
"@eslint-community/regexpp" "^4.10.0"
674-
"@typescript-eslint/scope-manager" "8.18.0"
675-
"@typescript-eslint/type-utils" "8.18.0"
676-
"@typescript-eslint/utils" "8.18.0"
677-
"@typescript-eslint/visitor-keys" "8.18.0"
681+
"@typescript-eslint/scope-manager" "8.26.1"
682+
"@typescript-eslint/type-utils" "8.26.1"
683+
"@typescript-eslint/utils" "8.26.1"
684+
"@typescript-eslint/visitor-keys" "8.26.1"
678685
graphemer "^1.4.0"
679686
ignore "^5.3.1"
680687
natural-compare "^1.4.0"
681-
ts-api-utils "^1.3.0"
688+
ts-api-utils "^2.0.1"
682689

683690
"@typescript-eslint/parser@^8.0.0":
684-
version "8.18.0"
685-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.18.0.tgz#a1c9456cbb6a089730bf1d3fc47946c5fb5fe67b"
686-
integrity sha512-hgUZ3kTEpVzKaK3uNibExUYm6SKKOmTU2BOxBSvOYwtJEPdVQ70kZJpPjstlnhCHcuc2WGfSbpKlb/69ttyN5Q==
687-
dependencies:
688-
"@typescript-eslint/scope-manager" "8.18.0"
689-
"@typescript-eslint/types" "8.18.0"
690-
"@typescript-eslint/typescript-estree" "8.18.0"
691-
"@typescript-eslint/visitor-keys" "8.18.0"
691+
version "8.26.1"
692+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.26.1.tgz#0e2f915a497519fc43f52cf2ecbfa607ff56f72e"
693+
integrity sha512-w6HZUV4NWxqd8BdeFf81t07d7/YV9s7TCWrQQbG5uhuvGUAW+fq1usZ1Hmz9UPNLniFnD8GLSsDpjP0hm1S4lQ==
694+
dependencies:
695+
"@typescript-eslint/scope-manager" "8.26.1"
696+
"@typescript-eslint/types" "8.26.1"
697+
"@typescript-eslint/typescript-estree" "8.26.1"
698+
"@typescript-eslint/visitor-keys" "8.26.1"
692699
debug "^4.3.4"
693700

694-
"@typescript-eslint/scope-manager@8.18.0":
695-
version "8.18.0"
696-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.18.0.tgz#30b040cb4557804a7e2bcc65cf8fdb630c96546f"
697-
integrity sha512-PNGcHop0jkK2WVYGotk/hxj+UFLhXtGPiGtiaWgVBVP1jhMoMCHlTyJA+hEj4rszoSdLTK3fN4oOatrL0Cp+Xw==
701+
"@typescript-eslint/scope-manager@8.26.1":
702+
version "8.26.1"
703+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.26.1.tgz#5e6ad0ac258ccf79462e91c3f43a3f1f7f31a6cc"
704+
integrity sha512-6EIvbE5cNER8sqBu6V7+KeMZIC1664d2Yjt+B9EWUXrsyWpxx4lEZrmvxgSKRC6gX+efDL/UY9OpPZ267io3mg==
698705
dependencies:
699-
"@typescript-eslint/types" "8.18.0"
700-
"@typescript-eslint/visitor-keys" "8.18.0"
706+
"@typescript-eslint/types" "8.26.1"
707+
"@typescript-eslint/visitor-keys" "8.26.1"
701708

702-
"@typescript-eslint/type-utils@8.18.0":
703-
version "8.18.0"
704-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.18.0.tgz#6f0d12cf923b6fd95ae4d877708c0adaad93c471"
705-
integrity sha512-er224jRepVAVLnMF2Q7MZJCq5CsdH2oqjP4dT7K6ij09Kyd+R21r7UVJrF0buMVdZS5QRhDzpvzAxHxabQadow==
709+
"@typescript-eslint/type-utils@8.26.1":
710+
version "8.26.1"
711+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.26.1.tgz#462f0bae09de72ac6e8e1af2ebe588c23224d7f8"
712+
integrity sha512-Kcj/TagJLwoY/5w9JGEFV0dclQdyqw9+VMndxOJKtoFSjfZhLXhYjzsQEeyza03rwHx2vFEGvrJWJBXKleRvZg==
706713
dependencies:
707-
"@typescript-eslint/typescript-estree" "8.18.0"
708-
"@typescript-eslint/utils" "8.18.0"
714+
"@typescript-eslint/typescript-estree" "8.26.1"
715+
"@typescript-eslint/utils" "8.26.1"
709716
debug "^4.3.4"
710-
ts-api-utils "^1.3.0"
717+
ts-api-utils "^2.0.1"
711718

712-
"@typescript-eslint/types@8.18.0":
713-
version "8.18.0"
714-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.18.0.tgz#3afcd30def8756bc78541268ea819a043221d5f3"
715-
integrity sha512-FNYxgyTCAnFwTrzpBGq+zrnoTO4x0c1CKYY5MuUTzpScqmY5fmsh2o3+57lqdI3NZucBDCzDgdEbIaNfAjAHQA==
719+
"@typescript-eslint/types@8.26.1":
720+
version "8.26.1"
721+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.26.1.tgz#d5978721670cff263348d5062773389231a64132"
722+
integrity sha512-n4THUQW27VmQMx+3P+B0Yptl7ydfceUj4ON/AQILAASwgYdZ/2dhfymRMh5egRUrvK5lSmaOm77Ry+lmXPOgBQ==
716723

717-
"@typescript-eslint/typescript-estree@8.18.0":
718-
version "8.18.0"
719-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.18.0.tgz#d8ca785799fbb9c700cdff1a79c046c3e633c7f9"
720-
integrity sha512-rqQgFRu6yPkauz+ms3nQpohwejS8bvgbPyIDq13cgEDbkXt4LH4OkDMT0/fN1RUtzG8e8AKJyDBoocuQh8qNeg==
724+
"@typescript-eslint/typescript-estree@8.26.1":
725+
version "8.26.1"
726+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.26.1.tgz#eb0e4ce31753683d83be53441a409fd5f0b34afd"
727+
integrity sha512-yUwPpUHDgdrv1QJ7YQal3cMVBGWfnuCdKbXw1yyjArax3353rEJP1ZA+4F8nOlQ3RfS2hUN/wze3nlY+ZOhvoA==
721728
dependencies:
722-
"@typescript-eslint/types" "8.18.0"
723-
"@typescript-eslint/visitor-keys" "8.18.0"
729+
"@typescript-eslint/types" "8.26.1"
730+
"@typescript-eslint/visitor-keys" "8.26.1"
724731
debug "^4.3.4"
725732
fast-glob "^3.3.2"
726733
is-glob "^4.0.3"
727734
minimatch "^9.0.4"
728735
semver "^7.6.0"
729-
ts-api-utils "^1.3.0"
736+
ts-api-utils "^2.0.1"
730737

731-
"@typescript-eslint/utils@8.18.0":
732-
version "8.18.0"
733-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.18.0.tgz#48f67205d42b65d895797bb7349d1be5c39a62f7"
734-
integrity sha512-p6GLdY383i7h5b0Qrfbix3Vc3+J2k6QWw6UMUeY5JGfm3C5LbZ4QIZzJNoNOfgyRe0uuYKjvVOsO/jD4SJO+xg==
738+
"@typescript-eslint/utils@8.26.1":
739+
version "8.26.1"
740+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.26.1.tgz#54cc58469955f25577f659753b71a0e117a0539f"
741+
integrity sha512-V4Urxa/XtSUroUrnI7q6yUTD3hDtfJ2jzVfeT3VK0ciizfK2q/zGC0iDh1lFMUZR8cImRrep6/q0xd/1ZGPQpg==
735742
dependencies:
736743
"@eslint-community/eslint-utils" "^4.4.0"
737-
"@typescript-eslint/scope-manager" "8.18.0"
738-
"@typescript-eslint/types" "8.18.0"
739-
"@typescript-eslint/typescript-estree" "8.18.0"
744+
"@typescript-eslint/scope-manager" "8.26.1"
745+
"@typescript-eslint/types" "8.26.1"
746+
"@typescript-eslint/typescript-estree" "8.26.1"
740747

741-
"@typescript-eslint/visitor-keys@8.18.0":
742-
version "8.18.0"
743-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.18.0.tgz#7b6d33534fa808e33a19951907231ad2ea5c36dd"
744-
integrity sha512-pCh/qEA8Lb1wVIqNvBke8UaRjJ6wrAWkJO5yyIbs8Yx6TNGYyfNjOo61tLv+WwLvoLPp4BQ8B7AHKijl8NGUfw==
748+
"@typescript-eslint/visitor-keys@8.26.1":
749+
version "8.26.1"
750+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.1.tgz#c5267fcc82795cf10280363023837deacad2647c"
751+
integrity sha512-AjOC3zfnxd6S4Eiy3jwktJPclqhFHNyd8L6Gycf9WUPoKZpgM5PjkxY1X7uSy61xVpiJDhhk7XT2NVsN3ALTWg==
745752
dependencies:
746-
"@typescript-eslint/types" "8.18.0"
753+
"@typescript-eslint/types" "8.26.1"
747754
eslint-visitor-keys "^4.2.0"
748755

749756
"@vitest/coverage-v8@^2.0.0":
@@ -1306,7 +1313,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
13061313
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
13071314
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
13081315

1309-
fast-glob@^3.3.1, fast-glob@^3.3.2:
1316+
fast-glob@^3.3.1:
13101317
version "3.3.2"
13111318
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
13121319
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
@@ -1317,6 +1324,17 @@ fast-glob@^3.3.1, fast-glob@^3.3.2:
13171324
merge2 "^1.3.0"
13181325
micromatch "^4.0.4"
13191326

1327+
fast-glob@^3.3.2:
1328+
version "3.3.3"
1329+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
1330+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
1331+
dependencies:
1332+
"@nodelib/fs.stat" "^2.0.2"
1333+
"@nodelib/fs.walk" "^1.2.3"
1334+
glob-parent "^5.1.2"
1335+
merge2 "^1.3.0"
1336+
micromatch "^4.0.8"
1337+
13201338
fast-json-stable-stringify@^2.0.0:
13211339
version "2.1.0"
13221340
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -1328,9 +1346,9 @@ fast-levenshtein@^2.0.6:
13281346
integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==
13291347

13301348
fastq@^1.6.0:
1331-
version "1.17.1"
1332-
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.17.1.tgz#2a523f07a4e7b1e81a42b91b8bf2254107753b47"
1333-
integrity sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==
1349+
version "1.19.1"
1350+
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.19.1.tgz#d50eaba803c8846a883c16492821ebcd2cda55f5"
1351+
integrity sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==
13341352
dependencies:
13351353
reusify "^1.0.4"
13361354

@@ -1769,7 +1787,7 @@ merge2@^1.3.0:
17691787
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
17701788
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
17711789

1772-
micromatch@^4.0.4:
1790+
micromatch@^4.0.4, micromatch@^4.0.8:
17731791
version "4.0.8"
17741792
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
17751793
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
@@ -2028,9 +2046,9 @@ restore-cursor@^4.0.0:
20282046
signal-exit "^3.0.2"
20292047

20302048
reusify@^1.0.4:
2031-
version "1.0.4"
2032-
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
2033-
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
2049+
version "1.1.0"
2050+
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.1.0.tgz#0fe13b9522e1473f51b558ee796e08f11f9b489f"
2051+
integrity sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==
20342052

20352053
rollup@^4.20.0:
20362054
version "4.28.0"
@@ -2083,11 +2101,16 @@ semver@^7.3.5:
20832101
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13"
20842102
integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==
20852103

2086-
semver@^7.5.3, semver@^7.6.0:
2104+
semver@^7.5.3:
20872105
version "7.6.3"
20882106
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
20892107
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
20902108

2109+
semver@^7.6.0:
2110+
version "7.7.1"
2111+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
2112+
integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
2113+
20912114
shebang-command@^2.0.0:
20922115
version "2.0.0"
20932116
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
@@ -2287,10 +2310,10 @@ to-regex-range@^5.0.1:
22872310
dependencies:
22882311
is-number "^7.0.0"
22892312

2290-
ts-api-utils@^1.3.0:
2291-
version "1.4.3"
2292-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.4.3.tgz#bfc2215fe6528fecab2b0fba570a2e8a4263b064"
2293-
integrity sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==
2313+
ts-api-utils@^2.0.1:
2314+
version "2.0.1"
2315+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd"
2316+
integrity sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==
22942317

22952318
tslib@^2.0.3:
22962319
version "2.6.2"

0 commit comments

Comments
 (0)