chore(deps): Update error-prone monorepo to v2.29.2
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| com.google.errorprone:error_prone_annotations (source) | 2.27.1 -> 2.29.2 |
||||
| com.google.errorprone:error_prone_core (source) | 2.27.1 -> 2.29.2 |
Release Notes
google/error-prone (com.google.errorprone:error_prone_annotations)
v2.29.2: Error Prone 2.29.2
This release contains all of the changes in 2.29.0 and 2.29.1, plus:
- a bug fix for a crash in
TraditionalSwitchExpression(https://github.com/google/error-prone/issues/4479) - restores the
module-infofor the annotations jar, which was accidentally removed (https://github.com/google/error-prone/issues/4480)
Full Changelog: https://github.com/google/error-prone/compare/v2.29.1...v2.29.2
v2.29.1: Error Prone 2.29.1
This release contains all of the changes in 2.29.0, plus:
- a bug fix to
UnusedVariableto handle unnamed_variables (https://github.com/google/error-prone/issues/4451) - a bug fix for a crash in
SetUnrecognized(https://github.com/google/error-prone/issues/4475)
Full Changelog: https://github.com/google/error-prone/compare/v2.29.0...v2.29.1
v2.29.0: Error Prone 2.29.0
New checks:
Closed issues: #4318, #4429, #4467
Full Changelog: https://github.com/google/error-prone/compare/v2.28.0...v2.29.0
v2.28.0: Error Prone 2.28.0
Error Prone nows supports the latest JDK 23 EA builds (#4412, #4415).
Closed issues:
- Improved errors for invalid check severities (#4306).
- Fix a crash with nested
instanceofpatterns (#4349). - Fix a crash in JUnitIncompatibleType (#4377).
- In ObjectEqualsForPrimitives, don't suggest replacing
equalwith==for floating-point values (#4392).
New checks:
-
DeeplyNesteddiscourages very deeply nested code that can cause StackOverflowErrors during compilation. -
GuiceNestedCombinediscourages nesting ofModules.combine(), which is unnecessary. -
PatternMatchingInstanceofmigrates code to use pattern matching forinstanceof -
SunApidiscourages use of internal proprietary JDK APIs which may be removed from future releases.
Full Changelog: https://github.com/google/error-prone/compare/v2.27.1...v2.28.0
Configuration
📅 Schedule: Branch creation - "after 5pm on the 2nd day of the month" (UTC), 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.