You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(resolver): Don't report all versions as rejected (#14921)
### What does this PR try to resolve?
When I copy/pasted the alternative-names code in #14897, I didn't notice
that the
wildcard dependency was used. This includes a rename of the variable to
make it stand out more.
I also renamed `AlternativeVersions` because there is another check we
do that better matches that name, so I renamed it to `RejectedVersions`.
### How should we test and review this PR?
This does not have a test yet because overly-constrictive dep specs have
higher precedence atm (which is what I was working on when I found
this).
### Additional information
0 commit comments