Minor Changes
- New command added:
pnpm audit --fix
. This command adds overrides topackage.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 tonpm pack
anymore #3608. - When
pnpm add pkg
is executed in a workspace andpkg
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.