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 #1788

Merged
merged 1 commit into from Sep 29, 2015
Merged

Pinned all dependencies #1788

merged 1 commit into from Sep 29, 2015

Conversation

mikeal
Copy link
Member

@mikeal mikeal commented Sep 25, 2015

👋 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 ⚡

@mikeal
Copy link
Member Author

mikeal commented Sep 25, 2015

This is from greenkeeper, http://greenkeeper.io/ and is a per-requisite for automated PRs when deps update.

@simov
Copy link
Member

simov commented Sep 25, 2015

Nice 👍

simov added a commit that referenced this pull request Sep 29, 2015
@simov simov merged commit caf0fca into master Sep 29, 2015
@simov simov deleted the greenkeeper-pin branch September 29, 2015 06:49
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