Minor Changes
- A new setting has been added called
dedupe-direct-deps
, which is disabled by default. When set totrue
, dependencies that are already symlinked to the rootnode_modules
directory of the workspace will not be symlinked to subprojectnode_modules
directories. This feature was enabled by default in v8.0.0 but caused issues, so it's best to disable it by default #6299. - Add
ignore-workspace-cycles
to silence workspace cycle warning #6308.
Patch Changes
- Print the right lowest supported Node.js version in the error message, when pnpm is executed with an old Node.js version #6297.
- Improve the outdated lockfile error message #6304.