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

Update dependency commander to v11 - autoclosed #267

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 16, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
commander 10.0.1 -> 11.1.0 age adoption passing confidence

Release Notes

tj/commander.js (commander)

v11.1.0

Compare Source

Fixed
  • TypeScript: update OptionValueSource to allow any string, to match supported use of custom sources ([#​1983])
  • TypeScript: add that Command.version() can also be used as getter ([#​1982])
  • TypeScript: add null return type to Commands.executableDir(), for when not configured ([#​1965])
  • subcommands with an executable handler and only a short help flag are now handled correctly by the parent's help command ([#​1930])
Added
  • registeredArguments property on Command with the array of defined Argument (like Command.options for Option) ([#​2010])
  • TypeScript declarations for Option properties: envVar, presetArg ([#​2019])
  • TypeScript declarations for Argument properties: argChoices, defaultValue, defaultValueDescription ([#​2019])
  • example file which shows how to configure help to display any custom usage in the list of subcommands ([#​1896])
Changed
  • (developer) refactor TypeScript configs for multiple use-cases, and enable checks in JavaScript files in supporting editors ([#​1969])
Deprecated
  • Command._args was private anyway, but now available as registeredArguments ([#​2010])

v11.0.0

Compare Source

Fixed
  • help command works when help option is disabled ([#​1864])
Changed
  • leading and trailing spaces are now ignored by the .arguments() method ([#​1874])
  • refine "types" exports for ESM to follow TypeScript guidelines ([#​1886])
  • Breaking: Commander 11 requires Node.js v16 or higher

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/commander-11.x branch 7 times, most recently from 439175d to 7f42573 Compare June 21, 2023 00:16
@renovate renovate bot force-pushed the renovate/commander-11.x branch 8 times, most recently from faa7d4e to 29885a3 Compare June 30, 2023 07:06
@renovate renovate bot force-pushed the renovate/commander-11.x branch 8 times, most recently from bd36a2f to 390441d Compare July 7, 2023 05:20
@renovate renovate bot force-pushed the renovate/commander-11.x branch 7 times, most recently from b3eb7fe to 87de219 Compare July 14, 2023 22:52
@renovate renovate bot force-pushed the renovate/commander-11.x branch 6 times, most recently from 1effaa1 to 48bdd5b Compare October 30, 2023 18:27
@renovate renovate bot force-pushed the renovate/commander-11.x branch 4 times, most recently from 54b779b to 077355b Compare November 7, 2023 06:21
@renovate renovate bot force-pushed the renovate/commander-11.x branch 5 times, most recently from 6598f21 to 08d46b0 Compare November 13, 2023 03:32
@renovate renovate bot force-pushed the renovate/commander-11.x branch 7 times, most recently from c4e3335 to fa02f25 Compare November 24, 2023 02:09
@renovate renovate bot force-pushed the renovate/commander-11.x branch 2 times, most recently from 09cbb16 to 80865af Compare December 29, 2023 01:28
@renovate renovate bot changed the title Update dependency commander to v11 Update dependency commander to v11 - autoclosed Feb 3, 2024
@renovate renovate bot closed this Feb 3, 2024
@renovate renovate bot deleted the renovate/commander-11.x branch February 3, 2024 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants