Skip to content

Update commander to the latest version 🚀 #6643

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

Merged
2 commits merged into from
Apr 30, 2020
Merged

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Apr 25, 2020


☝️ Important announcement: Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The dependency commander was updated from 5.0.0 to 5.1.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: abetomo
License: MIT

Release Notes for v5.1.0

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])
Commits

The new version differs by 15 commits.

  • 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

See the full diff


FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@ghost ghost added the Merge On Green label Apr 25, 2020
@codecov
Copy link

codecov bot commented Apr 30, 2020

Codecov Report

Merging #6643 into master will increase coverage by 10.09%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master    #6643       +/-   ##
===========================================
+ Coverage   83.74%   93.84%   +10.09%     
===========================================
  Files         169      169               
  Lines       11991    12601      +610     
===========================================
+ Hits        10042    11825     +1783     
+ Misses       1949      776     -1173     
Impacted Files Coverage Δ
src/Adapters/Cache/RedisCacheAdapter/index.js 65.33% <0.00%> (-32.63%) ⬇️
src/ParseServer.js 91.06% <0.00%> (-0.01%) ⬇️
src/Routers/AggregateRouter.js 100.00% <0.00%> (ø)
src/GraphQL/transformers/mutation.js 96.89% <0.00%> (+0.19%) ⬆️
src/GraphQL/loaders/defaultGraphQLTypes.js 97.43% <0.00%> (+0.36%) ⬆️
src/triggers.js 93.18% <0.00%> (+0.37%) ⬆️
src/Routers/UsersRouter.js 94.33% <0.00%> (+0.62%) ⬆️
src/RestWrite.js 94.54% <0.00%> (+0.89%) ⬆️
src/Controllers/UserController.js 94.39% <0.00%> (+0.93%) ⬆️
src/Controllers/FilesController.js 93.61% <0.00%> (+2.12%) ⬆️
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f43afc5...9368759. Read the comment docs.

@ghost ghost merged commit 4cd7d8f into master Apr 30, 2020
@greenkeeper greenkeeper bot deleted the greenkeeper/commander-5.1.0 branch April 30, 2020 05:59
This pull request was closed.
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.

0 participants