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 error-prone monorepo to v2.27.1 #122

Merged
merged 1 commit into from
May 4, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 21, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.errorprone:error_prone_annotations (source) 2.23.0 -> 2.27.1 age adoption passing confidence
com.google.errorprone:error_prone_core (source) 2.23.0 -> 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

v2.26.1: Error Prone 2.26.1

Changes:

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

v2.26.0: Error Prone 2.26.0

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

New checks:

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

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

v2.24.1: Error Prone 2.24.1

Changes:

Full Changelog: google/error-prone@v2.24.0...v2.24.1

v2.24.0: Error Prone 2.24.0

New checks:

Full Changelog: google/error-prone@v2.23.0...v2.24.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 type: dependencies This involves updating, adding or removing a dependency label Dec 21, 2023
@renovate renovate bot changed the title chore(deps): update error-prone monorepo to v2.24.0 chore(deps): update error-prone monorepo to v2.24.1 Jan 3, 2024
@renovate renovate bot force-pushed the renovate/error-prone-monorepo branch from d7b1111 to 4793c6f Compare January 3, 2024 19:47
@renovate renovate bot changed the title chore(deps): update error-prone monorepo to v2.24.1 chore(deps): update error-prone monorepo to v2.25.0 Feb 17, 2024
@renovate renovate bot force-pushed the renovate/error-prone-monorepo branch from 4793c6f to d692a25 Compare February 17, 2024 00:52
@renovate renovate bot changed the title chore(deps): update error-prone monorepo to v2.25.0 chore(deps): update error-prone monorepo Mar 11, 2024
@renovate renovate bot force-pushed the renovate/error-prone-monorepo branch from d692a25 to 516cb8c Compare March 11, 2024 23:05
@renovate renovate bot changed the title chore(deps): update error-prone monorepo chore(deps): update error-prone monorepo to v2.26.0 Mar 11, 2024
@renovate renovate bot force-pushed the renovate/error-prone-monorepo branch from 516cb8c to 53f1f2a Compare March 12, 2024 19:55
@renovate renovate bot changed the title chore(deps): update error-prone monorepo to v2.26.0 chore(deps): update error-prone monorepo to v2.26.1 Mar 12, 2024
@renovate renovate bot force-pushed the renovate/error-prone-monorepo branch from 53f1f2a to c4ac042 Compare April 26, 2024 18:07
@renovate renovate bot changed the title chore(deps): update error-prone monorepo to v2.26.1 chore(deps): update error-prone monorepo to v2.27.0 Apr 26, 2024
@renovate renovate bot force-pushed the renovate/error-prone-monorepo branch from c4ac042 to 0a2a67c Compare May 1, 2024 16:58
@renovate renovate bot changed the title chore(deps): update error-prone monorepo to v2.27.0 chore(deps): update error-prone monorepo to v2.27.1 May 1, 2024
@joshuasing joshuasing merged commit 064f832 into main May 4, 2024
2 checks passed
@renovate renovate bot deleted the renovate/error-prone-monorepo branch May 4, 2024 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: dependencies This involves updating, adding or removing a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants