How I Upgrade Dependencies in a Node Project: yarn upgrade-interactive

preview_player
Показать описание
Upgrading node/npm/yarn dependencies can be... treacherous. Make things a bit easier with yarn upgrade-interactive.

In this video, I walk through how I keep dependencies up-to-date on Javascript/Typescript projects. We'll walk through upgrading Node in both NVM and Docker, upgrading packages with Yarn, and solving a few gotchas along the way.

Ultimate Node Stack:

Follow me here:
Рекомендации по теме
Комментарии
Автор

This video was great and very informative.
I have a question, suppose I have a major gap between the node versions like currently working on node version 10 and need to update to the LTS version of the node and also same with the dependencies that are been used, won't there be any breaking changes while upgrading all the dependencies that my application is using or the security issues that can be checked by npm audit.
How to address these types of issues ( finding and solving security issues, upgrading dependency by keeping semver [ symentic versioning ] in mind, and what other things to be kept in mind, etc ) that can break the code that may be in production and solve it.
Can you please answer this by making a video or even a simple reply would be appreciated.

venusirpuram
Автор

I have watched all of your videos, my favorite is the mini project calculator video, I hope you make more ReactJs mini project videos.🔥🔥🔥

ongnguyen