Skip to content

Commit c05baaa

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

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.27.0",
60+
"@typescript-eslint/parser": "8.27.0",
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.4.0":
454+
version "4.5.1"
455+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.5.1.tgz#b0fc7e06d0c94f801537fd4237edc2706d3b8e4c"
456+
integrity sha512-soEIOALTfTK6EjmKMMoLugwaP0rzkad90iIWd1hMO9ARkSAyjfMfkRRhLvD5qH7vvM0Cg72pieUfR6yh6XxC4w==
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.27.0":
992+
version "8.27.0"
993+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.27.0.tgz#fbef10802365832ee1d1bd5d2117dcec82727a72"
994+
integrity sha512-4henw4zkePi5p252c8ncBLzLce52SEUz2Ebj8faDnuUXz2UuHEONYcJ+G0oaCF+bYCWVZtrGzq3FD7YXetmnSA==
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.27.0"
998+
"@typescript-eslint/type-utils" "8.27.0"
999+
"@typescript-eslint/utils" "8.27.0"
1000+
"@typescript-eslint/visitor-keys" "8.27.0"
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 "^5.3.1"
1003+
natural-compare "^1.4.0"
1004+
ts-api-utils "^2.0.1"
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.27.0":
1007+
version "8.27.0"
1008+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.27.0.tgz#3f6beaa83934467eda34ae82ef04090014df8227"
1009+
integrity sha512-XGwIabPallYipmcOk45DpsBSgLC64A0yvdAkrwEzwZ2viqGqRUJ8eEYoPz0CWnutgAFbNMPdsGGvzjSmcWVlEA==
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.27.0"
1012+
"@typescript-eslint/types" "8.27.0"
1013+
"@typescript-eslint/typescript-estree" "8.27.0"
1014+
"@typescript-eslint/visitor-keys" "8.27.0"
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.27.0":
1026+
version "8.27.0"
1027+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.27.0.tgz#b51042927067d677fbfc471605cf40d1ffaee482"
1028+
integrity sha512-8oI9GwPMQmBryaaxG1tOZdxXVeMDte6NyJA4i7/TWa4fBwgnAXYlIQP+uYOeqAaLJ2JRxlG9CAyL+C+YE9Xknw==
10271029
dependencies:
1028-
"@typescript-eslint/types" "5.62.0"
1029-
"@typescript-eslint/visitor-keys" "5.62.0"
1030+
"@typescript-eslint/types" "8.27.0"
1031+
"@typescript-eslint/visitor-keys" "8.27.0"
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.27.0":
1034+
version "8.27.0"
1035+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.27.0.tgz#af3c4eefcb64455ee50aae2d7069918467af085c"
1036+
integrity sha512-wVArTVcz1oJOIEJxui/nRhV0TXzD/zMSOYi/ggCfNq78EIszddXcJb7r4RCp/oBrjt8n9A0BSxRMKxHftpDxDA==
10351037
dependencies:
1036-
"@typescript-eslint/typescript-estree" "5.62.0"
1037-
"@typescript-eslint/utils" "5.62.0"
1038+
"@typescript-eslint/typescript-estree" "8.27.0"
1039+
"@typescript-eslint/utils" "8.27.0"
10381040
debug "^4.3.4"
1039-
tsutils "^3.21.0"
1041+
ts-api-utils "^2.0.1"
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.27.0":
1049+
version "8.27.0"
1050+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.27.0.tgz#3dd01ced4c81e798d1106fda0904f8d5c91051aa"
1051+
integrity sha512-/6cp9yL72yUHAYq9g6DsAU+vVfvQmd1a8KyA81uvfDE21O2DwQ/qxlM4AR8TSdAu+kJLBDrEHKC5/W2/nxsY0A==
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.27.0":
1067+
version "8.27.0"
1068+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.27.0.tgz#4e02a1056454a84418cc9bce7c00b1c08b03567a"
1069+
integrity sha512-BnKq8cqPVoMw71O38a1tEb6iebEgGA80icSxW7g+kndx0o6ot6696HjG7NdgfuAVmVEtwXUr3L8R9ZuVjoQL6A==
10681070
dependencies:
1069-
"@typescript-eslint/types" "5.62.0"
1070-
"@typescript-eslint/visitor-keys" "5.62.0"
1071+
"@typescript-eslint/types" "8.27.0"
1072+
"@typescript-eslint/visitor-keys" "8.27.0"
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.0.1"
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.27.0":
1081+
version "8.27.0"
1082+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.27.0.tgz#d9c2a4891c6a85b952a9d5f9656c379ab111cf6d"
1083+
integrity sha512-njkodcwH1yvmo31YWgRHNb/x1Xhhq4/m81PhtvmRngD8iHPehxffz1SNCO+kwaePhATC+kOa/ggmvPoPza5i0Q==
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.4.0"
1086+
"@typescript-eslint/scope-manager" "8.27.0"
1087+
"@typescript-eslint/types" "8.27.0"
1088+
"@typescript-eslint/typescript-estree" "8.27.0"
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.27.0":
1111+
version "8.27.0"
1112+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.27.0.tgz#4a13e9d7ad7e311a07ea1b178b4c9f848ce11334"
1113+
integrity sha512-WsXQwMkILJvffP6z4U3FYJPlbf/j07HIxmDjZpbNvBJkMfvwXj5ACRkkHwBDvLBbDbtX5TdU64/rcvKJ/vuInQ==
11151114
dependencies:
1116-
"@typescript-eslint/types" "5.62.0"
1117-
eslint-visitor-keys "^3.3.0"
1115+
"@typescript-eslint/types" "8.27.0"
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@^5.3.1:
3797+
version "5.3.2"
3798+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
3799+
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
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.1"
5856+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
5857+
integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
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.0.1:
6321+
version "2.0.1"
6322+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd"
6323+
integrity sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==
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)