Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Bump dev.zacsweers.moshix from 0.26.0 to 0.28.0 #177

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 23, 2024

Bumps dev.zacsweers.moshix from 0.26.0 to 0.28.0.

Release notes

Sourced from dev.zacsweers.moshix's releases.

0.28.0

  • Make moshi-ir Gradle plugin compatible with Gradle's incubating "Project Isolation" feature.
  • Update to Kotlin 2.0.20. Note that this release requires Kotlin 2.0.20 or later for moshi-ir due to changes in the IR API. It may work on older releases, but it's untested.
  • Update Guava to 33.3.0-jre.
  • Build against KSP 2.0.20-1.0.24.
  • Build against Gradle 8.10.

Special thanks to @​ansman for contributing to this release!

What's Changed

... (truncated)

Changelog

Sourced from dev.zacsweers.moshix's changelog.

0.28.0

2024-08-22

  • Make moshi-ir Gradle plugin compatible with Gradle's incubating "Project Isolation" feature.
  • Update to Kotlin 2.0.20. Note that this release requires Kotlin 2.0.20 or later for moshi-ir due to changes in the IR API. It may work on older releases, but it's untested.
  • Update Guava to 33.3.0-jre.
  • Build against KSP 2.0.20-1.0.24.
  • Build against Gradle 8.10.

Special thanks to @​ansman for contributing to this release!

0.27.2

2024-06-28

  • [moshi-proguard-rule-gen] Fix proguard rule gen when using nested classes or packages with soft-keyword segments.
  • [docs] Add immutable-adapters in README.md.
  • Build against KSP to 2.0.0-1.0.22.
  • Build against Gradle 8.8.

Special thanks to @​mhelder and @​beigirad for contributing to this release!

0.27.1

2024-05-28

  • [moshi-sealed] Improve moshi-sealed KSP error messages.
  • [moshi-ir] Fix fallback adapter support in IR code gen not recognizing Moshi parameters to primary constructors.
  • [moshi-sealed and moshi-ir] Check for same subtypes before erroring on duplicate labels in moshi-sealed IR.
  • [moshi-proguard-rule-gen] Fix proguard rule gen not capturing non-sealed subtypes.
  • [moshi-proguard-rule-gen] Don't write empty proguard rule files if not rules were necessary.
  • Update KotlinPoet to 1.17.0.

0.27.0

2024-05-22

Update to K2

This release updates to K2, aka Kotlin 2.0.0. This also builds against KSP 2.0.0-1.0.21.

  • [moshi-metadata-reflect] Update to stable kotlin metadata API that ships in K2. The new transitive dependency is now org.jetbrains.kotlin:kotlin-metadata-jvm:2.0.0.
  • [ksp] All KSP processors are tested against both KSP 1 and the in-beta KSP2.
  • [moshi-ir] Support K2 IR API changes. We may explore building out FIR support for better IDE support in the future, but for now the entire implementation remains in an IR-only plugin.
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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [dev.zacsweers.moshix](https://github.com/ZacSweers/MoshiX) from 0.26.0 to 0.28.0.
- [Release notes](https://github.com/ZacSweers/MoshiX/releases)
- [Changelog](https://github.com/ZacSweers/MoshiX/blob/main/CHANGELOG.md)
- [Commits](ZacSweers/MoshiX@0.26.0...0.28.0)

---
updated-dependencies:
- dependency-name: dev.zacsweers.moshix
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 23, 2024
@ZacSweers ZacSweers closed this Aug 28, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 28, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@ZacSweers ZacSweers deleted the dependabot/gradle/dev.zacsweers.moshix-0.28.0 branch August 28, 2024 18:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant