square / anvil

A Kotlin compiler plugin to make dependency injection with Dagger 2 easier.
Apache License 2.0
1.31k stars 80 forks source link

Update Kotlin and compiler plugins #1017

Open renovate[bot] opened 3 months ago

renovate[bot] commented 3 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.devtools.ksp (source) 1.9.24-1.0.20 -> 1.9.25-1.0.20 age adoption passing confidence
com.google.devtools.ksp:symbol-processing-gradle-plugin (source) 1.9.24-1.0.20 -> 1.9.25-1.0.20 age adoption passing confidence
com.google.devtools.ksp:symbol-processing (source) 1.9.24-1.0.20 -> 1.9.25-1.0.20 age adoption passing confidence
com.google.devtools.ksp:symbol-processing-api (source) 1.9.24-1.0.20 -> 1.9.25-1.0.20 age adoption passing confidence
org.jetbrains.kotlin:kotlin-test-junit (source) 1.9.24 -> 1.9.25 age adoption passing confidence
org.jetbrains.kotlin:kotlin-reflect (source) 1.9.24 -> 1.9.25 age adoption passing confidence
org.jetbrains.kotlin:kotlin-gradle-plugin-api (source) 1.9.24 -> 1.9.25 age adoption passing confidence
org.jetbrains.kotlin:kotlin-gradle-plugin (source) 1.9.24 -> 1.9.25 age adoption passing confidence
org.jetbrains.kotlin:kotlin-compiler-embeddable (source) 1.9.24 -> 1.9.25 age adoption passing confidence
org.jetbrains.kotlin:kotlin-bom (source) 1.9.24 -> 1.9.25 age adoption passing confidence
org.jetbrains.kotlin:kotlin-annotation-processing-embeddable (source) 1.9.24 -> 1.9.25 age adoption passing confidence
dev.zacsweers.kctfork:ksp 0.4.0 -> 0.5.1 age adoption passing confidence
dev.zacsweers.kctfork:core 0.4.0 -> 0.5.1 age adoption passing confidence

Release Notes

google/ksp (com.google.devtools.ksp) ### [`v1.9.25-1.0.20`](https://togithub.com/google/ksp/releases/tag/1.9.25-1.0.20) [Compare Source](https://togithub.com/google/ksp/compare/1.9.24-1.0.20...1.9.25-1.0.20) KSP 1.0.20 for Kotlin 1.9.25
JetBrains/kotlin (org.jetbrains.kotlin:kotlin-test-junit) ### [`v1.9.25`](https://togithub.com/JetBrains/kotlin/releases/tag/v1.9.25): Kotlin 1.9.25 ##### ***Note:** This is a technical release for IntelliJ IDEA.* #### Changelog ##### Tools. JPS - [`KT-69204`](https://youtrack.jetbrains.com/issue/KT-69204) Generate lookups in dumb mode for compatibility with ref index
zacsweers/kotlin-compile-testing (dev.zacsweers.kctfork:ksp) ### [`v0.5.1`](https://togithub.com/zacsweers/kotlin-compile-testing/blob/HEAD/CHANGELOG.md#051) [Compare Source](https://togithub.com/zacsweers/kotlin-compile-testing/compare/0.5.0...0.5.1) *2024-06-05* - **New**: Capture diagnostics with a severity level. This allows the output to be more easily filtered after the fact. Special thanks to [@​evant](https://togithub.com/evant) for contributing to this release! ### [`v0.5.0`](https://togithub.com/zacsweers/kotlin-compile-testing/blob/HEAD/CHANGELOG.md#050) [Compare Source](https://togithub.com/zacsweers/kotlin-compile-testing/compare/0.4.1...0.5.0) *2024-06-05* - Update to Kotlin `2.0.0`. - Update to KSP `2.0.0-1.0.22`. - Change `supportsK2` to true by default. - Change `disableStandardScript` to true by default. This doesn't seem to work reliably in K2 testing. - Update kapt class location references. - Support Kapt4 (AKA kapt.k2). - Support KSP2. - Introduce a new `KotlinCompilation.useKsp()` API to simplify KSP configuration. - Update to ClassGraph `4.8.173`. Note that in order to test Kapt 3 or KSP 1, you must now also set `languageVersion` to `1.9` in your `KotlinCompilation` configuration. ### [`v0.4.1`](https://togithub.com/zacsweers/kotlin-compile-testing/blob/HEAD/CHANGELOG.md#041) [Compare Source](https://togithub.com/zacsweers/kotlin-compile-testing/compare/0.4.0...0.4.1) *2024-03-25* - **Fix**: Fix decoding of classloader resources. - Update to Kotlin `1.9.23`. - Update to KSP `1.9.2301.0.19`. - Update to classgraph `4.8.168`. - Update to Okio `3.9.0`. Special thanks to [@​jbarr21](https://togithub.com/jbarr21) for contributing to this release!

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 is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR was generated by Mend Renovate. View the repository job log.