[PR #2708] [CLOSED] build(deps-dev): bump commander from 8.3.0 to 9.4.1 #4009

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

📋 Pull Request Information

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

Base: mainHead: dependabot/npm_and_yarn/commander-9.4.1


📝 Commits (1)

  • 73de108 build(deps-dev): bump commander from 8.3.0 to 9.4.1

📊 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.4.1.

Release notes

Sourced from commander's releases.

v9.4.1

Fixed

  • .setOptionValue() now also clears option source (#1795)
  • TypeScript: add implied to OptionValueSource for option values set by using .implies() (#1794)
  • TypeScript : add undefined to return type of .getOptionValueSource() (#1794)

Changed

  • additions to README

v9.4.0

Added

  • preSubcommand hook called before direct subcommands (#1763)

Fixed

  • export InvalidOptionArgumentError in esm (#1756)

Changed

  • update dependencies (#1767)

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

... (truncated)

Changelog

Sourced from commander's changelog.

[9.4.1] (2022-09-30)

Fixed

  • .setOptionValue() now also clears option source (#1795)
  • TypeScript: add implied to OptionValueSource for option values set by using .implies() (#1794)
  • TypeScript : add undefined to return type of .getOptionValueSource() (#1794)

Changed

  • additions to README

[9.4.0] (2022-07-15)

Added

  • preSubcommand hook called before direct subcommands (#1763)

Fixed

  • export InvalidOptionArgumentError in esm (#1756)

Changed

  • update dependencies (#1767)

[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

... (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/2708 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/30/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/commander-9.4.1` --- ### 📝 Commits (1) - [`73de108`](https://github.com/hoppscotch/hoppscotch/commit/73de1080e607a5a9f1c672c830fbb08e4c4b85a3) build(deps-dev): bump commander from 8.3.0 to 9.4.1 ### 📊 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.4.1. <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.4.1</h2> <h3>Fixed</h3> <ul> <li><code>.setOptionValue()</code> now also clears option source (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1795">#1795</a>)</li> <li>TypeScript: add <code>implied</code> to <code>OptionValueSource</code> for option values set by using <code>.implies()</code> (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1794">#1794</a>)</li> <li>TypeScript : add <code>undefined</code> to return type of <code>.getOptionValueSource()</code> (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1794">#1794</a>)</li> </ul> <h3>Changed</h3> <ul> <li>additions to README</li> </ul> <h2>v9.4.0</h2> <h3>Added</h3> <ul> <li><code>preSubcommand</code> hook called before direct subcommands (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1763">#1763</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>export <code>InvalidOptionArgumentError</code> in esm (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1756">#1756</a>)</li> </ul> <h3>Changed</h3> <ul> <li>update dependencies (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1767">#1767</a>)</li> </ul> <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> <!-- 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.4.1] (2022-09-30)</h2> <h3>Fixed</h3> <ul> <li><code>.setOptionValue()</code> now also clears option source (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1795">#1795</a>)</li> <li>TypeScript: add <code>implied</code> to <code>OptionValueSource</code> for option values set by using <code>.implies()</code> (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1794">#1794</a>)</li> <li>TypeScript : add <code>undefined</code> to return type of <code>.getOptionValueSource()</code> (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1794">#1794</a>)</li> </ul> <h3>Changed</h3> <ul> <li>additions to README</li> </ul> <h2>[9.4.0] (2022-07-15)</h2> <h3>Added</h3> <ul> <li><code>preSubcommand</code> hook called before direct subcommands (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1763">#1763</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>export <code>InvalidOptionArgumentError</code> in esm (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1756">#1756</a>)</li> </ul> <h3>Changed</h3> <ul> <li>update dependencies (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1767">#1767</a>)</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tj/commander.js/commit/0b4198dde02cc8fc571c1265afa5bde447f6fca8"><code>0b4198d</code></a> 9.4.1</li> <li><a href="https://github.com/tj/commander.js/commit/c15ae6853e61a92f63a2d6b2ff5b66fca4f069fe"><code>c15ae68</code></a> Update CHANGELOG for 9.4.1</li> <li><a href="https://github.com/tj/commander.js/commit/471ec400b846e46584664c90459418abf7accca2"><code>471ec40</code></a> Add copyInheritedSettings to README (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1798">#1798</a>)</li> <li><a href="https://github.com/tj/commander.js/commit/8236966ca1097e49a4a8c058e4bc69fea067fbb3"><code>8236966</code></a> Add mention of makeOptionMandatory in README (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1797">#1797</a>)</li> <li><a href="https://github.com/tj/commander.js/commit/72be61c0e2f5aa59e217a410cebc882c20c20801"><code>72be61c</code></a> Add implied to option value sources (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1794">#1794</a>)</li> <li><a href="https://github.com/tj/commander.js/commit/84d9201e92d041825190a7fb8412959d4c1d1034"><code>84d9201</code></a> setOptionValue should clear option source (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1795">#1795</a>)</li> <li><a href="https://github.com/tj/commander.js/commit/82fcb98cc27164a98e0c5f2c6f54621b5bbceef9"><code>82fcb98</code></a> Update CHANGELOG preparing for 9.4.0</li> <li><a href="https://github.com/tj/commander.js/commit/177cc6e6dad797c99911a5fa9bd20c1ff49ec633"><code>177cc6e</code></a> Update dependencies (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1767">#1767</a>)</li> <li><a href="https://github.com/tj/commander.js/commit/2c7f687eaea6e7b29b917db8d71a06fe6fbfb53e"><code>2c7f687</code></a> feat: add preSubcommand hook (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1763">#1763</a>)</li> <li><a href="https://github.com/tj/commander.js/commit/3ae30a291a777ad1f748d86f49903579277f9ea0"><code>3ae30a2</code></a> Export InvalidOptionArgumentError in esm (<a href="https://github-redirect.dependabot.com/tj/commander.js/issues/1756">#1756</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tj/commander.js/compare/v8.3.0...v9.4.1">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.4.1)](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:34:33 +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#4009
No description provided.