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

Bump com.squareup.wire:wire-gradle-plugin from 5.0.0 to 5.1.0 #1284

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps com.squareup.wire:wire-gradle-plugin from 5.0.0 to 5.1.0.

Changelog

Sourced from com.squareup.wire:wire-gradle-plugin'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])
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

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Bumps [com.squareup.wire:wire-gradle-plugin](https://github.com/square/wire) from 5.0.0 to 5.1.0.
- [Changelog](https://github.com/square/wire/blob/master/CHANGELOG.md)
- [Commits](square/wire@5.0.0...5.1.0)

---
updated-dependencies:
- dependency-name: com.squareup.wire:wire-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner September 16, 2024 13:38
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 16, 2024
@cortinico cortinico merged commit c04040d into main Sep 16, 2024
7 checks passed
@cortinico cortinico deleted the dependabot/gradle/com.squareup.wire-wire-gradle-plugin-5.1.0 branch September 16, 2024 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant