tschuchortdev / kotlin-compile-testing

A library for testing Kotlin and Java annotation processors, compiler plugins and code generation
Mozilla Public License 2.0
642 stars 61 forks source link

Bump ksp_version from 1.8.0-1.0.8 to 1.8.10-1.0.9 #362

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 year ago

Bumps ksp_version from 1.8.0-1.0.8 to 1.8.10-1.0.9. Updates com.google.devtools.ksp:symbol-processing-api from 1.8.0-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

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:symbol-processing from 1.8.0-1.0.8 to 1.8.10-1.0.9

Release notes

Sourced from com.google.devtools.ksp:symbol-processing'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

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


You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
dependabot[bot] commented 1 month ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.