Skip to content

Commit ee736a0

Browse files
🤖 config(husky): Configure pre-commit hook.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/1e99a03141f51bbb455be0733469df94f868e671/src/transforms/husky:hook-configure-pre-commit.js Please contact the author of the transform if you believe there was an error.
1 parent 49e396d commit ee736a0

File tree

3 files changed

+188
-5
lines changed

3 files changed

+188
-5
lines changed

.husky/pre-commit

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
npm run precommit

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"lint-config-and-fix": "fixpack || fixpack",
5656
"postinstall": "npm run install-hooks",
5757
"postpublish": "pinst --enable",
58+
"precommit": "lint-staged",
5859
"prepare": "npm run build",
5960
"prepublishOnly": "pinst --disable",
6061
"release": "np --message ':hatching_chick: release: Bumping to v%s.'",
@@ -76,6 +77,7 @@
7677
"esdoc-standard-plugin": "1.0.0",
7778
"fixpack": "4.0.0",
7879
"husky": "8.0.1",
80+
"lint-staged": "13.0.3",
7981
"microbundle": "0.15.0",
8082
"np": "7.6.2",
8183
"pinst": "3.0.0",
@@ -179,6 +181,14 @@
179181
}
180182
}
181183
},
184+
"lint-staged": {
185+
"*.js": [
186+
"npm run lint-and-fix"
187+
],
188+
"package.json": [
189+
"npm run lint-config-and-fix"
190+
]
191+
},
182192
"prettier": {
183193
"trailingComma": "all"
184194
},

yarn.lock

Lines changed: 174 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1579,7 +1579,7 @@ ansi-escapes@^3.0.0, ansi-escapes@^3.2.0:
15791579
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.2.0.tgz#8780b98ff9dbf5638152d1f1fe5c1d7b4442976b"
15801580
integrity sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==
15811581

1582-
ansi-escapes@^4.2.1:
1582+
ansi-escapes@^4.2.1, ansi-escapes@^4.3.0:
15831583
version "4.3.2"
15841584
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e"
15851585
integrity sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==
@@ -1733,6 +1733,11 @@ [email protected], assert-plus@^1.0.0:
17331733
resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525"
17341734
integrity sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==
17351735

1736+
astral-regex@^2.0.0:
1737+
version "2.0.0"
1738+
resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31"
1739+
integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==
1740+
17361741
async-exit-hook@^2.0.1:
17371742
version "2.0.1"
17381743
resolved "https://registry.yarnpkg.com/async-exit-hook/-/async-exit-hook-2.0.1.tgz#8bd8b024b0ec9b1c01cccb9af9db29bd717dfaf3"
@@ -2424,6 +2429,14 @@ cli-truncate@^0.2.1:
24242429
slice-ansi "0.0.4"
24252430
string-width "^1.0.1"
24262431

2432+
cli-truncate@^2.1.0:
2433+
version "2.1.0"
2434+
resolved "https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-2.1.0.tgz#c39e28bf05edcde5be3b98992a22deed5a2b93c7"
2435+
integrity sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg==
2436+
dependencies:
2437+
slice-ansi "^3.0.0"
2438+
string-width "^4.2.0"
2439+
24272440
cli-truncate@^3.1.0:
24282441
version "3.1.0"
24292442
resolved "https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-3.1.0.tgz#3f23ab12535e3d73e839bb43e73c9de487db1389"
@@ -2518,6 +2531,11 @@ colord@^2.9.1:
25182531
resolved "https://registry.yarnpkg.com/colord/-/colord-2.9.2.tgz#25e2bacbbaa65991422c07ea209e2089428effb1"
25192532
integrity sha512-Uqbg+J445nc1TKn4FoDPS6ZZqAvEDnwrH42yo8B40JSOgSLxMZ/gt3h4nmCtPLQeXhjJJkqBx7SCY35WnIixaQ==
25202533

2534+
colorette@^2.0.16, colorette@^2.0.17:
2535+
version "2.0.19"
2536+
resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.19.tgz#cdf044f47ad41a0f4b56b3a0d5b4e6e1a2d5a798"
2537+
integrity sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ==
2538+
25212539
combined-stream@^1.0.6, combined-stream@~1.0.6:
25222540
version "1.0.8"
25232541
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
@@ -2535,6 +2553,11 @@ commander@^7.2.0:
25352553
resolved "https://registry.yarnpkg.com/commander/-/commander-7.2.0.tgz#a36cb57d0b501ce108e4d20559a150a391d97ab7"
25362554
integrity sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==
25372555

