Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/reviewdog/reviewdog from 0.14.1 to 0.20.0 #123

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/reviewdog/reviewdog from 0.14.1 to 0.20.0.

Release notes

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

v0.20.0

This version is same as https://github.com/reviewdog/reviewdog/releases/tag/v0.19.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
  • b40ef82 Merge branch 'master' into delete-outdated
  • af308b7 Merge pull request #1798 from reviewdog/refactor-doghouse
  • 9252816 Merge pull request #1799 from reviewdog/renovate/github.com-xanzy-go-gitlab-0.x
  • ef233bf Merge pull request #1800 from reviewdog/dependabot/go_modules/github.com/hashicorp/go-retryablehttp-0.7.7
  • 1cf12d8 Merge pull request #1801 from reviewdog/udpate-badge-2
  • 0a33f5e Merge pull request #1802 from reviewdog/update-release-count-badge
  • 1933304 Merge pull request #1804 from reviewdog/delete-outdated
  • f31b773 Merge pull request #1805 from massongit/refactor_github_comment_line_range
  • 58e5c48 Merge pull request #1806 from reviewdog/output-rdjson
  • b979fe0 Merge pull request #1807 from reviewdog/output-sarif
  • ae3d91f Merge pull request #1808 from reviewdog/renovate/github.com-haya14busa-go-sarif-digest
  • e647d87 Merge pull request #1809 from reviewdog/outside-context
  • 24443e7 Merge pull request #1812 from reviewdog/massongit-patch-1
  • b182967 Merge pull request #1813 from reviewdog/renovate/cimg-go-1.x
  • c18bb3c Merge pull request #1814 from reviewdog/fix-upload-sarif-action-error
  • cac6f5b Merge pull request #1815 from reviewdog/fix-upload-sarif-action-error-2
  • 1798a29 Merge pull request #1816 from reviewdog/fix-doghouse-deploy
  • f9deb12 Merge pull request #1817 from reviewdog/renovate/golang.org-x-build-digest
  • dde98e5 Merge pull request #1819 from reviewdog/renovate/golang-1.x
  • 1b7a1e5 Merge pull request #1820 from reviewdog/renovate/cimg-go-1.x
  • ab3f525 Merge pull request #1822 from reviewdog/renovate/golang.org-x-build-digest

... (truncated)

Changelog

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

[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

  • #1722 Add a fallback to git diff command to get diff for github-check / github-pr-check reporters with GitHub Actions (in other words, when not in DogHouse server).

[v0.17.4] - 2024-04-19

πŸ› Fixes

  • #1714 Use GitHub API to get a merge base commit and add git fetch command to get merge base and head commits

... (truncated)

Commits
  • b885889 Merge pull request #1826 from reviewdog/bump-v-0.19.0
  • b24e666 Bump up version to v0.19.0
  • df1ed06 Merge pull request #1827 from reviewdog/update-proto
  • 74de006 set -filter-mode=file for custom_rdjson github-pr-review test
  • 55a07e1 Update protoc version
  • e647d87 Merge pull request #1809 from reviewdog/outside-context
  • d9e2eff Merge pull request #1825 from reviewdog/depup/protocolbuffers/protobuf
  • 791e2e0 chore(deps): update protocolbuffers/protobuf to 27.2
  • de82e24 Merge pull request #1824 from reviewdog/depup-dispatch
  • d2fb6b2 Add workflow_dispatch to depup workflow
  • 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)

Bumps [github.com/reviewdog/reviewdog](https://github.com/reviewdog/reviewdog) from 0.14.1 to 0.20.0.
- [Release notes](https://github.com/reviewdog/reviewdog/releases)
- [Changelog](https://github.com/reviewdog/reviewdog/blob/master/CHANGELOG.md)
- [Commits](reviewdog/reviewdog@v0.14.1...v0.20.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner July 8, 2024 19:54
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 8, 2024
@dependabot dependabot bot requested review from BupycHuk and JiriCtvrtka July 8, 2024 19:54
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
0 participants