Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2023

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)

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](https://github.com/google/ksp/releases)
- [Commits](google/ksp@1.7.21-1.0.8...1.8.10-1.0.9)

Updates `com.google.devtools.ksp` from 1.7.21-1.0.8 to 1.8.10-1.0.9
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@1.7.21-1.0.8...1.8.10-1.0.9)

---
updated-dependencies:
- dependency-name: com.google.devtools.ksp:symbol-processing-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.devtools.ksp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants