Skip to content

Commit 49d87a7

Browse files
Update typescript-eslint monorepo to v8
1 parent d0d82bc commit 49d87a7

File tree

2 files changed

+135
-81
lines changed

2 files changed

+135
-81
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
"@types/mocha": "10.0.6",
5757
"@types/node": "20.11.16",
5858
"@types/ramda": "0.29.10",
59-
"@typescript-eslint/eslint-plugin": "5.62.0",
60-
"@typescript-eslint/parser": "5.62.0",
59+
"@typescript-eslint/eslint-plugin": "8.32.1",
60+
"@typescript-eslint/parser": "8.32.1",
6161
"@web/test-runner": "0.15.3",
6262
"@web/test-runner-puppeteer": "0.12.1",
6363
"babel-core": "6.26.3",

yarn.lock

+133-79
Original file line numberDiff line numberDiff line change
@@ -450,10 +450,17 @@
450450
dependencies:
451451
eslint-visitor-keys "^3.3.0"
452452

453-
"@eslint-community/regexpp@^4.4.0":
454-
version "4.4.0"
455-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403"
456-
integrity sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ==
453+
"@eslint-community/eslint-utils@^4.7.0":
454+
version "4.7.0"
455+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
456+
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
457+
dependencies:
458+
eslint-visitor-keys "^3.4.3"
459+
460+
"@eslint-community/regexpp@^4.10.0":
461+
version "4.12.1"
462+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
463+
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
457464

458465
"@eslint-community/regexpp@^4.6.1":
459466
version "4.6.2"
@@ -954,11 +961,6 @@
954961
resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-1.20.2.tgz#97d26e00cd4a0423b4af620abecf3e6f442b7975"
955962
integrity sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==
956963

957-
"@types/semver@^7.3.12":
958-
version "7.3.12"
959-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.12.tgz#920447fdd78d76b19de0438b7f60df3c4a80bf1c"
960-
integrity sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==
961-
962964
"@types/serve-static@*":
963965
version "1.13.10"
964966
resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.10.tgz#f5e0ce8797d2d7cc5ebeda48a52c96c4fa47a8d9"
@@ -986,30 +988,30 @@
986988
dependencies:
987989
"@types/node" "*"
988990

989-
"@typescript-eslint/eslint-plugin@5.62.0":
990-
version "5.62.0"
991-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
992-
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
991+
"@typescript-eslint/eslint-plugin@8.32.1":
992+
version "8.32.1"
993+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.32.1.tgz#9185b3eaa3b083d8318910e12d56c68b3c4f45b4"
994+
integrity sha512-6u6Plg9nP/J1GRpe/vcjjabo6Uc5YQPAMxsgQyGC/I0RuukiG1wIe3+Vtg3IrSCVJDmqK3j8adrtzXSENRtFgg==
993995
dependencies:
994-
"@eslint-community/regexpp" "^4.4.0"
995-
"@typescript-eslint/scope-manager" "5.62.0"
996-
"@typescript-eslint/type-utils" "5.62.0"
997-
"@typescript-eslint/utils" "5.62.0"
998-
debug "^4.3.4"
996+
"@eslint-community/regexpp" "^4.10.0"
997+
"@typescript-eslint/scope-manager" "8.32.1"
998+
"@typescript-eslint/type-utils" "8.32.1"
999+
"@typescript-eslint/utils" "8.32.1"
1000+
"@typescript-eslint/visitor-keys" "8.32.1"
9991001
graphemer "^1.4.0"
1000-
ignore "^5.2.0"
1001-
natural-compare-lite "^1.4.0"
1002-
semver "^7.3.7"
1003-
tsutils "^3.21.0"
1002+
ignore "^7.0.0"
1003+
natural-compare "^1.4.0"
1004+
ts-api-utils "^2.1.0"
10041005

1005-
"@typescript-eslint/parser@5.62.0":
1006-
version "5.62.0"
1007-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
1008-
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
1006+
"@typescript-eslint/parser@8.32.1":
1007+
version "8.32.1"
1008+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.32.1.tgz#18b0e53315e0bc22b2619d398ae49a968370935e"
1009+
integrity sha512-LKMrmwCPoLhM45Z00O1ulb6jwyVr2kr3XJp+G+tSEZcbauNnScewcQwtJqXDhXeYPDEjZ8C1SjXm015CirEmGg==
10091010
dependencies:
1010-
"@typescript-eslint/scope-manager" "5.62.0"
1011-
"@typescript-eslint/types" "5.62.0"
1012-
"@typescript-eslint/typescript-estree" "5.62.0"
1011+
"@typescript-eslint/scope-manager" "8.32.1"
1012+
"@typescript-eslint/types" "8.32.1"
1013+
"@typescript-eslint/typescript-estree" "8.32.1"
1014+
"@typescript-eslint/visitor-keys" "8.32.1"
10131015
debug "^4.3.4"
10141016

10151017
"@typescript-eslint/[email protected]":
@@ -1020,33 +1022,33 @@
10201022
"@typescript-eslint/types" "5.22.0"
10211023
"@typescript-eslint/visitor-keys" "5.22.0"
10221024

1023-
"@typescript-eslint/scope-manager@5.62.0":
1024-
version "5.62.0"
1025-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
1026-
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
1025+
"@typescript-eslint/scope-manager@8.32.1":
1026+
version "8.32.1"
1027+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.32.1.tgz#9a6bf5fb2c5380e14fe9d38ccac6e4bbe17e8afc"
1028+
integrity sha512-7IsIaIDeZn7kffk7qXC3o6Z4UblZJKV3UBpkvRNpr5NSyLji7tvTcvmnMNYuYLyh26mN8W723xpo3i4MlD33vA==
10271029
dependencies:
1028-
"@typescript-eslint/types" "5.62.0"
1029-
"@typescript-eslint/visitor-keys" "5.62.0"
1030+
"@typescript-eslint/types" "8.32.1"
1031+
"@typescript-eslint/visitor-keys" "8.32.1"
10301032

1031-
"@typescript-eslint/type-utils@5.62.0":
1032-
version "5.62.0"
1033-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
1034-
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
1033+
"@typescript-eslint/type-utils@8.32.1":
1034+
version "8.32.1"
1035+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.32.1.tgz#b9292a45f69ecdb7db74d1696e57d1a89514d21e"
1036+
integrity sha512-mv9YpQGA8iIsl5KyUPi+FGLm7+bA4fgXaeRcFKRDRwDMu4iwrSHeDPipwueNXhdIIZltwCJv+NkxftECbIZWfA==
10351037
dependencies:
1036-
"@typescript-eslint/typescript-estree" "5.62.0"
1037-
"@typescript-eslint/utils" "5.62.0"
1038+
"@typescript-eslint/typescript-estree" "8.32.1"
1039+
"@typescript-eslint/utils" "8.32.1"
10381040
debug "^4.3.4"
1039-
tsutils "^3.21.0"
1041+
ts-api-utils "^2.1.0"
10401042

10411043
"@typescript-eslint/[email protected]":
10421044
version "5.22.0"
10431045
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.22.0.tgz#50a4266e457a5d4c4b87ac31903b28b06b2c3ed0"
10441046
integrity sha512-T7owcXW4l0v7NTijmjGWwWf/1JqdlWiBzPqzAWhobxft0SiEvMJB56QXmeCQjrPuM8zEfGUKyPQr/L8+cFUBLw==
10451047

1046-
"@typescript-eslint/types@5.62.0":
1047-
version "5.62.0"
1048-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
1049-
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
1048+
"@typescript-eslint/types@8.32.1":
1049+
version "8.32.1"
1050+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.32.1.tgz#b19fe4ac0dc08317bae0ce9ec1168123576c1d4b"
1051+
integrity sha512-YmybwXUJcgGqgAp6bEsgpPXEg6dcCyPyCSr0CAAueacR/CCBi25G3V8gGQ2kRzQRBNol7VQknxMs9HvVa9Rvfg==
10501052

10511053
"@typescript-eslint/[email protected]":
10521054
version "5.22.0"
@@ -1061,32 +1063,29 @@
10611063
semver "^7.3.5"
10621064
tsutils "^3.21.0"
10631065

