npm-upgrade icon indicating copy to clipboard operation
npm-upgrade copied to clipboard

Support NPM workspaces

Open wallw-teal opened this issue 3 years ago • 3 comments

Please consider supporting NPM workspaces.

https://docs.npmjs.com/cli/v7/using-npm/workspaces

Assuming most of the tool works off of package-lock.json, then this affects the question at the end to update package.json, which should also ask to update other package.json files in the workspace packages.

wallw-teal avatar Nov 04 '21 23:11 wallw-teal

@th0r, do you mind letting us know what's your take on this? Do you see value in this feature or it can be done some other way at the moment?

Thank you!

amalitsky avatar Apr 08 '23 20:04 amalitsky

@amalitsky, Here's a temporary workaround: https://github.com/antongolub/npm-upgrade-monorepo

antongolub avatar May 18 '23 16:05 antongolub

I can also say that it would be really cool to just run npm-upgrade in your monorepo root dir and then it just tells you which dep it wants to upgrade in which project.

kasir-barati avatar Sep 29 '23 14:09 kasir-barati