(Dep Update): Bump commander from 12.1.0 to 14.0.1
Closed
Number: #760
Type: Pull Request
State: Closed
Type: Pull Request
State: Closed
Author:
dependabot[bot]
Association: Unknown
Comments: 1
Association: Unknown
Comments: 1
Created:
September 12, 2025 at 09:08 PM UTC
(9 months ago)
(9 months ago)
Updated:
October 27, 2025 at 10:47 PM UTC
(7 months ago)
(7 months ago)
Closed:
October 27, 2025 at 10:47 PM UTC
(7 months ago)
(7 months ago)
Time to Close:
about 2 months
Labels:
dependencies javascript
dependencies javascript
Description:
Bumps commander from 12.1.0 to 14.0.1.
Release notes
Sourced from commander's releases.
v14.0.1
Fixed
- broken markdown link in README (#2369)
Changed
- improve code readability by using optional chaining (#2394)
- use more idiomatic code with object spread instead of
Object.assign()(#2395)- improve code readability using
string.endsWith()instead ofstring.slice()(#2396)- refactor
.parseOptions()to process args array in-place (#2409)- change private variadic support routines from
._concatValue()to._collectValue()(change code fromarray.concat()toarray.push()) (#2410)- update (dev) dependencies
v14.0.0
Added
- support for groups of options and commands in the help using low-level
.helpGroup()onOptionandCommand, and higher -level.optionsGroup()and.commandsGroup()which can be used in chaining way to specify group title for following option s/commands (#2328)- support for unescaped negative numbers as option-arguments and command-arguments (#2339)
- TypeScript: add
parseArgproperty toArgumentclass (#2359)Fixed
- remove bogus leading space in help when option has default value but not a description (#2348)
.configureOutput()now makes copy of settings instead of modifying in-place, fixing side-effects (#2350)Changed
- Breaking: Commander 14 requires Node.js v20 or higher
- internal refactor of
Helpclass adding.formatItemList()and.groupItems()methods (#2328)v13.1.0
Added
- support a pair of long option flags to allow a memorable shortened flag, like
.option('--ws, --workspace')(#2312)v13.0.0
Added
- support multiple calls to
.parse()with default settings (#2299)- add
.saveStateBeforeParse()and.restoreStateBeforeParse()for use by subclasses (#2299)- style routines like
styleTitle()to add color to help using.configureHelp()or Help subclass (#2251)- color related support in
.configureOutput()forgetOutHasColors(),getErrHasColors(), andstripColor()(#2251)- Help property for
minWidthToWrap(#2251)- Help methods for
displayWidth(),boxWrap(),preformatted()et al (#2251)Changed
... (truncated)
Changelog
Sourced from commander's changelog.
[14.0.1] (2025-09-12)
Fixed
- broken markdown link in README (#2369)
Changed
- improve code readability by using optional chaining (#2394)
- use more idiomatic code with object spread instead of
Object.assign()(#2395)- improve code readability using
string.endsWith()instead ofstring.slice()(#2396)- refactor
.parseOptions()to process args array in-place (#2409)- change private variadic support routines from
._concatValue()to._collectValue()(change code fromarray.concat()toarray.push()) (#2410)- update (dev) dependencies
[14.0.0] (2025-05-18)
Added
- support for groups of options and commands in the help using low-level
.helpGroup()onOptionandCommand, and higher-level.optionsGroup()and.commandsGroup()which can be used in chaining way to specify group title for following options/commands (#2328)- support for unescaped negative numbers as option-arguments and command-arguments (#2339)
- TypeScript: add
parseArgproperty toArgumentclass (#2359)Fixed
- remove bogus leading space in help when option has default value but not a description (#2348)
.configureOutput()now makes copy of settings instead of modifying in-place, fixing side-effects (#2350)Changed
- Breaking: Commander 14 requires Node.js v20 or higher
- internal refactor of
Helpclass adding.formatItemList()and.groupItems()methods (#2328)[13.1.0] (2025-01-21)
Added
- support a pair of long option flags to allow a memorable shortened flag, like
.option('--ws, --workspace')(#2312)[13.0.0] (2024-12-30)
Added
- support multiple calls to
.parse()with default settings (#2299)- add
.saveStateBeforeParse()and.restoreStateBeforeParse()for use by subclasses (#2299)- style routines like
styleTitle()to add color to help using.configureHelp()or Help subclass (#2251)- color related support in
.configureOutput()forgetOutHasColors(),getErrHasColors(), andstripColor()(#2251)- Help property for
minWidthToWrap(#2251)- Help methods for
displayWidth(),boxWrap(),preformatted()et al (#2251)
... (truncated)
Commits
bd4ae26Prepare for 14.0.1 release (#2426)cb7ae51Bump actions/setup-node from 4 to 5 (#2422)b855083Update dependencies (#2421)64003acBump tsd from 0.32.0 to 0.33.0 (#2419)025ee3fBump@eslint/jsfrom 9.32.0 to 9.34.0 (#2417)fb2429eBump prettier from 3.5.3 to 3.6.2 (#2415)6e40543Bump actions/checkout from 4 to 5 (#2412)c635fadCollect variadic with push, add tests (#2410)201d932Refactor parseOptions to process args in-place (#2409)fb65fcaBump eslint from 9.30.1 to 9.32.0 (#2402)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
Technical Details
| ID: | 10601965 |
| UUID: | 3411945149 |
| Node ID: | PR_kwDOKIb5q86oU1T0 |
| Host: | GitHub |
| Repository: | rapidstack/rapidstack |