jaebradley / npm-install-search-cli

🔍 📦 Search and install npm packages in the same command
https://www.npmjs.com/package/npm-install-search-cli
MIT License
4 stars 0 forks source link

[Snyk] Upgrade commander from 5.0.0 to 5.1.0 #70

Closed snyk-bot closed 4 years ago

snyk-bot commented 4 years ago

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


Release notes
Package name: commander
  • 5.1.0 - 2020-04-25

    Added

    • support for multiple command aliases, the first of which is shown in the auto-generated help (#531, #1236)
    • configuration support in addCommand() for hidden and isDefault (#1232)

    Fixed

    • omit masked help flags from the displayed help (#645, #1247)
    • remove old short help flag when change help flags using helpOption (#1248)

    Changed

    • remove use of arguments to improve auto-generated help in editors (#1235)
    • rename .command() configuration noHelp to hidden (but not remove old support) (#1232)
    • improvements to documentation
    • update dependencies
    • update tested versions of node
    • eliminate lint errors in TypeScript (#1208)
  • 5.0.0 - 2020-03-14
    Read more
from commander GitHub release notes
Commit messages
Package name: commander
  • 6405325 Prepare for release (#1255)
  • 8c9cfbb Add Node.js 14 to the CI settings of GitHub Actions (#1253)
  • b8baafb Update dependencies (#1251)
  • e1966fc Omit the help flags from help that are masked by other options (#1247)
  • 56221f7 Allow helpOption to only include long flag (#1248)
  • 28e8d3f Add support for multiple aliases (#1236)
  • b59adfc Replace use of arguments.length (#1235)
  • b5d95ee Add opts to addCommand, and rename noHelp to hidden (#1232)
  • 8ec3e7f Consistently refer to returning this for chaining (not parent) (#1231)
  • 2c0a237 Remove most uses of top-level, as less accurate now with command nesting. (#1230)
  • e960c90 Fixing lint errors in TypeScript (#1208)
  • ebc8b41 Merge pull request #1221 from shadowspawn/feature/nested-typos
  • 2ffa6f2 Add 5.x, EOL for 4.x (#1222)
  • c3895db Add 5.x, EOL for 4.x
  • 9b0a991 Fix typos
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

jaebradley commented 4 years ago

:tada: This PR is included in version 1.4.8 :tada:

The release is available on:

Your semantic-release bot :package::rocket: