Blog
Don't get stuck with out of date dependencies!
01.20.2021 | Frontend Backend | James McMahon
For Gradle
Use Latest Versions Plugin
Follow the instructions in the repo to add this plugin to your Gradle project, and viola, you should be able to run it with:
./gradlew useLatestVersions
This will update all your Gradle dependencies to the latest. You'll then need to manually run your tests to ensure everything look kosher.
For Node
updtr
updtr can be run as either a standalone command or a dev dependency. Once you have it installed, you can run:
updtr
In your project directory to update all your dependencies. What is awesome about updtr is that it will run your tests to ensure that each dependency updated successfully. Custom test commands can be specified by using the --test
flag.
This also works for Yarn
Wrap Up
Those are the tools I've been using since I've been entrenched in the Java / Node stack. If you have a similar tool for your favorite stack, let me know in the comments below!
Share
Read More
Related Posts
06.30.2021 | Culture | Katy Scott
At Focused Labs, collaboration is key to how we work together; it helps our teams learn from each other, brings us closer and helps us become more efficient...
06.23.2021 | Culture | Austyn
Late-night feedings and diaper changes, the 3-4 month sleep regression, teething, and a growth spurt all mean I'm getting less sleep than...
05.12.2021 | Culture Backend Frontend | Ryan Taylor
Temporarily disrupts "normal" business operations and allow self-organized teams to rapid prototype around their interest areas
04.27.2021 | Culture | Erin Hochstatter
Several years ago, I'd been trying to find an approach to software consulting that made sense for me [...]
01.28.2021 | Backend | Parker Drake
Recently I found myself needing to validate fields in a Spring Boot controller written in Kotlin...
01.22.2021 | Tutorial | Luke Mueller
⌘+⇧+g is the way to go
01.21.2021 | Devops | Katy G
Kube jobs running wild? To delete successful jobs...