2556+
commander@^9.3.0:
2557+
version "9.3.0"
2558+
resolved "https://registry.yarnpkg.com/commander/-/commander-9.3.0.tgz#f619114a5a2d2054e0d9ff1b31d5ccf89255e26b"
2559+
integrity sha512-hv95iU5uXPbK83mjrJKuZyFM/LBAoCV/XhVGkS5Je6tl7sxr6A0ITMw5WoRV46/UaJ46Nllm3Xt7IaJhXTIkzw==
2560+
25382561
common-path-prefix@^3.0.0:
25392562
version "3.0.0"
25402563
resolved "https://registry.yarnpkg.com/common-path-prefix/-/common-path-prefix-3.0.0.tgz#7d007a7e07c58c4b4d5f433131a19141b29f11e0"
@@ -3786,6 +3809,21 @@ execa@^5.0.0, execa@^5.1.1:
37863809
signal-exit "^3.0.3"
37873810
strip-final-newline "^2.0.0"
37883811

3812+
execa@^6.1.0:
3813+
version "6.1.0"
3814+
resolved "https://registry.yarnpkg.com/execa/-/execa-6.1.0.tgz#cea16dee211ff011246556388effa0818394fb20"
3815+
integrity sha512-QVWlX2e50heYJcCPG0iWtf8r0xjEYfz/OYLGDYH+IyjWezzPNxz63qNFOu0l4YftGWuizFVZHHs8PrLU5p2IDA==
3816+
dependencies:
3817+
cross-spawn "^7.0.3"
3818+
get-stream "^6.0.1"
3819+
human-signals "^3.0.1"
3820+
is-stream "^3.0.0"
3821+
merge-stream "^2.0.0"
3822+
npm-run-path "^5.1.0"
3823+
onetime "^6.0.0"
3824+
signal-exit "^3.0.7"
3825+
strip-final-newline "^3.0.0"
3826+
37893827
extend-object@^1.0.0:
37903828
version "1.0.0"
37913829
resolved "https://registry.yarnpkg.com/extend-object/-/extend-object-1.0.0.tgz#42514f84015d1356caf5187969dfb2bc1bda0823"
@@ -4139,7 +4177,7 @@ get-stream@^5.0.0, get-stream@^5.1.0:
41394177
dependencies:
41404178
pump "^3.0.0"
41414179

4142-
get-stream@^6.0.0:
4180+
get-stream@^6.0.0, get-stream@^6.0.1:
41434181
version "6.0.1"
41444182
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7"
41454183
integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==
@@ -4448,6 +4486,11 @@ human-signals@^2.1.0:
44484486
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
44494487
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
44504488

4489+
human-signals@^3.0.1:
4490+
version "3.0.1"
4491+
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-3.0.1.tgz#c740920859dafa50e5a3222da9d3bf4bb0e5eef5"
4492+
integrity sha512-rQLskxnM/5OCldHo+wNXbpVgDn5A17CUoKX+7Sokwaknlq7CdSnphy0W39GU8dw59XiCXmFXDg4fRuckQRKewQ==
4493+
44514494
44524495
version "8.0.1"
44534496
resolved "https://registry.yarnpkg.com/husky/-/husky-8.0.1.tgz#511cb3e57de3e3190514ae49ed50f6bc3f50b3e9"
@@ -4972,6 +5015,11 @@ is-stream@^2.0.0:
49725015
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077"
49735016
integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==
49745017

5018+
is-stream@^3.0.0:
5019+
version "3.0.0"
5020+
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-3.0.0.tgz#e6bfd7aa6bef69f4f472ce9bb681e3e57b4319ac"
5021+
integrity sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==
5022+
49755023
is-string@^1.0.5, is-string@^1.0.7:
49765024
version "1.0.7"
49775025
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.7.tgz#0dd12bf2006f255bb58f695110eff7491eebc0fd"
@@ -5310,7 +5358,7 @@ levn@~0.3.0:
53105358
prelude-ls "~1.1.2"
53115359
type-check "~0.3.2"
53125360

