Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump commander from 5.1.0 to 6.2.0 #13148

Merged
merged 1 commit into from Dec 1, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Nov 17, 2020

Bumps commander from 5.1.0 to 6.2.0.

Release notes

Sourced from commander's releases.

v6.2.0

Added

  • added 'tsx' file extension for stand-alone executable subcommands (#1368)
  • documented second parameter to .description() to describe command arguments (#1353)
  • documentation of special cases with options taking varying numbers of option-arguments (#1332)
  • documentation for terminology (#1361)

Fixed

  • add missing TypeScript definition for `.addHelpCommand()' (#1375)
  • removed blank line after "Arguments:" in help, to match "Options:" and "Commands:" (#1360)

Changed

  • update dependencies

v6.1.0

Added

  • include URL to relevant section of README for error for potential conflict between Command properties and option values (#1306)
  • .combineFlagAndOptionalValue(false) to ease upgrade path from older versions of Commander (#1326)
  • allow disabling the built-in help option using .helpOption(false) (#1325)
  • allow just some arguments in argumentDescription to .description() (#1323)

Changed

  • tidy async test and remove lint override (#1312)

Fixed

  • executable subcommand launching when script path not known (#1322)

v6.0.0

Added

  • add support for variadic options (#1250)
  • allow options to be added with just a short flag (#1256)
    • Breaking the option property has same case as flag. e.g. flag -n accessed as opts().n (previously uppercase)
  • Breaking throw an error if there might be a clash between option name and a Command property, with advice on how to resolve (#1275)

Fixed

  • Options which contain -no- in the middle of the option flag should not be treated as negatable. (#1301)

v6.0.0-0

Added

  • add support for variadic options (#1250)
Changelog

Sourced from commander's changelog.

[6.2.0] (2020-10-25)

Added

  • added 'tsx' file extension for stand-alone executable subcommands (#1368)
  • documented second parameter to .description() to describe command arguments (#1353)
  • documentation of special cases with options taking varying numbers of option-arguments (#1332)
  • documentation for terminology (#1361)

Fixed

  • add missing TypeScript definition for `.addHelpCommand()' (#1375)
  • removed blank line after "Arguments:" in help, to match "Options:" and "Commands:" (#1360)

Changed

  • update dependencies

[6.1.0] (2020-08-28)

Added

  • include URL to relevant section of README for error for potential conflict between Command properties and option values (#1306)
  • .combineFlagAndOptionalValue(false) to ease upgrade path from older versions of Commander (#1326)
  • allow disabling the built-in help option using .helpOption(false) (#1325)
  • allow just some arguments in argumentDescription to .description() (#1323)

Changed

  • tidy async test and remove lint override (#1312)

Fixed

  • executable subcommand launching when script path not known (#1322)

[6.0.0] (2020-07-21)

Added

  • add support for variadic options (#1250)
  • allow options to be added with just a short flag (#1256)
    • Breaking the option property has same case as flag. e.g. flag -n accessed as opts().n (previously uppercase)
  • Breaking throw an error if there might be a clash between option name and a Command property, with advice on how to resolve (#1275)

Fixed

  • Options which contain -no- in the middle of the option flag should not be treated as negatable. (#1301)

[6.0.0-0] (2020-06-20)

Commits

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)
  • @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:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/commander-6.2.0 branch 9 times, most recently from c871379 to 81c8b16 Compare November 25, 2020 00:51
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/commander-6.2.0 branch 3 times, most recently from 090933f to 9c5220b Compare November 29, 2020 13:43
Bumps [commander](https://github.com/tj/commander.js) from 5.1.0 to 6.2.0.
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](tj/commander.js@v5.1.0...v6.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/commander-6.2.0 branch from 9c5220b to 8cba673 Compare December 1, 2020 03:56
@shilman shilman merged commit 4d3614f into next Dec 1, 2020
@shilman shilman deleted the dependabot/npm_and_yarn/commander-6.2.0 branch December 1, 2020 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants