npm packageManager updates lose other npm updates if grouped together #31325
Labels
manager:npm
package.json files (npm/yarn/pnpm)
priority-2-high
Bugs impacting wide number of users or very important features
regression
Issue about a regression bug, or the PR caused it
type:bug
Bug fix of existing functionality
Discussed in #31323
Originally posted by ChristianIvicevic September 11, 2024
What would you like help with?
I think I found a bug
How are you running Renovate?
Mend Renovate hosted app on github.com
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
No response
Please tell us more about your question or problem
All of my projects using Renovate are currently failing during
pnpm install
in my GitHub action due to an updated lockfile that doesn't match the package.json because Renovate did not correctly update that as part of the PR. An example of a public PR that has this issue at the time of writing this is the following: ChristianIvicevic/adios-axios#38Only the
packageManager
key is updated but the other updated dependency as part of the PR are not reflected in the package.json only in the lockfile.I scrolled through the logs but there is no error or warning indicating problems.
Logs (if relevant)
I wasn't able to find the relevant parts of the logs so I decided to copy all of it: https://gist.github.com/ChristianIvicevic/ef9fb2e68a01bdd0fe75aaf72b36f8a6
The text was updated successfully, but these errors were encountered: