Skip to content

chore(deps): πŸ€– update dependencies dependency commander to v14#29

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/commander-14.x
Open

chore(deps): πŸ€– update dependencies dependency commander to v14#29
renovate[bot] wants to merge 1 commit intomainfrom
renovate/commander-14.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented May 19, 2025

This PR contains the following updates:

Package Change Age Confidence
commander ^13.0.0 β†’ ^14.0.0 age confidence

Release Notes

tj/commander.js (commander)

v14.0.3

Compare Source

Added
Changes
  • old major versions now supported for 12 months instead of just previous major version, to give predictable end-of-life date ([#​2462])
  • clarify typing for deprecated callback parameter to .outputHelp() ([#​2427])
  • simple readability improvements to README ([#​2465])

v14.0.2

Compare Source

Changed
  • improve negative number auto-detection test ([#​2428])
  • update (dev) dependencies

v14.0.1

Compare Source

Fixed
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 of string.slice() ([#​2396])
  • refactor .parseOptions() to process args array in-place ([#​2409])
  • change private variadic support routines from ._concatValue() to ._collectValue() (change code from array.concat() to array.push()) ([#​2410])
  • update (dev) dependencies

v14.0.0

Compare Source

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])

v13.1.0

Compare Source

Added
  • support a pair of long option flags to allow a memorable shortened flag, like .option('--ws, --workspace') ([#​2312])

Configuration

πŸ“… Schedule: (UTC)

  • Branch creation
    • "every weekday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

β™» Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/commander-14.x branch from 11e1596 to ff60566 Compare June 9, 2025 06:52
@renovate renovate bot force-pushed the renovate/commander-14.x branch from ff60566 to 53acb78 Compare July 4, 2025 21:52
@renovate renovate bot force-pushed the renovate/commander-14.x branch from 53acb78 to 003d846 Compare August 9, 2025 00:55
@renovate renovate bot force-pushed the renovate/commander-14.x branch from 003d846 to 2dfaa64 Compare September 13, 2025 06:14
@renovate renovate bot force-pushed the renovate/commander-14.x branch from 2dfaa64 to 0ecd6b2 Compare October 25, 2025 13:49
@renovate renovate bot force-pushed the renovate/commander-14.x branch from 0ecd6b2 to 8613c75 Compare November 24, 2025 18:10
@renovate renovate bot force-pushed the renovate/commander-14.x branch from 8613c75 to 8f8d136 Compare January 13, 2026 18:13
@renovate renovate bot force-pushed the renovate/commander-14.x branch from 8f8d136 to 815af9e Compare January 31, 2026 04:22
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