Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency com.google.devtools.ksp to v1.9.21-1.0…
….15 and kotlin to v1.9.21 (#211) [![Mend Renovate logo banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.devtools.ksp](https://goo.gle/ksp) ([source](https://github.com/google/ksp)) | `1.8.22-1.0.11` -> `1.9.21-1.0.15` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.devtools.ksp/1.9.21-1.0.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.devtools.ksp/1.9.21-1.0.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.devtools.ksp/1.8.22-1.0.11/1.9.21-1.0.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.devtools.ksp/1.8.22-1.0.11/1.9.21-1.0.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>google/ksp (com.google.devtools.ksp)</summary> ### [`v1.9.21-1.0.15`](https://github.com/google/ksp/releases/tag/1.9.21-1.0.15) [Compare Source](https://github.com/google/ksp/compare/1.9.20-1.0.14...1.9.21-1.0.15) This is a hot fix to [#​1591](https://github.com/google/ksp/issues/1591) where multiple KMP projects were affected. ##### Issues Fixed / PRs Merged [#​1591](https://github.com/google/ksp/issues/1591) Error: Rewrite at slice LEXICAL_SCOPE key: ANNOTATION_ENTRY old value [#​1612](https://github.com/google/ksp/issues/1612) Filter out the `-progressive` compiler flag in KSP tasks [#​1614](https://github.com/google/ksp/issues/1614) Revert back to the non-thread-local KSP compiler plugin implementation. ### [`v1.9.20-1.0.14`](https://github.com/google/ksp/releases/tag/1.9.20-1.0.14) [Compare Source](https://github.com/google/ksp/compare/1.9.20-1.0.13...1.9.20-1.0.14) ##### issues fixed - [#​1474](https://github.com/google/ksp/issues/1474) Unresolvable types in annotation value are incorrectly displayed as null values instead of error types. - [#​1522](https://github.com/google/ksp/issues/1522) KspTaskNative is not configuration cacheable - [#​1554](https://github.com/google/ksp/issues/1554) KSP Incremental Processing: Removing a file does not remove transitively generated files - [#​1555](https://github.com/google/ksp/issues/1555) KSP Incremental Processing: Clean source files should have generated output cache accessible via Resolver. - [#​1568](https://github.com/google/ksp/issues/1568) KSP resolves dependencies too early ### [`v1.9.20-1.0.13`](https://github.com/google/ksp/releases/tag/1.9.20-1.0.13) [Compare Source](https://github.com/google/ksp/compare/1.9.10-1.0.13...1.9.20-1.0.13) Bumping Kotlin to 1.9.20 for KSP 1.0.13. ### [`v1.9.10-1.0.13`](https://github.com/google/ksp/releases/tag/1.9.10-1.0.13) [Compare Source](https://github.com/google/ksp/compare/1.9.0-1.0.13...1.9.10-1.0.13) KSP 1.0.13 for kotlin compiler version 1.9.10 ### [`v1.9.0-1.0.13`](https://github.com/google/ksp/releases/tag/1.9.0-1.0.13) [Compare Source](https://github.com/google/ksp/compare/1.9.0-1.0.12...1.9.0-1.0.13) ##### Issues fixed - Fixed an issue in KSP Gradle plugin where KMP source set is not set correctly. - Fixed an issue in incremental building where timestamp for generated java sources are incorrect. ### [`v1.9.0-1.0.12`](https://github.com/google/ksp/releases/tag/1.9.0-1.0.12) [Compare Source](https://github.com/google/ksp/compare/1.9.0-1.0.11...1.9.0-1.0.12) ##### Issues Fixed The complete list of issues fixed in this release can be found [here](https://github.com/google/ksp/milestone/19?closed=1). ##### Other Notable Changes While there is still no direct model of package elements, the following APIs in `Resolver` are added to better support the operations around packages: - `fun getPackageAnnotations(packageName: String): Sequence<KSAnnotation>` - `fun getPackagesWithAnnotation(annotationName: String): Sequence<String>` ##### Contributors Thank you for the PRs! [@​cdsap](https://github.com/cdsap) [@​damianw](https://github.com/damianw) [@​danysantiago](https://github.com/danysantiago) [@​lukellmann](https://github.com/lukellmann) [@​ribafish](https://github.com/ribafish) ### [`v1.9.0-1.0.11`](https://github.com/google/ksp/compare/1.8.22-1.0.11...1.9.0-1.0.11) [Compare Source](https://github.com/google/ksp/compare/1.8.22-1.0.11...1.9.0-1.0.11) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/arrow-kt/arrow-website). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNTkuNyIsInVwZGF0ZWRJblZlciI6IjM3LjU5LjgiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alejandro Serrano <[email protected]>
- Loading branch information