Change8

v10.6.3

📦 pnpmView on GitHub →
1 features🐛 2 fixes🔧 3 symbols

Summary

Patch release fixing a crash in `pnpm install --prod=false`, adding missing `node-options` to `recursive run`, and cleaning up the `dedupe-peer-dependents` code path.

✨ New Features

  • Add the missing `node-options` config to `recursive run`.

🐛 Bug Fixes

  • `pnpm install --prod=false` no longer crashes when run in a project containing a `pnpm-workspace.yaml` file (regression fixed from #9211).
  • Removed an internal branching code path that only executed when `dedupe-peer-dependents=false`; this refactor improves consistency and should not affect behavior.

🔧 Affected Symbols

installrecursive.rundedupePeerDependents