Skip to content

Commit 2609cea

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent 3d57e18 commit 2609cea

2 files changed

Lines changed: 180 additions & 80 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"license": "MIT",
3232
"devDependencies": {
3333
"@types/react": "17.0.44",
34-
"@typescript-eslint/eslint-plugin": "2.34.0",
35-
"@typescript-eslint/parser": "2.34.0",
34+
"@typescript-eslint/eslint-plugin": "8.51.0",
35+
"@typescript-eslint/parser": "8.51.0",
3636
"eslint": "6.8.0",
3737
"eslint-config-prettier": "8.1.0",
3838
"eslint-plugin-prettier": "3.3.1",

yarn.lock

Lines changed: 178 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,23 @@
2323
chalk "^2.0.0"
2424
js-tokens "^4.0.0"
2525

26+
"@eslint-community/eslint-utils@^4.7.0":
27+
version "4.9.1"
28+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz#4e90af67bc51ddee6cdef5284edf572ec376b595"
29+
integrity sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==
30+
dependencies:
31+
eslint-visitor-keys "^3.4.3"
32+
33+
"@eslint-community/regexpp@^4.10.0":
34+
version "4.12.2"
35+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
36+
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
37+
2638
"@types/color-name@^1.1.1":
2739
version "1.1.1"
2840
resolved "https://registry.npm.taobao.org/@types/color-name/download/@types/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
2941
integrity sha1-HBJhu+qhCoBVu8XYq4S3sq/IRqA=
3042

31-
"@types/eslint-visitor-keys@^1.0.0":
32-
version "1.0.0"
33-
resolved "https://registry.npm.taobao.org/@types/eslint-visitor-keys/download/@types/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d"
34-
integrity sha1-HuMNeVRMqE1o1LPNsK9PIFZj3S0=
35-
36-
"@types/json-schema@^7.0.3":
37-
version "7.0.4"
38-
resolved "https://registry.npm.taobao.org/@types/json-schema/download/@types/json-schema-7.0.4.tgz#38fd73ddfd9b55abb1e1b2ed578cb55bd7b7d339"
39-
integrity sha1-OP1z3f2bVaux4bLtV4y1W9e30zk=
40-
4143
"@types/prop-types@*":
4244
version "15.7.3"
4345
resolved "https://registry.npm.taobao.org/@types/prop-types/download/@types/prop-types-15.7.3.tgz#2ab0d5da2e5815f94b0b9d4b95d1e5f243ab2ca7"
@@ -57,48 +59,101 @@
5759
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.1.tgz#18845205e86ff0038517aab7a18a62a6b9f71275"
5860
integrity sha512-EaCxbanVeyxDRTQBkdLb3Bvl/HK7PBK6UJjsSixB0iHKoWxE5uu2Q/DgtpOhPIojN0Zl1whvOd7PoHs2P0s5eA==
5961

60-
"@typescript-eslint/eslint-plugin@2.34.0":
61-
version "2.34.0"
62-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.34.0.tgz#6f8ce8a46c7dea4a6f1d171d2bb8fbae6dac2be9"
63-
integrity sha512-4zY3Z88rEE99+CNvTbXSyovv2z9PNOVffTWD2W8QF5s2prBQtwN2zadqERcrHpcR7O/+KMI3fcTAmUUhK/iQcQ==
64-
dependencies:
65-
"@typescript-eslint/experimental-utils" "2.34.0"
66-
functional-red-black-tree "^1.0.1"
67-
regexpp "^3.0.0"
68-
tsutils "^3.17.1"
69-
70-
"@typescript-eslint/experimental-utils@2.34.0":
71-
version "2.34.0"
72-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.34.0.tgz#d3524b644cdb40eebceca67f8cf3e4cc9c8f980f"
73-
integrity sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==
74-
dependencies:
75-
"@types/json-schema" "^7.0.3"
76-
"@typescript-eslint/typescript-estree" "2.34.0"
77-
eslint-scope "^5.0.0"
78-
eslint-utils "^2.0.0"
79-
80-
"@typescript-eslint/parser@2.34.0":
81-
version "2.34.0"
82-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.34.0.tgz#50252630ca319685420e9a39ca05fe185a256bc8"
83-
integrity sha512-03ilO0ucSD0EPTw2X4PntSIRFtDPWjrVq7C3/Z3VQHRC7+13YB55rcJI3Jt+YgeHbjUdJPcPa7b23rXCBokuyA==
84-
dependencies:
85-
"@types/eslint-visitor-keys" "^1.0.0"
86-
"@typescript-eslint/experimental-utils" "2.34.0"
87-
"@typescript-eslint/typescript-estree" "2.34.0"
88-
eslint-visitor-keys "^1.1.0"
89-
90-
"@typescript-eslint/typescript-estree@2.34.0":
91-
version "2.34.0"
92-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5"
93-
integrity sha512-OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg==
94-
dependencies:
95-
debug "^4.1.1"
96-
eslint-visitor-keys "^1.1.0"
97-
glob "^7.1.6"
98-
is-glob "^4.0.1"
99-
lodash "^4.17.15"
100-
semver "^7.3.2"
101-
tsutils "^3.17.1"
62+
"@typescript-eslint/eslint-plugin@8.51.0":
63+
version "8.51.0"
64+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.51.0.tgz#8985230730c0d955bf6aa0aed98c5c2c95102e1a"
65+
integrity sha512-XtssGWJvypyM2ytBnSnKtHYOGT+4ZwTnBVl36TA4nRO2f4PRNGz5/1OszHzcZCvcBMh+qb7I06uoCmLTRdR9og==
66+
dependencies:
67+
"@eslint-community/regexpp" "^4.10.0"
68+
"@typescript-eslint/scope-manager" "8.51.0"
69+
"@typescript-eslint/type-utils" "8.51.0"
70+
"@typescript-eslint/utils" "8.51.0"
71+
"@typescript-eslint/visitor-keys" "8.51.0"
72+
ignore "^7.0.0"
73+
natural-compare "^1.4.0"
74+
ts-api-utils "^2.2.0"
75+
76+
"@typescript-eslint/parser@8.51.0":
77+
version "8.51.0"
78+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.51.0.tgz#584fb8be3a867cbf980917aabed5f7528f615d6b"
79+
integrity sha512-3xP4XzzDNQOIqBMWogftkwxhg5oMKApqY0BAflmLZiFYHqyhSOxv/cd/zPQLTcCXr4AkaKb25joocY0BD1WC6A==
80+
dependencies:
81+
"@typescript-eslint/scope-manager" "8.51.0"
82+
"@typescript-eslint/types" "8.51.0"
83+
"@typescript-eslint/typescript-estree" "8.51.0"
84+
"@typescript-eslint/visitor-keys" "8.51.0"
85+
debug "^4.3.4"
86+
87+
"@typescript-eslint/project-service@8.51.0":
88+
version "8.51.0"
89+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.51.0.tgz#3cfef313d8bebbf4b2442675a4dd463cef4c8369"
90+
integrity sha512-Luv/GafO07Z7HpiI7qeEW5NW8HUtZI/fo/kE0YbtQEFpJRUuR0ajcWfCE5bnMvL7QQFrmT/odMe8QZww8X2nfQ==
91+
dependencies:
92+
"@typescript-eslint/tsconfig-utils" "^8.51.0"
93+
"@typescript-eslint/types" "^8.51.0"
94+
debug "^4.3.4"
95+
96+
"@typescript-eslint/scope-manager@8.51.0":
97+
version "8.51.0"
98+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.51.0.tgz#19b42f65680c21f7b6f40fe9024327f6bb1893c1"
99+
integrity sha512-JhhJDVwsSx4hiOEQPeajGhCWgBMBwVkxC/Pet53EpBVs7zHHtayKefw1jtPaNRXpI9RA2uocdmpdfE7T+NrizA==
100+
dependencies:
101+
"@typescript-eslint/types" "8.51.0"
102+
"@typescript-eslint/visitor-keys" "8.51.0"
103+
104+
"@typescript-eslint/tsconfig-utils@8.51.0", "@typescript-eslint/tsconfig-utils@^8.51.0":
105+
version "8.51.0"
106+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.51.0.tgz#a575e9885e62dbd260fb64474eff1dae6e317515"
107+
integrity sha512-Qi5bSy/vuHeWyir2C8u/uqGMIlIDu8fuiYWv48ZGlZ/k+PRPHtaAu7erpc7p5bzw2WNNSniuxoMSO4Ar6V9OXw==
108+
109+
"@typescript-eslint/type-utils@8.51.0":
110+
version "8.51.0"
111+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.51.0.tgz#ec165b0312a6025c2a2a3f39641e46ab4f049564"
112+
integrity sha512-0XVtYzxnobc9K0VU7wRWg1yiUrw4oQzexCG2V2IDxxCxhqBMSMbjB+6o91A+Uc0GWtgjCa3Y8bi7hwI0Tu4n5Q==
113+
dependencies:
114+
"@typescript-eslint/types" "8.51.0"
115+
"@typescript-eslint/typescript-estree" "8.51.0"
116+
"@typescript-eslint/utils" "8.51.0"
117+
debug "^4.3.4"
118+
ts-api-utils "^2.2.0"
119+
120+
"@typescript-eslint/types@8.51.0", "@typescript-eslint/types@^8.51.0":
121+
version "8.51.0"
122+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.51.0.tgz#6996e59d49e92fb893531bdc249f0d92a7bebdbb"
123+
integrity sha512-TizAvWYFM6sSscmEakjY3sPqGwxZRSywSsPEiuZF6d5GmGD9Gvlsv0f6N8FvAAA0CD06l3rIcWNbsN1e5F/9Ag==
124+
125+
"@typescript-eslint/typescript-estree@8.51.0":
126+
version "8.51.0"
127+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.51.0.tgz#b57f5157d1ac2127bd7c2c9ad8060fa017df4a1a"
128+
integrity sha512-1qNjGqFRmlq0VW5iVlcyHBbCjPB7y6SxpBkrbhNWMy/65ZoncXCEPJxkRZL8McrseNH6lFhaxCIaX+vBuFnRng==
129+
dependencies:
130+
"@typescript-eslint/project-service" "8.51.0"
131+
"@typescript-eslint/tsconfig-utils" "8.51.0"
132+
"@typescript-eslint/types" "8.51.0"
133+
"@typescript-eslint/visitor-keys" "8.51.0"
134+
debug "^4.3.4"
135+
minimatch "^9.0.4"
136+
semver "^7.6.0"
137+
tinyglobby "^0.2.15"
138+
ts-api-utils "^2.2.0"
139+
140+
"@typescript-eslint/utils@8.51.0":
141+
version "8.51.0"
142+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.51.0.tgz#b9a071cd210647f860a38873acf9bc5157bea56a"
143+
integrity sha512-11rZYxSe0zabiKaCP2QAwRf/dnmgFgvTmeDTtZvUvXG3UuAdg/GU02NExmmIXzz3vLGgMdtrIosI84jITQOxUA==
144+
dependencies:
145+
"@eslint-community/eslint-utils" "^4.7.0"
146+
"@typescript-eslint/scope-manager" "8.51.0"
147+
"@typescript-eslint/types" "8.51.0"
148+
"@typescript-eslint/typescript-estree" "8.51.0"
149+
150+
"@typescript-eslint/visitor-keys@8.51.0":
151+
version "8.51.0"
152+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.51.0.tgz#d37f5c82b9bece2c8aeb3ba7bb836bbba0f92bb8"
153+
integrity sha512-mM/JRQOzhVN1ykejrvwnBRV3+7yTKK8tVANVN3o1O0t0v7o+jqdVu9crPy5Y9dov15TJk/FTIgoUGHrTOVL3Zg==
154+
dependencies:
155+
"@typescript-eslint/types" "8.51.0"
156+
eslint-visitor-keys "^4.2.1"
102157

103158
acorn-jsx@^5.2.0:
104159
version "5.2.0"
@@ -177,6 +232,13 @@ brace-expansion@^1.1.7:
177232
balanced-match "^1.0.0"
178233
concat-map "0.0.1"
179234

235+
brace-expansion@^2.0.1:
236+
version "2.0.2"
237+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.2.tgz#54fc53237a613d854c7bd37463aad17df87214e7"
238+
integrity sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==
239+
dependencies:
240+
balanced-match "^1.0.0"
241+
180242
callsites@^3.0.0:
181243
version "3.1.0"
182244
resolved "https://registry.npm.taobao.org/callsites/download/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
@@ -261,13 +323,20 @@ csstype@^3.0.2:
261323
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.3.tgz#2b410bbeba38ba9633353aff34b05d9755d065f8"
262324
integrity sha512-jPl+wbWPOWJ7SXsWyqGRk3lGecbar0Cb0OvZF/r/ZU011R4YqiRehgkQ9p4eQfo9DSDLqLL3wHwfxeJiuIsNag==
263325

264-
debug@^4.0.1, debug@^4.1.1:
326+
debug@^4.0.1:
265327
version "4.1.1"
266328
resolved "https://registry.npm.taobao.org/debug/download/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
267329
integrity sha1-O3ImAlUQnGtYnO4FDx1RYTlmR5E=
268330
dependencies:
269331
ms "^2.1.1"
270332

333+
debug@^4.3.4:
334+
version "4.4.3"
335+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
336+
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
337+
dependencies:
338+
ms "^2.1.3"
339+
271340
deep-is@~0.1.3:
272341
version "0.1.3"
273342
resolved "https://registry.npm.taobao.org/deep-is/download/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34"
@@ -322,18 +391,21 @@ eslint-utils@^1.4.3:
322391
dependencies:
323392
eslint-visitor-keys "^1.1.0"
324393

325-
eslint-utils@^2.0.0:
326-
version "2.0.0"
327-
resolved "https://registry.npm.taobao.org/eslint-utils/download/eslint-utils-2.0.0.tgz#7be1cc70f27a72a76cd14aa698bcabed6890e1cd"
328-
integrity sha1-e+HMcPJ6cqds0UqmmLyr7WiQ4c0=
329-
dependencies:
330-
eslint-visitor-keys "^1.1.0"
331-
332394
eslint-visitor-keys@^1.1.0:
333395
version "1.1.0"
334396
resolved "https://registry.npm.taobao.org/eslint-visitor-keys/download/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
335397
integrity sha1-4qgs6oT/JGrW+1f5veW0ZiFFnsI=
336398

399+
eslint-visitor-keys@^3.4.3:
400+
version "3.4.3"
401+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
402+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
403+
404+
eslint-visitor-keys@^4.2.1:
405+
version "4.2.1"
406+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
407+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
408+
337409
eslint@6.8.0:
338410
version "6.8.0"
339411
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"
@@ -449,6 +521,11 @@ fast-levenshtein@~2.0.6:
449521
resolved "https://registry.npm.taobao.org/fast-levenshtein/download/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
450522
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
451523

524+
fdir@^6.5.0:
525+
version "6.5.0"
526+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350"
527+
integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==
528+
452529
figures@^3.0.0:
453530
version "3.2.0"
454531
resolved "https://registry.npm.taobao.org/figures/download/figures-3.2.0.tgz?cache=0&sync_timestamp=1581865349068&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ffigures%2Fdownload%2Ffigures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af"
@@ -494,7 +571,7 @@ glob-parent@^5.0.0:
494571
dependencies:
495572
is-glob "^4.0.1"
496573

497-
glob@^7.1.3, glob@^7.1.6:
574+
glob@^7.1.3:
498575
version "7.1.6"
499576
resolved "https://registry.npm.taobao.org/glob/download/glob-7.1.6.tgz?cache=0&sync_timestamp=1573078121947&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fglob%2Fdownload%2Fglob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
500577
integrity sha1-FB8zuBp8JJLhJVlDB0gMRmeSeKY=
@@ -535,6 +612,11 @@ ignore@^4.0.6:
535612
resolved "https://registry.npm.taobao.org/ignore/download/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
536613
integrity sha1-dQ49tYYgh7RzfrrIIH/9HvJ7Jfw=
537614

615+
ignore@^7.0.0:
616+
version "7.0.5"
617+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
618+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
619+
538620
import-fresh@^3.0.0:
539621
version "3.2.1"
540622
resolved "https://registry.npm.taobao.org/import-fresh/download/import-fresh-3.2.1.tgz#633ff618506e793af5ac91bf48b72677e15cbe66"
@@ -655,6 +737,13 @@ minimatch@^3.0.4:
655737
dependencies:
656738
brace-expansion "^1.1.7"
657739

740+
minimatch@^9.0.4:
741+
version "9.0.5"
742+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
743+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
744+
dependencies:
745+
brace-expansion "^2.0.1"
746+
658747
minimist@^1.2.5:
659748
version "1.2.6"
660749
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
@@ -672,6 +761,11 @@ ms@^2.1.1:
672761
resolved "https://registry.npm.taobao.org/ms/download/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
673762
integrity sha1-0J0fNXtEP0kzgqjrPM0YOHKuYAk=
674763

764+
ms@^2.1.3:
765+
version "2.1.3"
766+
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
767+
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
768+
675769
mute-stream@0.0.8:
676770
version "0.0.8"
677771
resolved "https://registry.npm.taobao.org/mute-stream/download/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
@@ -735,6 +829,11 @@ path-key@^2.0.1:
735829
resolved "https://registry.npm.taobao.org/path-key/download/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
736830
integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
737831

832+
picomatch@^4.0.3:
833+
version "4.0.3"
834+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
835+
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
836+
738837
prelude-ls@~1.1.2:
739838
version "1.1.2"
740839
resolved "https://registry.npm.taobao.org/prelude-ls/download/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
@@ -767,11 +866,6 @@ regexpp@^2.0.1:
767866
resolved "https://registry.npm.taobao.org/regexpp/download/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
768867
integrity sha1-jRnTHPYySCtYkEn4KB+T28uk0H8=
769868

770-
regexpp@^3.0.0:
771-
version "3.1.0"
772-
resolved "https://registry.npm.taobao.org/regexpp/download/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
773-
integrity sha1-IG0K0KVkjP+9uK5GQ489xRyfeOI=
774-
775869
resolve-from@^4.0.0:
776870
version "4.0.0"
777871
resolved "https://registry.npm.taobao.org/resolve-from/download/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
@@ -819,10 +913,10 @@ semver@^6.1.2:
819913
resolved "https://registry.npm.taobao.org/semver/download/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
820914
integrity sha1-7gpkyK9ejO6mdoexM3YeG+y9HT0=
821915

822-
semver@^7.3.2:
823-
version "7.3.2"
824-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
825-
integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==
916+
semver@^7.6.0:
917+
version "7.7.3"
918+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz#4b5f4143d007633a8dc671cd0a6ef9147b8bb946"
919+
integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==
826920

827921
shebang-command@^1.2.0:
828922
version "1.2.0"
@@ -926,25 +1020,31 @@ through@^2.3.6:
9261020
resolved "https://registry.npm.taobao.org/through/download/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
9271021
integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=
9281022

1023+
tinyglobby@^0.2.15:
1024+
version "0.2.15"
1025+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz#e228dd1e638cea993d2fdb4fcd2d4602a79951c2"
1026+
integrity sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==
1027+
dependencies:
1028+
fdir "^6.5.0"
1029+
picomatch "^4.0.3"
1030+
9291031
tmp@^0.0.33:
9301032
version "0.0.33"
9311033
resolved "https://registry.npm.taobao.org/tmp/download/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"
9321034
integrity sha1-bTQzWIl2jSGyvNoKonfO07G/rfk=
9331035
dependencies:
9341036
os-tmpdir "~1.0.2"
9351037

936-
tslib@^1.8.1, tslib@^1.9.0:
1038+
ts-api-utils@^2.2.0:
1039+
version "2.3.0"
1040+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.3.0.tgz#9f397ac9d88ac76e8dd6e8bc4af0dbf98af99f73"
1041+
integrity sha512-6eg3Y9SF7SsAvGzRHQvvc1skDAhwI4YQ32ui1scxD1Ccr0G5qIIbUBT3pFTKX8kmWIQClHobtUdNuaBgwdfdWg==
1042+
1043+
tslib@^1.9.0:
9371044
version "1.11.1"
9381045
resolved "https://registry.npm.taobao.org/tslib/download/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
9391046
integrity sha1-6xXRKIJ/vuKEFUnhcfRe0zisfjU=
9401047

941-
tsutils@^3.17.1:
942-
version "3.17.1"
943-
resolved "https://registry.npm.taobao.org/tsutils/download/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759"
944-
integrity sha1-7XGZF/EcoN7lhicrKsSeAVot11k=
945-
dependencies:
946-
tslib "^1.8.1"
947-
9481048
type-check@~0.3.2:
9491049
version "0.3.2"
9501050
resolved "https://registry.npm.taobao.org/type-check/download/type-check-0.3.2.tgz#5884cab512cf1d355e3fb784f30804b2b520db72"

0 commit comments

Comments
 (0)