5313-
lilconfig@^2.0.3, lilconfig@^2.0.5:
5361+
lilconfig@2.0.5, lilconfig@^2.0.3, lilconfig@^2.0.5:
53145362
version "2.0.5"
53155363
resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.0.5.tgz#19e57fd06ccc3848fd1891655b5a447092225b25"
53165364
integrity sha512-xaYmXZtTHPAw5m+xLN8ab9C+3a8YmV3asNSPOATITbtwrfbwaLJj8h66H1WMIpALCkqsIzK3h7oQ+PdX+LQ9Eg==
@@ -5327,6 +5375,25 @@ lines-and-columns@^1.1.6:
53275375
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
53285376
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
53295377

5378+
5379+
version "13.0.3"
5380+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-13.0.3.tgz#d7cdf03a3830b327a2b63c6aec953d71d9dc48c6"
5381+
integrity sha512-9hmrwSCFroTSYLjflGI8Uk+GWAwMB4OlpU4bMJEAT5d/llQwtYKoim4bLOyLCuWFAhWEupE0vkIFqtw/WIsPug==
5382+
dependencies:
5383+
cli-truncate "^3.1.0"
5384+
colorette "^2.0.17"
5385+
commander "^9.3.0"
5386+
debug "^4.3.4"
5387+
execa "^6.1.0"
5388+
lilconfig "2.0.5"
5389+
listr2 "^4.0.5"
5390+
micromatch "^4.0.5"
5391+
normalize-path "^3.0.0"
5392+
object-inspect "^1.12.2"
5393+
pidtree "^0.6.0"
5394+
string-argv "^0.3.1"
5395+
yaml "^2.1.1"
5396+
53305397
listr-input@^0.2.1:
53315398
version "0.2.1"
53325399
resolved "https://registry.yarnpkg.com/listr-input/-/listr-input-0.2.1.tgz#ce735c34530683580388fdf9462ecfebd3b66126"
@@ -5366,6 +5433,20 @@ listr-verbose-renderer@^0.5.0:
53665433
date-fns "^1.27.2"
53675434
figures "^2.0.0"
53685435

5436+
listr2@^4.0.5:
5437+
version "4.0.5"
5438+
resolved "https://registry.yarnpkg.com/listr2/-/listr2-4.0.5.tgz#9dcc50221583e8b4c71c43f9c7dfd0ef546b75d5"
5439+
integrity sha512-juGHV1doQdpNT3GSTs9IUN43QJb7KHdF9uqg7Vufs/tG9VTzpFphqF4pm/ICdAABGQxsyNn9CiYA3StkI6jpwA==
5440+
dependencies:
5441+
cli-truncate "^2.1.0"
5442+
colorette "^2.0.16"
5443+
log-update "^4.0.0"
5444+
p-map "^4.0.0"
5445+
rfdc "^1.3.0"
5446+
rxjs "^7.5.5"
5447+
through "^2.3.8"
5448+
wrap-ansi "^7.0.0"
5449+
53695450
listr@^0.14.3:
53705451
version "0.14.3"
53715452
resolved "https://registry.yarnpkg.com/listr/-/listr-0.14.3.tgz#2fea909604e434be464c50bddba0d496928fa586"
@@ -5552,6 +5633,16 @@ log-update@^2.3.0:
55525633
cli-cursor "^2.0.0"
55535634
wrap-ansi "^3.0.1"
55545635

5636+
log-update@^4.0.0:
5637+
version "4.0.0"
5638+
resolved "https://registry.yarnpkg.com/log-update/-/log-update-4.0.0.tgz#589ecd352471f2a1c0c570287543a64dfd20e0a1"
5639+
integrity sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg==
5640+
dependencies:
5641+
ansi-escapes "^4.3.0"
5642+
cli-cursor "^3.1.0"
5643+
slice-ansi "^4.0.0"
5644+
wrap-ansi "^6.2.0"
5645+
55555646
loose-envify@^1.0.0:
55565647
version "1.4.0"
55575648
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
@@ -6012,6 +6103,13 @@ npm-run-path@^4.0.1:
60126103
dependencies:
60136104
path-key "^3.0.0"
60146105

6106+
npm-run-path@^5.1.0:
6107+
version "5.1.0"
6108+
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-5.1.0.tgz#bc62f7f3f6952d9894bd08944ba011a6ee7b7e00"
6109+
integrity sha512-sJOdmRGrY2sjNTRMbSvluQqg+8X7ZK61yvzBEIDhz4f8z1TZFYABsqjjCBd/0PUNE9M6QDgHJXQkGUEm7Q+l9Q==
6110+
dependencies:
6111+
path-key "^4.0.0"
6112+
60156113
nth-check@^2.0.1:
60166114
version "2.1.1"
60176115
resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-2.1.1.tgz#c9eab428effce36cd6b92c924bdb000ef1f1ed1d"
@@ -6051,7 +6149,7 @@ object-assign@^4.1.0:
60516149
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
60526150
integrity sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==
60536151

6054-
object-inspect@^1.12.0, object-inspect@^1.9.0:
6152+
object-inspect@^1.12.0, object-inspect@^1.12.2, object-inspect@^1.9.0:
60556153
version "1.12.2"
60566154
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.2.tgz#c0641f26394532f28ab8d796ab954e43c009a8ea"
60576155
integrity sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==
@@ -6109,6 +6207,13 @@ onetime@^5.1.0, onetime@^5.1.2:
61096207
dependencies:
61106208
mimic-fn "^2.1.0"
61116209

6210+
onetime@^6.0.0:
6211+
version "6.0.0"
6212+
resolved "https://registry.yarnpkg.com/onetime/-/onetime-6.0.0.tgz#7c24c18ed1fd2e9bca4bd26806a33613c77d34b4"
6213+
integrity sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==
6214+
dependencies:
6215+
mimic-fn "^4.0.0"
6216+
61126217
open-editor@^4.0.0:
61136218
version "4.0.0"
61146219
resolved "https://registry.yarnpkg.com/open-editor/-/open-editor-4.0.0.tgz#881900b3c5540eaeef5b880abd05638ee82ca81f"
@@ -6431,6 +6536,11 @@ path-key@^3.0.0, path-key@^3.1.0:
64316536
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
64326537
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
64336538

6539+
path-key@^4.0.0:
6540+
version "4.0.0"
6541+
resolved "https://registry.yarnpkg.com/path-key/-/path-key-4.0.0.tgz#295588dc3aee64154f877adb9d780b81c554bf18"
6542+
integrity sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==
6543+
64346544
path-parse@^1.0.6, path-parse@^1.0.7:
64356545
version "1.0.7"
64366546
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
@@ -6456,6 +6566,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.3.1:
64566566
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
64576567
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
64586568

6569+
pidtree@^0.6.0:
6570+
version "0.6.0"
6571+
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.6.0.tgz#90ad7b6d42d5841e69e0a2419ef38f8883aa057c"
6572+
integrity sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==
6573+
64596574
pify@^4.0.1:
64606575
version "4.0.1"
64616576
resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
@@ -7289,6 +7404,11 @@ reusify@^1.0.4:
72897404
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
72907405
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
72917406

7407+
rfdc@^1.3.0:
7408+
version "1.3.0"
7409+
resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.3.0.tgz#d0b7c441ab2720d05dc4cf26e01c89631d9da08b"
7410+
integrity sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==
7411+
72927412
rimraf@^3.0.2:
72937413
version "3.0.2"
72947414
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
@@ -7387,6 +7507,13 @@ rxjs@^6.3.3, rxjs@^6.4.0, rxjs@^6.5.3, rxjs@^6.6.0, rxjs@^6.6.3:
73877507
dependencies:
73887508
tslib "^1.9.0"
73897509

7510+
rxjs@^7.5.5:
7511+
version "7.5.5"
7512+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.5.tgz#2ebad89af0f560f460ad5cc4213219e1f7dd4e9f"
7513+
integrity sha512-sy+H0pQofO95VDmFLzyaw9xNJU4KTRSwQIGM6+iG3SypAtCiLDzpeG8sJrNCWn2Up9km+KhkvTdbkrdy+yzZdw==
7514+
dependencies:
7515+
tslib "^2.1.0"
7516+
73907517
sade@^1.7.4:
73917518
version "1.8.1"
73927519
resolved "https://registry.yarnpkg.com/sade/-/sade-1.8.1.tgz#0a78e81d658d394887be57d2a409bf703a3b2701"
@@ -7522,6 +7649,24 @@ [email protected]:
75227649
resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-0.0.4.tgz#edbf8903f66f7ce2f8eafd6ceed65e264c831b35"
75237650
integrity sha512-up04hB2hR92PgjpyU3y/eg91yIBILyjVY26NvvciY3EVVPjybkMszMpXQ9QAkcS3I5rtJBDLoTxxg+qvW8c7rw==
75247651

7652+
slice-ansi@^3.0.0:
7653+
version "3.0.0"
7654+
resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-3.0.0.tgz#31ddc10930a1b7e0b67b08c96c2f49b77a789787"
7655+
integrity sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==
7656+
dependencies:
7657+
ansi-styles "^4.0.0"
7658+
astral-regex "^2.0.0"
7659+
is-fullwidth-code-point "^3.0.0"
7660+
7661+
slice-ansi@^4.0.0:
7662+
version "4.0.0"
7663+
resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-4.0.0.tgz#500e8dd0fd55b05815086255b3195adf2a45fe6b"
7664+
integrity sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==
7665+
dependencies:
7666+
ansi-styles "^4.0.0"
7667+
astral-regex "^2.0.0"
7668+
is-fullwidth-code-point "^3.0.0"
7669+
75257670
slice-ansi@^5.0.0:
75267671
version "5.0.0"
75277672
resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-5.0.0.tgz#b73063c57aa96f9cd881654b15294d95d285c42a"
@@ -7628,6 +7773,11 @@ stack-utils@^2.0.5:
76287773
dependencies:
76297774
escape-string-regexp "^2.0.0"
76307775

7776+
string-argv@^0.3.1:
7777+
version "0.3.1"
7778+
resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.1.tgz#95e2fbec0427ae19184935f816d74aaa4c5c19da"
7779+
integrity sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==
7780+
76317781
string-hash@^1.1.1:
76327782
version "1.1.3"
76337783
resolved "https://registry.yarnpkg.com/string-hash/-/string-hash-1.1.3.tgz#e8aafc0ac1855b4666929ed7dd1275df5d6c811b"
@@ -7766,6 +7916,11 @@ strip-final-newline@^2.0.0:
77667916
resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad"
77677917
integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==
77687918

7919+
strip-final-newline@^3.0.0:
7920+
version "3.0.0"
7921+
resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-3.0.0.tgz#52894c313fbff318835280aed60ff71ebf12b8fd"
7922+
integrity sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==
7923+
77697924
strip-indent@^3.0.0:
77707925
version "3.0.0"
77717926
resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-3.0.0.tgz#c32e1cee940b6b3432c771bc2c54bcce73cd3001"
@@ -8038,7 +8193,7 @@ tslib@^1.8.1, tslib@^1.9.0:
80388193
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
80398194
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
80408195

8041-
tslib@^2.0.3:
8196+
tslib@^2.0.3, tslib@^2.1.0:
80428197
version "2.4.0"
80438198
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
80448199
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
@@ -8357,6 +8512,15 @@ wrap-ansi@^3.0.1:
83578512
string-width "^2.1.1"
83588513
strip-ansi "^4.0.0"
83598514

8515+
wrap-ansi@^6.2.0:
8516+
version "6.2.0"
8517+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53"
8518+
integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==
8519+
dependencies:
8520+
ansi-styles "^4.0.0"
8521+
string-width "^4.1.0"
8522+
strip-ansi "^6.0.0"
8523+
83608524
wrap-ansi@^7.0.0:
83618525
version "7.0.0"
83628526
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
@@ -8461,6 +8625,11 @@ yaml@^1.10.0, yaml@^1.10.2:
84618625
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
84628626
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
84638627

8628+
yaml@^2.1.1:
8629+
version "2.1.1"
8630+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.1.1.tgz#1e06fb4ca46e60d9da07e4f786ea370ed3c3cfec"
8631+
integrity sha512-o96x3OPo8GjWeSLF+wOAbrPfhFOGY0W00GNaxCDv+9hkcDJEnev1yh8S7pgHF0ik6zc8sQLuL8hjHjJULZp8bw==
8632+
84648633
yargs-parser@^20.2.2, yargs-parser@^20.2.3, yargs-parser@^20.2.9:
84658634
version "20.2.9"
84668635
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"

0 commit comments

Comments
 (0)