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.1.0 to 9.4.0 #125

Merged
merged 1 commit into from Aug 18, 2022

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade commander from 9.1.0 to 9.4.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 3 versions ahead of your current version.
  • The recommended version was released a month ago, on 2022-07-15.
Release notes
Package name: commander
  • 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

    • detect option conflicts in parent commands of called subcommand (#1710)

    Changed

    • replace deprecated String.prototype.substr (#1706)
  • 9.1.0 - 2022-03-18

    Added

    • Option .conflicts() to set conflicting options which can not be specified together (#1678)
    • (developer) CodeQL configuration for GitHub Actions (#1698)
from commander GitHub release notes
Commit messages
Package name: commander
  • 82fcb98 Update CHANGELOG preparing for 9.4.0
  • 177cc6e Update dependencies (#1767)
  • 2c7f687 feat: add preSubcommand hook (#1763)
  • 3ae30a2 Export InvalidOptionArgumentError in esm (#1756)
  • dccc906 Bump github/codeql-action from 1 to 2
  • 211ff69 Bump actions/checkout from 2 to 3
  • becb22f Bump actions/setup-node from 2 to 3
  • 3e202f3 Add develop branch for earlier warnings
  • fd24e92 Add target-branch
  • f2aec26 Prepare for 9.3.0
  • e89eca8 chore: Included githubactions in the dependabot config
  • 3103c6b Add more tests for implies (#1730)
  • 1bab84c Add test for Option passed to wrong routines (#1729)
  • 4094e22 chore: Set permissions for GitHub actions
  • b2842dc update chinese readme (#1727)
  • cc2db5b Add optional summary for short form of subcommand description. (#1726)
  • d660967 Add Option.implies() (#1724)
  • 1b492d9 Add string[] to options defaultValue type (#1721)
  • 06cf751 ci: add nodejs18 as it is released
  • a80b984 Rework example to avoid graphql warnings (#1719)
  • acbbe18 Deprecate multi-character short flags (#1718)
  • 6c26370 Add link for 9.2.0 changes
  • 9864529 Add another PR to CHANGELOG
  • b77a0e9 Prepare for 9.2.0

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 Aug 14, 2022

Pull Request Test Coverage Report for Build 2853975074

  • 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 2150716257: 0.0%
Covered Lines: 90
Relevant Lines: 90

💛 - Coveralls

@ovhemert ovhemert merged commit d5d74fd into master Aug 18, 2022
@ovhemert ovhemert deleted the snyk-upgrade-b74cd5c8889fd32c52fc27793abd7c09 branch August 18, 2022 07:43
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