Minor Changes
- Support specifying node version (via
pnpm.executionEnv.nodeVersion
inpackage.json
) for running lifecycle scripts per each package in a workspace #6720. - Overrides now support the
catalogs:
protocol #8303.
Patch Changes
- The
pnpm deploy
command now supports thecatalog:
protocol #8298. - The
pnpm outdated
command now supports thecatalog:
protocol #8304. - Correct the error message when trying to run
pnpm patch
withoutnode_modules/.modules.yaml
#8257. - Silent reporting fixed with the
pnpm exec
command #7608. - Add registries information to the calculation of dlx cache hash #8299.