Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 26, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.errorprone:error_prone_annotations (source) 2.26.1 -> 2.27.1 age adoption passing confidence
com.google.errorprone:error_prone_core (source) 2.26.1 -> 2.27.1 age adoption passing confidence

Release Notes

google/error-prone (com.google.errorprone:error_prone_annotations)

v2.27.1: Error Prone 2.27.1

Compare Source

This release contains all of the changes in 2.27.0, plus a bug fix to ClassInitializationDeadlock (https://github.com/google/error-prone/issues/4378)

Full Changelog: google/error-prone@v2.27.0...v2.27.1

v2.27.0: Error Prone 2.27.0

Compare Source

New checks:

  • ClassInitializationDeadlock detects class initializers that reference subtypes of the current class, which can result in deadlocks.
  • MockitoDoSetup suggests using when/thenReturn over doReturn/when for additional type safety.
  • VoidUsed suggests using a literal null instead of referring to a Void-typed variable.

Modified checks:

Closed issues: #​4291. #​4308, #​4343, #​4320

Full Changelog: google/error-prone@v2.26.1...v2.27.0


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Apr 26, 2024
Copy link

github-actions bot commented Apr 26, 2024

Test Results

 85 files  ±0   85 suites  ±0   14s ⏱️ ±0s
420 tests ±0  420 ✅ ±0  0 💤 ±0  0 ❌ ±0 
464 runs  ±0  464 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 77ddbf5. ± Comparison against base commit 1671404.

♻️ This comment has been updated with latest results.

@renovate renovate bot force-pushed the renovate/errorprone branch 2 times, most recently from 2f4bc56 to b8494f9 Compare April 27, 2024 00:21
@renovate renovate bot force-pushed the renovate/errorprone branch from b8494f9 to 77ddbf5 Compare May 1, 2024 19:47
@renovate renovate bot changed the title chore(deps): Update errorprone to v2.27.0 chore(deps): Update errorprone to v2.27.1 May 1, 2024
@jpenilla jpenilla merged commit 81ac9f1 into master May 2, 2024
@jpenilla jpenilla deleted the renovate/errorprone branch May 2, 2024 17:25
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant