Skip to content
This repository was archived by the owner on May 18, 2026. It is now read-only.

chore(deps): Update dependency com.google.errorprone:error_prone_annotations to v2.49.0#234

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/error-prone-monorepo
Open

chore(deps): Update dependency com.google.errorprone:error_prone_annotations to v2.49.0#234
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/error-prone-monorepo

Conversation

@renovate

@renovate renovate Bot commented Nov 2, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
com.google.errorprone:error_prone_annotations (source) 2.41.02.49.0 age confidence

Release Notes

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

v2.49.0: Error Prone 2.49.0

Compare Source

This release includes several changes to Matcher APIs, and removed some deprecated or problematic APIs:

  • Remove deprecated MethodMatchers.withSignature API, which relies on fragile toString behaviour. Alternatives for matching on method signatures with varargs and type parameters were added in a98a1c5.
  • Removed variableType(Matcher) API. Matchers.variableType(Matcher) uses VariableTree#getType to match variable types, which own't work for lambda parameters with inferred types after JDK-8268850. The recommended replacement is variableType(TypePredicate).
  • Make enclosingPackage return an optional. Module elements are not enclosed by a package, checks using enclosingPackage shouldn't assume an enclosing package exists when processing arbitrary elements.
  • New FieldMatchers API, similar to MethodMatchers (1dd9c3a).

New checks:

Closed issues: #​2283, #​3503, #​5210, #​5289, #​5548, #​5548, #​5554, #​5609, #​5614, #​5656

Full changelog: google/error-prone@v2.48.0...v2.49.0

v2.48.0: Error Prone 2.48.0

Changes:

  • Added support for passing flags with command-line argument files (@-files) (8e84edf)

New checks:

Closed issues: #​5529, #​5537, #​5522, #​5521

Full changelog: google/error-prone@v2.47.0...v2.48.0

v2.47.0: Error Prone 2.47.0

New checks:

Closed issues: #​1811, #​4168, #​5459, #​5460

Full changelog: google/error-prone@v2.46.0...v2.47.0

v2.46.0: Error Prone 2.46.0

Changes:

New checks:

Full changelog: google/error-prone@v2.45.0...v2.46.0

v2.45.0: Error Prone 2.45.0

Changes:

  • Improved compatibility with latest JDK 26 EA builds.

New checks:

Closed issues: #​5335

Full changelog: google/error-prone@v2.44.0...v2.45.0

v2.44.0: Error Prone 2.44.0

Changes

Closed issues: #​5218, #​5278

Full changelog: google/error-prone@v2.43.0...v2.44.0

v2.43.0: Error Prone 2.43.0

The minimum supported JDK version to run Error Prone is now JDK 21 (#​4867).

Changes:

  • -XepPatchChecks now skips disabled checks (#​4943)
  • AndroidJdkLibsChecker has been removed, the recommended replacement for Android code is Android Lint's NewApi check

New checks:

Closed issues: #​4943, #​5102, #​5107, #​5121, #​5158, #​5217, #​5239

Full changelog: google/error-prone@v2.42.0...v2.43.0

v2.42.0: Error Prone 2.42.0

New checks:

Changes:

  • The return type of ASTHelpers.asFlagSet has changed. The previous type was EnumSet<Flags.Flag>, where Flags.Flag is an enum in the javac class Flags. A recent JDK change has replaced that enum with a new top-level enum called FlagsEnum. It is not possible to change ASTHelpers.asFlagSet in a way that would be type-safe and compatible with the enums from JDKs both before and after the change. Instead, the method now returns ImmutableSet<String>, where the strings come from the toString() of the enum constants. That means they are "native", "abstract", etc.
  • Flag IO.print[ln]() in SystemOut.

Full changelog: google/error-prone@v2.41.0...v2.42.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "after 5pm on the 2nd day of the month"
  • 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title chore(deps): Update dependency com.google.errorprone:error_prone_annotations to v2.43.0 chore(deps): Update dependency com.google.errorprone:error_prone_annotations to v2.44.0 Nov 7, 2025
@renovate renovate Bot force-pushed the renovate/error-prone-monorepo branch from 3562353 to eefa148 Compare November 7, 2025 15:41
@renovate renovate Bot force-pushed the renovate/error-prone-monorepo branch from eefa148 to dfa24d7 Compare November 27, 2025 18:59
@renovate renovate Bot changed the title chore(deps): Update dependency com.google.errorprone:error_prone_annotations to v2.44.0 chore(deps): Update dependency com.google.errorprone:error_prone_annotations to v2.45.0 Nov 27, 2025
@renovate renovate Bot force-pushed the renovate/error-prone-monorepo branch from dfa24d7 to 4d01e0f Compare January 8, 2026 19:44
@renovate renovate Bot changed the title chore(deps): Update dependency com.google.errorprone:error_prone_annotations to v2.45.0 chore(deps): Update dependency com.google.errorprone:error_prone_annotations to v2.46.0 Jan 8, 2026
@renovate renovate Bot force-pushed the renovate/error-prone-monorepo branch from 4d01e0f to 5bcfdb6 Compare February 5, 2026 14:30
@renovate renovate Bot changed the title chore(deps): Update dependency com.google.errorprone:error_prone_annotations to v2.46.0 chore(deps): Update dependency com.google.errorprone:error_prone_annotations to v2.47.0 Feb 5, 2026
@renovate renovate Bot changed the title chore(deps): Update dependency com.google.errorprone:error_prone_annotations to v2.47.0 chore(deps): Update dependency com.google.errorprone:error_prone_annotations to v2.48.0 Feb 27, 2026
@renovate renovate Bot force-pushed the renovate/error-prone-monorepo branch from 5bcfdb6 to 58f936b Compare February 27, 2026 18:13
@renovate renovate Bot changed the title chore(deps): Update dependency com.google.errorprone:error_prone_annotations to v2.48.0 chore(deps): Update dependency com.google.errorprone:error_prone_annotations to v2.49.0 Apr 7, 2026
@renovate renovate Bot force-pushed the renovate/error-prone-monorepo branch from 58f936b to ac32e1c Compare April 7, 2026 13:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants