Open
Description
Affected Packages
Not sure.
Problem
When using pnpm with changesets in a monorepo, after merging the "Update Versions" PR from the changesets action, CI breaks on the "Install" step since changesets has updated the versions in linked packages but has not updated the pnpm-lock.yaml
.
Proposed solution
I think after changesets updates linked package versions to the new/upcoming version, it should run pnpm install -r
(recursive) to update the lock file. Not sure if there is a better solution or how pnpm itself is handling this issue. Thoughts @zkochan ?