5.0.0 (2026-08-03)
- feat!: filter out old issues before generating any output (012f000)
Bug Fixes
- decode a pull request diff returned as a buffer (2bee5b7)
- fail on a pull request diff that cannot be parsed (4d8b364)
- ignore an end line that precedes the start line (63ef13f)
Features
- match multi line issues that partially overlap added lines (f0e6570)
- render SARIF fixes as GitHub suggestions (04ff733)
- suggest the newline a formatter adds at the end of a file (f0490c1)
- support converting a formatter diff to suggestions (4bda5b1)
BREAKING CHANGES
- the
failOnlyNewinput is renamed toonlyNewand no
longer affects only the failure. It now also removes the old issues from
the SARIF output, the log, the summary and the comments, so uploading that
SARIF to code scanning resolves the alerts of the unchanged code. Leave
onlyNewunset to keep the previous output.
Co-authored-by: Copilot App 223556219+Copilot@users.noreply.github.com