Change8

v10.10.0

📦 pnpmView on GitHub →
1 features🐛 4 fixes🔧 6 symbols

Summary

This release adds support for loading preResolution, importPackage, and fetchers hooks from a local pnpmfile and includes several bug fixes such as the cd command with shellEmulator, workspace yaml key sorting, and npm_package_json propagation.

✨ New Features

  • Allow loading the `preResolution`, `importPackage`, and `fetchers` hooks from a local pnpmfile.

🐛 Bug Fixes

  • Fix `cd` command when `shellEmulator` is true (see https://github.com/pnpm/pnpm/issues/7838).
  • Sort keys in `pnpm-workspace.yaml` (see https://github.com/pnpm/pnpm/pull/9453).
  • Pass the `npm_package_json` environment variable to executed scripts (see https://github.com/pnpm/pnpm/issues/9452).
  • Correct description of the `--reporter=silent` option.

🔧 Affected Symbols

preResolutionimportPackagefetcherscd commandpnpm-workspace.yaml key sortingnpm_package_json environment variable