dawson-org / dawson-cli

A serverless web framework for Node.js on AWS (CloudFormation, CloudFront, API Gateway, Lambda)
https://dawson.sh
GNU General Public License v3.0
713 stars 25 forks source link

Update listr to the latest version 🚀 #178

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 0.12.0 of listr just got published.

Dependency listr
Current Version 0.11.0
Type dependency

The version 0.12.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of listr. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 7 commits0.

  • 2d7a7bf 0.12.0
  • f4f8f1d control the number of concurrent tasks - fixes #54 (#56)
  • bcef756 throw error if task object is provided instead of array - fixes #59
  • 88dca62 support setting task output (#57)
  • 03bd858 add lint-staged as a pre-commit hook (#55)
  • ef28d69 fix tests for latest AVA
  • 8b89a6e hide error message if the error occurred in a subtask

false

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 91.597% when pulling 74c1d9a86c3779ab4f8104025594a335b9ebd01a on greenkeeper/listr-0.12.0 into 4b91ec0562aedd98293861498cc2b44adaa526b8 on master.

codecov[bot] commented 7 years ago

Codecov Report

Merging #178 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #178   +/-   ##
=======================================
  Coverage   92.91%   92.91%           
=======================================
  Files           9        9           
  Lines         240      240           
=======================================
  Hits          223      223           
  Misses         17       17

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 4b91ec0...74c1d9a. Read the comment docs.