Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 15, 2024

Bumps github.com/reviewdog/reviewdog from 0.17.0 to 0.20.1.

Release notes

Sourced from github.com/reviewdog/reviewdog's releases.

v0.20.1

See CHANGELOG

Changelog

  • ca1f5cc Bump patch version
  • deb3a4b CHANGELOG: Add v0.20.0
  • 7c046f3 Fix filtering did not working with graceful degradation of github-[pr-]check reporter
  • 324936f Merge pull request #1828 from reviewdog/renovate/golang.org-x-build-digest
  • 969c5a2 Merge pull request #1830 from reviewdog/massongit-patch-1
  • 21b81a7 Merge pull request #1833 from reviewdog/renovate/golang.org-x-build-digest
  • 8a74512 Merge pull request #1835 from reviewdog/fix-filtering
  • d68acfc Merge pull request #1839 from reviewdog/renovate/golang.org-x-build-digest
  • 16a454f Update CHANGELOG
  • f40c460 Update CHANGELOG.md
  • 70984ce fix(deps): update golang.org/x/build digest to 0b82a20
  • ceff3aa fix(deps): update golang.org/x/build digest to 59576ec
  • 7e6ed59 fix(deps): update golang.org/x/build digest to 959fcd3
  • 2e7d841 release -> version

v0.20.0

This version is created by mistake and is the same as v0.19.0. We left both versions as-is so that it won't break existing clients who already use v0.20.0.

v0.19.0

See CHANGELOG

Changelog

  • 0f82af8 Add actions: read permission to upload sarif action
  • 96bc69b Add encode-metacommment script
  • ab05b99 Add golint.sarif
  • 6a43e6a Add new line to test data text
  • cf3a4e7 Add sarif workflow
  • 480cd8c Add security-events: write for upload-sarif action
  • 394dc5a Add test data
  • 8abd05d Add test file comment
  • 6d9610b Add test for github-pr-annotations
  • d2fb6b2 Add workflow_dispatch to depup workflow
  • f67dcaf Apply suggestions from code review
  • 7b581a6 Apply suggestions from code review
  • 5e67cbc Bump github.com/hashicorp/go-retryablehttp from 0.7.2 to 0.7.7
  • b24e666 Bump up version to v0.19.0
  • 9ade100 Check tool name for deleting outdated comments
  • fc0935b Delete outdated comments in github-pr-review reporter
  • 3aaac10 Fill in commit_id
  • 2654cb9 Fix deploy doghouse code
  • c08af29 Fix flakiness failures
  • 74d5559 Fix test
  • 51ab4ad Implement rdjson and rdjsonl reporters

... (truncated)

Changelog

Sourced from github.com/reviewdog/reviewdog's changelog.

[v0.20.1] - 2024-07-10

🐛 Fixes

  • #1835 Fix -filter-mode didn't work with github-[pr-]check reporter for graceful degradation cases. i.e. GitHub token doesn't have write permission (e.g. PR from forked repo).

[v0.20.0] - 2024-07-07

This version is created by mistake and is the same as v0.19.0. We left both versions as-is so that it won't break existing clients who already use v0.20.0.

[v0.19.0] - 2024-07-07

🚀 Enhancements

  • #1804 Support deleting outdated comments in github-pr-review reporter. Note that it won't delete comments if there is a reply considering there can be a meaningful discussion.
  • #1806 Add -reporter=rdjson/rdjsonl which outputs rdjson/rdjsonl format to stdout. It also changes the default behavior of -diff and -filter-mode for local reporters. If -filter-mode is not provided (-filter-mode=default) and -diff flag is not provided, reviewdog automatically set -filter-mode=nofilter.
  • #1807 Add -reporter=sarif which outputs SARIF format to stdout. You can upload the output SARIF to GitHub and see code scanning alerts.
  • #1809 Support posting comments outside diff context as a file comment in github-pr-review reporter

[v0.18.1] - 2024-06-22

🐛 Fixes

  • #1792 Introduce __reviewdog__ HTML comment metadata and fingerprint for identifying existing posted comments for github-pr-review reporter. This resolve duplicated comments issue with related location feature.

[v0.18.0] - 2024-06-17

✨ Release Note

This release supports related locations forgithub-pr-review reporter. You can pass related_locations with rdjson / rdjsonl and sarif format.

related locations support

🚀 Enhancements

  • #1770 Add related locations support for github-pr-review reporter

[v0.17.5] - 2024-06-01

🐛 Fixes

... (truncated)

Commits
  • 8a74512 Merge pull request #1835 from reviewdog/fix-filtering
  • d68acfc Merge pull request #1839 from reviewdog/renovate/golang.org-x-build-digest
  • 70984ce fix(deps): update golang.org/x/build digest to 0b82a20
  • ca1f5cc Bump patch version
  • 16a454f Update CHANGELOG
  • 7c046f3 Fix filtering did not working with graceful degradation of github-[pr-]check ...
  • 21b81a7 Merge pull request #1833 from reviewdog/renovate/golang.org-x-build-digest
  • ceff3aa fix(deps): update golang.org/x/build digest to 59576ec
  • 969c5a2 Merge pull request #1830 from reviewdog/massongit-patch-1
  • f40c460 Update CHANGELOG.md
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner July 15, 2024 20:34
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 15, 2024
@dependabot dependabot bot requested review from BupycHuk and JiriCtvrtka July 15, 2024 20:34
@JiriCtvrtka
Copy link

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/go_modules/tools/github.com/reviewdog/reviewdog-0.20.1 branch from a8086e8 to 342b571 Compare August 2, 2024 06:47
@ademidoff
Copy link
Member

@dependabot rebase

Bumps [github.com/reviewdog/reviewdog](https://github.com/reviewdog/reviewdog) from 0.17.0 to 0.20.1.
- [Release notes](https://github.com/reviewdog/reviewdog/releases)
- [Changelog](https://github.com/reviewdog/reviewdog/blob/master/CHANGELOG.md)
- [Commits](reviewdog/reviewdog@v0.17.0...v0.20.1)

---
updated-dependencies:
- dependency-name: github.com/reviewdog/reviewdog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/tools/github.com/reviewdog/reviewdog-0.20.1 branch from 342b571 to a2b71a9 Compare August 13, 2024 13:40
@JiriCtvrtka JiriCtvrtka enabled auto-merge (squash) August 14, 2024 10:27
@JiriCtvrtka JiriCtvrtka merged commit a70126a into main Aug 14, 2024
6 checks passed
@JiriCtvrtka JiriCtvrtka deleted the dependabot/go_modules/tools/github.com/reviewdog/reviewdog-0.20.1 branch August 14, 2024 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants