sebaslogen / resaca

Android library to scope ViewModels to a Composable, surviving configuration changes and navigation
MIT License
342 stars 6 forks source link

Bump com.google.devtools.ksp from 1.9.24-1.0.20 to 2.0.0-1.0.21 #90

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps com.google.devtools.ksp from 1.9.24-1.0.20 to 2.0.0-1.0.21.

Release notes

Sourced from com.google.devtools.ksp's releases.

2.0.0-1.0.21

This release brings mostly bug fixes into KSP2 beta Users are encouraged to try out KSP2 beta.

new feature

expose an API in Resolver to retrieve the module name for handling mangling of internal members #1621

issues fixed

  • Class values are missing class type in annotation values #1646
  • Kotlin Function* types reports inconsistent package and qualified names #1845
  • KSP2 cannot load Android lint checks jar due to FileTooBigException #1839
  • [KSP2] KSAnnotations with annotation properties with a default value always resolve to null #1843
  • [KSP2] Modifier.FUN is missing in functional interfaces #1853
  • [KSP2] ClassCastException when calling KSType.starProjection() on a Java field type #1735
  • [KSP2] Annotation arguments with default values are missing #1837
  • [KSP2] Intersection types are not modeled #1846
  • KSP2: Model enum entries in annotation values #1861
  • KSP2: Unknown JS backend: Wasm #1889
  • [KSP2] NullPointerException when getting arguments of annotation value #1798

2.0.0-RC3-1.0.20

KSP 1.0.20 for Kotlin 2.0.0-RC3

2.0.0-RC2-1.0.20

KSP 1.0.20 for Kotlin 2.0.0-RC2

2.0.0-RC1-1.0.20

KSP 1.0.20 for Kotlin 2.0.0-RC1

2.0.0-Beta5-1.0.20

No release notes provided.

2.0.0-Beta5-1.0.19

No release notes provided.

2.0.0-Beta4-1.0.19

KSP 1.0.19 for Kotlin 2.0.0-Beta4

2.0.0-Beta4-1.0.17

No release notes provided.

2.0.0-Beta3-1.0.17

This release update compiler version to 2.0.0-Beta3

2.0.0-Beta2-1.0.16

No release notes provided.

2.0.0-Beta1-1.0.15

KSP 1.0.15 for Kotlin 2.0.0-Beta1

... (truncated)

Commits
  • ba4d979 UPDATE_KOTLIN_VERSION: 2.0.0
  • e2da237 use safe cast for annotation type to declaration resolution
  • ac5c3cc KSP2: Keep debug classes of coroutine
  • 34e241d Incremental: fix roots from getSealedSubclasses
  • 27f57e8 KSP2: Reuse Java indexes
  • 6bba35b Do not run testWasm on release branch
  • 31c5d7c special handling for java property accessors override checking
  • cd68e48 Reuse Kotlin indexes in incremental providers
  • 1fc29cd improve enum entry toString()
  • 0c5a4f0 Return KSClassDeclarationEnumEntryImpl for enum entry annotation values.
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
sebaslogen commented 1 month ago

@dependabot rebase