parse-server
parse-server copied to clipboard
refactor: upgrade commander from 5.1.0 to 9.2.0
This PR was automatically created by Snyk using the credentials of a real user.
Snyk has created this PR to upgrade commander from 5.1.0 to 9.2.0.
:information_source: 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.
Warning: This is a major version upgrade, and may be a breaking change.
- The recommended version is 23 versions ahead of your current version.
- The recommended version was released 24 days ago, on 2022-04-15.
Release notes
Package name: commander
-
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-18
Added
-
9.0.0 - 2022-01-29
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
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
- Breaking: Commander 9 requires Node.js v12.20.0 or higher
- update package-lock.json to lockfile@2 format (#1659)
showSuggestionAfterErroris now on by default (#1657)- 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
executableFile(#1571) - removed restriction that nested subcommands must specify
executableFile(#1571) - TypeScript: allow passing readonly string array to
.choices()(#1667) - TypeScript: allow passing readonly string array to
.parse(),.parseAsync(),.aliases()(#1669)
Fixed
- 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)
Removed
- Breaking: removed internal fallback to
require.main.filenamewhen script not known from arguments passed to.parse()
(can supply details using.name(), and.executableDir()orexecutableFile) (#1571)
-
9.0.0-1 - 2022-01-14
Added
-
9.0.0-0 - 2021-12-22
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
Optionto.option()or.requiredOption()(#1655)
Changed
- Breaking: Commander 9 requires Node.js v12.20.0 or higher
- update package-lock.json to lockfile@2 format (#1659)
showSuggestionAfterErroris now on by default (#1657)- 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
executableFile(#1571) - removed restriction that nested subcommands must specify
executableFile(#1571)
Fixed
- 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)
Removed
- Breaking: removed internal fallback to
require.main.filenamewhen script not known from arguments passed to.parse()(can supply details using.name(), and.executableDir()orexecutableFile) (#1571)
-
8.3.0 - 2021-10-22
Added
.getOptionValueSource()and.setOptionValueWithSource(), where expected values for source are one of 'default', 'env', 'config', 'cli' (#1613)
Deprecated
-
8.2.0 - 2021-09-10
Added
.showSuggestionAfterError()to show suggestions after unknown command or unknown option (#1590)- add
Optionsupport for values from environment variables using.env()(#1587)
Changed
- show error for unknown global option before subcommand (rather than just help) (#1590)
Removed
- TypeScript declaration of unimplemented
OptionmethodargumentRejected
-
8.1.0 - 2021-07-27
Added
- 8.0.0 - 2021-06-25 Read more
-
8.0.0-2 - 2021-06-06
Added
.showHelpAfterError()to display full help or a custom message after an error (#1534)- custom argument processing function also called without action handler (only with action handler in v8.0.0-0) (#1529)
Changed
- 8.0.0-1 - 2021-05-31
- 8.0.0-0 - 2021-05-22
- 7.2.0 - 2021-03-21
- 7.1.0 - 2021-02-15
- 7.0.0 - 2021-01-15
- 7.0.0-2 - 2020-12-14
- 7.0.0-1 - 2020-11-21
- 7.0.0-0 - 2020-10-25
- 6.2.1 - 2020-12-14
- 6.2.0 - 2020-10-25
- 6.1.0 - 2020-08-28
- 6.0.0 - 2020-07-19
- 6.0.0-0 - 2020-06-20
- 5.1.0 - 2020-04-25
Commit messages
Package name: commander
- 6c26370 Add link for 9.2.0 changes
- 9864529 Add another PR to CHANGELOG
- b77a0e9 Prepare for 9.2.0
- bf205d1 Check for conflicts in parent commands (#1711)
- 7d7a674 Clarify option arguments (#1709)
- 40e67bc Add example for "global" options (#1708)
- 961c45e refactor: replace deprecated String.prototype.substr()
- 8cbd082 Add `"types"` to `"exports"` (#1704)
- 5bddedf Update CHANGELOG and version for 9.1.0
- 0e29b3d Fix the typo
- 019499b Remove low-value argument test (#1701)
- 1d27078 Add extended conflicts example (#1700)
- b5d2bb1 ci: add .github/workflows/codeql-analysis.yml
- fc4fd41 feat(option): allow to set options as conflicting (#1678)
- 997655d Fix syntax errors in migration example (#1692)
- 47e8b20 Follow best practice and require process rather than use global (#1685)
- 02a124c Merge pull request #1683 from tj/release/9.x
- 1f66069 Add readonly changes to CHANGELOG
- ecaae11 Prepare for 9.0.0 release
- c984ab8 Fix errata in example (#1676)
- c58fe4d 9.0.0-1
- 5a482e6 Update CHANGELOG for 9.0.0-1
- 7a59df4 Add error() for displaying errors from client code (#1675)
- 772eb53 Add support for getting merged options including globals (#1671)
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:
🔕 Ignore this dependency or unsubscribe from future upgrade PRs
I will reformat the title to use the proper commit message syntax.
Thanks for opening this pull request!
- ❌ Please edit your post and use the provided template when creating a new pull request. This helps everyone to understand your post better and asks for essential information to quicker review the pull request.
Closing due to conflicts; waiting for snyk to open a new PR.