Skip to content

Commit d09d299

Browse files
Update typescript-eslint monorepo to v8
1 parent c111f6c commit d09d299

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
@@ -35,8 +35,8 @@
3535
"rollup": "^2.75.6"
3636
},
3737
"devDependencies": {
38-
"@typescript-eslint/eslint-plugin": "5.62.0",
39-
"@typescript-eslint/parser": "5.62.0",
38+
"@typescript-eslint/eslint-plugin": "8.25.0",
39+
"@typescript-eslint/parser": "8.25.0",
4040
"eslint": "8.57.1",
4141
"eslint-config-prettier": "10.0.2",
4242
"eslint-plugin-functional": "4.4.1",

yarn.lock

+133-79
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,17 @@
1919
dependencies:
2020
eslint-visitor-keys "^3.3.0"
2121

22-
"@eslint-community/regexpp@^4.4.0":
23-
version "4.4.0"
24-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403"
25-
integrity sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ==
22+
"@eslint-community/eslint-utils@^4.4.0":
23+
version "4.4.1"
24+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz#d1145bf2c20132d6400495d6df4bf59362fd9d56"
25+
integrity sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==
26+
dependencies:
27+
eslint-visitor-keys "^3.4.3"
28+
29+
"@eslint-community/regexpp@^4.10.0":
30+
version "4.12.1"
31+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
32+
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
2633

2734
"@eslint-community/regexpp@^4.6.1":
2835
version "4.6.2"
@@ -200,35 +207,30 @@
200207
resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-1.20.2.tgz#97d26e00cd4a0423b4af620abecf3e6f442b7975"
201208
integrity sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==
202209

203-
"@types/semver@^7.3.12":
204-
version "7.3.12"
205-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.12.tgz#920447fdd78d76b19de0438b7f60df3c4a80bf1c"
206-
integrity sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==
207-
208-
"@typescript-eslint/[email protected]":
209-
version "5.62.0"
210-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
211-
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
210+
"@typescript-eslint/[email protected]":
211+
version "8.25.0"
212+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.25.0.tgz#5e1d56f067e5808fa82d1b75bced82396e868a14"
213+
integrity sha512-VM7bpzAe7JO/BFf40pIT1lJqS/z1F8OaSsUB3rpFJucQA4cOSuH2RVVVkFULN+En0Djgr29/jb4EQnedUo95KA==
212214
dependencies:
213-
"@eslint-community/regexpp" "^4.4.0"
214-
"@typescript-eslint/scope-manager" "5.62.0"
215-
"@typescript-eslint/type-utils" "5.62.0"
216-
"@typescript-eslint/utils" "5.62.0"
217-
debug "^4.3.4"
215+
"@eslint-community/regexpp" "^4.10.0"
216+
"@typescript-eslint/scope-manager" "8.25.0"
217+
"@typescript-eslint/type-utils" "8.25.0"
218+
"@typescript-eslint/utils" "8.25.0"
219+
"@typescript-eslint/visitor-keys" "8.25.0"
218220
graphemer "^1.4.0"
219-
ignore "^5.2.0"
220-
natural-compare-lite "^1.4.0"
221-
semver "^7.3.7"
222-
tsutils "^3.21.0"
221+
ignore "^5.3.1"
222+
natural-compare "^1.4.0"
223+
ts-api-utils "^2.0.1"
223224

224-
"@typescript-eslint/parser@5.62.0":
225-
version "5.62.0"
226-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
227-
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
225+
"@typescript-eslint/parser@8.25.0":
226+
version "8.25.0"
227+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.25.0.tgz#58fb81c7b7a35184ba17583f3d7ac6c4f3d95be8"
228+
integrity sha512-4gbs64bnbSzu4FpgMiQ1A+D+urxkoJk/kqlDJ2W//5SygaEiAP2B4GoS7TEdxgwol2el03gckFV9lJ4QOMiiHg==
228229
dependencies:
229-
"@typescript-eslint/scope-manager" "5.62.0"
230-
"@typescript-eslint/types" "5.62.0"
231-
"@typescript-eslint/typescript-estree" "5.62.0"
230+
"@typescript-eslint/scope-manager" "8.25.0"
231+
"@typescript-eslint/types" "8.25.0"
232+
"@typescript-eslint/typescript-estree" "8.25.0"
233+
"@typescript-eslint/visitor-keys" "8.25.0"
232234
debug "^4.3.4"
233235

234236
"@typescript-eslint/[email protected]":
@@ -239,33 +241,33 @@
239241
"@typescript-eslint/types" "5.27.1"
240242
"@typescript-eslint/visitor-keys" "5.27.1"
241243

242-
"@typescript-eslint/scope-manager@5.62.0":
243-
version "5.62.0"
244-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
245-
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
244+
"@typescript-eslint/scope-manager@8.25.0":
245+
version "8.25.0"
246+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.25.0.tgz#ac3805077aade898e98ca824294c998545597df3"
247+
integrity sha512-6PPeiKIGbgStEyt4NNXa2ru5pMzQ8OYKO1hX1z53HMomrmiSB+R5FmChgQAP1ro8jMtNawz+TRQo/cSXrauTpg==
246248
dependencies:
247-
"@typescript-eslint/types" "5.62.0"
248-
"@typescript-eslint/visitor-keys" "5.62.0"
249+
"@typescript-eslint/types" "8.25.0"
250+
"@typescript-eslint/visitor-keys" "8.25.0"
249251

250-
"@typescript-eslint/type-utils@5.62.0":
251-
version "5.62.0"
252-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
253-
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
252+
"@typescript-eslint/type-utils@8.25.0":
253+
version "8.25.0"
254+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.25.0.tgz#ee0d2f67c80af5ae74b5d6f977e0f8ded0059677"
255+
integrity sha512-d77dHgHWnxmXOPJuDWO4FDWADmGQkN5+tt6SFRZz/RtCWl4pHgFl3+WdYCn16+3teG09DY6XtEpf3gGD0a186g==
254256
dependencies:
255-
"@typescript-eslint/typescript-estree" "5.62.0"
256-
"@typescript-eslint/utils" "5.62.0"
257+
"@typescript-eslint/typescript-estree" "8.25.0"
258+
"@typescript-eslint/utils" "8.25.0"
257259
debug "^4.3.4"
258-
tsutils "^3.21.0"
260+
ts-api-utils "^2.0.1"
259261

260262
"@typescript-eslint/[email protected]":
261263
version "5.27.1"
262264
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.27.1.tgz#34e3e629501349d38be6ae97841298c03a6ffbf1"
263265
integrity sha512-LgogNVkBhCTZU/m8XgEYIWICD6m4dmEDbKXESCbqOXfKZxRKeqpiJXQIErv66sdopRKZPo5l32ymNqibYEH/xg==
264266

265-
"@typescript-eslint/types@5.62.0":
266-
version "5.62.0"
267-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
268-
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
267+
"@typescript-eslint/types@8.25.0":
268+
version "8.25.0"
269+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.25.0.tgz#f91512c2f532b1d6a8826cadd0b0e5cd53cf97e0"
270+
integrity sha512-+vUe0Zb4tkNgznQwicsvLUJgZIRs6ITeWSCclX1q85pR1iOiaj+4uZJIUp//Z27QWu5Cseiw3O3AR8hVpax7Aw==
269271

270272
"@typescript-eslint/[email protected]":
271273
version "5.27.1"
@@ -280,32 +282,29 @@
280282
semver "^7.3.7"
281283
tsutils "^3.21.0"
282284

283-
"@typescript-eslint/typescript-estree@5.62.0":
284-
version "5.62.0"
285-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
286-
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
285+
"@typescript-eslint/typescript-estree@8.25.0":
286+
version "8.25.0"
287+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.25.0.tgz#d8409c63abddd4cf5b93c031b24b9edc1c7c1299"
288+
integrity sha512-ZPaiAKEZ6Blt/TPAx5Ot0EIB/yGtLI2EsGoY6F7XKklfMxYQyvtL+gT/UCqkMzO0BVFHLDlzvFqQzurYahxv9Q==
287289
dependencies:
288-
"@typescript-eslint/types" "5.62.0"
289-
"@typescript-eslint/visitor-keys" "5.62.0"
290+
"@typescript-eslint/types" "8.25.0"
291+
"@typescript-eslint/visitor-keys" "8.25.0"
290292
debug "^4.3.4"
291-
globby "^11.1.0"
293+
fast-glob "^3.3.2"
292294
is-glob "^4.0.3"
293-
semver "^7.3.7"
294-
tsutils "^3.21.0"
295+
minimatch "^9.0.4"
296+
semver "^7.6.0"
297+
ts-api-utils "^2.0.1"
295298

296-
"@typescript-eslint/utils@5.62.0":
297-
version "5.62.0"
298-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
299-
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
299+
"@typescript-eslint/utils@8.25.0":
300+
version "8.25.0"
301+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.25.0.tgz#3ea2f9196a915ef4daa2c8eafd44adbd7d56d08a"
302+
integrity sha512-syqRbrEv0J1wywiLsK60XzHnQe/kRViI3zwFALrNEgnntn1l24Ra2KvOAWwWbWZ1lBZxZljPDGOq967dsl6fkA==
300303
dependencies:
301-
"@eslint-community/eslint-utils" "^4.2.0"
302-
"@types/json-schema" "^7.0.9"
303-
"@types/semver" "^7.3.12"
304-
"@typescript-eslint/scope-manager" "5.62.0"
305-
"@typescript-eslint/types" "5.62.0"
306-
"@typescript-eslint/typescript-estree" "5.62.0"
307-
eslint-scope "^5.1.1"
308-
semver "^7.3.7"
304+
"@eslint-community/eslint-utils" "^4.4.0"
305+
"@typescript-eslint/scope-manager" "8.25.0"
306+
"@typescript-eslint/types" "8.25.0"
307+
"@typescript-eslint/typescript-estree" "8.25.0"
309308

310309
"@typescript-eslint/utils@^5.10.2":
311310
version "5.27.1"
@@ -327,13 +326,13 @@
327326
"@typescript-eslint/types" "5.27.1"
328327
eslint-visitor-keys "^3.3.0"
329328

330-
"@typescript-eslint/visitor-keys@5.62.0":
331-
version "5.62.0"
332-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
333-
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
329+
"@typescript-eslint/visitor-keys@8.25.0":
330+
version "8.25.0"
331+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.25.0.tgz#e8646324cd1793f96e02669cb717a05319403164"
332+
integrity sha512-kCYXKAum9CecGVHGij7muybDfTS2sD3t0L4bJsEZLkyrXUImiCTq1M3LG2SRtOhiHFwMR9wAFplpT6XHYjTkwQ==
334333
dependencies:
335-
"@typescript-eslint/types" "5.62.0"
336-
eslint-visitor-keys "^3.3.0"
334+
"@typescript-eslint/types" "8.25.0"
335+
eslint-visitor-keys "^4.2.0"
337336

338337
"@ungap/structured-clone@^1.2.0":
339338
version "1.2.0"
@@ -432,6 +431,13 @@ braces@^3.0.1:
432431
dependencies:
433432
fill-range "^7.0.1"
434433

434+
braces@^3.0.3:
435+
version "3.0.3"
436+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
437+
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
438+
dependencies:
439+
fill-range "^7.1.1"
440+
435441
callsites@^3.0.0:
436442
version "3.1.0"
437443
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
@@ -601,6 +607,11 @@ eslint-visitor-keys@^3.4.3:
601607
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
602608
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
603609

610+
eslint-visitor-keys@^4.2.0:
611+
version "4.2.0"
612+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
613+
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
614+
604615
605616
version "8.57.1"
606617
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -731,6 +742,17 @@ fast-glob@^3.2.9:
731742
merge2 "^1.3.0"
732743
micromatch "^4.0.4"
733744

745+
fast-glob@^3.3.2:
746+
version "3.3.3"
747+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
748+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
749+
dependencies:
750+
"@nodelib/fs.stat" "^2.0.2"
751+
"@nodelib/fs.walk" "^1.2.3"
752+
glob-parent "^5.1.2"
753+
merge2 "^1.3.0"
754+
micromatch "^4.0.8"
755+
734756
fast-json-stable-stringify@^2.0.0:
735757
version "2.1.0"
736758
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -767,6 +789,13 @@ fill-range@^7.0.1:
767789
dependencies:
768790
to-regex-range "^5.0.1"
769791

792+
fill-range@^7.1.1:
793+
version "7.1.1"
794+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
795+
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
796+
dependencies:
797+
to-regex-range "^5.0.1"
798+
770799
find-up@^5.0.0:
771800
version "5.0.0"
772801
resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc"
@@ -894,6 +923,11 @@ ignore@^5.2.0:
894923
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
895924
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
896925

926+
ignore@^5.3.1:
927+
version "5.3.2"
928+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
929+
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
930+
897931
import-fresh@^3.2.1:
898932
version "3.2.1"
899933
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.1.tgz#633ff618506e793af5ac91bf48b72677e15cbe66"
@@ -1066,6 +1100,14 @@ micromatch@^4.0.4:
10661100
braces "^3.0.1"
10671101
picomatch "^2.2.3"
10681102

1103+
micromatch@^4.0.8:
1104+
version "4.0.8"
1105+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
1106+
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
1107+
dependencies:
1108+
braces "^3.0.3"
1109+
picomatch "^2.3.1"
1110+
10691111
minimatch@^3.0.4:
10701112
version "3.0.4"
10711113
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
@@ -1087,6 +1129,13 @@ minimatch@^9.0.1:
10871129
dependencies:
10881130
brace-expansion "^2.0.1"
10891131

1132+
minimatch@^9.0.4:
1133+
version "9.0.5"
1134+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
1135+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
1136+
dependencies:
1137+
brace-expansion "^2.0.1"
1138+
10901139
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0":
10911140
version "7.1.2"
10921141
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
@@ -1097,11 +1146,6 @@ [email protected]:
10971146
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
10981147
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
10991148

1100-
natural-compare-lite@^1.4.0:
1101-
version "1.4.0"
1102-
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
1103-
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
1104-
11051149
natural-compare@^1.4.0:
11061150
version "1.4.0"
11071151
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -1180,7 +1224,7 @@ path-type@^4.0.0:
11801224
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
11811225
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
11821226

1183-
picomatch@^2.2.3:
1227+
picomatch@^2.2.3, picomatch@^2.3.1:
11841228
version "2.3.1"
11851229
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
11861230
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
@@ -1257,6 +1301,11 @@ semver@^7.3.7:
12571301
dependencies:
12581302
lru-cache "^6.0.0"
12591303

1304+
semver@^7.6.0:
1305+
version "7.7.1"
1306+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
1307+
integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
1308+
12601309
shebang-command@^2.0.0:
12611310
version "2.0.0"
12621311
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
@@ -1356,6 +1405,11 @@ to-regex-range@^5.0.1:
13561405
dependencies:
13571406
is-number "^7.0.0"
13581407

1408+
ts-api-utils@^2.0.1:
1409+
version "2.0.1"
1410+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd"
1411+
integrity sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==
1412+
13591413
13601414
version "2.4.0"
13611415
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"

0 commit comments

Comments
 (0)