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.22.1 #414

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

ZacSweers/MoshiX ### [`v0.22.1`](https://togithub.com/ZacSweers/MoshiX/blob/HEAD/CHANGELOG.md#Version-0221) [Compare Source](https://togithub.com/ZacSweers/MoshiX/compare/0.22.0...0.22.1) *2023-04-16* **moshi-sealed** Keep signatures for typed annotated with `@NestedSealed`. This ensures that the annotation, itself isn't stripped from the use on the class. This is done via this keep rule in moshi-sealed-runtime's embedded proguard rules, which should still allow strinking/optimization of the class itself. ```proguard -keepnames @​dev.zacsweers.moshix.sealed.annotations.NestedSealed class ** ```

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.