Skip to content

Update dependency @commander-js/extra-typings to v14 #1789

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 6, 2025

This PR contains the following updates:

Package Change Age Confidence
@commander-js/extra-typings ^12.0.1 -> ^14.0.0 age confidence

Release Notes

commander-js/extra-typings (@​commander-js/extra-typings)

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 ([#​100])
  • TypeScript: add parseArg property to Argument class ([#​93])
Changed
  • Breaking: peer dependency on Commander 14.0.x which requires Node.js 20 or higher
  • internal refactor of Help class adding .formatItemList() and .groupItems() methods ([#​93])

v13.1.0

Compare Source

v13.0.0

Compare Source

Added
  • strongly type .optsWithGlobals() to include inferred globals ([#​78])
  • weakly type .getOptionValueSourceWithGlobals() to include inferred globals ([#​78])
  • infer narrow types for choices, so no longer need to specify as const ([#​79])
Changed
  • Breaking: Typescript 5.0 or higher is required ([#​79])

v12.1.0

Compare Source

Changed
  • use ESLint for linting ([#​65])
  • format source files with Prettier ([#​66])
Removed
  • removed unimplemented Option.fullDescription from TypeScript definition ([#​70])

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 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 added the dependencies Pull requests that update a dependency file label Jul 6, 2025
@renovate renovate bot force-pushed the renovate/commander-js-extra-typings-14.x branch 5 times, most recently from c171f1c to 293b5af Compare July 6, 2025 13:51
@renovate renovate bot force-pushed the renovate/commander-js-extra-typings-14.x branch from 293b5af to 8432de7 Compare July 6, 2025 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants