Rename dependencies type to available and unavailable (#216) #910
Annotations
1 error
Check commit conventions
You have commit messages with errors
⧗ input: Rename dependencies type to available and unavailable (#216)
In uv, dependencies are either available or unavailable. They are not unknown, but rather missing due to some brokenness: We're offline but the dep is not cached, the version list failed to deserialize, etc. (https://github.com/astral-sh/uv/blob/0b84eb01408eb0e90b5720b027359aac10708665/crates/uv-resolver/src/resolver/mod.rs#L945-L996). This change is a rename of the variants of `Dependencies` to reflect that, upstreaming the change from uv.
✖ subject may not be empty [subject-empty]
✖ type may not be empty [type-empty]
⚠ footer's lines must not be longer than 72 characters [footer-max-line-length]
✖ found 2 problems, 1 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|
Loading