1064-
"@typescript-eslint/typescript-estree@5.62.0":
1065-
version "5.62.0"
1066-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
1067-
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
1066+
"@typescript-eslint/typescript-estree@8.32.1":
1067+
version "8.32.1"
1068+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.1.tgz#9023720ca4ecf4f59c275a05b5fed69b1276face"
1069+
integrity sha512-Y3AP9EIfYwBb4kWGb+simvPaqQoT5oJuzzj9m0i6FCY6SPvlomY2Ei4UEMm7+FXtlNJbor80ximyslzaQF6xhg==
10681070
dependencies:
1069-
"@typescript-eslint/types" "5.62.0"
1070-
"@typescript-eslint/visitor-keys" "5.62.0"
1071+
"@typescript-eslint/types" "8.32.1"
1072+
"@typescript-eslint/visitor-keys" "8.32.1"
10711073
debug "^4.3.4"
1072-
globby "^11.1.0"
1074+
fast-glob "^3.3.2"
10731075
is-glob "^4.0.3"
1074-
semver "^7.3.7"
1075-
tsutils "^3.21.0"
1076+
minimatch "^9.0.4"
1077+
semver "^7.6.0"
1078+
ts-api-utils "^2.1.0"
10761079

1077-
"@typescript-eslint/utils@5.62.0":
1078-
version "5.62.0"
1079-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
1080-
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
1080+
"@typescript-eslint/utils@8.32.1":
1081+
version "8.32.1"
1082+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.32.1.tgz#4d6d5d29b9e519e9a85e9a74e9f7bdb58abe9704"
1083+
integrity sha512-DsSFNIgLSrc89gpq1LJB7Hm1YpuhK086DRDJSNrewcGvYloWW1vZLHBTIvarKZDcAORIy/uWNx8Gad+4oMpkSA==
10811084
dependencies:
1082-
"@eslint-community/eslint-utils" "^4.2.0"
1083-
"@types/json-schema" "^7.0.9"
1084-
"@types/semver" "^7.3.12"
1085-
"@typescript-eslint/scope-manager" "5.62.0"
1086-
"@typescript-eslint/types" "5.62.0"
1087-
"@typescript-eslint/typescript-estree" "5.62.0"
1088-
eslint-scope "^5.1.1"
1089-
semver "^7.3.7"
1085+
"@eslint-community/eslint-utils" "^4.7.0"
1086+
"@typescript-eslint/scope-manager" "8.32.1"
1087+
"@typescript-eslint/types" "8.32.1"
1088+
"@typescript-eslint/typescript-estree" "8.32.1"
10901089

10911090
"@typescript-eslint/utils@^5.10.2":
10921091
version "5.22.0"
@@ -1108,13 +1107,13 @@
11081107
"@typescript-eslint/types" "5.22.0"
11091108
eslint-visitor-keys "^3.0.0"
11101109

1111-
"@typescript-eslint/visitor-keys@5.62.0":
1112-
version "5.62.0"
1113-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
1114-
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
1110+
"@typescript-eslint/visitor-keys@8.32.1":
1111+
version "8.32.1"
1112+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.1.tgz#4321395cc55c2eb46036cbbb03e101994d11ddca"
1113+
integrity sha512-ar0tjQfObzhSaW3C3QNmTc5ofj0hDoNQ5XWrCy6zDyabdr0TWhCkClp+rywGNj/odAFBVzzJrK4tEq5M4Hmu4w==
11151114
dependencies:
1116-
"@typescript-eslint/types" "5.62.0"
1117-
eslint-visitor-keys "^3.3.0"
1115+
"@typescript-eslint/types" "8.32.1"
1116+
eslint-visitor-keys "^4.2.0"
11181117

11191118
"@ungap/structured-clone@^1.2.0":
11201119
version "1.2.0"
@@ -2232,6 +2231,13 @@ braces@^3.0.2, braces@~3.0.2:
22322231
dependencies:
22332232
fill-range "^7.0.1"
22342233

2234+
braces@^3.0.3:
2235+
version "3.0.3"
2236+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
2237+
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
2238+
dependencies:
2239+
fill-range "^7.1.1"
2240+
22352241
22362242
version "1.3.1"
22372243
resolved "https://registry.yarnpkg.com/browser-stdout/-/browser-stdout-1.3.1.tgz#baa559ee14ced73452229bad7326467c61fabd60"
@@ -3077,6 +3083,11 @@ eslint-visitor-keys@^3.4.3:
30773083
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
30783084
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
30793085

3086+
eslint-visitor-keys@^4.2.0:
3087+
version "4.2.0"
3088+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
3089+
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
3090+
30803091
30813092
version "8.56.0"
30823093
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.56.0.tgz#4957ce8da409dc0809f99ab07a1b94832ab74b15"
@@ -3293,6 +3304,17 @@ fast-glob@^3.2.9:
32933304
merge2 "^1.3.0"
32943305
micromatch "^4.0.4"
32953306

3307+
fast-glob@^3.3.2:
3308+
version "3.3.3"
3309+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
3310+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
3311+
dependencies:
3312+
"@nodelib/fs.stat" "^2.0.2"
3313+
"@nodelib/fs.walk" "^1.2.3"
3314+
glob-parent "^5.1.2"
3315+
merge2 "^1.3.0"
3316+
micromatch "^4.0.8"
3317+
32963318
fast-json-stable-stringify@^2.0.0:
32973319
version "2.1.0"
32983320
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -3369,6 +3391,13 @@ fill-range@^7.0.1:
33693391
dependencies:
33703392
to-regex-range "^5.0.1"
33713393

3394+
fill-range@^7.1.1:
3395+
version "7.1.1"
3396+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
3397+
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
3398+
dependencies:
3399+
to-regex-range "^5.0.1"
3400+
33723401
find-index@^0.1.1:
33733402
version "0.1.1"
33743403
resolved "https://registry.yarnpkg.com/find-index/-/find-index-0.1.1.tgz#675d358b2ca3892d795a1ab47232f8b6e2e0dde4"
@@ -3566,7 +3595,7 @@ globals@^9.18.0:
35663595
resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
35673596
integrity sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==
35683597

3569-
globby@^11.0.1, globby@^11.0.4, globby@^11.1.0:
3598+
globby@^11.0.1, globby@^11.0.4:
35703599
version "11.1.0"
35713600
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
35723601
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -3764,6 +3793,11 @@ ignore@^5.2.0:
37643793
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
37653794
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
37663795

3796+
ignore@^7.0.0:
3797+
version "7.0.4"
3798+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.4.tgz#a12c70d0f2607c5bf508fb65a40c75f037d7a078"
3799+
integrity sha512-gJzzk+PQNznz8ysRrC0aOkBNVRBDtE1n53IqyqEf3PXrYwomFs5q4pGMizBMJF+ykh03insJ27hB8gSrD2Hn8A==
3800+
37673801
import-fresh@^3.2.1:
37683802
version "3.3.0"
37693803
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -4544,6 +4578,14 @@ micromatch@^4.0.4:
45444578
braces "^3.0.2"
45454579
picomatch "^2.3.1"
45464580

4581+
micromatch@^4.0.8:
4582+
version "4.0.8"
4583+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
4584+
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
4585+
dependencies:
4586+
braces "^3.0.3"
4587+
picomatch "^2.3.1"
4588+
45474589
[email protected], "mime-db@>= 1.43.0 < 2":
45484590
version "1.52.0"
45494591
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70"
@@ -4594,6 +4636,13 @@ minimatch@^5.0.1:
45944636
dependencies:
45954637
brace-expansion "^2.0.1"
45964638

4639+
minimatch@^9.0.4:
4640+
version "9.0.5"
4641+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
4642+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
4643+
dependencies:
4644+
brace-expansion "^2.0.1"
4645+
45974646
minimist@^1.1.0, minimist@^1.2.0, minimist@^1.2.6:
45984647
version "1.2.6"
45994648
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
@@ -4718,11 +4767,6 @@ nanomatch@^1.2.9:
47184767
snapdragon "^0.8.1"
47194768
to-regex "^3.0.1"
47204769

4721-
natural-compare-lite@^1.4.0:
4722-
version "1.4.0"
4723-
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
4724-
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
4725-
47264770
natural-compare@^1.4.0:
47274771
version "1.4.0"
47284772
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -5807,6 +5851,11 @@ semver@^7.3.4, semver@^7.3.5, semver@^7.3.7:
58075851
dependencies:
58085852
lru-cache "^6.0.0"
58095853

5854+
semver@^7.6.0:
5855+
version "7.7.2"
5856+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
5857+
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
5858+
58105859
58115860
version "6.0.0"
58125861
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.0.tgz#efae5d88f45d7924141da8b5c3a7a7e663fefeb8"
@@ -6268,6 +6317,11 @@ trim-right@^1.0.1:
62686317
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
62696318
integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=
62706319

6320+
ts-api-utils@^2.1.0:
6321+
version "2.1.0"
6322+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
6323+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
6324+
62716325
ts-toolbelt@^9.6.0:
62726326
version "9.6.0"
62736327
resolved "https://registry.yarnpkg.com/ts-toolbelt/-/ts-toolbelt-9.6.0.tgz#50a25426cfed500d4a09bd1b3afb6f28879edfd5"

0 commit comments

Comments
 (0)