-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependency Duplicated In Table In Pull Request Description #26073
Comments
Reproduction forked to https://github.com/renovate-reproductions/26073 |
We do de-deuplicate them here.
The issue in this case is that one row has changelog link whereas the other doesn't. And that is because the for npm it is: renovate/lib/modules/manager/npm/index.ts Lines 26 to 30 in de68769
whereas for regex it is: (regex doesn't have its own so it uses the default value) renovate/lib/config/options/index.ts Line 2472 in de68769
I think we only need to compare a few of the row values to determine if the updates are same or not rather than comparing all the values. IMO comapring |
🎉 This issue has been resolved in version 37.161.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Discussed in #26025
Originally posted by Kurt-von-Laven November 29, 2023
How are you running Renovate?
Mend Renovate hosted app on github.com
If you're self-hosting Renovate, tell us what version of Renovate you run.
No response
If you're self-hosting Renovate, select which platform you are using.
None
What is your question?
We are using Forking Renovate. The description of ScribeMD/docker-cache#729 lists Yarn v2+ twice, once with a link to a site that never loads and once without. The table in the commit message body correctly lists
@yarnpkg/cli
once. I am guessing the duplicate in the PR description stems from the fact that both the npm manager and our regex manager bump Yarn. It makes me wonder if our regex manager may be configured incorrectly in some subtle way. How are rows in the table in the PR description deduplicated?The text was updated successfully, but these errors were encountered: