Bun Lock Changes
Version updated for https://github.com/Simek/bun-lock-changes to version v0.1.1.
- This action is used across all versions by 1 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Bun Lock Changes GitHub Action automates the process of analyzing changes to the bun.lock file in pull requests and generates a human-readable summary as a comment. It helps developers easily review dependency updates, highlights downgrades if needed, and organizes changes for clarity, saving time during code reviews. Key features include support for private/public repositories, collapsible comments for large changes, and optional grouping of dependencies by change type.
What’s Changed
Changes visible for end-users:
- fix prerelease version changes detection (like for example
1.0.0-rc.2or1.0.0-beta.2)