Minor Changes
- A new option added for hoisting packages from the workspace. When
hoist-workspace-packages
is set totrue
, packages from the workspace are symlinked to either<workspace_root>/node_modules/.pnpm/node_modules
or to<workspace_root>/node_modules
depending on other hoisting settings (hoist-pattern
andpublic-hoist-pattern
) #7451. - The
pnpm dedupe
command now accepts more command line options that thepnpm install
command also accepts. Example:pnpm dedupe --store-dir=local-store-dir
Patch Changes
- The package information output by cat-index should be sorted by key.
pnpm deploy
should not touch the target directory if it already exists and isn't empty #7351.pnpm add a-module-already-in-dev-deps
will show a message to notice the user that the package was not moved to "dependencies" #926 and fix #7319.- Don't install Node.js when use-node-version is set in a WebContainer #7478.
- Fix copy-on-write on Windows Dev Drives #7468.