Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 19, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
com.google.errorprone:error_prone_test_helpers (source) 2.41.0 -> 2.42.0 age confidence
com.google.errorprone:error_prone_core (source) 2.41.0 -> 2.42.0 age confidence
com.google.errorprone:error_prone_annotations (source) 2.41.0 -> 2.42.0 age confidence

Release Notes

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

v2.42.0: Error Prone 2.42.0

New checks:

Changes:

  • The return type of ASTHelpers.asFlagSet has changed. The previous type was EnumSet<Flags.Flag>, where Flags.Flag is an enum in the javac class Flags. A recent JDK change has replaced that enum with a new top-level enum called FlagsEnum. It is not possible to change ASTHelpers.asFlagSet in a way that would be type-safe and compatible with the enums from JDKs both before and after the change. Instead, the method now returns ImmutableSet<String>, where the strings come from the toString() of the enum constants. That means they are "native", "abstract", etc.
  • Flag IO.print[ln]() in SystemOut.

Full changelog: google/error-prone@v2.41.0...v2.42.0


Configuration

📅 Schedule: 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 September 19, 2025 21:49
@breedx-splk
Copy link
Contributor

Bunch of failures around ExplicitArrayForVarargs which must be a new thinger?

Copy link

codecov bot commented Sep 22, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.10%. Comparing base (ef84209) to head (a8a9508).
⚠️ Report is 9 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #7684      +/-   ##
============================================
- Coverage     90.10%   90.10%   -0.01%     
- Complexity     7183     7186       +3     
============================================
  Files           814      814              
  Lines         21690    21700      +10     
  Branches       2123     2123              
============================================
+ Hits          19544    19553       +9     
- Misses         1479     1480       +1     
  Partials        667      667              

☔ 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 ded95ea into main Sep 22, 2025
30 checks passed
@jkwatson jkwatson deleted the renovate/errorproneversion branch September 22, 2025 20:50
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