Live data from Hacker News

Greenkeeper: Always up-to-date npm dependencies

greenkeeper.io

21–22 of 22 posts

Re: Greenkeeper: Always up-to-date npm dependencies

#22
post #11

Here's my 2 cents coming from experience with Rubygems (and my minimal experience with Node). You simply cannot auto upgrade dependencies. Period. On an application running in production with development spanning over a couple of months this will break a lot of stuff. For that to happen, all package developers have to follow semantic versioning and make sure they never break API with minor updates, but that's hard to…

Heya, you summed up the problem perfectly and we are not trying to be all clever solving this unsolvable riddle. All Greenkeeper does is send you a Pull Request, which then runs your test. Only when you as the maintainer are satisfied this works, you get to merge the PR. We have another project https://github.com/semantic-release/semantic-release that you can use to make sure your project leaves semver to computers a…

"All Greenkeeper does is send you a Pull Request, which then runs your test. Only when you as the maintainer are satisfied this works, you get to merge the PR."

This is actually golden. When you do this for Rubygems. I will be the first paying customer.

Post reply on HN