Replies: 3 comments 4 replies
-
I think I'm ok with this, but not super anxious to get it done. I dislike overlapping our tools with stuff that package managers should already do for us. Does the curly brace syntax actually work with npm already?
That'd be dope if it did. |
Beta Was this translation helpful? Give feedback.
-
I currently have my own I imagine the command could run |
Beta Was this translation helpful? Give feedback.
-
I've used a local script for this for some time and finally published it out the other week: https://github.com/brophdawg11/upgrade-remix
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
found this really nice when working with storybook recently, they have
npx sb upgrade [-p]
in their CLI which will automatically find and install the latest (or prerelease) version of your installed storybook dependencies so you don't need to do anything fancy to get them all updated in lockstep (npm i @remix-run/{node, react,..}
Why this would be nice
Remix deps have hard dependencies on each other and if you forget to update one or more packages, you'll end up with multiple versions installed which can cause problems, for example: vercel/vercel#9011, #5073
PR as it only took a few minutes to do: #5004
Beta Was this translation helpful? Give feedback.
All reactions