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

consider automating dep updates #186

Open
adnasa opened this issue Apr 5, 2018 · 1 comment
Open

consider automating dep updates #186

adnasa opened this issue Apr 5, 2018 · 1 comment

Comments

@adnasa
Copy link
Member

adnasa commented Apr 5, 2018

Naturally, since it's been a while since we continued on maintaining this project, a lot of our packages went (way) outdated.

with #184 merged in, the next is of course of to upgrade babel-* -> @babel/* and webpack. once these upgrades are done, we should start considering automating the update of deps; with the exception of webpack.

Upgrading webpack regularly could require constant re-factoring for builds to pass, which can be time consuming. we can certain automate updates of this package, but only get the notification on a major upgrade.


There are a few options to automation: greenkeeper vs renovate.
I for one, highly appreciate renovate due to its respect for peer dependency, and not to mention scheduled updates.


putting this issue on hold, until we finished @babel x webpack upgrade 😉

@vutran
Copy link
Member

vutran commented May 8, 2018

I'm down for this. I've used greenkeeper in the past but haven't tried renovate yet. One thing I disliked about automatic dependency updates is receiving too many emails/notifs but it does make sense as we scale out so we can avoid maintaining these small things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Dext cleanup
  
To do
Development

No branches or pull requests

2 participants