Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 18, 2025

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:

Package Change Age Confidence
@commander-js/extra-typings ^10.0.3 -> ^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])

v12.0.1

Compare Source

Changed
  • include implicit this in parameters for action handler callback [#​59]

v12.0.0

Compare Source

Changed

v11.1.0

Compare Source

Added
  • Option properties: envVar, presetArg ([#​48])
  • Argument properties: argChoices, defaultValue, defaultValueDescription ([#​48])
  • Command properties: options, registeredArguments ([#​50])
Changed
Fixed
  • remove unused Option.optionFlags property ([#​48])
  • add that Command.version() can also be used as getter ([#​48])
  • add null return type to Commands.executableDir(), for when not configured ([#​48])
  • preserve option typings when adding arguments to Command ([#​49])

v11.0.0

Compare Source

Changed

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented May 18, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @nordicsemiconductor/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/commander
npm ERR!   commander@"10.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer commander@"~14.0.0" from @commander-js/[email protected]
npm ERR! node_modules/@commander-js/extra-typings
npm ERR!   dev @commander-js/extra-typings@"^14.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /runner/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /runner/cache/others/npm/_logs/2025-09-25T15_43_01_108Z-debug-0.log

@renovate renovate bot changed the title chore(deps): update dependency @commander-js/extra-typings to v14 Update dependency @commander-js/extra-typings to v14 Jun 13, 2025
@renovate renovate bot changed the title Update dependency @commander-js/extra-typings to v14 chore(deps): update dependency @commander-js/extra-typings to v14 Jun 26, 2025
@renovate renovate bot changed the title chore(deps): update dependency @commander-js/extra-typings to v14 Update dependency @commander-js/extra-typings to v14 Jul 8, 2025
@renovate renovate bot changed the title Update dependency @commander-js/extra-typings to v14 chore(deps): update dependency @commander-js/extra-typings to v14 Aug 1, 2025
@renovate renovate bot force-pushed the renovate/commander-js-extra-typings-14.x branch from d8e3936 to 04e2a30 Compare August 10, 2025 15:05
@renovate renovate bot force-pushed the renovate/commander-js-extra-typings-14.x branch from 04e2a30 to 9bc0354 Compare August 19, 2025 14:45
@renovate renovate bot changed the title chore(deps): update dependency @commander-js/extra-typings to v14 Update dependency @commander-js/extra-typings to v14 Aug 26, 2025
@renovate renovate bot force-pushed the renovate/commander-js-extra-typings-14.x branch from 9bc0354 to a47fb09 Compare August 31, 2025 14:35
@renovate renovate bot changed the title Update dependency @commander-js/extra-typings to v14 chore(deps): update dependency @commander-js/extra-typings to v14 Sep 1, 2025
@renovate renovate bot force-pushed the renovate/commander-js-extra-typings-14.x branch from a47fb09 to a533c19 Compare September 25, 2025 15:43
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