Bump yargs from 17.3.1 to 17.4.0 #325

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/yargs-17.4.0 into main 2022-03-21 10:06:07 +00:00
dependabot[bot] commented 2022-03-21 07:06:01 +00:00 (Migrated from github.com)

Bumps yargs from 17.3.1 to 17.4.0.

Changelog

Sourced from yargs's changelog.

17.4.0 (2022-03-19)

Features

  • completion: choices will now work for all possible aliases of an option and not just the default long option (30edd50)
  • completion: positional arguments completion (#2090) (00e4ebb)

Bug Fixes

  • completion: changed the check for option arguments to match options that begin with '-', instead of '--', to include short options (30edd50)
  • completion: fix for completions that contain non-leading hyphens (30edd50)
  • failed command usage string is missing arg descriptions and optional args (#2105) (d6e342d)
  • wrap unknown args in quotes (#2092) (6a29778)
Commits
  • bcd59f1 chore(main): release 17.4.0 (#2108)
  • 3cbc38c docs: fix hyphenation (#2141)
  • 00e4ebb feat(completion): positional arguments completion (#2090)
  • c066164 docs: an example using inquirer prompting (#2114)
  • d6e342d fix: failed command usage string is missing arg descriptions and optional arg...
  • bfc7e41 docs: use absolute "default command" link in .positional (#2111)
  • 30edd50 multiple: improved completion for choices
  • b951a7d build: use v3 of release-please-action
  • 6a29778 fix: wrap unknown args in quotes (#2092)
  • See full diff in compare view

Dependabot compatibility score

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)
Bumps [yargs](https://github.com/yargs/yargs) from 17.3.1 to 17.4.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/yargs/yargs/blob/main/CHANGELOG.md">yargs's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/yargs/yargs/compare/v17.3.1...v17.4.0">17.4.0</a> (2022-03-19)</h2> <h3>Features</h3> <ul> <li><strong>completion:</strong> choices will now work for all possible aliases of an option and not just the default long option (<a href="https://github.com/yargs/yargs/commit/30edd5067111b2b59387dcc47f4e7af93b9054f3">30edd50</a>)</li> <li><strong>completion:</strong> positional arguments completion (<a href="https://github-redirect.dependabot.com/yargs/yargs/issues/2090">#2090</a>) (<a href="https://github.com/yargs/yargs/commit/00e4ebbe3acd438e73fdb101e75b4f879eb6d345">00e4ebb</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>completion:</strong> changed the check for option arguments to match options that begin with '-', instead of '--', to include short options (<a href="https://github.com/yargs/yargs/commit/30edd5067111b2b59387dcc47f4e7af93b9054f3">30edd50</a>)</li> <li><strong>completion:</strong> fix for completions that contain non-leading hyphens (<a href="https://github.com/yargs/yargs/commit/30edd5067111b2b59387dcc47f4e7af93b9054f3">30edd50</a>)</li> <li>failed command usage string is missing arg descriptions and optional args (<a href="https://github-redirect.dependabot.com/yargs/yargs/issues/2105">#2105</a>) (<a href="https://github.com/yargs/yargs/commit/d6e342d8ef2c488f438c32770ba2209cf8223342">d6e342d</a>)</li> <li>wrap unknown args in quotes (<a href="https://github-redirect.dependabot.com/yargs/yargs/issues/2092">#2092</a>) (<a href="https://github.com/yargs/yargs/commit/6a2977867bd58dbd8bb550f7b0b4c4c298835597">6a29778</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/yargs/yargs/commit/bcd59f1715fb840a262ecb73be8118f2e374e99f"><code>bcd59f1</code></a> chore(main): release 17.4.0 (<a href="https://github-redirect.dependabot.com/yargs/yargs/issues/2108">#2108</a>)</li> <li><a href="https://github.com/yargs/yargs/commit/3cbc38ccbfc94451c846d213232c8edd77c392a4"><code>3cbc38c</code></a> docs: fix hyphenation (<a href="https://github-redirect.dependabot.com/yargs/yargs/issues/2141">#2141</a>)</li> <li><a href="https://github.com/yargs/yargs/commit/00e4ebbe3acd438e73fdb101e75b4f879eb6d345"><code>00e4ebb</code></a> feat(completion): positional arguments completion (<a href="https://github-redirect.dependabot.com/yargs/yargs/issues/2090">#2090</a>)</li> <li><a href="https://github.com/yargs/yargs/commit/c0661643fc8b454f758e2e6a15f0b3edfd6437ef"><code>c066164</code></a> docs: an example using inquirer prompting (<a href="https://github-redirect.dependabot.com/yargs/yargs/issues/2114">#2114</a>)</li> <li><a href="https://github.com/yargs/yargs/commit/d6e342d8ef2c488f438c32770ba2209cf8223342"><code>d6e342d</code></a> fix: failed command usage string is missing arg descriptions and optional arg...</li> <li><a href="https://github.com/yargs/yargs/commit/bfc7e4185c55fa5ff4bb69b0365e6750f04d8fd8"><code>bfc7e41</code></a> docs: use absolute &quot;default command&quot; link in <code>.positional</code> (<a href="https://github-redirect.dependabot.com/yargs/yargs/issues/2111">#2111</a>)</li> <li><a href="https://github.com/yargs/yargs/commit/30edd5067111b2b59387dcc47f4e7af93b9054f3"><code>30edd50</code></a> multiple: improved completion for choices</li> <li><a href="https://github.com/yargs/yargs/commit/b951a7dbb132809e69a28cda539c6754206fa784"><code>b951a7d</code></a> build: use v3 of release-please-action</li> <li><a href="https://github.com/yargs/yargs/commit/6a2977867bd58dbd8bb550f7b0b4c4c298835597"><code>6a29778</code></a> fix: wrap unknown args in quotes (<a href="https://github-redirect.dependabot.com/yargs/yargs/issues/2092">#2092</a>)</li> <li>See full diff in <a href="https://github.com/yargs/yargs/compare/v17.3.1...v17.4.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=yargs&package-manager=npm_and_yarn&previous-version=17.3.1&new-version=17.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
This repo is archived. You cannot comment on pull requests.
No Reviewers
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: go-bds/Maneger#325
No description provided.