[BUG] npm version prepatch --save
does not update dependencies
#8171
Labels
npm version prepatch --save
does not update dependencies
#8171
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
This command correctly updates the dependencies of packages in a monorepo so all versions are in sync.
npm version patch --workspaces --save
Before
After
This command does not update the dependencies of packages in a monorepo.
npm version prepatch --workspaces --preid=sluggy --save
Before
After
This issue provides more background to this problem: #7843
Expected Behavior
npm version prepatch --workspaces --preid=x --save
should behave in the same way asnpm version patch --workspaces --save
.Steps To Reproduce
Environment
The text was updated successfully, but these errors were encountered: