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

Action detected downgrade incorrectly #38

Closed waltergalvao closed 3 years ago

waltergalvao commented 3 years ago

image

image

Seems it got confused with this diff and incorrectly added date-fns as a downgrade.

Simek commented 3 years ago

Hi @wbgneto, thank you for the report! 👍

The issue should be fixed now, if you are using main as version the changes will be visible on the next action run, if you are using the version tag, please updated the action in workflow to version 0.8.1.

If you are seeing a regression or the invalid downgrade detection problem is not completely fixed in your case, feel free to open new issue. 🙂

waltergalvao commented 3 years ago

Hi @Simek

That's awesome! Thanks for the quick update! :)

I'll open a new issue if I find any other problems :vulcan_salute: