[Snyk] Upgrade commander from 9.0.0 to 9.5.0#3
Conversation
Snyk has created this PR to upgrade commander from 9.0.0 to 9.5.0. See this package in npm: commander See this project in Snyk: https://app.snyk.io/org/anna.korniienko/project/552a2a66-e6cc-42f4-b027-49195724fb0a?utm_source=github&utm_medium=referral&page=upgrade-pr
|
Important Review skippedIgnore keyword(s) in the title. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
Snyk has created this PR to upgrade commander from 9.0.0 to 9.5.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 6 versions ahead of your current version.
The recommended version was released on 2 years ago.
Release notes
Package name: commander
-
9.5.0 - 2023-01-07
-
9.4.1 - 2022-09-30
- TypeScript: add
- TypeScript : add
- additions to README
-
9.4.0 - 2022-07-15
- export
- update dependencies (#1767)
-
9.3.0 - 2022-05-28
- updated Chinese README with 9.x changes (#1727)
- TypeScript: add
- multi-character short option flag (e.g.
-
9.2.0 - 2022-04-15
- conditional export of 'types' for upcoming TypeScript module resolution (#1703)
- example file showing two ways to add global options to subcommands (#1708)
- detect option conflicts in parent commands of called subcommand (#1710)
- replace deprecated
-
9.1.0 - 2022-03-18
- Option
- (developer) CodeQL configuration for GitHub Actions (#1698)
-
9.0.0 - 2022-01-29
- simpler ECMAScript import (#1589)
- Option.preset() allows specifying value/arg for option when used without option-argument (especially optional, but also boolean option) (#1652)
- throw with helpful message if pass
- .
- Breaking: Commander 9 requires Node.js v12.20.0 or higher
- update package-lock.json to lockfile@2 format (#1659)
- Breaking: default value specified for boolean option now always used as default value (see .preset() to match some previous behaviours) (#1652)
- default value for boolean option only shown in help if true/false (#1652)
- use command name as prefix for subcommand stand-alone executable name (with fallback to script name for backwards compatibility) (#1571)
- allow absolute path with
- removed restriction that nested subcommands must specify
- TypeScript: allow passing readonly string array to
- TypeScript: allow passing readonly string array to
- option with optional argument not supplied on command line now works when option already has a value, whether from default value or from previous arguments (#1652)
- Breaking: removed internal fallback to
from commander GitHub release notesAdded
.getOptionValueSourceWithGlobals()(#1832)showGlobalOptionsfor.configureHelp{}andHelp(#1828)Fixed
.setOptionValue()now also clears option source (#1795)impliedtoOptionValueSourcefor option values set by using.implies()(#1794)undefinedto return type of.getOptionValueSource()(#1794)Changed
Added
preSubcommandhook called before direct subcommands (#1763)Fixed
InvalidOptionArgumentErrorin esm (#1756)Changed
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)Fixed
string[]to.options()default value parameter type for use with variadic options (#1721)Deprecated
-ws) (#1718)Added
Fixed
Changed
String.prototype.substr(#1706)Added
.conflicts()to set conflicting options which can not be specified together (#1678)Added
.executableDir()for custom search for subcommands (#1571)Optionto.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
showSuggestionAfterErroris now on by default (#1657)executableFile(#1571)executableFile(#1571).choices()(#1667).parse(),.parseAsync(),.aliases()(#1669)Fixed
Removed
require.main.filenamewhen script not known from arguments passed to.parse()(can supply details using
.name(), and.executableDir()orexecutableFile) (#1571)Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: