- 
                Notifications
    
You must be signed in to change notification settings  - Fork 5
 
Bump ksp from 1.9.0-1.0.11 to 1.9.0-1.0.12 #66
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
          
     Merged
      
      
    
                
     Merged
            
            
          Conversation
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
    Bumps `ksp` from 1.9.0-1.0.11 to 1.9.0-1.0.12. Updates `com.google.devtools.ksp:symbol-processing-api` from 1.9.0-1.0.11 to 1.9.0-1.0.12 - [Release notes](https://github.com/google/ksp/releases) - [Commits](google/ksp@1.9.0-1.0.11...1.9.0-1.0.12) Updates `com.google.devtools.ksp` from 1.9.0-1.0.11 to 1.9.0-1.0.12 - [Release notes](https://github.com/google/ksp/releases) - [Commits](google/ksp@1.9.0-1.0.11...1.9.0-1.0.12) --- updated-dependencies: - dependency-name: com.google.devtools.ksp:symbol-processing-api dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.devtools.ksp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
    
  renovate bot
      referenced
      this pull request
        in sindrenm/android-project-template
    
      Aug 31, 2023 
    
    
      
  
    
      
    
  
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [se.ansman.dagger.auto:compiler](https://togithub.com/ansman/auto-dagger) | `0.6.4` -> `0.9.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [se.ansman.dagger.auto:android](https://togithub.com/ansman/auto-dagger) | `0.6.4` -> `0.9.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [com.google.dagger.hilt.android](https://togithub.com/google/dagger) | `2.46.1` -> `2.48` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [com.google.dagger:hilt-android](https://togithub.com/google/dagger) | `2.46.1` -> `2.48` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [com.google.dagger:hilt-android-compiler](https://togithub.com/google/dagger) | `2.46.1` -> `2.48` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ansman/auto-dagger (se.ansman.dagger.auto:compiler)</summary> ### [`v0.9.0`](https://togithub.com/ansman/auto-dagger/releases/tag/0.9.0) [Compare Source](https://togithub.com/ansman/auto-dagger/compare/0.8.0...0.9.0) ##### Features ##### Dagger 2.48 [Dagger 2.48](https://togithub.com/google/dagger/releases/tag/dagger-2.48) has been released and auto-dagger now supports it. ##### Official KSP support Starting with Dagger 2.48 there is experimental KSP support. AutoDagger already had KSP support but with 2.48 Dagger stopped supporting using receivers for bindings which auto-dagger used so it now uses a parameter instead. ##### Kotlin 1.9.10 auto-dagger now uses Kotlin 1.9.10 ##### Details - Bump kotlin from 1.9.0 to 1.9.10 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/ansman/auto-dagger/pull/79](https://togithub.com/ansman/auto-dagger/pull/79) - Bump ksp from 1.9.0-1.0.13 to 1.9.10-1.0.13 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/ansman/auto-dagger/pull/80](https://togithub.com/ansman/auto-dagger/pull/80) - Add support for Dagger 2.48 with KSP support by [@​ansman](https://togithub.com/ansman) in [https://github.com/ansman/auto-dagger/pull/82](https://togithub.com/ansman/auto-dagger/pull/82) **Full Changelog**: ansman/auto-dagger@0.8.0...0.9.0 ### [`v0.8.0`](https://togithub.com/ansman/auto-dagger/releases/tag/0.8.0) [Compare Source](https://togithub.com/ansman/auto-dagger/compare/0.7.0...0.8.0) ##### Changes ##### AndroidX Room Support AutoDagger can now automatically provide all DAOs in a Room Database by annotating your database with `@AutoProvideDaos`. See [the documentation](https://auto-dagger.ansman.se/latest/integrations/androidx/room/) for information on how to get set up. ##### Details - Add support for automatically providing Room databases by [@​ansman](https://togithub.com/ansman) in [https://github.com/ansman/auto-dagger/pull/77](https://togithub.com/ansman/auto-dagger/pull/77) **Full Changelog**: ansman/auto-dagger@0.7.0...0.8.0 ### [`v0.7.0`](https://togithub.com/ansman/auto-dagger/releases/tag/0.7.0) [Compare Source](https://togithub.com/ansman/auto-dagger/compare/0.6.5...0.7.0) ##### Changes ##### Retrofit service contribution There is now a new annotation, `@AutoProvideService`, which can be added to [Retrofit](https://square.github.io/retrofit/) services in order to automatically contribute them to the dependency graph. See [the documentation](https://auto-dagger.ansman.se/latest/integrations/retrofit) for more information. ##### ViewModel CoroutineScope If you use Kotlin Coroutines with [ViewModels](https://developer.android.com/topic/libraries/architecture/viewmodel) you can now inject a `CoroutineScope` into your view models. See [the documentation](https://auto-dagger.ansman.se/latest/integrations/androidx/viewmodel) for more information. ##### Details - Implement support for automatically providing retrofit services by [@​ansman](https://togithub.com/ansman) in [https://github.com/ansman/auto-dagger/pull/75](https://togithub.com/ansman/auto-dagger/pull/75) - Add an integration with ViewModel by [@​ansman](https://togithub.com/ansman) in [https://github.com/ansman/auto-dagger/pull/76](https://togithub.com/ansman/auto-dagger/pull/76) **Full Changelog**: ansman/auto-dagger@0.6.5...0.7.0 ### [`v0.6.5`](https://togithub.com/ansman/auto-dagger/releases/tag/0.6.5) [Compare Source](https://togithub.com/ansman/auto-dagger/compare/0.6.4...0.6.5) ##### Changes ##### Fix for out of order compilation All AutoDagger annotations have now been correctly marked as `@GeneratesRootInput` meaning Hilt will wait for AutoDagger before building the components. Thanks [@​burntcookie90](https://togithub.com/burntcookie90) for finding this. ##### Details - Bump com.squareup.okio:okio from 3.3.0 to 3.4.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/ansman/auto-dagger/pull/62](https://togithub.com/ansman/auto-dagger/pull/62) - Bump org.jetbrains.kotlinx:kotlinx-metadata-jvm from 0.6.2 to 0.7.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/ansman/auto-dagger/pull/64](https://togithub.com/ansman/auto-dagger/pull/64) - Bump dagger from 2.46.1 to 2.47 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/ansman/auto-dagger/pull/65](https://togithub.com/ansman/auto-dagger/pull/65) - Bump ksp from 1.9.0-1.0.11 to 1.9.0-1.0.12 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/ansman/auto-dagger/pull/66](https://togithub.com/ansman/auto-dagger/pull/66) - Bump org.junit.jupiter:junit-jupiter from 5.9.3 to 5.10.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/ansman/auto-dagger/pull/67](https://togithub.com/ansman/auto-dagger/pull/67) - bump com.squareup.okio:okio from 3.4.0 to 3.5.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/ansman/auto-dagger/pull/68](https://togithub.com/ansman/auto-dagger/pull/68) - bump ksp from 1.9.0-1.0.12 to 1.9.0-1.0.13 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/ansman/auto-dagger/pull/69](https://togithub.com/ansman/auto-dagger/pull/69) - Annotate all module generating annotations with [@​GeneratesRootInput](https://togithub.com/GeneratesRootInput) by [@​ansman](https://togithub.com/ansman) in [https://github.com/ansman/auto-dagger/pull/72](https://togithub.com/ansman/auto-dagger/pull/72) **Full Changelog**: ansman/auto-dagger@0.6.4...0.6.5 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/sindrenm/android-project-template). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi41LjMiLCJ1cGRhdGVkSW5WZXIiOiIzNi42OC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
      Labels
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Bumps
kspfrom 1.9.0-1.0.11 to 1.9.0-1.0.12.Updates
com.google.devtools.ksp:symbol-processing-apifrom 1.9.0-1.0.11 to 1.9.0-1.0.12Release notes
Sourced from com.google.devtools.ksp:symbol-processing-api's releases.
Commits
5625c5cexpand array for java default array values.fc5536ffallback to resolved java type in case of type argument substitution failurec2a5882fix java array argument variance3fdb2a2Fix mapping of TypeAliasDescriptor to KsTypeAliased4e10bfix type resolution scopes for nested local class.c2d3c1aMove KSTypeReferenceSyntheticImpl into common-util.889a387UPDATE_KOTLIN_VERSION: 1.9.070d3f4eworkaround for classpath snapshot issueb118367exclude resources from ktlintd7c6ff4Add Resolver.getPackageAnnotations Resolver.getPackagesWithAnnotation api.Updates
com.google.devtools.kspfrom 1.9.0-1.0.11 to 1.9.0-1.0.12Release notes
Sourced from com.google.devtools.ksp's releases.
Commits
5625c5cexpand array for java default array values.fc5536ffallback to resolved java type in case of type argument substitution failurec2a5882fix java array argument variance3fdb2a2Fix mapping of TypeAliasDescriptor to KsTypeAliased4e10bfix type resolution scopes for nested local class.c2d3c1aMove KSTypeReferenceSyntheticImpl into common-util.889a387UPDATE_KOTLIN_VERSION: 1.9.070d3f4eworkaround for classpath snapshot issueb118367exclude resources from ktlintd7c6ff4Add Resolver.getPackageAnnotations Resolver.getPackagesWithAnnotation api.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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)