Update dependency commander to v14 - autoclosed #1201
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot]
.This notice will be removed on 2025-10-07.
This PR contains the following updates:
^13.1.0
->^14.0.0
Release Notes
tj/commander.js (commander)
v14.0.1
Compare Source
Fixed
Changed
Object.assign()
([#2395])string.endsWith()
instead ofstring.slice()
([#2396]).parseOptions()
to process args array in-place ([#2409])._concatValue()
to._collectValue()
(change code fromarray.concat()
toarray.push()
) ([#2410])v14.0.0
Compare Source
Added
.helpGroup()
onOption
andCommand
, and higher-level.optionsGroup()
and.commandsGroup()
which can be used in chaining way to specify group title for following options/commands ([#2328])parseArg
property toArgument
class ([#2359])Fixed
.configureOutput()
now makes copy of settings instead of modifying in-place, fixing side-effects ([#2350])Changed
Help
class adding.formatItemList()
and.groupItems()
methods ([#2328])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.
This PR was generated by Mend Renovate. View the repository job log.