lintnet / lintnet.github.io

The official website of lintnet
https://lintnet.github.io/
MIT License
1 stars 0 forks source link

chore(deps): update dependency reviewdog/reviewdog to v0.20.2 #373

Closed renovate[bot] closed 4 weeks ago

renovate[bot] commented 4 weeks ago

This PR contains the following updates:

Package Update Change
reviewdog/reviewdog patch v0.20.1 -> v0.20.2

Release Notes

reviewdog/reviewdog (reviewdog/reviewdog) ### [`v0.20.2`](https://redirect.github.com/reviewdog/reviewdog/blob/HEAD/CHANGELOG.md#v0202---2024-08-31) [Compare Source](https://redirect.github.com/reviewdog/reviewdog/compare/v0.20.1...v0.20.2) ##### :rocket: Enhancements - [#​1845](https://redirect.github.com/reviewdog/reviewdog/pull/1845) Normalize file path in `related_locations` too. ##### :bug: Fixes - [#​1846](https://redirect.github.com/reviewdog/reviewdog/issues/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](https://redirect.github.com/reviewdog/reviewdog/pull/1867) Tool name was incorrect for github-\[pr-]check reporters and check API does not work correctly for project config based run - [#​1867](https://redirect.github.com/reviewdog/reviewdog/pull/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](https://redirect.github.com/reviewdog/reviewdog/pull/1894) fix error when repository uses multiselect custom-properties [#​1881](https://redirect.github.com/reviewdog/reviewdog/issues/1881) - [#​1903](https://redirect.github.com/reviewdog/reviewdog/pull/1903) Adjust result paths for github-\[pr-]check and github-pr-annotaions reporters relative to the git directory ##### :rotating_light: Breaking changes - [#​1858](https://redirect.github.com/reviewdog/reviewdog/pull/1858) Remove original_output from rdjson/rdjsonl reporters' output ##### :rotating_light: Deprecation Warnings - [#​1854](https://redirect.github.com/reviewdog/reviewdog/pull/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](https://redirect.github.com/reviewdog/reviewdog/issues/1846)). `-fail-on-error` is just deprecated and it's not removed yet. Please update the flag while it's working.

Configuration

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

🚦 Automerge: Enabled.

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.



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