Skip to content

chore(deps): Update dependency com.google.errorprone:error_prone_core to v2.49.0#1410

Merged
kezz merged 1 commit into
main/5from
renovate/error-prone-monorepo
May 5, 2026
Merged

chore(deps): Update dependency com.google.errorprone:error_prone_core to v2.49.0#1410
kezz merged 1 commit into
main/5from
renovate/error-prone-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 2, 2026

This PR contains the following updates:

Package Change Age Confidence
com.google.errorprone:error_prone_core (source) 2.48.02.49.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v2.49.0: Error Prone 2.49.0

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


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 added the type: dependencies Pull requests that update a dependency file label May 2, 2026
@kezz kezz self-assigned this May 5, 2026
@kezz kezz added this to the 5.1.0 milestone May 5, 2026
@kezz kezz added this pull request to the merge queue May 5, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to a conflict with the base branch May 5, 2026
@renovate renovate Bot force-pushed the renovate/error-prone-monorepo branch from 7cd75ed to 0429636 Compare May 5, 2026 16:00
@kezz kezz added this pull request to the merge queue May 5, 2026
Merged via the queue into main/5 with commit 7d6a1f2 May 5, 2026
5 checks passed
@kezz kezz deleted the renovate/error-prone-monorepo branch May 5, 2026 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant