Patch Changes
- Optimize selection result output of
pnpm update --interactive
7109 - When
shared-workspace-lockfile
is set tofalse
, read the pnpm settings frompackage.json
files that are nested. This was broken in pnpm v8.9.0 #7184. - Fix file cloning to
node_modules
on Windows Dev Drives #7186. This is a fix to a regression that was shipped with v8.9.0. pnpm dlx
should ignore any settings that are in apackage.json
file found in the current working directory #7198.