vendelieu / telegram-bot

Telegram Bot API wrapper with handy Kotlin DSL.
https://vendelieu.github.io/telegram-bot/
Apache License 2.0
197 stars 15 forks source link

Update ksp to v2.0.21-1.0.27 #277

Closed renovate[bot] closed 3 weeks ago

renovate[bot] commented 3 weeks ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.devtools.ksp (source) 2.0.21-1.0.26 -> 2.0.21-1.0.27 age adoption passing confidence
com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin (source) 2.0.21-1.0.26 -> 2.0.21-1.0.27 age adoption passing confidence
com.google.devtools.ksp:symbol-processing-api (source) 2.0.21-1.0.26 -> 2.0.21-1.0.27 age adoption passing confidence

Release Notes

google/ksp (com.google.devtools.ksp) ### [`v2.0.21-1.0.27`](https://redirect.github.com/google/ksp/releases/tag/2.0.21-1.0.27) [Compare Source](https://redirect.github.com/google/ksp/compare/2.0.21-1.0.26...2.0.21-1.0.27) ##### Bugs Fixed - KSP2: KtInvalidLifetimeOwnerAccessException: Access to invalid KtAlwaysAccessibleLifetimeToken: PSI has changed since creation [#​1854](https://redirect.github.com/google/ksp/issues/1854) - \[KSP2] getSymbolsWithAnnotation() doesn't work if the annotation is an alias in KOTLIN_LIB [#​2024](https://redirect.github.com/google/ksp/issues/2024) - KotlinSymbolProcessingExtension leaks files due to URLClassLoader not being closed [#​2159](https://redirect.github.com/google/ksp/issues/2159) - Unresolvable iOS reference on Linux host [#​2173](https://redirect.github.com/google/ksp/issues/2173) - Fail to apply ksp before android [#​2174](https://redirect.github.com/google/ksp/issues/2174) - \[KSP2] Mangled names for internal functions are incorrect for Android modules [#​2180](https://redirect.github.com/google/ksp/issues/2180) - \[KSP2] JVM names for property getters/setters are incorrect if they start with "is" [#​2181](https://redirect.github.com/google/ksp/issues/2181) ##### Contributors Thanks to [@​jonamireh](https://redirect.github.com/jonamireh), [@​kuanyingchou](https://redirect.github.com/kuanyingchou), [@​martinbonnin](https://redirect.github.com/martinbonnin), [@​pablobaxter](https://redirect.github.com/pablobaxter), [@​scott-pollom](https://redirect.github.com/scott-pollom), and everyone who reported bugs and participated in discussions!

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

â™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



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

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 81.61%. Comparing base (af4ff3c) to head (49cc276). Report is 42 commits behind head on dev.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #277 +/- ## ========================================== + Coverage 80.04% 81.61% +1.57% ========================================== Files 139 143 +4 Lines 1463 1692 +229 Branches 95 95 ========================================== + Hits 1171 1381 +210 - Misses 223 240 +17 - Partials 69 71 +2 ``` [see 107 files with indirect coverage changes](https://app.codecov.io/gh/vendelieu/telegram-bot/pull/277/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jey)