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.18.1 #121

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 Jun 24, 2024

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

Release notes

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

v0.18.1

See CHANGELOG

Changelog

  • b93717a Add MetaComment proto
  • ebf2e89 Bump up version to v0.18.1
  • 9734bbe Fix RDFormat -> Proto workflow
  • 162c74e Generate metacomment go file
  • a8144c8 Introduce metadata comment and fingerprint to github-pr-review reporter
  • 3e844a6 Merge pull request #1792 from reviewdog/metadata-comment
  • ee2e69d Merge pull request #1793 from reviewdog/renovate/golang.org-x-build-digest
  • 69ba613 Merge pull request #1794 from reviewdog/renovate/golang.org-x-build-digest
  • 619d473 Merge pull request #1795 from reviewdog/renovate/golang.org-x-build-digest
  • 8ac7e7e Merge pull request #1797 from reviewdog/bump-v-0.18.1
  • b501e9b Remove needless comment out
  • 87937dc Update changelog
  • 26c64ac Update service/github/github.go
  • df67fca fix test flakiness due to problem that proto serialization is not canonical
  • 148fb6f fix(deps): update golang.org/x/build digest to c6411bd
  • daad6f6 fix(deps): update golang.org/x/build digest to ce6736d
  • 4685bec fix(deps): update golang.org/x/build digest to f780df9

v0.18.0

See CHANGELOG

Changelog

  • 8714a08 Add a badge to https://github.com/haya14busa/github-used-by/tree/main/repo/reviewdog#reviewdog
  • 6209dc9 Add test workflow for building RDFormat proto
  • bd165f5 Bump up version to v0.18.0
  • a4a83ca Fix proto tools' versions
  • 501c055 Introduce reviewdog/action-typos
  • e998ea3 Merge pull request #1671 from reviewdog/proto-docker
  • 174c296 Merge pull request #1763 from reviewdog/renovate/golang.org-x-oauth2-0.x
  • 289e48f Merge pull request #1764 from reviewdog/renovate/golang.org-x-build-digest
  • b630599 Merge pull request #1765 from reviewdog/renovate/golang-1.x
  • 5afb77b Merge pull request #1767 from reviewdog/renovate/golang.org-x-build-digest
  • 8aa60fd Merge pull request #1768 from reviewdog/renovate/golang.org-x-build-digest
  • f4bb593 Merge pull request #1769 from reviewdog/renovate/github.com-reviewdog-errorformat-digest
  • 3a98a91 Merge pull request #1770 from reviewdog/related-location
  • 8031379 Merge pull request #1771 from reviewdog/rdf-ignore-unknown-field
  • 05d9769 Merge pull request #1772 from reviewdog/renovate/golang.org-x-build-digest
  • 192bf5b Merge pull request #1773 from reviewdog/renovate/cloud.google.com-go-datastore-1.x
  • 75b3c1c Merge pull request #1774 from reviewdog/renovate/google.golang.org-protobuf-1.x
  • 4527845 Merge pull request #1775 from reviewdog/renovate/golang.org-x-build-digest
  • bb794e1 Merge pull request #1777 from reviewdog/fix-rdf-tool-version
  • b3f3cb3 Merge pull request #1778 from reviewdog/renovate/golang.org-x-build-digest
  • 41c5412 Merge pull request #1779 from reviewdog/renovate/golang.org-x-build-digest
  • 7ca98f3 Merge pull request #1780 from reviewdog/renovate/golang.org-x-build-digest

... (truncated)

Changelog

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

[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

[v0.17.3] - 2024-04-14

πŸ› Fixes

  • #1697 Add a fallback to git diff command to get diff of a GitHub pull request

[v0.17.2] - 2024-03-11

πŸ› Fixes

  • #933 Fix go vet errorformat

[v0.17.1] - 2024-02-08

πŸ› Fixes

  • #1651 Revert #1576: Support --filter-mode=file in github-pr-review. Reasons: #1645
  • #1653 fix: SARIF parser: parse with no region result. fix originalOutput field
  • #1657 Fix sending incorrect line numbers to BitBucket Server Code Insight API. (fixes #1652)

[v0.17.0] - 2024-01-22

πŸš€ Enhancements

  • #1623 Add reporter for GitHub PR annotations github-pr-annotations

[v0.16.0] - 2023-12-17

... (truncated)

Commits
  • 8ac7e7e Merge pull request #1797 from reviewdog/bump-v-0.18.1
  • ebf2e89 Bump up version to v0.18.1
  • 3e844a6 Merge pull request #1792 from reviewdog/metadata-comment
  • 619d473 Merge pull request #1795 from reviewdog/renovate/golang.org-x-build-digest
  • 4685bec fix(deps): update golang.org/x/build digest to f780df9
  • b501e9b Remove needless comment out
  • 87937dc Update changelog
  • 26c64ac Update service/github/github.go
  • df67fca fix test flakiness due to problem that proto serialization is not canonical
  • 9734bbe Fix RDFormat -> Proto 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)

@dependabot dependabot bot requested a review from a team as a code owner June 24, 2024 19:30
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 24, 2024
Bumps [github.com/reviewdog/reviewdog](https://github.com/reviewdog/reviewdog) from 0.14.1 to 0.18.1.
- [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.18.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/github.com/reviewdog/reviewdog-0.18.1 branch from 4288ed3 to 28e87ea Compare June 25, 2024 08:23
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.

None yet

0 participants