Skip to content

v5.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@zkochan zkochan released this 09 Aug 20:48

Features

  • Allow unknown options that are prefixed with config.

    pnpm install --foo would fail with an unknown option error.

    pnpm install --config.foo will work fine, setting the npm_config_foo environment variable for child lifecycle events.

Bug Fixes

  • Don't leave empty temp directories in home directory (#2749).
  • Reunpack the contents of a modified tarball dependency (#2747).
  • pnpm list -r should print the legend only once.
  • Don't read the .npmrc file that is outside the workspace.
  • Hoisting should work in a workspace that has no root project.