Skip to content

chore(deps): update wire to v6.0.0-alpha03#4701

Open
renovate[bot] wants to merge 2 commits intomainfrom
renovate/wire
Open

chore(deps): update wire to v6.0.0-alpha03#4701
renovate[bot] wants to merge 2 commits intomainfrom
renovate/wire

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 3, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.squareup.wire 6.0.0-alpha026.0.0-alpha03 age adoption passing confidence
com.squareup.wire:wire-runtime 6.0.0-alpha026.0.0-alpha03 age adoption passing confidence

Release Notes

square/wire (com.squareup.wire)

v6.0.0-alpha03

Compare Source

2026-03-03

Common
  • Fix support for big tag values (#​3509 by [xi0yu][xi0yu])
Kotlin
  • Add option to avoid making immutable copies for Kotlin generations (#​3513 by [Jeff Gulbronson][JGulbronson])
    If set to false, Wire will not use immutable copies for repeated or map fields.
wire {
  kotlin {
    makeImmutableCopies = false
  }
}
Swift
  • Memory management fixes (#​3514 by [Jamie Quadri][jamieQ])
JSON
  • Add preservingProtoFieldNames option (#​3521 by [Jacob P][jdbp-classpass])
    For JSON serialisation with either Moshi or Gson, you can set preservingProtoFieldNames to true
    when instantiating WireJsonAdapterFactory or WireTypeAdapterFactory respectively, if you want
    to keep the field names unchanged from their protobuf schema definition.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 added the dependencies Dependency update label Mar 3, 2026
@codecov
Copy link

codecov bot commented Mar 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@034c85d). Learn more about missing BASE report.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@          Coverage Diff           @@
##             main   #4701   +/-   ##
======================================
  Coverage        ?   7.94%           
======================================
  Files           ?      64           
  Lines           ?    2657           
  Branches        ?     309           
======================================
  Hits            ?     211           
  Misses          ?    2414           
  Partials        ?      32           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
@renovate
Copy link
Contributor Author

renovate bot commented Mar 3, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant