Renovate PRs for Minor/Patch Updates also bump all other dependencies in the pnpm lockfile #35759
-
How are you running Renovate?A Mend.io-hosted app Please tell us more about your question or problemLately, Renovate PRs seem to bump all versions in the pnpm lockfile instead of just the desired one, i.e. if I merge one PR for a specific dep update, all other PRs get auto-closed because the merged PR already contained the bumps for all the other deps. Was there a change in Renovate or is this a bug? Thanks a lot! Select me to see logs
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Hi there, This issue or discussion is missing some logs, making it difficult or impossible to help you. Depending on which situation applies follow one, some or all of these instructions. No logs at allIf you haven't posted any log yet, we need you to find and copy/paste the log into the issue template. Finding logs on hosted appSelect me to read instructionsIf you use the Mend Renovate app (GitHub):
Finding logs when self-hostingSelect me to read instructionsRead the Renovate docs, troubleshooting, self-hosted to learn how to find the logs. Formatting your logsSelect me to read instructionsPlease put your logs in a
If you feel the logs are too large to paste here, please use a service like GitHub Gist and paste the link here. Good luck, The Renovate team |
Beta Was this translation helpful? Give feedback.
-
Does someone have an idea why this might happen? |
Beta Was this translation helpful? Give feedback.
-
The lock file is changed by pnpm itself, not directly by renovate. So either:
You can look at the logs right when pnpm is called to see if either of those are likely |
Beta Was this translation helpful? Give feedback.
-
This issue is caused by pnpm/pnpm#9519 and has likely been fixed in pnpm v10.11.1. |
Beta Was this translation helpful? Give feedback.
This issue is caused by pnpm/pnpm#9519 and has likely been fixed in pnpm v10.11.1.
https://github.com/pnpm/pnpm/releases/tag/v10.11.1