[PR #2378] [CLOSED] chore(deps-dev): bump commander from 8.3.0 to 9.3.0 #3775

Closed
opened 2026-03-17 01:21:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2378
Author: @dependabot[bot]
Created: 5/30/2022
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/commander-9.3.0


📝 Commits (1)

  • 8212cc8 chore(deps-dev): bump commander from 8.3.0 to 9.3.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 packages/hoppscotch-cli/package.json (+1 -1)

📄 Description

Bumps commander from 8.3.0 to 9.3.0.

Release notes

Sourced from commander's releases.

v9.3.0

Added

  • .summary() for a short summary to use instead of description when listing subcommands in help (#1726)
  • Option.implies() to set other option values when the option is specified (#1724)
  • updated Chinese README with 9.x changes (#1727)

Fixed

  • TypeScript: add string[] to .options() default value parameter type for use with variadic options (#1721)

Deprecated

  • multi-character short option flag (e.g. -ws) (#1718)

v9.2.0

Added

  • conditional export of 'types' for upcoming TypeScript module resolution (#1703)
  • example file showing two ways to add global options to subcommands (#1708)

Fixed

  • detect option conflicts in parent commands of called subcommand (#1710)

Changed

  • replace deprecated String.prototype.substr (#1706)

v9.1.0

Added

  • Option .conflicts() to set conflicting options which can not be specified together (#1678)
  • (developer) CodeQL configuration for GitHub Actions (#1698)

v9.0.0

Added

  • simpler ECMAScript import (#1589)
  • Option.preset() allows specifying value/arg for option when used without option-argument (especially optional, but also boolean option) (#1652)
  • .executableDir() for custom search for subcommands (#1571)
  • throw with helpful message if pass Option to .option() or .requiredOption() (#1655)
  • .error() for generating errors from client code just like Commander generated errors, with support for .configureOutput (), .exitOverride(), and .showHelpAfterError() (#1675)
  • .optsWithGlobals() to return merged local and global options (#1671)

Changed

  • Breaking: Commander 9 requires Node.js v12.20.0 or higher
  • update package-lock.json to lockfile@2 format (#1659)

... (truncated)

Changelog

Sourced from commander's changelog.

[9.3.0] (2022-05-28)

Added

  • .summary() for a short summary to use instead of description when listing subcommands in help (#1726)
  • Option.implies() to set other option values when the option is specified (#1724)
  • updated Chinese README with 9.x changes (#1727)

Fixed

  • TypeScript: add string[] to .options() default value parameter type for use with variadic options (#1721)

Deprecated

  • multi-character short option flag (e.g. -ws) (#1718)

[9.2.0] (2022-04-15)

Added

  • conditional export of 'types' for upcoming TypeScript module resolution (#1703)
  • example file showing two ways to add global options to subcommands (#1708)

Fixed

  • detect option conflicts in parent commands of called subcommand (#1710)

Changed

  • replace deprecated String.prototype.substr (#1706)

[9.1.0] (2022-03-19)

Added

  • Option .conflicts() to set conflicting options which can not be specified together (#1678)
  • (developer) CodeQL configuration for GitHub Actions (#1698)

[9.0.0] (2022-01-28)

Added

  • simpler ECMAScript import (#1589)
  • Option.preset() allows specifying value/arg for option when used without option-argument (especially optional, but also boolean option) (#1652)
  • .executableDir() for custom search for subcommands (#1571)
  • throw with helpful message if pass Option to .option() or .requiredOption() (#1655)
  • .error() for generating errors from client code just like Commander generated errors, with support for .configureOutput(), .exitOverride(), and .showHelpAfterError() (#1675)
  • .optsWithGlobals() to return merged local and global options (#1671)

Changed

... (truncated)

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 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/hoppscotch/hoppscotch/pull/2378 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/30/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/commander-9.3.0` --- ### 📝 Commits (1) - [`8212cc8`](https://github.com/hoppscotch/hoppscotch/commit/8212cc84003239a80232661c429c98ad7dc16597) chore(deps-dev): bump commander from 8.3.0 to 9.3.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-cli/package.json` (+1 -1) </details> ### 📄 Description Bumps [commander](https://github.com/tj/commander.js) from 8.3.0 to 9.3.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>v9.3.0</h2> <h3>Added</h3> <ul> <li><code>.summary()</code> for a short summary to use instead of description when listing subcommands in help (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1726">#1726</a>)</li> <li><code>Option.implies()</code> to set other option values when the option is specified (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1724">#1724</a>)</li> <li>updated Chinese README with 9.x changes (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1727">#1727</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>TypeScript: add <code>string[]</code> to <code>.options()</code> default value parameter type for use with variadic options (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1721">#1721</a>)</li> </ul> <h3>Deprecated</h3> <ul> <li>multi-character short option flag (e.g. <code>-ws</code>) (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1718">#1718</a>)</li> </ul> <h2>v9.2.0</h2> <h3>Added</h3> <ul> <li>conditional export of 'types' for upcoming TypeScript module resolution (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1703">#1703</a>)</li> <li>example file showing two ways to add global options to subcommands (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1708">#1708</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>detect option conflicts in parent commands of called subcommand (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1710">#1710</a>)</li> </ul> <h3>Changed</h3> <ul> <li>replace deprecated <code>String.prototype.substr</code> (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1706">#1706</a>)</li> </ul> <h2>v9.1.0</h2> <h3>Added</h3> <ul> <li>Option <code>.conflicts()</code> to set conflicting options which can not be specified together (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1678">#1678</a>)</li> <li>(developer) CodeQL configuration for GitHub Actions (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1698">#1698</a>)</li> </ul> <h2>v9.0.0</h2> <h3>Added</h3> <ul> <li>simpler ECMAScript import (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1589">#1589</a>)</li> <li>Option.preset() allows specifying value/arg for option when used without option-argument (especially optional, but also boolean option) (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1652">#1652</a>)</li> <li><code>.executableDir()</code> for custom search for subcommands (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1571">#1571</a>)</li> <li>throw with helpful message if pass <code>Option</code> to <code>.option()</code> or <code>.requiredOption()</code> (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1655">#1655</a>)</li> <li>.<code>error()</code> for generating errors from client code just like Commander generated errors, with support for <code>.configureOutput ()</code>, <code>.exitOverride()</code>, and <code>.showHelpAfterError()</code> (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1675">#1675</a>)</li> <li><code>.optsWithGlobals()</code> to return merged local and global options (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1671">#1671</a>)</li> </ul> <h3>Changed</h3> <ul> <li><em>Breaking:</em> Commander 9 requires Node.js v12.20.0 or higher</li> <li>update package-lock.json to lockfile@2 format (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1659">#1659</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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>[9.3.0] (2022-05-28)</h2> <h3>Added</h3> <ul> <li><code>.summary()</code> for a short summary to use instead of description when listing subcommands in help (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1726">#1726</a>)</li> <li><code>Option.implies()</code> to set other option values when the option is specified (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1724">#1724</a>)</li> <li>updated Chinese README with 9.x changes (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1727">#1727</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>TypeScript: add <code>string[]</code> to <code>.options()</code> default value parameter type for use with variadic options (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1721">#1721</a>)</li> </ul> <h3>Deprecated</h3> <ul> <li>multi-character short option flag (e.g. <code>-ws</code>) (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1718">#1718</a>)</li> </ul> <h2>[9.2.0] (2022-04-15)</h2> <h3>Added</h3> <ul> <li>conditional export of 'types' for upcoming TypeScript module resolution (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1703">#1703</a>)</li> <li>example file showing two ways to add global options to subcommands (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1708">#1708</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>detect option conflicts in parent commands of called subcommand (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1710">#1710</a>)</li> </ul> <h3>Changed</h3> <ul> <li>replace deprecated <code>String.prototype.substr</code> (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1706">#1706</a>)</li> </ul> <h2>[9.1.0] (2022-03-19)</h2> <h3>Added</h3> <ul> <li>Option <code>.conflicts()</code> to set conflicting options which can not be specified together (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1678">#1678</a>)</li> <li>(developer) CodeQL configuration for GitHub Actions (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1698">#1698</a>)</li> </ul> <h2>[9.0.0] (2022-01-28)</h2> <h3>Added</h3> <ul> <li>simpler ECMAScript import (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1589">#1589</a>)</li> <li>Option.preset() allows specifying value/arg for option when used without option-argument (especially optional, but also boolean option) (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1652">#1652</a>)</li> <li><code>.executableDir()</code> for custom search for subcommands (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1571">#1571</a>)</li> <li>throw with helpful message if pass <code>Option</code> to <code>.option()</code> or <code>.requiredOption()</code> (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1655">#1655</a>)</li> <li>.<code>error()</code> for generating errors from client code just like Commander generated errors, with support for <code>.configureOutput()</code>, <code>.exitOverride()</code>, and <code>.showHelpAfterError()</code> (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1675">#1675</a>)</li> <li><code>.optsWithGlobals()</code> to return merged local and global options (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1671">#1671</a>)</li> </ul> <h3>Changed</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tj/commander.js/commit/f2aec2648d68b01d8947298b27093df3fdb551a7"><code>f2aec26</code></a> Prepare for 9.3.0</li> <li><a href="https://github.com/tj/commander.js/commit/e89eca887df9f4b4e34dbaec302da1861e86e11e"><code>e89eca8</code></a> chore: Included githubactions in the dependabot config</li> <li><a href="https://github.com/tj/commander.js/commit/3103c6b11d5755d0c16fc876acbed7d24822eae1"><code>3103c6b</code></a> Add more tests for implies (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1730">#1730</a>)</li> <li><a href="https://github.com/tj/commander.js/commit/1bab84c229d6388a958902898b50b4dd6d5ef27e"><code>1bab84c</code></a> Add test for Option passed to wrong routines (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1729">#1729</a>)</li> <li><a href="https://github.com/tj/commander.js/commit/4094e22a39394e205f8955405f6dffcc2ff56695"><code>4094e22</code></a> chore: Set permissions for GitHub actions</li> <li><a href="https://github.com/tj/commander.js/commit/b2842dc883fd84707a960a4dbe4320850ef98cb9"><code>b2842dc</code></a> update chinese readme (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1727">#1727</a>)</li> <li><a href="https://github.com/tj/commander.js/commit/cc2db5b9a20e48cf4d107db50036f8fd1ad4b3ca"><code>cc2db5b</code></a> Add optional summary for short form of subcommand description. (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1726">#1726</a>)</li> <li><a href="https://github.com/tj/commander.js/commit/d6609677a5ff6f256298fe6e06c888fbe997edb2"><code>d660967</code></a> Add Option.implies() (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1724">#1724</a>)</li> <li><a href="https://github.com/tj/commander.js/commit/1b492d97273b286ecc50237269016b50d572ad6c"><code>1b492d9</code></a> Add string[] to options defaultValue type (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1721">#1721</a>)</li> <li><a href="https://github.com/tj/commander.js/commit/06cf751528390080cd111febb085b95e6f139c0c"><code>06cf751</code></a> ci: add nodejs18 as it is released</li> <li>Additional commits viewable in <a href="https://github.com/tj/commander.js/compare/v8.3.0...v9.3.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=8.3.0&new-version=9.3.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 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-17 01:21:30 +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/hoppscotch#3775
No description provided.