slackhq / slack-lints

A collection of custom Android/Kotlin lint checks we use in our Android and Kotlin code bases at Slack.
Apache License 2.0
225 stars 11 forks source link

Update plugin ksp to v1.9.10-1.0.13 + other stuff #115

Closed slack-oss-bot closed 1 year ago

slack-oss-bot commented 1 year ago

This PR contains the following updates:

Package Type Update Change
com.google.devtools.ksp (source) plugin patch 1.9.0-1.0.11 -> 1.9.10-1.0.13

Release Notes

google/ksp ### [`v1.9.10-1.0.13`](https://togithub.com/google/ksp/releases/tag/1.9.10-1.0.13) [Compare Source](https://togithub.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://togithub.com/google/ksp/releases/tag/1.9.0-1.0.13) [Compare Source](https://togithub.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://togithub.com/google/ksp/releases/tag/1.9.0-1.0.12) [Compare Source](https://togithub.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://togithub.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` - `fun getPackagesWithAnnotation(annotationName: String): Sequence` #### Contributors Thank you for the PRs! [@​cdsap](https://togithub.com/cdsap) [@​damianw](https://togithub.com/damianw) [@​danysantiago](https://togithub.com/danysantiago) [@​lukellmann](https://togithub.com/lukellmann) [@​ribafish](https://togithub.com/ribafish)

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.



This PR has been generated by Renovate Bot.