Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 19, 2025

Bumps commander from 12.1.0 to 14.0.0.

Release notes

Sourced from commander's releases.

v14.0.0

Added

  • support for groups of options and commands in the help using low-level .helpGroup() on Option and Command, 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 parseArg property to Argument class (#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 Help class 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() for getOutHasColors(), getErrHasColors(), and stripColor() (#2251)
  • Help property for minWidthToWrap (#2251)
  • Help methods for displayWidth(), boxWrap(), preformatted() et al (#2251)

Changed

  • Breaking: excess command-arguments cause an error by default, see migration tips (#2223)
  • Breaking: throw during Option construction for unsupported option flags, like multiple characters after single - (#2270)
  • Breaking: throw on multiple calls to .parse() if storeOptionsAsProperties: true (#2299)
  • TypeScript: include implicit this in parameters for action handler callback (#2197)

Deleted

  • Breaking: Help.wrap() refactored into formatItem() and boxWrap() (#2251)

Migration Tips

Excess command-arguments

It is now an error for the user to specify more command-arguments than are expected. (allowExcessArguments is now false by default.)

... (truncated)

Changelog

Sourced from commander's changelog.

[14.0.0] (2025-05-18)

Added

  • support for groups of options and commands in the help using low-level .helpGroup() on Option and Command, 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 parseArg property to Argument class (#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 Help class 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() for getOutHasColors(), getErrHasColors(), and stripColor() (#2251)
  • Help property for minWidthToWrap (#2251)
  • Help methods for displayWidth(), boxWrap(), preformatted() et al (#2251)

Changed

  • Breaking: excess command-arguments cause an error by default, see migration tips (#2223)
  • Breaking: throw during Option construction for unsupported option flags, like multiple characters after single - (#2270)
    • note: support for dual long option flags added in Commander 13.1
  • Breaking: throw on multiple calls to .parse() if storeOptionsAsProperties: true (#2299)
  • TypeScript: include implicit this in parameters for action handler callback (#2197)

Deleted

  • Breaking: Help.wrap() refactored into formatItem() and boxWrap() (#2251)

Migration Tips

Excess command-arguments

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies javascript Pull requests that update Javascript code labels May 19, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/commander-14.0.0 branch from 0ccb2bb to 3131eeb Compare May 20, 2025 03:11
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/commander-14.0.0 branch from 3131eeb to e909773 Compare May 21, 2025 03:38
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/commander-14.0.0 branch from e909773 to e51ea64 Compare May 21, 2025 03:43
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/commander-14.0.0 branch from e51ea64 to a0c3cd7 Compare May 21, 2025 03:49
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/commander-14.0.0 branch from a0c3cd7 to 643bdc7 Compare May 22, 2025 03:13
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/commander-14.0.0 branch from 643bdc7 to 8591f15 Compare May 28, 2025 03:39
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/commander-14.0.0 branch from 8591f15 to 7e6aae1 Compare May 29, 2025 03:29
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/commander-14.0.0 branch from 7e6aae1 to 8f719dc Compare May 29, 2025 03:35
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/commander-14.0.0 branch from 8f719dc to ded442a Compare May 29, 2025 03:40
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/commander-14.0.0 branch from ded442a to 652c1bc Compare May 29, 2025 03:46
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/commander-14.0.0 branch from 652c1bc to 5a9a847 Compare May 30, 2025 03:17
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/commander-14.0.0 branch from 5a9a847 to e86e10c Compare May 30, 2025 03:22
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/commander-14.0.0 branch from 6f9130b to 5120fd3 Compare June 9, 2025 04:06
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/commander-14.0.0 branch from 5120fd3 to 7f36bc0 Compare June 10, 2025 03:44
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/commander-14.0.0 branch from 7f36bc0 to ad8d46f Compare June 10, 2025 03:48
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/commander-14.0.0 branch from ad8d46f to 1a7d065 Compare June 10, 2025 03:51
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/commander-14.0.0 branch from 1a7d065 to 2cd7292 Compare June 10, 2025 03:54
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/commander-14.0.0 branch from 2cd7292 to bd1f306 Compare June 10, 2025 04:01
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/commander-14.0.0 branch from bd1f306 to 6f17137 Compare June 10, 2025 04:06
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/commander-14.0.0 branch from 6f17137 to 472c50a Compare June 11, 2025 03:50
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/commander-14.0.0 branch from 472c50a to 40973e7 Compare June 11, 2025 21:06
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/commander-14.0.0 branch from 40973e7 to 48b38c4 Compare June 16, 2025 03:40
Bumps [commander](https://github.com/tj/commander.js) from 12.1.0 to 14.0.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@v12.1.0...v14.0.0)

---
updated-dependencies:
- dependency-name: commander
  dependency-version: 14.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/commander-14.0.0 branch from 48b38c4 to 28172ed Compare June 17, 2025 03:58
Copy link

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 15, 2025

Superseded by #9065.

@dependabot dependabot bot closed this Sep 15, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/commander-14.0.0 branch September 15, 2025 03:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant