Change8

v10.6.1

📦 pnpmView on GitHub →
🐛 5 fixes🔧 7 symbols

Summary

This patch release fixes several CLI hanging and output issues, restores handling of patchedDependencies, improves approve-builds behavior, and adds registry info for missing package versions.

🐛 Bug Fixes

  • Fixed pnpm CLI process hanging when `--silent` reporting is used.
  • Adjusted `--loglevel=error` output to suppress installation summary, execution time, and large tarball download progress.
  • Ensured `pnpm.patchedDependencies` from `package.json` are no longer ignored.
  • Corrected `approve-builds` command to retain selected dependency packages in `package.json` when `onlyBuiltDependencies` or `ignoredBuiltDependencies` are present.
  • Added registry information to error messages when a package version cannot be found in the package metadata.

🔧 Affected Symbols

pnpm CLI--silent--loglevelpnpm.patchedDependenciesapprove-buildsonlyBuiltDependenciesignoredBuiltDependencies