Skip to content

fix(deps): update dependency com.google.errorprone:error_prone_core to v2.49.0#1678

Merged
LikeTheSalad merged 1 commit into
mainfrom
renovate/error-prone-monorepo
Apr 14, 2026
Merged

fix(deps): update dependency com.google.errorprone:error_prone_core to v2.49.0#1678
LikeTheSalad merged 1 commit into
mainfrom
renovate/error-prone-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 7, 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

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
    • 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner April 7, 2026 12:59
@breedx-splk
Copy link
Copy Markdown
Contributor

This is going to require Nullaway 0.13.2 which hasn't been released yet. uber/NullAway#1514

@breedx-splk
Copy link
Copy Markdown
Contributor

See also uber/NullAway#1511

@renovate renovate Bot force-pushed the renovate/error-prone-monorepo branch from a6edb68 to e8d6e35 Compare April 14, 2026 09:44
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 62.00%. Comparing base (81ea5a1) to head (e8d6e35).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1678      +/-   ##
==========================================
- Coverage   62.09%   62.00%   -0.09%     
==========================================
  Files         159      159              
  Lines        3411     3411              
  Branches      345      345              
==========================================
- Hits         2118     2115       -3     
- Misses       1199     1201       +2     
- Partials       94       95       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@LikeTheSalad LikeTheSalad merged commit e0b970d into main Apr 14, 2026
8 of 9 checks passed
@renovate renovate Bot deleted the renovate/error-prone-monorepo branch April 14, 2026 13:15
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.

2 participants