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

fix(deps): update dependency com.google.errorprone:error_prone_annotations to v2.28.0 #248

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 16, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v2.28.0: Error Prone 2.28.0

Compare Source

Error Prone nows supports the latest JDK 23 EA builds (#​4412, #​4415).

Closed issues:

  • Improved errors for invalid check severities (#​4306).
  • Fix a crash with nested instanceof patterns (#​4349).
  • Fix a crash in JUnitIncompatibleType (#​4377).
  • In ObjectEqualsForPrimitives, don't suggest replacing equal with == for floating-point values (#​4392).

New checks:

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

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

v2.26.1: Error Prone 2.26.1

Compare Source

Changes:

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

v2.26.0: Error Prone 2.26.0

Compare Source

Changes:

  • The 'annotations' artifact now includes a module-info.java for Java Platform Module System support, thanks to @​sgammon in #​4311.
  • Disabled checks passed to -XepPatchChecks are now ignored, instead of causing a crash. Thanks to @​oxkitsune in #​4028.

New checks:

  • SystemConsoleNull: Null-checking System.console() is not a reliable way to detect if the console is connected to a terminal.
  • EnumOrdinal: Discourage uses of Enum.ordinal()

Closed issues: #​2649, #​3908, #​4028, #​4311, #​4314

Full Changelog: google/error-prone@v2.25.0...v2.26.0

v2.25.0: Error Prone 2.25.0

Compare Source

New checks:

Closed issues: #​4195, #​4224, #​4228, #​4248, #​4249, #​4251

Full Changelog: google/error-prone@v2.24.1...v2.25.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 this update 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 force-pushed the renovate/com.google.errorprone-error_prone_annotations-2.x branch from abd729f to c1bd233 Compare March 11, 2024 19:54
@renovate renovate bot changed the title fix(deps): update dependency com.google.errorprone:error_prone_annotations to v2.25.0 fix(deps): update dependency com.google.errorprone:error_prone_annotations to v2.26.0 Mar 11, 2024
@renovate renovate bot force-pushed the renovate/com.google.errorprone-error_prone_annotations-2.x branch from c1bd233 to d24be9e Compare March 12, 2024 20:10
@renovate renovate bot changed the title fix(deps): update dependency com.google.errorprone:error_prone_annotations to v2.26.0 fix(deps): update dependency com.google.errorprone:error_prone_annotations to v2.26.1 Mar 12, 2024
@renovate renovate bot changed the title fix(deps): update dependency com.google.errorprone:error_prone_annotations to v2.26.1 fix(deps): update dependency com.google.errorprone:error_prone_annotations to v2.27.0 Apr 26, 2024
@renovate renovate bot force-pushed the renovate/com.google.errorprone-error_prone_annotations-2.x branch from d24be9e to ef4fd9b Compare April 26, 2024 20:35
@renovate renovate bot changed the title fix(deps): update dependency com.google.errorprone:error_prone_annotations to v2.27.0 fix(deps): update dependency com.google.errorprone:error_prone_annotations to v2.27.1 May 1, 2024
@renovate renovate bot force-pushed the renovate/com.google.errorprone-error_prone_annotations-2.x branch from ef4fd9b to a96a378 Compare May 1, 2024 18:45
@renovate renovate bot force-pushed the renovate/com.google.errorprone-error_prone_annotations-2.x branch from a96a378 to 4a463b1 Compare May 31, 2024 17:31
@renovate renovate bot changed the title fix(deps): update dependency com.google.errorprone:error_prone_annotations to v2.27.1 fix(deps): update dependency com.google.errorprone:error_prone_annotations to v2.28.0 May 31, 2024
@mmacata mmacata merged commit 3abf4c6 into main Jul 12, 2024
3 checks passed
@renovate renovate bot deleted the renovate/com.google.errorprone-error_prone_annotations-2.x branch July 12, 2024 13:26
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