Simek / yarn-lock-changes

Creates a comment inside Pull Request with the human-readable summary of changes to the Yarn lock file. Works with every Yarn version (classic and berry).
https://github.com/marketplace/actions/yarn-lock-changes
MIT License
132 stars 20 forks source link

Group table by status type #60

Closed wopian closed 1 year ago

wopian commented 2 years ago

Currently the table listing all the dependencies lists the dependencencies in alphabetical order based on the package name. This is fine for small diffs, but for large diffs it becomes harder to see which packages got removed/downgraded etc., at a glance.

It could be an option in the workflow step to first group the packages by status then alphabetically sort them within those groups in the table, i.e shown in the table as:

wopian commented 1 year ago

Thank you! 🎉❤️