Dependabot + PNPM: Known Issues with 10.9.0-10.11.0 #12369
robaiken
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
An issue was identified with PNPM versions 10.9.0 to 10.11.0 that affects how Dependabot processes package updates. The issue has been resolved in PNPM 10.11.1.
Since PNPM v10.9.0, running
pnpm update <pkg> --lockfile-only
re-resolves the entire lockfile instead of only updating the specified package. This causes Dependabot to regenerate metadata for all packages, not just the one being updated.Impact on Dependabot
package.json
packageManager
field have been affected for ~3 weekspackage.json
Solution
Update your version of PNPM
This will download the latest version and update your
package.json
automatically.Related Dependabot issues
Questions?
If you're still experiencing issues after upgrading to PNPM 10.11.1, please raise a new issue with details about your setup.
Beta Was this translation helpful? Give feedback.
All reactions