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

Update dependency com.squareup.wire:wire-gradle-plugin to v5 #309

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:wire-gradle-plugin 4.9.9 -> 5.1.0 age adoption passing confidence

Release Notes

square/wire (com.squareup.wire:wire-gradle-plugin)

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 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 force-pushed the renovate/major-protowireplugin branch from 9fd4114 to 8ae13ad Compare September 11, 2024 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
0 participants