TheCodeMonks / Notzz-App

📝 A Simple Note-Taking App built to demonstrate the use of Modern Android development tools - (Kotlin, Coroutines, State Flow, Hilt-Dependency Injection, Jetpack DataStore, Architecture Components, MVVM, Room, Material Design Components).
MIT License
670 stars 53 forks source link

Bump hilt-android from 2.39.1 to 2.40 #236

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps hilt-android from 2.39.1 to 2.40.

Release notes

Sourced from hilt-android's releases.

Dagger 2.40

What’s New in Hilt

New Changes

  • Flip the runtime flag default and remove the compiler option for the Fragment.getContext() fix. (1c24b9718, e61ff7239)
  • Turn ON enableAggregatingTask by default in Hilt. (90ea6a604)

Bug fixes

  • EarlyEntryPoints#get() will now throw if there are no @​EarlyEntryPoint annotated interfaces. (b5ef01c04)
  • Avoid using UAST implementation classes in Lint checkers. (44e1f056e)
  • Fix an issue where @OptionalInject activity/fragment classes could not be used with non-Hilt ViewModels. (8ef08fa07)
Commits
  • cf91aab 2.40 release
  • 288ba4c Migrate MapKeyProcessingStep to XProcessing.
  • f3aa581 Migrate InjectProcessingStep to XProcessing.
  • e23119b Migrate assisted inject processing steps to XProcessing.
  • a717d62 Migrate ModuleDescriptor.moduleElement() to XProcessing.
  • 8cfbc2c Migrate ModuleDescriptor.Factory to XProcessing.
  • d3e0cbb Migrate ComponentDescriptor#typeElement() to XProcessing.
  • c926820 Migrate ComponentCreatorDescriptor to XProcessing.
  • 1c24b97 Flip the runtime flag default and remove the compiler option for the Fragment...
  • 8a4a277 Migrate ComponentDescriptorFactory to XProcessing.
  • 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[bot] commented 3 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. 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.