Minor Changes
- When
ignore-dep-scripts
istrue
, ignore scripts of dependencies but run the scripts of the project. - When
ignore-compatibility-db
is set totrue
, the compatibility database will not be used to patch dependencies #5132. - Print the versions of packages in peer dependency warnings and errors.
- Support a new hook for passing a custom package importer to the store controller.
Patch Changes
- Don't print the same deprecation warning multiple times.
- On POSIX
pnpm setup
should suggest users to source the config instead of restarting the terminal. - Installing a package with
bin
that points to an.exe
file on Windows #5159. - Fix bug where the package manifest was not resolved if
verify-store-integrity
is set tofalse
. - Fix sorting of keys in lockfile to make it more deterministic and prevent unnecessary churn in the lockfile #5151.
- Don't create a separate bundle for pnpx.