Skip to content
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

Expose package ecosystem specific messages for deprecation #97

Open
jamietanna opened this issue Jul 2, 2024 · 0 comments
Open

Expose package ecosystem specific messages for deprecation #97

jamietanna opened this issue Jul 2, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jamietanna
Copy link

As a follow-up to #92 it would be useful, if possible, to expose the developer-documented reason for a deprecation of a package.

i.e. https://www.npmjs.com/package/@material-ui/core notes:

Material UI v4 doesn't receive active development since September 2021. See the guide https://mui.com/material-ui/migration/migration-v4/ to upgrade to v5.

Compare to https://www.npmjs.com/package/@jamietanna/renovate-one-off (which does not note any deprecation reason):

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

And a Go module (https://pkg.go.dev/github.com/deepmap/oapi-codegen):

Deprecated: use github.com/deepmap/oapi-codegen/v2 as major version v1 is no longer maintained. The upgrade path is smooth (see https://github.com/deepmap/oapi-codegen/releases/tag/v2.0.0 for more details) and only introduces a reduced set of dependencies, as well as future releases introducing a large number of enhancements and bug fixes

Adding a deprecationReason or deprecationMessage field to the response would be very useful

@sarnesjo-google sarnesjo-google added the enhancement New feature or request label Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants