Skip to content
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

Pinned all dependencies #73

Merged
merged 1 commit into from Sep 29, 2015
Merged

Pinned all dependencies #73

merged 1 commit into from Sep 29, 2015

Conversation

HenrikJoreteg
Copy link
Owner

👋 Hello!

We’re all trying to keep our software up to date, yet stable at the same time.

This is the first in a series of automatic PRs to help you achieve this goal. It pins all of the dependencies in your package.json, so you have complete control over the exact state of your software.

From now on you’ll receive PRs whenever one of your dependencies updates – in real time. This way you get all the benefits of up-to-date dependencies, while having them pinned at the same time. This means:

  • No more surprises because some of your dependencies didn’t follow SemVer. Your software is always in a state you know about, regardless of when someone does $ npm install.
  • If you have continuous integration set up for this repo, it’ll run automatically. Ideally, it will pass and you'll stay up to date with the press of a button. If the updated dependency does break your software, it won’t affect your users, because their dependencies are still pinned to the working state.
  • You can immediately identify which dependency updates break your software, because each one is tested in isolation. You’ll also have a branch ready to work on, so adapting to new APIs is way faster.

Merge this PR and you’ll have up-to-date software without the headaches ✨


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 ⚡

@HenrikJoreteg
Copy link
Owner Author

FYI @lukekarrys this is http://greenkeeper.io trying it out... what do you think?

@lukekarrys
Copy link
Contributor

Looks pretty awesome!


Luke Karrys

On Sep 27, 2015, at 10:48 PM, Henrik Joreteg notifications@github.com wrote:

FYI @lukekarrys this is http://greenkeeper.io trying it out... what do you think?


Reply to this email directly or view it on GitHub.

HenrikJoreteg added a commit that referenced this pull request Sep 29, 2015
@HenrikJoreteg HenrikJoreteg merged commit 86722df into master Sep 29, 2015
@lukekarrys lukekarrys deleted the greenkeeper-pin branch October 15, 2015 19:04
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.

None yet

3 participants