Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2023

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps com.google.devtools.ksp from 1.8.0-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

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 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 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 dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 2, 2023
@dependabot dependabot bot force-pushed the dependabot/gradle/com.google.devtools.ksp-1.8.10-1.0.9 branch from 9ef3d8b to 0d5d3c0 Compare February 3, 2023 11:31
Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 1.8.0-1.0.8 to 1.8.10-1.0.9.
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@1.8.0-1.0.8...1.8.10-1.0.9)

---
updated-dependencies:
- dependency-name: com.google.devtools.ksp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/com.google.devtools.ksp-1.8.10-1.0.9 branch from 0d5d3c0 to 3076c46 Compare February 3, 2023 11:31
@gesellix gesellix merged commit e5b60c1 into main Feb 3, 2023
@gesellix gesellix deleted the dependabot/gradle/com.google.devtools.ksp-1.8.10-1.0.9 branch February 3, 2023 11:33
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.

2 participants