package-json-upgrade icon indicating copy to clipboard operation
package-json-upgrade copied to clipboard

Update All package.json files in a mono repo

Open dusave opened this issue 4 years ago • 3 comments

Would be nice to be able to run a command and have it update all package.json's in a mono repo. Is this possible with VSCode?

dusave avatar Oct 20 '20 17:10 dusave

it would be really useful. Hope this command will be added: a sort of do upgrade to all package.json.

rrok avatar Mar 02 '22 11:03 rrok

I would welcome a PR but I dont quite have the time to look into this myself.

pgsandstrom avatar Jun 13 '22 12:06 pgsandstrom

As an alternative, syncpack can help dealing with workspace consistency. I personnaly use the tool to align a dependency version workspace wide and to add pre-commit rule to ensure consistency

stevebeauge avatar Jul 17 '23 09:07 stevebeauge