Change8

v9.15.6

📦 pnpmView on GitHub →
🐛 5 fixes

Summary

This patch release fixes several bugs related to corepack updates, version output, packageManager version format, and catalog handling during filtered installs.

🐛 Bug Fixes

  • Fixed instruction for updating pnpm with corepack (see https://github.com/pnpm/pnpm/pull/9101).
  • Now prints pnpm's version after the execution time at the end of the console output.
  • Disallowed pnpm version specified by `packageManager` from starting with `v`.
  • Fixed bug where catalog snapshots were removed from the `pnpm-lock.yaml` file when using `--fix-lockfile` and `--filter` (see https://github.com/pnpm/pnpm/issues/8639).
  • Fixed bug where catalog protocol dependencies did not re-resolve on a filtered install (see https://github.com/pnpm/pnpm/issues/8638).