ipfs-shipyard / ipfs-deploy

Zero-Config CLI to Deploy Static Websites to IPFS
Other
1.16k stars 122 forks source link

chore(deps): update yargs requirement from ^13.2.4 to ^14.0.0 #85

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on yargs to permit the latest version.

Changelog *Sourced from [yargs's changelog](https://github.com/yargs/yargs/blob/master/CHANGELOG.md).* > ## [14.0.0](https://github.com/yargs/yargs/compare/v13.3.0...v14.0.0) (2019-07-30) > > > ### ⚠ BREAKING CHANGES > > * we now only officially support yargs.$0 parameter and discourage direct access to yargs.parsed > * previously to this fix methods like `yargs.getOptions()` contained the state of the last command to execute. > * do not allow additional positionals in strict mode > > ### Bug Fixes > > * calling parse multiple times now appropriately maintains state ([#1137](https://github-redirect.dependabot.com/yargs/yargs/issues/1137)) ([#1369](https://github-redirect.dependabot.com/yargs/yargs/issues/1369)) ([026b151](https://github.com/yargs/yargs/commit/026b151)) > * prefer user supplied script name in usage ([#1383](https://github-redirect.dependabot.com/yargs/yargs/issues/1383)) ([28c74b9](https://github.com/yargs/yargs/commit/28c74b9)) > * **deps:** use decamelize from npm instead of vendored copy ([#1377](https://github-redirect.dependabot.com/yargs/yargs/issues/1377)) ([015eeb9](https://github.com/yargs/yargs/commit/015eeb9)) > * **examples:** fix usage-options.js to reflect current API ([#1375](https://github-redirect.dependabot.com/yargs/yargs/issues/1375)) ([6e5b76b](https://github.com/yargs/yargs/commit/6e5b76b)) > * do not allow additional positionals in strict mode ([35d777c](https://github.com/yargs/yargs/commit/35d777c)) > * properties accessed on singleton now reflect current state of instance ([#1366](https://github-redirect.dependabot.com/yargs/yargs/issues/1366)) ([409d35b](https://github.com/yargs/yargs/commit/409d35b)) > * tolerate null prototype for config objects with `extends` ([#1376](https://github-redirect.dependabot.com/yargs/yargs/issues/1376)) ([3d26d11](https://github.com/yargs/yargs/commit/3d26d11)), closes [#1372](https://github-redirect.dependabot.com/yargs/yargs/issues/1372) > * yargs.parsed now populated before returning, when yargs.parse() called with no args ([#1382](https://github-redirect.dependabot.com/yargs/yargs/issues/1382)) ([e3981fd](https://github.com/yargs/yargs/commit/e3981fd)), closes [#1382](https://github-redirect.dependabot.com/yargs/yargs/issues/1382) > > ### Features > > * adds support for multiple epilog messages ([#1384](https://github-redirect.dependabot.com/yargs/yargs/issues/1384)) ([07a5554](https://github.com/yargs/yargs/commit/07a5554)) > * allow completionCommand to be set via showCompletionScript ([#1385](https://github-redirect.dependabot.com/yargs/yargs/issues/1385)) ([5562853](https://github.com/yargs/yargs/commit/5562853)) > > ## [13.3.0](https://www.github.com/yargs/yargs/compare/v13.2.4...v13.3.0) (2019-06-10) > > > ### Bug Fixes > > * **deps:** yargs-parser update addressing several parsing bugs ([#1357](https://www.github-redirect.dependabot.com/yargs/yargs/issues/1357)) ([e230d5b](https://www.github.com/yargs/yargs/commit/e230d5b)) > > > ### Features > > * **i18n:** swap out os-locale dependency for simple inline implementation ([#1356](https://www.github-redirect.dependabot.com/yargs/yargs/issues/1356)) ([4dfa19b](https://www.github.com/yargs/yargs/commit/4dfa19b)) > * support defaultDescription for positional arguments ([812048c](https://www.github.com/yargs/yargs/commit/812048c)) > > ### [13.2.4](https://github.com/yargs/yargs/compare/v13.2.3...v13.2.4) (2019-05-13) > > > ### Bug Fixes > > * **i18n:** rename unclear 'implication failed' to 'missing dependent arguments' ([#1317](https://github-redirect.dependabot.com/yargs/yargs/issues/1317)) ([bf46813](https://github.com/yargs/yargs/commit/bf46813)) > > > > ### [13.2.3](https://github.com/yargs/yargs/compare/v13.2.2...v13.2.3) (2019-05-05) > > > ... (truncated)
Commits - [`b8476c1`](https://github.com/yargs/yargs/commit/b8476c1f2d4171645d2d35f21816dba48290d363) chore(release): 14.0.0 - [`791fa9f`](https://github.com/yargs/yargs/commit/791fa9ff8addc02e6356538caf492a1fb3354529) chore: upgrade standard-version - [`99d89a6`](https://github.com/yargs/yargs/commit/99d89a6c3818d47e518a2cffef19813fa7557f8d) docs: add TypeScript documentation ([#1381](https://github-redirect.dependabot.com/yargs/yargs/issues/1381)) - [`5562853`](https://github.com/yargs/yargs/commit/55628535a242979adcf189d917082083edb2ad56) feat: allow completionCommand to be set via showCompletionScript ([#1385](https://github-redirect.dependabot.com/yargs/yargs/issues/1385)) - [`07a5554`](https://github.com/yargs/yargs/commit/07a5554c480ff3aa43cdc37b1d4ecbaf2687c779) feat: adds support for multiple epilog messages ([#1384](https://github-redirect.dependabot.com/yargs/yargs/issues/1384)) - [`28c74b9`](https://github.com/yargs/yargs/commit/28c74b9e584d30cf6a6c6c31dad967fd81fc5077) fix: prefer user supplied script name in usage ([#1383](https://github-redirect.dependabot.com/yargs/yargs/issues/1383)) - [`e3981fd`](https://github.com/yargs/yargs/commit/e3981fd3a5f65427b4d8daae7331f956c4d2d70d) fix! yargs.parsed now populated before returning, when yargs.parse() called w... - [`026b151`](https://github.com/yargs/yargs/commit/026b1514d47d92f8ea1a3811862013500ff12b57) fix!: calling parse multiple times now appropriately maintains state ([#1137](https://github-redirect.dependabot.com/yargs/yargs/issues/1137)) ... - [`6e5b76b`](https://github.com/yargs/yargs/commit/6e5b76b3a0c2a0abf9e5b1b7273ffd4427352c2d) fix(examples): fix usage-options.js to reflect current API ([#1375](https://github-redirect.dependabot.com/yargs/yargs/issues/1375)) - [`3d26d11`](https://github.com/yargs/yargs/commit/3d26d114148118763b37886da32ee2ee2af2d8dc) fix: tolerate null prototype for config objects with `extends` ([#1376](https://github-redirect.dependabot.com/yargs/yargs/issues/1376)) - Additional commits viewable in [compare view](https://github.com/yargs/yargs/compare/v13.2.4...v14.0.0)


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
hacdias commented 5 years ago

@dependabot rebase