Skip to content

Update error-prone monorepo to v2.50.0#1787

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/error-prone-monorepo
Closed

Update error-prone monorepo to v2.50.0#1787
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/error-prone-monorepo

Conversation

@renovate

@renovate renovate Bot commented Jun 11, 2026

Copy link
Copy Markdown

This PR contains the following updates:

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

Release Notes

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

v2.50.0: Error Prone 2.50.0

New checks:

Closed issues: #​5553, #​5649, #​5778

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

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: (in timezone America/Los_Angeles)

  • Branch creation
    • At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday (* 0-4,22-23 * * 1-5)
    • Only on Sunday and Saturday (* * * * 0,6)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 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 force-pushed the renovate/error-prone-monorepo branch 3 times, most recently from 8ec54d4 to b58dd2a Compare June 11, 2026 19:18
@renovate renovate Bot force-pushed the renovate/error-prone-monorepo branch from b58dd2a to 8d33bc2 Compare June 11, 2026 20:52
@wmdietl

wmdietl commented Jun 11, 2026

Copy link
Copy Markdown
Member

Will be done in #1623.

@wmdietl wmdietl closed this Jun 11, 2026
@wmdietl wmdietl deleted the renovate/error-prone-monorepo branch June 11, 2026 21:41
@renovate

renovate Bot commented Jun 11, 2026

Copy link
Copy Markdown
Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (2.50.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

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.

1 participant