Skip to content

Commit 7c1e2c9

Browse files
MichaelDeBoeySaraVieira
authored andcommitted
Update all-contributors-cli dependency so it's compatible with all-contributors-bot (codesandbox#2686)
1 parent 2bac1c7 commit 7c1e2c9

File tree

5 files changed

+104
-69
lines changed

5 files changed

+104
-69
lines changed

.all-contributorsrc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
22
"projectName": "codesandbox-client",
33
"projectOwner": "codesandbox",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
46
"files": [
57
"README.md"
68
],
79
"imageSize": 100,
8-
"commit": true,
10+
"commit": false,
911
"contributors": [
1012
{
1113
"login": "CompuIves",
@@ -1376,7 +1378,6 @@
13761378
]
13771379
}
13781380
],
1379-
"repoType": "github",
1380-
"repoHost": "https://github.com",
1381-
"contributorsPerLine": 7
1381+
"contributorsPerLine": 7,
1382+
"commitConvention": "none"
13821383
}

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ To install the project you need to have `yarn` and `node`
6464
- you can use [fnm](https://github.com/Schniz/fnm) (`fnm use`) to change
6565
your current node version to the one specified in `.nvmrc`
6666
3. from the root of the project: `yarn` to install all dependencies
67-
- make sure you have latest `yarn` version
67+
- make sure you have latest `yarn` version
6868
4. from the root of the project: `yarn start`
6969
- this builds the dependencies (`codesandbox-api` and
7070
`codesandbox-browserfs`) and runs the `app` development environment,
@@ -126,9 +126,9 @@ To add yourself to the table of contributors on the `README.md`, please use the
126126
automated script as part of your PR:
127127

128128
```sh
129-
yarn add-contributor
129+
yarn contributors:add
130130
```
131131

132132
Follow the prompt and commit `.all-contributorsrc` and `README.md` in the PR.
133133

134-
Thank you for taking the time to contribute! :+1:
134+
Thank you for taking the time to contribute! 👍

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [CodeSandbox](https://codesandbox.io) [![Join the community on Spectrum](https://withspectrum.github.io/badge/badge.svg)](https://spectrum.chat/codesandbox) [![All Contributors](https://img.shields.io/badge/all_contributors-146-orange.svg?style=flat-square)](#contributors) [![CircleCI](https://circleci.com/gh/codesandbox/codesandbox-client.svg?style=svg)](https://circleci.com/gh/codesandbox/codesandbox-client) [![BrowserStack Status](https://www.browserstack.com/automate/badge.svg?badge_key=cVJuczlJWUtqWXhIbFN1ZjVQekF4NzNsd3phNEZRaGlWU0pHYVVkdGRFWT0tLXFtTVhaOWRySmN0ZG5QVDNDQ0g5Z0E9PQ==--79fe3eae4f149a400d396c9b12d3988f685785cf)](https://www.browserstack.com/automate/public-build/cVJuczlJWUtqWXhIbFN1ZjVQekF4NzNsd3phNEZRaGlWU0pHYVVkdGRFWT0tLXFtTVhaOWRySmN0ZG5QVDNDQ0g5Z0E9PQ==--79fe3eae4f149a400d396c9b12d3988f685785cf) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) [![first-timers-only Friendly](https://img.shields.io/badge/first--timers--only-friendly-blue.svg)](http://www.firsttimersonly.com/) [![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lerna.js.org/)
1+
# [CodeSandbox](https://codesandbox.io) [![Join the community on Spectrum](https://withspectrum.github.io/badge/badge.svg)](https://spectrum.chat/codesandbox) [![All Contributors](https://img.shields.io/badge/all_contributors-146-orange.svg?style=flat-square)](#contributors-) [![CircleCI](https://circleci.com/gh/codesandbox/codesandbox-client.svg?style=svg)](https://circleci.com/gh/codesandbox/codesandbox-client) [![BrowserStack Status](https://www.browserstack.com/automate/badge.svg?badge_key=cVJuczlJWUtqWXhIbFN1ZjVQekF4NzNsd3phNEZRaGlWU0pHYVVkdGRFWT0tLXFtTVhaOWRySmN0ZG5QVDNDQ0g5Z0E9PQ==--79fe3eae4f149a400d396c9b12d3988f685785cf)](https://www.browserstack.com/automate/public-build/cVJuczlJWUtqWXhIbFN1ZjVQekF4NzNsd3phNEZRaGlWU0pHYVVkdGRFWT0tLXFtTVhaOWRySmN0ZG5QVDNDQ0g5Z0E9PQ==--79fe3eae4f149a400d396c9b12d3988f685785cf) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) [![first-timers-only Friendly](https://img.shields.io/badge/first--timers--only-friendly-blue.svg)](http://www.firsttimersonly.com/) [![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lerna.js.org/)
22

33
[![Backers on Open Collective](https://opencollective.com/codesandbox/backers/badge.svg)](#backers)
44
[![Sponsors on Open Collective](https://opencollective.com/codesandbox/sponsors/badge.svg)](#sponsors)
@@ -35,13 +35,14 @@ sourced.
3535
- [CLI](https://github.com/codesandbox/codesandbox-importers/tree/master/packages/cli):
3636
the CLI to upload a CodeSandbox project from your command line
3737

38-
## Contributors
38+
## Contributors
3939

4040
Thanks goes to these wonderful people
4141
([emoji key](https://github.com/all-contributors/all-contributors#emoji-key)):
4242

4343
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
44-
<!-- prettier-ignore -->
44+
<!-- prettier-ignore-start -->
45+
<!-- markdownlint-disable -->
4546
<table>
4647
<tr>
4748
<td align="center"><a href="http://ivesvh.com"><img src="https://avatars0.githubusercontent.com/u/587016?v=3" width="100px;" alt="Ives van Hoorne"/><br /><sub><b>Ives van Hoorne</b></sub></a><br /><a href="#question-CompuIves" title="Answering Questions">💬</a> <a href="#blog-CompuIves" title="Blogposts">📝</a> <a href="https://github.com/codesandbox/codesandbox-client/issues?q=author%3ACompuIves" title="Bug reports">🐛</a> <a href="https://github.com/codesandbox/codesandbox-client/commits?author=CompuIves" title="Code">💻</a> <a href="#design-CompuIves" title="Design">🎨</a> <a href="https://github.com/codesandbox/codesandbox-client/commits?author=CompuIves" title="Documentation">📖</a> <a href="#example-CompuIves" title="Examples">💡</a> <a href="#infra-CompuIves" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#review-CompuIves" title="Reviewed Pull Requests">👀</a> <a href="https://github.com/codesandbox/codesandbox-client/commits?author=CompuIves" title="Tests">⚠️</a> <a href="#tool-CompuIves" title="Tools">🔧</a></td>
@@ -233,6 +234,9 @@ Thanks goes to these wonderful people
233234
</tr>
234235
</table>
235236

237+
<!-- markdownlint-enable -->
238+
<!-- prettier-ignore-end -->
239+
236240
<!-- ALL-CONTRIBUTORS-LIST:END -->
237241

238242
## Backers

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
]
3232
},
3333
"scripts": {
34-
"add-contributor": "all-contributors add",
3534
"build": "cross-env NODE_OPTIONS=\"--max-old-space-size=4096\" yarn build:deps && yarn build:prod",
3635
"build:clean": "lerna run build:clean --scope app --scope homepage && rimraf www",
3736
"build:common": "lerna run build:dev --scope @codesandbox/common --stream",
@@ -40,7 +39,8 @@
4039
"build:embed": "lerna run build:embed --scope app --stream && gulp",
4140
"build:prod": "cross-env NODE_OPTIONS=\"--max-old-space-size=4096\" lerna run build --scope homepage --stream && lerna run build --scope app --stream && lerna run copy-assets --scope app --stream",
4241
"commit": "concurrently \"yarn typecheck\" \"yarn lint\" && git commit -m",
43-
"generate": "all-contributors generate",
42+
"contributors:add": "all-contributors add",
43+
"contributors:generate": "all-contributors generate",
4444
"postinstall": "yarn lerna run install-dependencies --scope vscode-textmate --scope codesandbox-browserfs --scope sse-loading-screen --stream && opencollective postinstall",
4545
"lint": "lerna run lint --stream",
4646
"now-build": "yarn build:deps && lerna run build:storybook --scope @codesandbox/common",
@@ -67,7 +67,7 @@
6767
"opencollective": "^1.0.3"
6868
},
6969
"devDependencies": {
70-
"all-contributors-cli": "^5.4.0",
70+
"all-contributors-cli": "^6.9.1",
7171
"babel-eslint": "^10.0.2",
7272
"concurrently": "^4.1.0",
7373
"cross-env": "^6.0.0",

yarn.lock

Lines changed: 86 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -4961,17 +4961,21 @@ algoliasearch@^3.24.5, algoliasearch@^3.27.1:
49614961
semver "^5.1.0"
49624962
tunnel-agent "^0.6.0"
49634963

4964-
all-contributors-cli@^5.4.0:
4965-
version "5.4.0"
4966-
resolved "https://registry.yarnpkg.com/all-contributors-cli/-/all-contributors-cli-5.4.0.tgz#a2870d83920d5f16bece0045649f9ebbf7315909"
4964+
all-contributors-cli@^6.9.1:
4965+
version "6.9.1"
4966+
resolved "https://registry.yarnpkg.com/all-contributors-cli/-/all-contributors-cli-6.9.1.tgz#29f0867c6215a1691b25e83c23bc16f30f83f31a"
4967+
integrity sha512-z0I/u78s1Robx2p57X28gg+ZHgtRe7iABmEw1O/UFRDpqAHvlF3P7rmug0d99nsNIehrOSayO6XQey4bOHe4Iw==
49674968
dependencies:
4968-
async "^2.0.0-rc.1"
4969+
"@babel/runtime" "^7.2.0"
4970+
async "^3.0.1"
49694971
chalk "^2.3.0"
4970-
inquirer "^4.0.0"
4972+
didyoumean "^1.2.1"
4973+
inquirer "^6.2.1"
4974+
json-fixer "^1.3.1-0"
49714975
lodash "^4.11.2"
4972-
pify "^3.0.0"
4976+
pify "^4.0.1"
49734977
request "^2.72.0"
4974-
yargs "^10.0.3"
4978+
yargs "^14.0.0"
49754979

49764980
alphanum-sort@^1.0.0:
49774981
version "1.0.2"
@@ -5580,13 +5584,18 @@ [email protected], async@^1.5.2:
55805584
version "1.5.2"
55815585
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
55825586

5583-
async@^2.0.0, async@^2.0.0-rc.1, async@^2.0.1, async@^2.1.4, async@^2.6.3:
5587+
async@^2.0.0, async@^2.0.1, async@^2.1.4, async@^2.6.3:
55845588
version "2.6.3"
55855589
resolved "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff"
55865590
integrity sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==
55875591
dependencies:
55885592
lodash "^4.17.14"
55895593

5594+
async@^3.0.1:
5595+
version "3.1.0"
5596+
resolved "https://registry.yarnpkg.com/async/-/async-3.1.0.tgz#42b3b12ae1b74927b5217d8c0016baaf62463772"
5597+
integrity sha512-4vx/aaY6j/j3Lw3fbCHNWP0pPaTCew3F6F3hYyl/tHs/ndmV1q7NW9T5yuJ2XAGwdQrP+6Wu20x06U4APo/iQQ==
5598+
55905599
async@~0.9.0:
55915600
version "0.9.2"
55925601
resolved "https://registry.yarnpkg.com/async/-/async-0.9.2.tgz#aea74d5e61c1f899613bf64bda66d4c78f2fd17d"
@@ -7624,6 +7633,15 @@ cliui@^4.0.0:
76247633
strip-ansi "^4.0.0"
76257634
wrap-ansi "^2.0.0"
76267635

7636+
cliui@^5.0.0:
7637+
version "5.0.0"
7638+
resolved "https://registry.yarnpkg.com/cliui/-/cliui-5.0.0.tgz#deefcfdb2e800784aa34f46fa08e06851c7bbbc5"
7639+
integrity sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==
7640+
dependencies:
7641+
string-width "^3.1.0"
7642+
strip-ansi "^5.2.0"
7643+
wrap-ansi "^5.1.0"
7644+
76277645
clone-deep@^0.2.4:
76287646
version "0.2.4"
76297647
resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-0.2.4.tgz#4e73dd09e9fb971cc38670c5dced9c1896481cc6"
@@ -9413,6 +9431,11 @@ [email protected]:
94139431
version "0.0.2"
94149432
resolved "https://registry.yarnpkg.com/diacritic/-/diacritic-0.0.2.tgz#fc2a887b5a5bc0a0a854fb614c7c2f209061ee04"
94159433

9434+
didyoumean@^1.2.1:
9435+
version "1.2.1"
9436+
resolved "https://registry.yarnpkg.com/didyoumean/-/didyoumean-1.2.1.tgz#e92edfdada6537d484d73c0172fd1eba0c4976ff"
9437+
integrity sha1-6S7f2tplN9SE1zwBcv0eugxJdv8=
9438+
94169439
diff-sequences@^24.3.0:
94179440
version "24.3.0"
94189441
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-24.3.0.tgz#0f20e8a1df1abddaf4d9c226680952e64118b975"
@@ -10840,7 +10863,7 @@ external-editor@^1.1.0:
1084010863
spawn-sync "^1.0.15"
1084110864
tmp "^0.0.29"
1084210865

10843-
external-editor@^2.0.1, external-editor@^2.0.4, external-editor@^2.1.0:
10866+
external-editor@^2.0.1, external-editor@^2.0.4:
1084410867
version "2.2.0"
1084510868
resolved "https://registry.yarnpkg.com/external-editor/-/external-editor-2.2.0.tgz#045511cfd8d133f3846673d1047c154e214ad3d5"
1084610869
dependencies:
@@ -12228,6 +12251,11 @@ get-caller-file@^1.0.1:
1222812251
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.3.tgz#f978fa4c90d1dfe7ff2d6beda2a515e713bdcf4a"
1222912252
integrity sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w==
1223012253

12254+
get-caller-file@^2.0.1:
12255+
version "2.0.5"
12256+
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
12257+
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
12258+
1223112259
get-own-enumerable-property-symbols@^3.0.0:
1223212260
version "3.0.0"
1223312261
resolved "https://registry.yarnpkg.com/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.0.tgz#b877b49a5c16aefac3655f2ed2ea5b684df8d203"
@@ -14179,41 +14207,22 @@ [email protected]:
1417914207
strip-ansi "^5.0.0"
1418014208
through "^2.3.6"
1418114209

14182-
inquirer@^4.0.0:
14183-
version "4.0.2"
14184-
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-4.0.2.tgz#cc678b4cbc0e183a3500cc63395831ec956ab0a3"
14210+
inquirer@^6.2.0, inquirer@^6.2.1, inquirer@^6.2.2:
14211+
version "6.5.2"
14212+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.5.2.tgz#ad50942375d036d327ff528c08bd5fab089928ca"
14213+
integrity sha512-cntlB5ghuB0iuO65Ovoi8ogLHiWGs/5yNrtUcKjFhSSiVeAIVpD7koaSU9RM8mpXw5YDi9RdYXGQMaOURB7ycQ==
1418514214
dependencies:
14186-
ansi-escapes "^3.0.0"
14187-
chalk "^2.0.0"
14215+
ansi-escapes "^3.2.0"
14216+
chalk "^2.4.2"
1418814217
cli-cursor "^2.1.0"
1418914218
cli-width "^2.0.0"
14190-
external-editor "^2.1.0"
14219+
external-editor "^3.0.3"
1419114220
figures "^2.0.0"
14192-
lodash "^4.3.0"
14221+
lodash "^4.17.12"
1419314222
mute-stream "0.0.7"
1419414223
run-async "^2.2.0"
14195-
rx-lite "^4.0.8"
14196-
rx-lite-aggregates "^4.0.8"
14197-
string-width "^2.1.0"
14198-
strip-ansi "^4.0.0"
14199-
through "^2.3.6"
14200-
14201-
inquirer@^6.2.0, inquirer@^6.2.2:
14202-
version "6.5.1"
14203-
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.5.1.tgz#8bfb7a5ac02dac6ff641ac4c5ff17da112fcdb42"
14204-
integrity sha512-uxNHBeQhRXIoHWTSNYUFhQVrHYFThIt6IVo2fFmSe8aBwdR3/w6b58hJpiL/fMukFkvGzjg+hSxFtwvVmKZmXw==
14205-
dependencies:
14206-
ansi-escapes "^4.2.1"
14207-
chalk "^2.4.2"
14208-
cli-cursor "^3.1.0"
14209-
cli-width "^2.0.0"
14210-
external-editor "^3.0.3"
14211-
figures "^3.0.0"
14212-
lodash "^4.17.15"
14213-
mute-stream "0.0.8"
14214-
run-async "^2.2.0"
1421514224
rxjs "^6.4.0"
14216-
string-width "^4.1.0"
14225+
string-width "^2.1.0"
1421714226
strip-ansi "^5.1.0"
1421814227
through "^2.3.6"
1421914228

@@ -15764,6 +15773,15 @@ [email protected]:
1576415773
resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.0.tgz#5b1f397afc75d677bde8bcfc0e47e1f9a3d9a898"
1576515774
integrity sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg=
1576615775

15776+
json-fixer@^1.3.1-0:
15777+
version "1.3.3"
15778+
resolved "https://registry.yarnpkg.com/json-fixer/-/json-fixer-1.3.3.tgz#8a11c0536330e44f2aaba8b836d16657ad590dba"
15779+
integrity sha512-+UpmAba1KuudCrsbw/oZyibEyAbhFkaDoG9RJcSQVMLdSd6LI1dlaKbYbFzx4O6u4WA7TiBYAXHdQs2bMFCbEw==
15780+
dependencies:
15781+
"@babel/runtime" "^7.5.5"
15782+
chalk "^2.4.2"
15783+
pegjs "^0.10.0"
15784+
1576715785
json-loader@^0.5.7:
1576815786
version "0.5.7"
1576915787
resolved "https://registry.yarnpkg.com/json-loader/-/json-loader-0.5.7.tgz#dca14a70235ff82f0ac9a3abeb60d337a365185d"
@@ -19257,6 +19275,11 @@ pbkdf2@^3.0.3:
1925719275
safe-buffer "^5.0.1"
1925819276
sha.js "^2.4.8"
1925919277

19278+
pegjs@^0.10.0:
19279+
version "0.10.0"
19280+
resolved "https://registry.yarnpkg.com/pegjs/-/pegjs-0.10.0.tgz#cf8bafae6eddff4b5a7efb185269eaaf4610ddbd"
19281+
integrity sha1-z4uvrm7d/0tafvsYUmnqr0YQ3b0=
19282+
1926019283
pend@~1.2.0:
1926119284
version "1.2.0"
1926219285
resolved "https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50"
@@ -22436,6 +22459,11 @@ require-main-filename@^1.0.1:
2243622459
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz#97f717b69d48784f5f526a6c5aa8ffdda055a4d1"
2243722460
integrity sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE=
2243822461

22462+
require-main-filename@^2.0.0:
22463+
version "2.0.0"
22464+
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b"
22465+
integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==
22466+
2243922467
require-package-name@^2.0.1:
2244022468
version "2.0.1"
2244122469
resolved "https://registry.yarnpkg.com/require-package-name/-/require-package-name-2.0.1.tgz#c11e97276b65b8e2923f75dabf5fb2ef0c3841b9"
@@ -24180,7 +24208,7 @@ string-width@^1.0.1:
2418024208
is-fullwidth-code-point "^2.0.0"
2418124209
strip-ansi "^4.0.0"
2418224210

24183-
string-width@^3.0.0:
24211+
string-width@^3.0.0, string-width@^3.1.0:
2418424212
version "3.1.0"
2418524213
resolved "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961"
2418624214
integrity sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==
@@ -27024,19 +27052,21 @@ yargs-parser@^11.1.1:
2702427052
camelcase "^5.0.0"
2702527053
decamelize "^1.2.0"
2702627054

27055+
yargs-parser@^15.0.0:
27056+
version "15.0.0"
27057+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-15.0.0.tgz#cdd7a97490ec836195f59f3f4dbe5ea9e8f75f08"
27058+
integrity sha512-xLTUnCMc4JhxrPEPUYD5IBR1mWCK/aT6+RJ/K29JY2y1vD+FhtgKK0AXRWvI262q3QSffAQuTouFIKUuHX89wQ==
27059+
dependencies:
27060+
camelcase "^5.0.0"
27061+
decamelize "^1.2.0"
27062+
2702727063
yargs-parser@^7.0.0:
2702827064
version "7.0.0"
2702927065
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-7.0.0.tgz#8d0ac42f16ea55debd332caf4c4038b3e3f5dfd9"
2703027066
integrity sha1-jQrELxbqVd69MyyvTEA4s+P139k=
2703127067
dependencies:
2703227068
camelcase "^4.1.0"
2703327069

27034-
yargs-parser@^8.1.0:
27035-
version "8.1.0"
27036-
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-8.1.0.tgz#f1376a33b6629a5d063782944da732631e966950"
27037-
dependencies:
27038-
camelcase "^4.1.0"
27039-
2704027070
[email protected], yargs@^12.0.1, yargs@^12.0.2, yargs@^12.0.5:
2704127071
version "12.0.5"
2704227072
resolved "https://registry.yarnpkg.com/yargs/-/yargs-12.0.5.tgz#05f5997b609647b64f66b81e3b4b10a368e7ad13"
@@ -27055,22 +27085,22 @@ [email protected], yargs@^12.0.1, yargs@^12.0.2, yargs@^12.0.5:
2705527085
y18n "^3.2.1 || ^4.0.0"
2705627086
yargs-parser "^11.1.1"
2705727087

27058-
yargs@^10.0.3:
27059-
version "10.1.2"
27060-
resolved "https://registry.yarnpkg.com/yargs/-/yargs-10.1.2.tgz#454d074c2b16a51a43e2fb7807e4f9de69ccb5c5"
27088+
yargs@^14.0.0:
27089+
version "14.2.0"
27090+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-14.2.0.tgz#f116a9242c4ed8668790b40759b4906c276e76c3"
27091+
integrity sha512-/is78VKbKs70bVZH7w4YaZea6xcJWOAwkhbR0CFuZBmYtfTYF0xjGJF43AYd8g2Uii1yJwmS5GR2vBmrc32sbg==
2706127092
dependencies:
27062-
cliui "^4.0.0"
27063-
decamelize "^1.1.1"
27064-
find-up "^2.1.0"
27065-
get-caller-file "^1.0.1"
27066-
os-locale "^2.0.0"
27093+
cliui "^5.0.0"
27094+
decamelize "^1.2.0"
27095+
find-up "^3.0.0"
27096+
get-caller-file "^2.0.1"
2706727097
require-directory "^2.1.1"
27068-
require-main-filename "^1.0.1"
27098+
require-main-filename "^2.0.0"
2706927099
set-blocking "^2.0.0"
27070-
string-width "^2.0.0"
27100+
string-width "^3.0.0"
2707127101
which-module "^2.0.0"
27072-
y18n "^3.2.1"
27073-
yargs-parser "^8.1.0"
27102+
y18n "^4.0.0"
27103+
yargs-parser "^15.0.0"
2707427104

2707527105
yargs@^8.0.2:
2707627106
version "8.0.2"

0 commit comments

Comments
 (0)