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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: