Minor Changes
- When the
resolve-peers-from-workspace-root
setting is set totrue
, pnpm will use dependencies installed in the root of the workspace to resolve peer dependencies in any of the workspace's projects #5882.
Patch Changes
- The help of the run command should list the
--resume-from
option. - Should display
--include-workspace-root
option on recursive command's help info.