[PR #445] [CLOSED] Bump commander from 13.1.0 to 14.0.0 #462

Closed
opened 2026-03-03 13:54:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jehna/humanify/pull/445
Author: @dependabot[bot]
Created: 5/19/2025
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/commander-14.0.0


📝 Commits (1)

  • b35d345 Bump commander from 13.1.0 to 14.0.0

📊 Changes

2 files changed (+6 additions, -6 deletions)

View changed files

📝 package-lock.json (+5 -5)
📝 package.json (+1 -1)

📄 Description

Bumps commander from 13.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)
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)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jehna/humanify/pull/445 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/19/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/commander-14.0.0` --- ### 📝 Commits (1) - [`b35d345`](https://github.com/jehna/humanify/commit/b35d345db0fd67fa97c40fb5a003c5db9e6fc7c3) Bump commander from 13.1.0 to 14.0.0 ### 📊 Changes **2 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+5 -5) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [commander](https://github.com/tj/commander.js) from 13.1.0 to 14.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tj/commander.js/releases">commander's releases</a>.</em></p> <blockquote> <h2>v14.0.0</h2> <h3>Added</h3> <ul> <li>support for groups of options and commands in the help using low-level <code>.helpGroup()</code> on <code>Option</code> and <code>Command</code>, and higher -level <code>.optionsGroup()</code> and <code>.commandsGroup()</code> which can be used in chaining way to specify group title for following option s/commands (<a href="https://redirect.github.com/tj/commander.js/issues/2328">#2328</a>)</li> <li>support for unescaped negative numbers as option-arguments and command-arguments (<a href="https://redirect.github.com/tj/commander.js/issues/2339">#2339</a>)</li> <li>TypeScript: add <code>parseArg</code> property to <code>Argument</code> class (<a href="https://redirect.github.com/tj/commander.js/issues/2359">#2359</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>remove bogus leading space in help when option has default value but not a description (<a href="https://redirect.github.com/tj/commander.js/issues/2348">#2348</a>)</li> <li><code>.configureOutput()</code> now makes copy of settings instead of modifying in-place, fixing side-effects (<a href="https://redirect.github.com/tj/commander.js/issues/2350">#2350</a>)</li> </ul> <h3>Changed</h3> <ul> <li><em>Breaking:</em> Commander 14 requires Node.js v20 or higher</li> <li>internal refactor of <code>Help</code> class adding <code>.formatItemList()</code> and <code>.groupItems()</code> methods (<a href="https://redirect.github.com/tj/commander.js/issues/2328">#2328</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tj/commander.js/blob/master/CHANGELOG.md">commander's changelog</a>.</em></p> <blockquote> <h2>[14.0.0] (2025-05-18)</h2> <h3>Added</h3> <ul> <li>support for groups of options and commands in the help using low-level <code>.helpGroup()</code> on <code>Option</code> and <code>Command</code>, and higher-level <code>.optionsGroup()</code> and <code>.commandsGroup()</code> which can be used in chaining way to specify group title for following options/commands (<a href="https://redirect.github.com/tj/commander.js/issues/2328">#2328</a>)</li> <li>support for unescaped negative numbers as option-arguments and command-arguments (<a href="https://redirect.github.com/tj/commander.js/issues/2339">#2339</a>)</li> <li>TypeScript: add <code>parseArg</code> property to <code>Argument</code> class (<a href="https://redirect.github.com/tj/commander.js/issues/2359">#2359</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>remove bogus leading space in help when option has default value but not a description (<a href="https://redirect.github.com/tj/commander.js/issues/2348">#2348</a>)</li> <li><code>.configureOutput()</code> now makes copy of settings instead of modifying in-place, fixing side-effects (<a href="https://redirect.github.com/tj/commander.js/issues/2350">#2350</a>)</li> </ul> <h3>Changed</h3> <ul> <li><em>Breaking:</em> Commander 14 requires Node.js v20 or higher</li> <li>internal refactor of <code>Help</code> class adding <code>.formatItemList()</code> and <code>.groupItems()</code> methods (<a href="https://redirect.github.com/tj/commander.js/issues/2328">#2328</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tj/commander.js/commit/395cf7145fe28122f5a69026b310e02df114f907"><code>395cf71</code></a> Preparing for Commander v14.0.0 (<a href="https://redirect.github.com/tj/commander.js/issues/2366">#2366</a>)</li> <li><a href="https://github.com/tj/commander.js/commit/dd7edf426d64cd0e866dc5ffb2d1767c8846e7e9"><code>dd7edf4</code></a> Add typings for helpGroup support (<a href="https://redirect.github.com/tj/commander.js/issues/2367">#2367</a>)</li> <li><a href="https://github.com/tj/commander.js/commit/c324ea3d70e00d8cff6d14edde4366af1ed3b7c3"><code>c324ea3</code></a> Add support for groups of options and commands in the help (<a href="https://redirect.github.com/tj/commander.js/issues/2328">#2328</a>)</li> <li><a href="https://github.com/tj/commander.js/commit/00af6030686912a9101f18974d7d0189c42e2f3e"><code>00af603</code></a> Merge branch 'develop' into release/14.x</li> <li><a href="https://github.com/tj/commander.js/commit/fe4bedb25552532ff4116599e3ce7282a1560a63"><code>fe4bedb</code></a> ci: Update node-version (<a href="https://redirect.github.com/tj/commander.js/issues/2365">#2365</a>)</li> <li><a href="https://github.com/tj/commander.js/commit/ed70e5b787e6b5ebab2f4c25e47a903210ec6385"><code>ed70e5b</code></a> Bump eslint from 9.23.0 to 9.25.1 (<a href="https://redirect.github.com/tj/commander.js/issues/2362">#2362</a>)</li> <li><a href="https://github.com/tj/commander.js/commit/5bb7b6e3af89385e2e58625b7480d17fbaa81f81"><code>5bb7b6e</code></a> Bump <code>@​eslint/js</code> from 9.23.0 to 9.25.1 (<a href="https://redirect.github.com/tj/commander.js/issues/2363">#2363</a>)</li> <li><a href="https://github.com/tj/commander.js/commit/d0380cf547511afded36e44e7a22882e952f8010"><code>d0380cf</code></a> Bump typescript from 5.8.2 to 5.8.3 (<a href="https://redirect.github.com/tj/commander.js/issues/2364">#2364</a>)</li> <li><a href="https://github.com/tj/commander.js/commit/a2eebf36ce7e275908f7b3e891265585bc469b9e"><code>a2eebf3</code></a> Bump <code>@​types/node</code> from 22.13.14 to 22.15.3 (<a href="https://redirect.github.com/tj/commander.js/issues/2361">#2361</a>)</li> <li><a href="https://github.com/tj/commander.js/commit/1276c4c41e353fd3b2b263c01d7c57cb48603ac1"><code>1276c4c</code></a> Bump eslint-config-prettier from 10.1.1 to 10.1.2 (<a href="https://redirect.github.com/tj/commander.js/issues/2360">#2360</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tj/commander.js/compare/v13.1.0...v14.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commander&package-manager=npm_and_yarn&previous-version=13.1.0&new-version=14.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 13:54:39 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/humanify#462
No description provided.