Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency dev.zacsweers.kctfork:core to v0.2.0 #265

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 29, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
dev.zacsweers.kctfork:core 0.1.0 -> 0.2.0 age adoption passing confidence

Release Notes

zacsweers/kotlin-compile-testing

v0.2.0

Compare Source

2022-12-28

  • Deprecate KotlinCompilation.singleModule option as it no longer exists in kotlinc.
  • Propagate @ExperimentalCompilerApi annotations
  • KotlinJsCompilation.irOnly and KotlinJsCompilation.irProduceJs now default to true and are the only supported options.
  • Expose new KotlinCompilation.compilerPluginRegistrars property for adding CompilerPluginRegistrar instances (the new entrypoint API for compiler plugins)
    KotlinCompilation().apply {
      compilerPluginRegistrars = listOf(MyCompilerPluginRegistrar())
    }
  • Deprecate KotlinCompilation.compilerPlugins in favor of KotlinCompilation.componentRegistrars. The latter is also deprecated, but this is at least a clearer name.
    KotlinCompilation().apply {
    -  compilerPlugins = listOf(MyComponentRegistrar())
    +  componentRegistrars = listOf(MyComponentRegistrar())
    }
  • Don't try to set removed kotlinc args. If they're removed, they're removed forever. This library will just track latest kotlin releases with its own.
  • Dependency updates:
    Kotlin (and its associated artifacts) 1.8.0
    KSP 1.8.0
    Classgraph: 4.8.153

Special thanks to @鈥媌norm for contributing to this release.


  • If you want to rebase/retry this PR, check this box

馃敃 Ignore: Close this PR and you won't be reminded about these updates again.

@gabrielittner
Copy link
Member

Part of #262

@gabrielittner gabrielittner deleted the renovate/kotlin-compile-testing branch December 29, 2022 13:11
@renovate
Copy link
Contributor Author

renovate bot commented Dec 29, 2022

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (0.2.0). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

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

Successfully merging this pull request may close these issues.

None yet

1 participant