Change8

v10.12.2

📦 pnpmView on GitHub →
🐛 4 fixes

Summary

This patch release fixes several CLI bugs, including hoisting with `enableGlobalVirtualStore`, help flag handling for `pnpm create`, incorrect license list paths, and a deployment failure caused by outdated lockfiles.

🐛 Bug Fixes

  • Fixed hoisting when `enableGlobalVirtualStore` is set to true (see #9648).
  • Fixed the `--help` and `-h` flags not working as expected for the `pnpm create` command.
  • Corrected the dependency package path output by the `pnpm licenses list --json` command.
  • Fixed a bug where `pnpm deploy` fails due to overridden dependencies having peer dependencies causing `ERR_PNPM_OUTDATED_LOCKFILE` (see #9595).