Skip to content

chore(deps-dev): Bump @types/commander from 2.12.0 to 2.12.5 in /cli#116

Merged
lbroudoux merged 1 commit into
mainfrom
dependabot/npm_and_yarn/cli/types/commander-2.12.5
May 13, 2026
Merged

chore(deps-dev): Bump @types/commander from 2.12.0 to 2.12.5 in /cli#116
lbroudoux merged 1 commit into
mainfrom
dependabot/npm_and_yarn/cli/types/commander-2.12.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 10, 2026

Bumps @types/commander from 2.12.0 to 2.12.5.

Release notes

Sourced from @​types/commander's releases.

v2.12.2

  • fix: typings are not shipped

v2.12.1

  • Move @​types/node to dev dependency
Changelog

Sourced from @​types/commander's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[14.0.3] (2026-01-31)

Added

  • Release Policy document (#2462)

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)

[14.0.2] (2025-10-25)

Changed

  • improve negative number auto-detection test (#2428)
  • update (dev) dependencies

[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 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

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

... (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 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)

Bumps [@types/commander](https://github.com/tj/commander.js) from 2.12.0 to 2.12.5.
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tj/commander.js/commits)

---
updated-dependencies:
- dependency-name: "@types/commander"
  dependency-version: 2.12.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 10, 2026
@dependabot dependabot Bot requested a review from lbroudoux as a code owner May 10, 2026 21:42
@dependabot dependabot Bot added the javascript Pull requests that update javascript code label May 10, 2026
Copy link
Copy Markdown
Member

@lbroudoux lbroudoux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lbroudoux lbroudoux added this to the 0.0.12 milestone May 13, 2026
@lbroudoux lbroudoux merged commit 798ef95 into main May 13, 2026
5 checks passed
@lbroudoux lbroudoux deleted the dependabot/npm_and_yarn/cli/types/commander-2.12.5 branch May 13, 2026 08:38
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 javascript Pull requests that update javascript code theme/cli

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant