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

[Feature Request]: Aggregated report of supported dependency versions #36

Open
1 task done
briandonahue opened this issue Feb 15, 2023 · 0 comments
Open
1 task done
Labels
enhancement New feature or request

Comments

@briandonahue
Copy link

Describe your request

In addition to providing a target Node version and getting a report of compatible and incompatible dependencies, it would also be nice to get a report of all the supported versions in the engines field of dependencies. Maybe grouped by major/minor versions and sorted by the number of packages that support them, so you could get an idea of the most common version groupings for dependencies. (e.g. most support v16, some v18, none v19, etc)

Possible Implementation

As you are iterating through the packages engines fields, collect aggregated data of supported versions.

Code of Conduct

  • I agree to follow this project's Code of Conduct
@briandonahue briandonahue added the enhancement New feature or request label Feb 15, 2023
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

1 participant