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

chore(deps): update dependency reviewdog/reviewdog to v0.20.3 #267

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 17, 2024

This PR contains the following updates:

Package Update Change
reviewdog/reviewdog minor v0.17.5 -> v0.20.3

Release Notes

reviewdog/reviewdog (reviewdog/reviewdog)

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.

v0.20.1

Compare Source

🐛 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

Compare Source

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

Compare Source

🚀 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

Compare Source

🐛 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

Compare Source

✨ 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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot force-pushed the renovate/reviewdog-reviewdog-0.x branch 2 times, most recently from 192e172 to d5af26a Compare June 22, 2024 17:17
@renovate renovate bot changed the title Update dependency reviewdog/reviewdog to v0.18.0 Update dependency reviewdog/reviewdog to v0.18.1 Jun 22, 2024
@renovate renovate bot force-pushed the renovate/reviewdog-reviewdog-0.x branch 6 times, most recently from 0d2ce68 to fec9f8a Compare June 24, 2024 07:08
@sksat
Copy link
Owner

sksat commented Jun 24, 2024

これ schemafy がコケてんな

@sksat
Copy link
Owner

sksat commented Jun 24, 2024

そして案の定というかなんというか、schemafy のメンテ止まってるな

@sksat sksat mentioned this pull request Jun 24, 2024
@renovate renovate bot force-pushed the renovate/reviewdog-reviewdog-0.x branch 6 times, most recently from 1256272 to fc9b392 Compare June 24, 2024 07:47
@renovate renovate bot changed the title Update dependency reviewdog/reviewdog to v0.18.1 chore(deps): update dependency reviewdog/reviewdog to v0.18.1 Jun 24, 2024
@renovate renovate bot force-pushed the renovate/reviewdog-reviewdog-0.x branch from fc9b392 to 03bd525 Compare July 7, 2024 01:29
@renovate renovate bot changed the title chore(deps): update dependency reviewdog/reviewdog to v0.18.1 chore(deps): update dependency reviewdog/reviewdog to v0.20.0 Jul 7, 2024
@renovate renovate bot force-pushed the renovate/reviewdog-reviewdog-0.x branch 2 times, most recently from 48d8788 to 654e46c Compare July 9, 2024 22:55
@renovate renovate bot changed the title chore(deps): update dependency reviewdog/reviewdog to v0.20.0 chore(deps): update dependency reviewdog/reviewdog to v0.20.1 Jul 14, 2024
@renovate renovate bot force-pushed the renovate/reviewdog-reviewdog-0.x branch 4 times, most recently from b934791 to 7f31edc Compare July 19, 2024 03:31
@renovate renovate bot force-pushed the renovate/reviewdog-reviewdog-0.x branch from 7f31edc to efadf57 Compare July 25, 2024 21:06
@renovate renovate bot force-pushed the renovate/reviewdog-reviewdog-0.x branch from efadf57 to 0f633f5 Compare September 5, 2024 06:16
@renovate renovate bot changed the title chore(deps): update dependency reviewdog/reviewdog to v0.20.1 chore(deps): update dependency reviewdog/reviewdog to v0.20.2 Sep 16, 2024
@renovate renovate bot force-pushed the renovate/reviewdog-reviewdog-0.x branch 2 times, most recently from 0da93c9 to e7a10de Compare September 19, 2024 18:16
@renovate renovate bot force-pushed the renovate/reviewdog-reviewdog-0.x branch 4 times, most recently from af6c2fc to 63c2237 Compare September 30, 2024 12:05
@renovate renovate bot force-pushed the renovate/reviewdog-reviewdog-0.x branch 2 times, most recently from 1e20163 to f6a2ad9 Compare October 12, 2024 16:49
@renovate renovate bot force-pushed the renovate/reviewdog-reviewdog-0.x branch 3 times, most recently from 7541558 to caf9332 Compare October 24, 2024 18:34
@renovate renovate bot force-pushed the renovate/reviewdog-reviewdog-0.x branch from caf9332 to 4649812 Compare November 1, 2024 00:33
@renovate renovate bot force-pushed the renovate/reviewdog-reviewdog-0.x branch from 4649812 to 2a78f6d Compare November 12, 2024 00:09
@renovate renovate bot force-pushed the renovate/reviewdog-reviewdog-0.x branch from 2a78f6d to 4423aab Compare November 21, 2024 15:18
@renovate renovate bot force-pushed the renovate/reviewdog-reviewdog-0.x branch 3 times, most recently from 1891014 to 47d4da9 Compare December 4, 2024 18:16
@renovate renovate bot changed the title chore(deps): update dependency reviewdog/reviewdog to v0.20.2 chore(deps): update dependency reviewdog/reviewdog to v0.20.3 Dec 4, 2024
@renovate renovate bot force-pushed the renovate/reviewdog-reviewdog-0.x branch 2 times, most recently from fccc8ca to 61d5301 Compare December 11, 2024 06:05
@renovate renovate bot force-pushed the renovate/reviewdog-reviewdog-0.x branch 4 times, most recently from 4fb235d to 0c44a91 Compare January 4, 2025 13:42
@renovate renovate bot force-pushed the renovate/reviewdog-reviewdog-0.x branch 3 times, most recently from 48d1742 to 5feffc6 Compare January 9, 2025 21:15
@renovate renovate bot force-pushed the renovate/reviewdog-reviewdog-0.x branch from 5feffc6 to 9f2d8f4 Compare January 13, 2025 06:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant