ZacSweers / MoshiX

Extensions for Moshi including IR plugins, moshi-sealed, and more.
Apache License 2.0
514 stars 37 forks source link

Update plugin moshix to v0.26.0 #588

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
dev.zacsweers.moshix 0.25.1 -> 0.26.0 age adoption passing confidence

Release Notes

ZacSweers/MoshiX (dev.zacsweers.moshix) ### [`v0.26.0`](https://togithub.com/ZacSweers/MoshiX/blob/HEAD/CHANGELOG.md#0260) [Compare Source](https://togithub.com/ZacSweers/MoshiX/compare/0.25.1...0.26.0) *2024-05-12* ##### **New**: Publish a new `moshi-immutable-adapters` artifact with support for [kotlinx.collections.immutable](https://togithub.com/Kotlin/kotlinx.collections.immutable). Gradle dependency ```kotlin dependencies { implementation("dev.zacsweers.moshix:moshi-immutable-adapters:") } ``` In code ```kotlin val moshi = Moshi.Builder().add(ImmutableCollectionsJsonAdapterFactory()).build() ``` **Supported types** - `ImmutableCollection` - `ImmutableList` - `ImmutableSet` - `ImmutableMap` - `PersistentCollection` - `PersistentList` - `PersistentSet` - `PersistentMap` ##### Misc - Omit the stdlib from transitive dependencies on the compiler plugin and Gradle plugin artifacts. Both kotlinc and Gradle impose their own versions on the classpath. - Update Moshi to `1.15.1`. - Update kotlinx-metadata to `0.9.0`. - Update KotlinPoet to `1.16.0`. - Update Kotlin to `1.9.24`. - Update KSP to `1.9.24-1.0.20`. - Update Guava to `33.2.0-jre`. - Compile against Gradle `8.7`.

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.



This PR has been generated by Mend Renovate. View repository job log here.