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

build(deps): bump wireVersion from 4.9.9 to 5.1.0 #1867

Open
wants to merge 1 commit into
base: develop-v4
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2024

Bumps wireVersion from 4.9.9 to 5.1.0.
Updates com.squareup.wire:wire-schema from 4.9.9 to 5.1.0

Changelog

Sourced from com.squareup.wire:wire-schema's changelog.

Version 5.1.0

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])

Version 5.0.0

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.

Version 5.0.0-alpha04

2024-06-21

Common

  • Don't crash with inlined map options (#2997)

Swift

  • Escape error names in some cases (#2999 by [Adam Lickel][lickel])

... (truncated)

Commits
  • 63d7218 Prepare for release 5.1.0.
  • 5ae7f62 Merge pull request #3098 from square/renovate/com.squareup.misk-misk-2024.x
  • 5d9cd3f Update dependency com.squareup.misk:misk to v2024.09.09.203048-509e837
  • b48efe1 Merge pull request #3087 from square/bquenaudon.2024-09-04.trailers
  • 9f5f003 Don't throw if reading trailers fail
  • 2116bb1 Merge pull request #3096 from square/bquenaudon.2024-09-09.revertgradle
  • 327fc01 Reverting to Gradle 8.9
  • baa558e Update dependency gradle to v8.10.1 (#3095)
  • 56176cf Merge pull request #3094 from square/renovate/com.squareup.misk-misk-2024.x
  • 7ebfcdc Update dependency com.squareup.misk:misk to v2024.09.06.173445-d690f4c
  • Additional commits viewable in compare view

Updates com.squareup.wire:wire-compiler from 4.9.9 to 5.1.0

Changelog

Sourced from com.squareup.wire:wire-compiler's changelog.

Version 5.1.0

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])

Version 5.0.0

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.

Version 5.0.0-alpha04

2024-06-21

Common

  • Don't crash with inlined map options (#2997)

Swift

  • Escape error names in some cases (#2999 by [Adam Lickel][lickel])

... (truncated)

Commits
  • 63d7218 Prepare for release 5.1.0.
  • 5ae7f62 Merge pull request #3098 from square/renovate/com.squareup.misk-misk-2024.x
  • 5d9cd3f Update dependency com.squareup.misk:misk to v2024.09.09.203048-509e837
  • b48efe1 Merge pull request #3087 from square/bquenaudon.2024-09-04.trailers
  • 9f5f003 Don't throw if reading trailers fail
  • 2116bb1 Merge pull request #3096 from square/bquenaudon.2024-09-09.revertgradle
  • 327fc01 Reverting to Gradle 8.9
  • baa558e Update dependency gradle to v8.10.1 (#3095)
  • 56176cf Merge pull request #3094 from square/renovate/com.squareup.misk-misk-2024.x
  • 7ebfcdc Update dependency com.squareup.misk:misk to v2024.09.06.173445-d690f4c
  • Additional commits viewable in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps `wireVersion` from 4.9.9 to 5.1.0.

Updates `com.squareup.wire:wire-schema` from 4.9.9 to 5.1.0
- [Changelog](https://github.com/square/wire/blob/master/CHANGELOG.md)
- [Commits](square/wire@4.9.9...5.1.0)

Updates `com.squareup.wire:wire-compiler` from 4.9.9 to 5.1.0
- [Changelog](https://github.com/square/wire/blob/master/CHANGELOG.md)
- [Commits](square/wire@4.9.9...5.1.0)

---
updated-dependencies:
- dependency-name: com.squareup.wire:wire-schema
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: com.squareup.wire:wire-compiler
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies develop-v4 Develop v4 branch tag java Pull requests that update Java code labels Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies develop-v4 Develop v4 branch tag java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants