Skip to content

Commit

Permalink
chore(deps): update dependency com.google.devtools.ksp to v1.9.21-1.0…
Browse files Browse the repository at this point in the history
….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
[#&#8203;1591](https://github.com/google/ksp/issues/1591) where
multiple KMP projects were affected.

##### Issues Fixed / PRs Merged

[#&#8203;1591](https://github.com/google/ksp/issues/1591) Error:
Rewrite at slice LEXICAL_SCOPE key: ANNOTATION_ENTRY old value
[#&#8203;1612](https://github.com/google/ksp/issues/1612) Filter out
the `-progressive` compiler flag in KSP tasks
[#&#8203;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

- [#&#8203;1474](https://github.com/google/ksp/issues/1474)
Unresolvable types in annotation value are incorrectly displayed as null
values instead of error types.
- [#&#8203;1522](https://github.com/google/ksp/issues/1522)
KspTaskNative is not configuration cacheable
- [#&#8203;1554](https://github.com/google/ksp/issues/1554) KSP
Incremental Processing: Removing a file does not remove transitively
generated files
- [#&#8203;1555](https://github.com/google/ksp/issues/1555) KSP
Incremental Processing: Clean source files should have generated output
cache accessible via Resolver.
- [#&#8203;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!

[@&#8203;cdsap](https://github.com/cdsap)
[@&#8203;damianw](https://github.com/damianw)
[@&#8203;danysantiago](https://github.com/danysantiago)
[@&#8203;lukellmann](https://github.com/lukellmann)
[@&#8203;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
renovate[bot] and serras authored Nov 30, 2023
1 parent 64a8397 commit aeb010f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
coroutines = "1.7.3"
kotest = "5.8.0"
kotlin = "1.8.22"
kotlin = "1.9.21"
knit = "0.4.0"
arrow = "1.2.1"
ksp = "1.8.22-1.0.11"
ksp = "1.9.21-1.0.15"
suspendapp = "0.4.0"
kotlinKafka = "0.3.1"

Expand Down

0 comments on commit aeb010f

Please sign in to comment.