Skip to content

Update dependency com.google.errorprone:error_prone_core to v2.49.0 (main)#5589

Merged
mpkorstanje merged 6 commits intomainfrom
renovate/main-error-prone-monorepo
Apr 15, 2026
Merged

Update dependency com.google.errorprone:error_prone_core to v2.49.0 (main)#5589
mpkorstanje merged 6 commits intomainfrom
renovate/main-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

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


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 force-pushed the renovate/main-error-prone-monorepo branch from 17b1c64 to 5981afc Compare April 9, 2026 08:19
@testlens-app

This comment has been minimized.

@renovate renovate bot force-pushed the renovate/main-error-prone-monorepo branch from 5981afc to 4fbdea6 Compare April 9, 2026 09:03
@testlens-app

This comment has been minimized.

@renovate renovate bot force-pushed the renovate/main-error-prone-monorepo branch from 4fbdea6 to 5e10751 Compare April 9, 2026 12:30
@testlens-app

This comment has been minimized.

@renovate renovate bot force-pushed the renovate/main-error-prone-monorepo branch from 5e10751 to 27f407e Compare April 10, 2026 06:40
@testlens-app

This comment has been minimized.

@renovate renovate bot force-pushed the renovate/main-error-prone-monorepo branch from 27f407e to 84d5115 Compare April 10, 2026 07:11
@testlens-app

This comment has been minimized.

@marcphilipp
Copy link
Copy Markdown
Member

Blocked by uber/NullAway#1511

@renovate renovate bot force-pushed the renovate/main-error-prone-monorepo branch from 84d5115 to b937398 Compare April 14, 2026 06:12
@testlens-app

This comment has been minimized.

@renovate renovate bot force-pushed the renovate/main-error-prone-monorepo branch 4 times, most recently from 5bb8504 to e9a705e Compare April 14, 2026 22:30
@testlens-app

This comment has been minimized.

@renovate renovate bot force-pushed the renovate/main-error-prone-monorepo branch from e9a705e to 09b8738 Compare April 14, 2026 22:58
@testlens-app

This comment has been minimized.

@renovate renovate bot force-pushed the renovate/main-error-prone-monorepo branch from 09b8738 to 0bf516c Compare April 14, 2026 23:25
@testlens-app

This comment has been minimized.

@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Apr 15, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@testlens-app
Copy link
Copy Markdown

testlens-app bot commented Apr 15, 2026

✅ All tests passed ✅

🏷️ Commit: 58e9b22
▶️ Tests: 3716 executed
⚪️ Checks: 16/16 completed


Learn more about TestLens at testlens.app.

@mpkorstanje
Copy link
Copy Markdown
Contributor

Blocked by uber/NullAway#1511

Resolved. But now uber/NullAway#1534. I've marked the build as an expected failure for now.

@mpkorstanje mpkorstanje merged commit 356a3c2 into main Apr 15, 2026
20 checks passed
@mpkorstanje mpkorstanje deleted the renovate/main-error-prone-monorepo branch April 15, 2026 00:55
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