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

chore(deps): update square.wire to v5 (major) #1485

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.squareup.wire 4.9.9 -> 5.1.0 age adoption passing confidence
com.squareup.wire:wire-schema-tests 4.9.9 -> 5.1.0 age adoption passing confidence
com.squareup.wire:wire-schema 4.9.9 -> 5.1.0 age adoption passing confidence
com.squareup.wire:wire-runtime 4.9.9 -> 5.1.0 age adoption passing confidence
com.squareup.wire:wire-kotlin-generator 4.9.9 -> 5.1.0 age adoption passing confidence
com.squareup.wire:wire-java-generator 4.9.9 -> 5.1.0 age adoption passing confidence
com.squareup.wire:wire-gson-support 4.9.9 -> 5.1.0 age adoption passing confidence
com.squareup.wire:wire-grpc-client-jvm 4.9.9 -> 5.1.0 age adoption passing confidence
com.squareup.wire:wire-gradle-plugin 4.9.9 -> 5.1.0 age adoption passing confidence
com.squareup.wire:wire-compiler 4.9.9 -> 5.1.0 age adoption passing confidence

Release Notes

square/wire (com.squareup.wire)

v5.1.0

Compare Source

2024-09-11

Common
  • Support for Kotlin 2.0.20. (#​3093)
  • srcDir(String) has been undeprecated. (#​3039)
  • Some loggings now happen at the debug level, instead of info. (#​3041)
  • Remove some unactionable warnings on Kotlin/JS (#​3047)
  • Propagate the deprecated flag on EnumType after pruning by wire-gradle-plugin (#​3076 by [Aaron Edwards][aaron-edwards])
  • Introduce ProtoReader32, a specialization for Kotlin/JS (#​3077)
    This is an alternative to ProtoReader, which uses Long as a cursor. It originates as an optimization for Kotlin/JS, where Long cursors are prohibitively expensive.
  • Fix Gradle project isolation issue when reading a property (#​3078 by [Aurimas][liutikas])
  • Change the recursion limit to match grpc's default (#​3091)
Kotlin
  • New enum option enum_mode to take precedence over the enumMode option added in 5.0.0-alpha02. Use this if you want to migrate your enums granularly. (#​2993)
  • Don't throw if reading trailers fail (#​3087)
Swift
  • Avoid crash when parsing an empty repeated [packed=true] for fixed-length types. (#​3044 by [Sasha Weiss][sashaweiss-signal])

v5.0.0

Compare Source

2024-07-15

Common
  • Prevent conflicts for options of different types but with similar names (#​3005)
  • Support all Gradle entries for file collections (#​2946)
    • srcDir(String) has been deprecated in favor of srcDir(Any) which better leverages Gradle to
      handle dependencies.

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 RBusarow as a code owner July 15, 2024 15:41
@renovate renovate bot added automerge dependencies Pull requests that update a dependency file labels Jul 15, 2024
@renovate renovate bot force-pushed the renovate/major-square.wire branch from 081c23b to 693487e Compare September 11, 2024 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants