ant-design / ant-design-pro-cli

Cli tool of Ant Design Pro
MIT License
261 stars 40 forks source link

Update yargs-parser requirement from ^13.1.1 to ^14.0.0 #35

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on yargs-parser to permit the latest version.

Changelog *Sourced from [yargs-parser's changelog](https://github.com/yargs/yargs-parser/blob/master/CHANGELOG.md).* > ## [14.0.0](https://github.com/yargs/yargs-parser/compare/v13.1.1...v14.0.0) (2019-09-06) > > > ### Bug Fixes > > * boolean arrays with default values ([#185](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/185)) ([7d42572](https://github.com/yargs/yargs-parser/commit/7d42572)) > * boolean now behaves the same as other array types ([#184](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/184)) ([17ca3bd](https://github.com/yargs/yargs-parser/commit/17ca3bd)) > * eatNargs() for 'opt.narg === 0' and boolean typed options ([#188](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/188)) ([c5a1db0](https://github.com/yargs/yargs-parser/commit/c5a1db0)) > * maybeCoerceNumber now takes precedence over coerce return value ([#182](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/182)) ([2f26436](https://github.com/yargs/yargs-parser/commit/2f26436)) > * take into account aliases when appending arrays from config object ([#199](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/199)) ([f8a2d3f](https://github.com/yargs/yargs-parser/commit/f8a2d3f)) > > > ### Features > > * add configuration option to "collect-unknown-options" ([#181](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/181)) ([7909cc4](https://github.com/yargs/yargs-parser/commit/7909cc4)) > * maybeCoerceNumber() now takes into account arrays ([#187](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/187)) ([31c204b](https://github.com/yargs/yargs-parser/commit/31c204b)) > > > ### BREAKING CHANGES > > * unless "parse-numbers" is set to "false", arrays of numeric strings are now parsed as numbers, rather than strings. > * we have dropped the broken "defaulted" functionality; we would like to revisit adding this in the future. > * maybeCoerceNumber now takes precedence over coerce return value ([#182](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/182)) > > > > ### [13.1.1](https://www.github.com/yargs/yargs-parser/compare/v13.1.0...v13.1.1) (2019-06-10) > > > ### Bug Fixes > > * convert values to strings when tokenizing ([#167](https://www.github-redirect.dependabot.com/yargs/yargs-parser/issues/167)) ([57b7883](https://www.github.com/yargs/yargs-parser/commit/57b7883)) > * nargs should allow duplicates when duplicate-arguments-array=false ([#164](https://www.github-redirect.dependabot.com/yargs/yargs-parser/issues/164)) ([47ccb0b](https://www.github.com/yargs/yargs-parser/commit/47ccb0b)) > * should populate "_" when given config with "short-option-groups" false ([#179](https://www.github-redirect.dependabot.com/yargs/yargs-parser/issues/179)) ([6055974](https://www.github.com/yargs/yargs-parser/commit/6055974)) > > ## [13.1.0](https://github.com/yargs/yargs-parser/compare/v13.0.0...v13.1.0) (2019-05-05) > > > ### Features > > * add `strip-aliased` and `strip-dashed` configuration options. ([#172](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/172)) ([a3936aa](https://github.com/yargs/yargs-parser/commit/a3936aa)) > * support boolean which do not consume next argument. ([#171](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/171)) ([0ae7fcb](https://github.com/yargs/yargs-parser/commit/0ae7fcb)) > > > > > # [13.0.0](https://github.com/yargs/yargs-parser/compare/v12.0.0...v13.0.0) (2019-02-02) > > > ### Features > ... (truncated)
Commits - [`ac11361`](https://github.com/yargs/yargs-parser/commit/ac11361ab90204698499ca06e292fac47088971a) chore(release): 14.0.0 - [`0516019`](https://github.com/yargs/yargs-parser/commit/051601951c458e1294270c6baca79b4aff32f8b6) docs: fix typo require ([#200](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/200)) - [`7909cc4`](https://github.com/yargs/yargs-parser/commit/7909cc4679c76770d4d7950ecd527da823b08f91) feat: add configuration option to "collect-unknown-options" ([#181](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/181)) - [`d3d9027`](https://github.com/yargs/yargs-parser/commit/d3d9027f9c9235be8e7a650d0e33d4d55287e0e2) docs: fix typos ([#194](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/194)) - [`89d5a15`](https://github.com/yargs/yargs-parser/commit/89d5a158900d923e8de21c9b6994d2b5736dfbe7) docs: fix typoe ([#195](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/195)) - [`f8a2d3f`](https://github.com/yargs/yargs-parser/commit/f8a2d3f26a84cc57e210deb1aa27b580e4b06388) fix: take into account aliases when appending arrays from config object ([#199](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/199)) - [`7d42572`](https://github.com/yargs/yargs-parser/commit/7d42572acf7e81f1d78f357b3229d415abe3d6c5) fix: boolean arrays with default values ([#185](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/185)) - [`c5a1db0`](https://github.com/yargs/yargs-parser/commit/c5a1db06eabc4dd249adf2a471156bd133b693bf) fix: eatNargs() for 'opt.narg === 0' and boolean typed options ([#188](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/188)) - [`31c204b`](https://github.com/yargs/yargs-parser/commit/31c204b35eb35e9a3c382f8068e7cb80674a2f22) feat!: maybeCoerceNumber() now takes into account arrays ([#187](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/187)) - [`17ca3bd`](https://github.com/yargs/yargs-parser/commit/17ca3bdaada25605ab06fe72946d2da4b52087fa) fix!: boolean now behaves the same as other array types ([#184](https://github-redirect.dependabot.com/yargs/yargs-parser/issues/184)) - Additional commits viewable in [compare view](https://github.com/yargs/yargs-parser/compare/v13.1.1...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.


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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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.