pnpm version:
Code to reproduce the issue:
7.14.0
Expected behavior:
I expected pnpm update foo to only update foo and its dependencies, nothing more.
Actual behavior:
It updates other stuff unrelated to foo at all (not in its dependency tree), and the new versions of unrelated things can be seen in pnpm-lock.yml.
Additional information:
node -v prints: 17.9.1
- Windows, macOS, or Linux?: macOS
pnpm version:
Code to reproduce the issue:
7.14.0Expected behavior:
I expected
pnpm update footo only updatefooand its dependencies, nothing more.Actual behavior:
It updates other stuff unrelated to
fooat all (not in its dependency tree), and the new versions of unrelated things can be seen inpnpm-lock.yml.Additional information:
node -vprints: 17.9.1