chore(deps): update plugin google-ksp to v2.0.21-1.0.26 (#4735)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.devtools.ksp](https://goo.gle/ksp)
([source](https://redirect.github.com/google/ksp)) | `2.0.21-1.0.25` ->
`2.0.21-1.0.26` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.devtools.ksp/2.0.21-1.0.26?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.devtools.ksp/2.0.21-1.0.26?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.devtools.ksp/2.0.21-1.0.25/2.0.21-1.0.26?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.devtools.ksp/2.0.21-1.0.25/2.0.21-1.0.26?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>google/ksp (com.google.devtools.ksp)</summary>

###
[`v2.0.21-1.0.26`](https://redirect.github.com/google/ksp/releases/tag/2.0.21-1.0.26)

[Compare
Source](https://redirect.github.com/google/ksp/compare/2.0.21-1.0.25...2.0.21-1.0.26)

#### Bugs Fixed

- A failure occurred while executing
com.google.devtools.ksp.gradle.KspAAWorkerAction
[#&#8203;1968](https://redirect.github.com/google/ksp/issues/1968)
- \[KSP2] default value is null for nested annotation
[#&#8203;2077](https://redirect.github.com/google/ksp/issues/2077)
- \[KSP2] "internal" members are out of order in
Resolver.getDeclarationsInSourceOrder()
[#&#8203;1827](https://redirect.github.com/google/ksp/issues/1827)
- \[KSP2] Resolver.getDeclarationsFromPackage() couldn't find Java
declarations
[#&#8203;1952](https://redirect.github.com/google/ksp/issues/1952)
- \[KSP2] Property setter parameter name becomes value
[#&#8203;1865](https://redirect.github.com/google/ksp/issues/1865)
- \[KSP2] A failure occurred while executing
com.google.devtools.ksp.gradle.KspAAWorkerAction
[#&#8203;1941](https://redirect.github.com/google/ksp/issues/1941)
- \[KSP2] NullPointerException when calling hasBackingField on
properties of Enum declarations
[#&#8203;1753](https://redirect.github.com/google/ksp/issues/1753)
- JVM Module name is changed for libraries
[#&#8203;2105](https://redirect.github.com/google/ksp/issues/2105)
- \[KSP2] asMemberOf() is not working with Java sources
[#&#8203;2051](https://redirect.github.com/google/ksp/issues/2051)
- KSP2: implement KSPropertyDeclaration.findOverridee and
Resolver.asMemberOf for java fields
[#&#8203;1642](https://redirect.github.com/google/ksp/issues/1642)
- \[KSP2] command line doesn't support absolute Windows paths
[#&#8203;2046](https://redirect.github.com/google/ksp/issues/2046)
- \[KSP2] NPE when getting annotation arguments on non-Jvm targets
[#&#8203;1823](https://redirect.github.com/google/ksp/issues/1823)
- \[KSP2] Resolver.mapToJvmSignature() is not consistent
[#&#8203;2109](https://redirect.github.com/google/ksp/issues/2109)
- \[KSP2] Default annotation argument values are sometimes missing
[#&#8203;2107](https://redirect.github.com/google/ksp/issues/2107)
- \[KSP2] KSFunctionDeclaration.asMemberOf doesn't work sometimes
[#&#8203;2116](https://redirect.github.com/google/ksp/issues/2116)
- \[KSP2] Qualified names of nested annotations from JAVA_LIB is null
[#&#8203;2033](https://redirect.github.com/google/ksp/issues/2033)
- \[KSP2] Class literal annotation default values resolve to error types
[#&#8203;1910](https://redirect.github.com/google/ksp/issues/1910)
- KaFirPsiJavaTypeParameterSymbol cannot be cast to
KaFirTypeParameterSymbol
[#&#8203;2119](https://redirect.github.com/google/ksp/issues/2119)
- KSP memory leak in Android build
[#&#8203;2073](https://redirect.github.com/google/ksp/issues/2073)
- \[KSP2] KSClassDeclaration.asType(emptyList()) fails after
Resolver.getSymbolsWithAnnotation() call
[#&#8203;2094](https://redirect.github.com/google/ksp/issues/2094)
- KSValueArgumentImpl doesn't implement .equals() in KSP2
[#&#8203;2091](https://redirect.github.com/google/ksp/issues/2091)
- \[KSP2] JvmName is ignored in annotation property getters
[#&#8203;2148](https://redirect.github.com/google/ksp/issues/2148)
- \[KSP2] Unable to get visibility of KSTypeAlias
[#&#8203;2140](https://redirect.github.com/google/ksp/issues/2140)
- Gradle kspKotlin task failed when upgrading to 2.0.20-1.0.25
[#&#8203;2123](https://redirect.github.com/google/ksp/issues/2123)
- \[KSP2] Generic type arguments on typealiases are improperly forwarded
to the KSType
[#&#8203;2088](https://redirect.github.com/google/ksp/issues/2088)
- java.lang.IllegalStateException: Storage for \[...] is already
registered with 2.0.20-1.0.24
[#&#8203;2072](https://redirect.github.com/google/ksp/issues/2072)

**Full Changelog**:
911690b86b...2.0.21-1.0.26

#### Contributors

Thanks to [@&#8203;ansman](https://redirect.github.com/ansman),
[@&#8203;asapha](https://redirect.github.com/asapha),
[@&#8203;kaeawc](https://redirect.github.com/kaeawc),
[@&#8203;kuanyingchou](https://redirect.github.com/kuanyingchou),
[@&#8203;scott-pollom](https://redirect.github.com/scott-pollom), and
everyone who reported bugs and participated in discussions!

</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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/tuskyapp/Tusky).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-10-27 07:14:16 +01:00 committed by GitHub
parent cc443153e2
commit 0bf1e106c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 46 additions and 1 deletions

View File

@ -56,7 +56,7 @@ xmlwriter = "1.0.4"
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
google-ksp = "com.google.devtools.ksp:2.0.21-1.0.25"
google-ksp = "com.google.devtools.ksp:2.0.21-1.0.26"
hilt-android = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }

View File

@ -7221,6 +7221,11 @@
<sha256 value="3f9d56d9e243f1f07f5c3efd93939012d5a28b4f1a938827171e00b30c4ba1f8" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.google.devtools.ksp" name="com.google.devtools.ksp.gradle.plugin" version="2.0.21-1.0.26">
<artifact name="com.google.devtools.ksp.gradle.plugin-2.0.21-1.0.26.pom">
<sha256 value="67625d5d775bbd79c2a4ee7058d0f219eb24041b3a0eaca5eb4a7a5c4c68442e" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.google.devtools.ksp" name="symbol-processing" version="2.0.0-1.0.22">
<artifact name="symbol-processing-2.0.0-1.0.22.jar">
<sha256 value="84f37b2e285cde853e1d9cf1307766641b8bf9e411e264d736d4381e97e1316d" origin="Generated by Gradle"/>
@ -7277,6 +7282,14 @@
<sha256 value="8fbf8791066d41a15218f2619959f38ac133fe21b5cd228e76823e22fef8a966" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.google.devtools.ksp" name="symbol-processing" version="2.0.21-1.0.26">
<artifact name="symbol-processing-2.0.21-1.0.26.jar">
<sha256 value="5a8e1358559232b2cd70575fed09d21d1510dee42e276eea51936a4769963675" origin="Generated by Gradle"/>
</artifact>
<artifact name="symbol-processing-2.0.21-1.0.26.pom">
<sha256 value="254fe19311d2da41cd0708077c255f4205ec0fc64a1c07ee13b0b1afb8b44d8a" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.google.devtools.ksp" name="symbol-processing-api" version="1.9.0-1.0.13">
<artifact name="symbol-processing-api-1.9.0-1.0.13.module">
<sha256 value="7bf557c8c69d638cd03eee46df4e0e2a9c6b26851383fa581c541dfd2eabfe1a" origin="Generated by Gradle"/>
@ -7359,6 +7372,14 @@
<sha256 value="85e605640a383a007158c601f00d1e7b6a0f4fb50ff57a68139d7b88761faec5" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.google.devtools.ksp" name="symbol-processing-api" version="2.0.21-1.0.26">
<artifact name="symbol-processing-api-2.0.21-1.0.26.jar">
<sha256 value="06c4bcb3eb40953d4435ece2232ad6b760868631968596ce666cf9f805729a5f" origin="Generated by Gradle"/>
</artifact>
<artifact name="symbol-processing-api-2.0.21-1.0.26.module">
<sha256 value="6a3aa169c82aa817f46e2c34ad06a37552e37a1708f2b97332a8af6b7e5b608d" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.google.devtools.ksp" name="symbol-processing-cmdline" version="2.0.0-1.0.22">
<artifact name="symbol-processing-cmdline-2.0.0-1.0.22.jar">
<sha256 value="9961400fb672e895e1c98963d493202207fd9918e38b3be27262be8b63e02d1d" origin="Generated by Gradle"/>
@ -7415,6 +7436,14 @@
<sha256 value="f00e04bd3aec23e2e119bd3a00db7d0b1a97a535a32dad3768864cf54f92128d" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.google.devtools.ksp" name="symbol-processing-cmdline" version="2.0.21-1.0.26">
<artifact name="symbol-processing-cmdline-2.0.21-1.0.26.jar">
<sha256 value="43b0a1d0e18839b54bfc5f021ea1c5e9feb88723f12976137bbfe6d5be4839b8" origin="Generated by Gradle"/>
</artifact>
<artifact name="symbol-processing-cmdline-2.0.21-1.0.26.pom">
<sha256 value="55d220907bc7897d32c4b06673348d0b58766d1d538ffaaa6151faded4e56e93" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.google.devtools.ksp" name="symbol-processing-common-deps" version="2.0.0-1.0.22">
<artifact name="symbol-processing-common-deps-2.0.0-1.0.22.jar">
<sha256 value="9109a3cf75c157cda8e81a04da064fbe19d64e5844695d1a4ef357ce507ac28d" origin="Generated by Gradle"/>
@ -7471,6 +7500,14 @@
<sha256 value="d0415b9954d29a81bfc4b1882e6753e52cfd23abe573ba98ec3b3b33588157ad" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.google.devtools.ksp" name="symbol-processing-common-deps" version="2.0.21-1.0.26">
<artifact name="symbol-processing-common-deps-2.0.21-1.0.26.jar">
<sha256 value="f54ddfbad5923a56fca59f2cffcffa4961488b33969935c25e9492f4de754ce4" origin="Generated by Gradle"/>
</artifact>
<artifact name="symbol-processing-common-deps-2.0.21-1.0.26.module">
<sha256 value="9831ed5a32d2242305f4608a33744b38989ead2a5b014a444020db0ae32f4a1f" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.google.devtools.ksp" name="symbol-processing-gradle-plugin" version="2.0.0-1.0.22">
<artifact name="symbol-processing-gradle-plugin-2.0.0-1.0.22.jar">
<sha256 value="aa04d695caafd2ee1a1a061ae520a44e17594d5cce212c23337c6d1c52893988" origin="Generated by Gradle"/>
@ -7527,6 +7564,14 @@
<sha256 value="16a1f26581708a8aeccd89ba9aab050b7e8bb5b9abb8b0904c686573ce2dc0b4" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.google.devtools.ksp" name="symbol-processing-gradle-plugin" version="2.0.21-1.0.26">
<artifact name="symbol-processing-gradle-plugin-2.0.21-1.0.26.jar">
<sha256 value="c01fa174ae428a44c77c543ab0fe6acad663f2ecaf9a89ff053f2099f43cf34e" origin="Generated by Gradle"/>
</artifact>
<artifact name="symbol-processing-gradle-plugin-2.0.21-1.0.26.module">
<sha256 value="80b917125ace91332acab5314ea5c762cf130bf4c64ba41351fa876351657c70" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.google.errorprone" name="error_prone_annotation" version="2.19.1">
<artifact name="error_prone_annotation-2.19.1.jar">
<sha256 value="38c45cdaf993a7df6697703ca6ee00acbe376d3dade8d44daac3e33f039ca516" origin="Generated by Gradle"/>