-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Dependabot groups with a single package update don't show current -> updated version #7662
Comments
Another report of this here with repro: #7840 (comment) |
Came here to report this. My suggestion is to add a I guess this gets complicated if you have 2 updates still pending and 2 more updates come in. At that point do you close the original ungrouped PRs and add them to a new group? I'm not sure what the correct behavior is in all cases. My goal is to have the PRs show the individual versions most of the time, but use groups to reduce the pain when something broke the unit tests, didn't get looked at for a while, and now there's a logjam of dozens of updates that need to go through. |
Was changing my repos to also use this new group feature and hit exactly the same issue. Ideally I would like the title to actually be as it was before using the groups, but at the very least it should keep the same format / table with the from / to version numbers in the description of the PR and on the commit message details. Edit: note that in my case I'm using the nuget ecosystem, but the scenarios is exactly the same. |
This should be fixed now! |
@jakecoffman my issue was marked as a duplicate, but unfortunately this is still not working. My issue was about the "old" title of a group update as long as it is just 1 dependency update... |
@huehnerlady Ah, let me reopen that as a feature request then and we can have a discussion there. |
Is there an existing issue for this?
Package ecosystem
npm
Package manager version
No response
Language version
No response
Manifest location and content before the Dependabot update
No response
dependabot.yml content
No response
Updated dependency
No response
What you expected to see, versus what you actually saw
When only a single package is updated within a dependabot group, the PR text doesn't show the version update (from/to).
E.g.
A new PR:
Subject: Bump the types-dependencies group in /client with 1 update
Body: Bumps the types-dependencies group in /client with 1 update: @types/node.
Commits
Expected behavior:
Similar to multi-package group updates, or single non-group version bumps, post the version change in the body or subject.
E.g.
Subject: Bump jasmine-core from 5.0.1 to 5.1.0 in /client
Body: Bumps jasmine-core from 5.0.1 to 5.1.0.
Release notes
Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
No response
Smallest manifest that reproduces the issue
No response
The text was updated successfully, but these errors were encountered: