What Renovate type, platform and version are you using?
GitHub (happens everywhere, we discovered it on self-hosted GitLab)
Describe the bug
Renovate tries to update to unlisted Nuget package version, probably since https://github.com/renovatebot/renovate/pull/6943 was merged (/cc @zharinov @viceice)
To Reproduce
Additional hints
listed: false entries from https://api.nuget.org/v3/registration5-semver1/system.componentmodel.composition/index.jsonI think we should mark them as deprecated like we do on mom packages. So we can suggest downgrades.
@fgreinacher no need to reproduce it separately if you plan to fix it, but otherwise we would need something to test/verify against
@fgreinacher no need to reproduce it separately if you plan to fix it, but otherwise we would need something to test/verify against
The PR mentioned above (https://github.com/fgreinacher/renovate-include-consumer/pull/6) is the repro. But nevertheless, I'm working on a fix right now.
Sorry! I'm used to people basing the reproduction steps on the assumption that whoever fixes it has a working knowledge of whatever package manager is being used, instead of just creating a small repo to be tested against. I stopped reading!
:tada: This issue has been resolved in version 23.30.3 :tada:
The release is available on:
23.30.3Your semantic-release bot :package::rocket: