Skip to content

Update error-prone monorepo to v2.49.0#8259

Merged
jkwatson merged 2 commits intomainfrom
renovate/error-prone-monorepo
May 7, 2026
Merged

Update error-prone monorepo to v2.49.0#8259
jkwatson merged 2 commits intomainfrom
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_test_helpers (source) 2.48.02.49.0 age confidence
com.google.errorprone:error_prone_core (source) 2.48.02.49.0 age confidence
com.google.errorprone:error_prone_annotations (source) 2.48.02.49.0 age confidence

Release Notes

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

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 these updates 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 13:01
@renovate renovate Bot changed the title fix(deps): update error-prone monorepo to v2.49.0 Update error-prone monorepo to v2.49.0 Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/error-prone-monorepo branch from 85216bf to a5f276a Compare April 8, 2026 16:41
@breedx-splk
Copy link
Copy Markdown
Contributor

Will need to wait until Nullaway 0.13.2 is out uber/NullAway#1511

@renovate renovate Bot force-pushed the renovate/error-prone-monorepo branch 2 times, most recently from 53354a8 to f0facf5 Compare April 22, 2026 22:30
This was referenced May 4, 2026
@renovate renovate Bot force-pushed the renovate/error-prone-monorepo branch from f0facf5 to b4cc48c Compare May 7, 2026 17:59
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 7, 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.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.86%. Comparing base (e224e19) to head (87e554a).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #8259   +/-   ##
=========================================
  Coverage     90.85%   90.86%           
  Complexity     7966     7966           
=========================================
  Files           898      898           
  Lines         24036    24036           
  Branches       2396     2396           
=========================================
+ Hits          21839    21841    +2     
+ Misses         1457     1456    -1     
+ Partials        740      739    -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.

@jkwatson jkwatson merged commit 8e0f196 into main May 7, 2026
29 checks passed
@jkwatson jkwatson deleted the renovate/error-prone-monorepo branch May 7, 2026 18:41
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.

3 participants