Minor Changes
-
A new setting supported:
prefer-symlinked-executables
. Whentrue
, pnpm will create symlinks to executables in
node_modules/.bin
instead of command shims (but on POSIX systems only).This setting is
true
by default whennode-linker
is set tohoisted
.Related issue: #4782.
-
When
lockfile-include-tarball-url
is set totrue
, every entry inpnpm-lock.yaml
will contain the full URL to the package's tarball #5054.
Patch Changes
pnpm deploy
should include all dependencies by default #5035.- Don't print warnings about file verifications. Just print info messages instead.
pnpm publish --help
should print the--recursive
and--filter
options #5019.- It should be possible to run exec/run/dlx with the
--use-node-version
option.
Our Gold Sponsors
Our Silver Sponsors
What's Changed
- pnpm rebuild accepts --store-dir by @chengcyber in #5036
- fix(deploy): include all deps by default by @zkochan in #5040
- chore(deps): upgrade nock to v13 by @mcmxcdev in #5043
- fix: log more info on HTTP error by @zkochan in #4917
- fix: document the -r option by @zkochan in #5044
- chore(deps): upgrade sinon to v14 by @mcmxcdev in #5045
- fix(audit): add authentication to pnpm-audit by @sled in #5053
- feat: prefer-symlinked-executables by @zkochan in #5048
- chore: update pnpm-workspace.yaml by @ayu14214 in #5060
- feat: add
lockfile-include-tarball-url
option by @MBelniak in #5054
New Contributors
- @mcmxcdev made their first contribution in #5043
- @sled made their first contribution in #5053
- @ayu14214 made their first contribution in #5060
- @MBelniak made their first contribution in #5054
Full Changelog: v7.5.2...v7.6.0-0