Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency com.squareup.wire:wire-bom to v5.2.0 #6988

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 6, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.squareup.wire:wire-bom 5.1.0 -> 5.2.0 age adoption passing confidence

Release Notes

square/wire (com.squareup.wire:wire-bom)

v5.2.0

Compare Source

2025-01-06

Common
  • Enforce recursion limit when parsing nested groups. (#​3119)
CLI wire-compiler
  • It is now possible to set multiple targets. (#​3106 & #​3107)
  • The option opaque_types introduced in 4.9.2 for the Wire Gradle plugin is now available on CLI. (#​3147)
JVM generation
  • KotlinPoet has been updated to 2.0.0 which dramatically changes how generated Kotlin files are wrapped. This is neither a source nor a binary breaking changes.
  • A new @WireEnclosingType annotation is now applied to generated types so R8 doesn't prune too much. (#​3123)
  • Split the redact method into chunks when a type has more than 100 fields to avoid compilation error. (#​3214 by [Damian Wieczorek][damianw])
  • Add support for mutable messages in Wire's Kotlin Generator. (#​3217 by [Rahul Ravikumar][tikurahul])
    • You can opt-in by adding mutableTypes = true on your Kotlin target. This is unsafe and we do not recommend that you use it unless you have a sound use-case for it.
Swift
  • Fix buffer overflow and data corruption when a type has more than 5 layers of nesting (#​3203 by [Eric Amorde][amorde])

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 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 requested a review from a team as a code owner January 6, 2025 11:33
Copy link

codecov bot commented Jan 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.99%. Comparing base (aa5c74c) to head (aa95948).
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #6988   +/-   ##
=========================================
  Coverage     89.99%   89.99%           
  Complexity     6599     6599           
=========================================
  Files           730      730           
  Lines         19873    19873           
  Branches       1956     1956           
=========================================
  Hits          17885    17885           
  Misses         1394     1394           
  Partials        594      594           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jack-berg jack-berg merged commit ccccd1b into main Jan 6, 2025
25 checks passed
@jack-berg jack-berg deleted the renovate/com.squareup.wire-wire-bom-5.x branch January 6, 2025 19:30
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