mabels / promise-etcd

Apache License 2.0
1 stars 0 forks source link

Update clap to the latest version 🚀 #45

Open greenkeeper[bot] opened 4 years ago

greenkeeper[bot] commented 4 years ago

The dependency clap was updated from 1.2.3 to 2.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher: lahmatiy License: MIT

Release Notes for 2.0.0
  • Dropped support for Node < 8
  • Bumped deps to latest versions
  • Added config argument for Command and create function
    • defaultHelp option to prevent adding --help option on command create
    • infoOptionAction option to override action when info option involved (output to stdout and exit(0) by default)
  • Added Command#infoOption() method
  • Fixed failure on argv parsing when all types of values are passed (i.e. args & options & literal args)
  • Renamed create() method to command()
  • Removed error() method
  • Removed confirm() method
Commits

The new version differs by 12 commits.

  • cd9d3b3 2.0.0
  • 2be718b Add some tests
  • c0c8e2b Remove confirm()
  • 453b4c0 Add example of usage and licese
  • 99c9d36 Remove some redundant code
  • efe9678 Remove missed fs in test
  • 0e6e4ea Fix script to launch for travis
  • 005c88c Bump mocha
  • 1988cf2 Fix failure on argv parsing when args & options & literal args are passed
  • e11beaa Rename create() -> command()
  • 396dfe9 Bump chalk, remove missed "only" in tests and related fixes
  • f40ec08 Update deps, drop nodejs < 8.0 and refactoring

See the full diff


FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 4 years ago

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

See the full diff