Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com.squareup.wire](https://redirect.github.com/square/wire) | plugin | minor | `5.0.0` -> `5.1.0` | | [com.squareup.wire:wire-gradle-plugin](https://redirect.github.com/square/wire) | dependencies | minor | `5.0.0` -> `5.1.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>square/wire (com.squareup.wire)</summary> ### [`v5.1.0`](https://redirect.github.com/square/wire/blob/HEAD/CHANGELOG.md#Version-510) [Compare Source](https://redirect.github.com/square/wire/compare/5.0.0...5.1.0) *2024-09-11* ##### Common - Support for Kotlin `2.0.20`. ([#​3093](https://redirect.github.com/square/wire/issues/3093)) - `srcDir(String)` has been undeprecated. ([#​3039](https://redirect.github.com/square/wire/issues/3039)) - Some loggings now happen at the debug level, instead of info. ([#​3041](https://redirect.github.com/square/wire/issues/3041)) - Remove some unactionable warnings on Kotlin/JS ([#​3047](https://redirect.github.com/square/wire/issues/3047)) - Propagate the deprecated flag on EnumType after pruning by wire-gradle-plugin ([#​3076](https://redirect.github.com/square/wire/issues/3076) by \[Aaron Edwards]\[aaron-edwards]) - Introduce `ProtoReader32`, a specialization for Kotlin/JS ([#​3077](https://redirect.github.com/square/wire/issues/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](https://redirect.github.com/square/wire/issues/3078) by \[Aurimas]\[liutikas]) - Change the recursion limit to match grpc's default ([#​3091](https://redirect.github.com/square/wire/issues/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](https://redirect.github.com/square/wire/issues/2993)) - Don't throw if reading trailers fail ([#​3087](https://redirect.github.com/square/wire/issues/3087)) ##### Swift - Avoid crash when parsing an empty repeated `[packed=true]` for fixed-length types. ([#​3044](https://redirect.github.com/square/wire/issues/3044) by \[Sasha Weiss]\[sashaweiss-signal]) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguNzcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
- Loading branch information