Skip to content

Update dependency reviewdog to v0.21.2 - #91

Open
renovate[bot] wants to merge 1 commit into
devfrom
renovate/reviewdog-0.x
Open

renovate[bot] wants to merge 1 commit into
devfrom
renovate/reviewdog-0.x

Conversation

@renovate

@renovate renovate Bot commented Sep 19, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
reviewdog uses-with minor v0.20.1v0.21.2

Release Notes

reviewdog/reviewdog (reviewdog)

v0.21.2

Compare Source

🚀 Enhancements
  • #​2153 Log diagnostic filtering counts at debug level so fully filtered input is visible
🐛 Fixes
  • #​2801 Report GitHub Checks even when there are no findings (regression since v0.21.1).
  • #​2477 Prevent deadlock when a runner outputs large stderr.
  • #​2809 Prevent crash when SARIF replacement inserted content is mil (fixes #​2808).
  • #​950 Report diff parse errors instead of silently returning the file diffs parsed so far.
  • #​951 Parse a diff that carries blank lines around it, and a context line that lost its leading space to trailing-whitespace stripping.

v0.21.1

Compare Source

🚀 Enhancements
  • #​2153 Log diagnostic filtering counts at debug level so fully filtered input is visible
🐛 Fixes
  • #​2801 Report GitHub Checks even when there are no findings (regression since v0.21.1).
  • #​2477 Prevent deadlock when a runner outputs large stderr.
  • #​2809 Prevent crash when SARIF replacement inserted content is mil (fixes #​2808).
  • #​950 Report diff parse errors instead of silently returning the file diffs parsed so far.
  • #​951 Parse a diff that carries blank lines around it, and a context line that lost its leading space to trailing-whitespace stripping.

v0.21.0

Compare Source

✨ Release Note

Starting from this release, reviewdog enables immutable releases to ensure the integrity of released assets. Released assets and the release itself are now immutable and can be verified using:

gh release verify <tag>
gh release verify-asset <tag> <asset>
🚀 Enhancements
  • #​2026 Add reporter for GitHub annotations github-annotations. Same as github-pr-annotations but not restricted to pull requests.
  • #​2131 Fetch GitHub git based diffs using the base pull request repo to allow fetching from private forks in GitHub Actions.
  • #​2210 Update Gitea PR reporter to detect comments for already reported issues and report suggestions.
  • #​1931 Refactor handling of Git relative path - Centralized path normalization logic and added automatic --relative flag to git diff commands for consistent relative path handling.
🐛 Fixes
  • #​967 Fix parsing long lines in diffs #​967
  • #​1344 Bitbucket Cloud Fixes
  • #​1983 Improve error message for diff command failure by including stderr output
  • #​1975 Fix for suggestions not including an inserted EOF newline
  • #​2026 Never filter diffs when running github-[pr-][check|annotate] on non-PRs
  • #​2214 #​2231 Migrate install.sh from godownloader to binstaller to prevent future failures when .sbom.json files are added to release artifacts. While reviewdog releases don't currently include SBOM files, this preemptively fixes the grep pattern bug that would cause installation failures when they are added in the near future.

v0.20.3

Compare Source

🐛 Fixes
  • #​1977 Include stderr in the error message if we run git command

v0.20.2

Compare Source

🚀 Enhancements
  • #​1845 Normalize file path in related_locations too.
🐛 Fixes
  • #​1846 Unexpected error
    exit code when using -reporter=github-[pr-]check with
    -fail-on-error=true. See the below breaking changes section for more details.
  • #​1867 Tool name was incorrect for github-[pr-]check reporters and check API does not work correctly for project config based run
  • #​1867 Deletion of outdated comment didn't work properly with github-pr-review reporter since tool name isn't correctly configured for project config based run
  • #​1894 fix error when repository uses multiselect custom-properties #​1881
  • #​1903 Adjust result paths for github-[pr-]check and github-pr-annotaions reporters relative to the git directory
🚨 Breaking changes
  • #​1858 Remove original_output from rdjson/rdjsonl reporters' output
🚨 Deprecation Warnings
  • #​1854 (Actually No Breaking changes) -fail-on-error
    flag is deprecated. Use -fail-level=[none,any,error,warning,info] flag
    instead. You can reproduce the same behavior with -fail-level=any for most
    reporters (reviewdog will exit with 1 if it find any severity level).
    As for github-[pr-]check reporter you can reproduce the same behavior with
    -fail-level=error (#​1846).

    -fail-on-error is just deprecated and it's not removed yet. Please update
    the flag while it's working.


Configuration

📅 Schedule: (in timezone Etc/UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants