Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade commander from 9.4.0 to 11.0.0 #133

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ovhemert
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade commander from 9.4.0 to 11.0.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.


Warning: This is a major version upgrade, and may be a breaking change.

  • The recommended version is 5 versions ahead of your current version.
  • The recommended version was released 3 months ago, on 2023-06-16.
Release notes
Package name: commander
  • 11.0.0 - 2023-06-16

    Fixed

    • help command works when help option is disabled (#1864)

    Changed

    • leading and trailing spaces are now ignored by the .arguments() method (#1874)
    • refine "types" exports for ESM to follow TypeScript guidelines (#1886)
    • Breaking: Commander 11 requires Node.js v16 or higher
  • 10.0.1 - 2023-04-15

    Added

    Fixed

    • remove unused Option.optionFlags property from TypeScript definition (#1844)

    Changed

    • assume boolean option intended if caller passes string instead of hash to .implies() (#1854)
  • 10.0.0 - 2023-01-14

    Added

    • wrap command description in help (#1804)

    Changed

    • Breaking: Commander 10 requires Node.js v14 or higher
  • 9.5.0 - 2023-01-07

    Added

    • .getOptionValueSourceWithGlobals() (#1832)
    • showGlobalOptions for .configureHelp{} and Help (#1828)
  • 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)
from commander GitHub release notes
Commit messages
Package name: commander
  • 4ef19fa Bump version
  • 1be6dfa Adjust date
  • 1b8e82d Update CHANGELOG for 11.0.0
  • 752900d Lint fixes for latest rules
  • 76d3d11 Update to minimum of node 16
  • a4c96e6 Add separate type file for esm per TypeScript guidelines (#1886)
  • ffc7897 Deprecate import from commander/esm.mjs (#1887)
  • 2f07c2a trim() input string of .arguments method
  • 60958df Add npm run-script to README (#1872)
  • 63abdac Have help command call help directly for subcommands, when possible (#1864)
  • fac9d8c ci: add 20.x to `node-version`
  • 33195f1 Update CHANGELOG and version for 10.0.1
  • 321cd76 Could be multiple hooks, pluralise
  • 5fbf83a Add new documentation to README
  • 28928ed Add parsing life cycle and hooks
  • 1aa5271 Describe help description wrapping
  • ee78d95 Link to Help class in configure-help.js and README.
  • f4c7349 Assume a string parameter to implies is name of boolean option. (#1854)
  • 869c3c0 Remove unused property (#1844)
  • 8b03ab7 10.0.0
  • d0dac4c Update CHANGELOG (#1840)
  • 2bdd631 Merge branch 'master' into release/10.x
  • 7a5bd06 9.5.0
  • e6d85fc Fix year for release

Compare


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:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@coveralls
Copy link

coveralls commented Sep 20, 2023

Pull Request Test Coverage Report for Build 6242717053

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 2881096819: 0.0%
Covered Lines: 90
Relevant Lines: 90

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants