louis993546 / Compose-Composer

Build UI with Jetpack Compose OTG
MIT License
0 stars 1 forks source link

Bump moshi-sealed-codegen from 0.12.0 to 0.19.0 #119

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps moshi-sealed-codegen from 0.12.0 to 0.19.0.

Release notes

Sourced from moshi-sealed-codegen's releases.

0.19.0

  • Update to Kotlin 1.7.20.
  • Update to KSP 1.7.20-1.0.6.

Note this release requires Kotlin 1.7.20 or newer.

What's Changed

Full Changelog: https://github.com/ZacSweers/MoshiX/compare/0.18.3...0.19.0

0.18.3

  • Fix: Support @Json.ignore in MetadataKotlinJsonAdapterFactory.

What's Changed

Full Changelog: https://github.com/ZacSweers/MoshiX/compare/0.18.2...0.18.3

0.18.2

Highlights

  • Fix: Incremental processing when sealed types are spread across multiple files now works correctly for KSP code gen in moshi-sealed. Thanks to @​efemoney
  • Update KotlinPoet to 1.12.0
  • Update kotlinx-metadata to 0.5.0

What's Changed

... (truncated)

Changelog

Sourced from moshi-sealed-codegen's changelog.

Version 0.19.0

2022-09-29

  • Update to Kotlin 1.7.20.
  • Update to KSP 1.7.20-1.0.6.

Note this release requires Kotlin 1.7.20 or newer.

Version 0.18.3

2022-07-01

  • Fix: Support @Json.ignore in MetadataKotlinJsonAdapterFactory.

Version 0.18.2

2022-06-29

  • Fix: Incremental processing when sealed types are spread across multiple files now works correctly for KSP code gen in moshi-sealed. Thanks to @​efemoney.
  • Update KotlinPoet to 1.12.0.
  • Update kotlinx-metadata to 0.5.0.

Version 0.18.1

2022-06-11

Add a missing proguard rule for @AdaptedBy annotations to ensure they're kept on classes that use them. Unfortunately there doesn't appear to be a more granular way preserve these annotations without also keeping the whole class.

Version 0.18.0

2022-06-10

  • Update to Kotlin 1.7.0 (Kotlin 1.6.x is no longer supported).
  • Remove remaining use of deprecated descriptor APIs in IR.
  • Update to KSP 1.7.0-1.0.6

Version 0.17.2

2022-05-27

... (truncated)

Commits


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 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)
dependabot[bot] commented 1 year ago

Superseded by #122.