github pnpm/pnpm v6.19.0

latest releases: v9.0.6, v9.0.5, v9.0.4...
2 years ago

Minor Changes

  • Package scope is optional when filtering by package name #3485.

    So the next two commands will both find @pnpm/core:

    pnpm test --filter core
    pnpm test --filter @pnpm/core
    

    However, if the workspace contains @types/core and @pnpm/core, --filter=core will not work.

  • Allow a system's package manager to override pnpm's default settings

Patch Changes

  • pnpm install --global should link global packages to specific Node.js versions only if Node.js was installed by pnpm #3910.
  • It should be possible to alias a workspace package that has a name with a scope #3899.
  • pnpm store path added to the output of pnpm store.

Don't miss a new pnpm release

NewReleases is sending notifications on new releases.