aoc2022 icon indicating copy to clipboard operation
aoc2022 copied to clipboard

Bump ksp from 1.7.21-1.0.8 to 1.8.10-1.0.9 in /kt

Open dependabot[bot] opened this issue 1 year ago • 0 comments

Bumps ksp from 1.7.21-1.0.8 to 1.8.10-1.0.9. Updates com.google.devtools.ksp:symbol-processing-api from 1.7.21-1.0.8 to 1.8.10-1.0.9

Release notes

Sourced from com.google.devtools.ksp:symbol-processing-api's releases.

1.8.10-1.0.9

No release notes provided.

1.8.0-1.0.9

New Features

  • Supported definitely non null type
    • Added corresponding KSDefNonNullReference for definitely non null types.
    • If you are implementing KSVisitor directly, you need to override visitDefNonNullReference in your visitor as well.
  • excludedProcessors is added to Gradle extensions to allow excluding certain processors.
  • Any? is added to unbounded type parameters

Issues fixed

  • Incremental compilation fails with "Number of loaded files in snapshots differs" #1280
  • Type T & Any can't be analyzed even in the latest version. #1127
  • Can't differentiate between @​A(int.class) and @​A(Integer.class) #870
  • Non-embeddable compiler JAR compilations are broken in 1.0.7 #1155
  • Need a way to specify and exclude processors #1234
  • Bug of KSPropertyDeclaration.findOverridee() #1182
  • KSTypeParameter#bounds returns when the bounds is another type parameter #1250
  • Resolved KSTypeParameter doesn't equal the source #971

Contributors

Thanks for your contributions! @​3flex @​danysantiago

1.8.0-1.0.8

KSP 1.0.8 for Kotlin 1.8.0.

1.8.0-RC2-1.0.8

KSP 1.0.8 for Kotlin 1.8.0-RC2

1.8.0-RC-1.0.8

KSP 1.0.8 for Kotlin 1.8.0-RC

1.8.0-Beta-1.0.8

This is KSP 1.0.8 release for kotlin 1.8.0-Beta

1.7.22-1.0.8

KSP 1.0.8 for Kotlin 1.7.22

Commits
  • a30aa42 UPDATE_KOTLIN_VERSION: 1.8.10
  • 5e363d2 set release branch to 1.0.10-release
  • d6661bd add to unbounded type parameters
  • 354e861 handle more implicit annotation use site targets for value parameter
  • 0bad1aa Exclude generated libraries from deps
  • 4b299af Support Definitely non null type language feature.
  • 03b0374 Introduce ksp.map.annotation.arguments.in.java
  • a3fc613 Support kotlin.native.useEmbeddableCompilerJar=false
  • e8ea2ac Add extension: excludeProcessor()
  • 512f771 Defer realization of compilation tasks
  • Additional commits viewable in compare view

Updates com.google.devtools.ksp from 1.7.21-1.0.8 to 1.8.10-1.0.9

Release notes

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

1.8.10-1.0.9

No release notes provided.

1.8.0-1.0.9

New Features

  • Supported definitely non null type
    • Added corresponding KSDefNonNullReference for definitely non null types.
    • If you are implementing KSVisitor directly, you need to override visitDefNonNullReference in your visitor as well.
  • excludedProcessors is added to Gradle extensions to allow excluding certain processors.
  • Any? is added to unbounded type parameters

Issues fixed

  • Incremental compilation fails with "Number of loaded files in snapshots differs" #1280
  • Type T & Any can't be analyzed even in the latest version. #1127
  • Can't differentiate between @​A(int.class) and @​A(Integer.class) #870
  • Non-embeddable compiler JAR compilations are broken in 1.0.7 #1155
  • Need a way to specify and exclude processors #1234
  • Bug of KSPropertyDeclaration.findOverridee() #1182
  • KSTypeParameter#bounds returns when the bounds is another type parameter #1250
  • Resolved KSTypeParameter doesn't equal the source #971

Contributors

Thanks for your contributions! @​3flex @​danysantiago

1.8.0-1.0.8

KSP 1.0.8 for Kotlin 1.8.0.

1.8.0-RC2-1.0.8

KSP 1.0.8 for Kotlin 1.8.0-RC2

1.8.0-RC-1.0.8

KSP 1.0.8 for Kotlin 1.8.0-RC

1.8.0-Beta-1.0.8

This is KSP 1.0.8 release for kotlin 1.8.0-Beta

1.7.22-1.0.8

KSP 1.0.8 for Kotlin 1.7.22

Commits
  • a30aa42 UPDATE_KOTLIN_VERSION: 1.8.10
  • 5e363d2 set release branch to 1.0.10-release
  • d6661bd add to unbounded type parameters
  • 354e861 handle more implicit annotation use site targets for value parameter
  • 0bad1aa Exclude generated libraries from deps
  • 4b299af Support Definitely non null type language feature.
  • 03b0374 Introduce ksp.map.annotation.arguments.in.java
  • a3fc613 Support kotlin.native.useEmbeddableCompilerJar=false
  • e8ea2ac Add extension: excludeProcessor()
  • 512f771 Defer realization of compilation tasks
  • Additional commits viewable in compare view

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 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)

dependabot[bot] avatar Mar 13 '23 01:03 dependabot[bot]