PicnicSupermarket / error-prone-support

Error Prone extensions: extra bug checkers and a large battery of Refaster rules.
https://error-prone.picnic.tech
MIT License
196 stars 38 forks source link

Upgrade Error Prone 2.33.0 -> 2.35.1 #1363

Closed Picnic-DevPla-Bot closed 4 days ago

Picnic-DevPla-Bot commented 1 week ago

This PR contains the following updates:

Package Type Update Change
Error Prone (source) minor 2.33.0 -> 2.34.0
Error Prone (source) compile minor 2.33.0 -> 2.34.0

Release Notes

google/error-prone (Error Prone) ### [`v2.34.0`](https://togithub.com/google/error-prone/releases/tag/v2.34.0): Error Prone 2.34.0 [Compare Source](https://togithub.com/google/error-prone/compare/v2.33.0...v2.34.0) Changes: - Passing the javac flag `--should-stop=ifError=FLOW` is now required when running Error Prone ([#​4595](https://togithub.com/google/error-prone/issues/4595)) - The `MemberName` check was renamed to [`IdentifierName`](https://errorprone.info/bugpattern/IdentifierName) New checks: - [`FutureTransformAsync`](https://errorprone.info/bugpattern/FutureTransformAsync): The usage of transformAsync is not necessary when all the return values of the transformation function are immediate futures. - [`MisformattedTestData`](https://errorprone.info/bugpattern/MisformattedTestData): Reformats Java source code inside Error Prone test cases. - [`MisleadingEscapedSpace`](https://errorprone.info/bugpattern/MisleadingEscapedSpace): Using `\s` anywhere except at the end of a line in a text block is potentially misleading. - [`ThrowIfUncheckedKnownUnchecked`](https://errorprone.info/bugpattern/ThrowIfUncheckedKnownUnchecked): `throwIfUnchecked(knownUnchecked)` is equivalent to `throw knownUnchecked`. Closed issues: [#​4595](https://togithub.com/google/error-prone/issues/4595), [#​4598](https://togithub.com/google/error-prone/issues/4598), [#​4620](https://togithub.com/google/error-prone/issues/4620) Full changelog: https://github.com/google/error-prone/compare/v2.33.0...v2.34.0

Picnic-DevPla-Bot commented 1 week ago

Suggested commit message:

Upgrade Error Prone 2.33.0 -> 2.35.1 (#1363)

See:
- https://github.com/google/error-prone/releases/tag/v2.34.0
- https://github.com/google/error-prone/releases/tag/v2.35.0
- https://github.com/google/error-prone/releases/tag/v2.35.1
- https://github.com/google/error-prone/compare/v2.33.0...v2.35.1
- https://github.com/PicnicSupermarket/error-prone/compare/v2.33.0-picnic-2...v2.35.1-picnic-1
github-actions[bot] commented 1 week ago

Looks good. No mutations were possible for these changes. Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed.

github-actions[bot] commented 1 week ago

Looks good. No mutations were possible for these changes. Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed.

Picnic-DevPla-Bot commented 1 week ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

sonarcloud[bot] commented 4 days ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

github-actions[bot] commented 4 days ago

Looks good. No mutations were possible for these changes. Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed.