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 10.0.0 to 11.0.0 #261

Merged
merged 1 commit into from
Jul 10, 2023

Conversation

lholmquist
Copy link
Member

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


Snyk has created this PR to upgrade commander from 10.0.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 2 versions ahead of your current version.
  • The recommended version was released 22 days 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
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)

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

@codecov-commenter
Copy link

Codecov Report

Patch coverage has no change and project coverage change: -0.35 ⚠️

Comparison is base (31ec689) 90.34% compared to head (f3a3645) 90.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #261      +/-   ##
==========================================
- Coverage   90.34%   90.00%   -0.35%     
==========================================
  Files           9        9              
  Lines         290      290              
==========================================
- Hits          262      261       -1     
- Misses         28       29       +1     

see 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

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.

3 participants