Patch Changes
- When the same file is appended multiple times into a tarball, the last occurrence is selected when unpacking the tarball.
- Fixed a bug in which pnpm passed the wrong scheme to
git ls-remote
, causing a fallback togit+ssh
and resulting in a 'host key verification failed' issue #6805. - Added support for
publishConfig.registry
inpackage.json
for publishing #6775. pnpm rebuild
now uploads the built artifacts to the content-addressable store.- If a command cannot be created in
.bin
, the exact error message is now displayed. - Treat linked dependencies with a tag version type as up-to-date #6592.
pnpm setup
now prints more details when it cannot detect the active shell.