shelljs / shx

Portable Shell Commands for Node
MIT License
1.73k stars 45 forks source link

Update all dependencies 🌴 #54

Closed greenkeeperio-bot closed 8 years ago

greenkeeperio-bot commented 8 years ago

Hello :wave:

This is the first automated pull requests to help reach the goal of up to date and stable software. It updates all of the dependencies in the package.json in one go, but from now on you’ll receive pull requests for each dependency update in isolation and in real time.

For updates that satisfy the existing version range you’ll get pull-requests only if it breaks your build.

Example:

-  "underscore": "^1.6.0"
+  "underscore": "^1.7.0"

When an update does not satisfy the existing range you’ll get the pull request right away.

Example:

-  "lodash": "^3.0.0"
+  "lodash": "^4.0.0"

Happy fixing and merging :palm_tree:


This pull request was created by greenkeeper.io. It keeps your software up to date, all the time.

Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster :zap:

levithomason commented 8 years ago

Just added this, automated "update dependency" PRs. Includes nice commit message formatting.

nfischer commented 8 years ago

Sweet! LGTM assuming it passes CI.

ariporad commented 8 years ago

LGTM!

On Wed, May 11, 2016 at 3:11 PM, Nate Fischer notifications@github.com wrote: Sweet! LGTM assuming it passes CI.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub [https://github.com/shelljs/shx/pull/54#issuecomment-218605758]

codecov-io commented 8 years ago

Current coverage is 90.32%

Merging #54 into master will not change coverage

@@             master        #54   diff @@
==========================================
  Files             4          4          
  Lines            31         31          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits             28         28          
  Misses            3          3          
  Partials          0          0          

Powered by Codecov. Last updated by 6430568...ef27840