Skip to content

v6.11.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@zkochan zkochan released this 28 Jul 07:50
· 2297 commits to main since this release

Minor Changes

  • New command added: pnpm audit --fix. This command adds overrides to package.json that force versions of packages that do not have the vulnerabilities #3598.
  • Own implementation of pnpm pack is added. It is not passed through to npm pack anymore #3608.
  • When pnpm add pkg is executed in a workspace and pkg is already in the dependencies of one of the workspace projects, pnpm uses that already present version range to add the new dependency #3614.

Patch Changes

  • Don't collapse warnings when --reporter append-only is used.
  • Print a warning when a lifecycle script is skipped #3619.