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 daggerVersion from 2.33 to 2.34 in /project #11

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 8, 2021

Bumps daggerVersion from 2.33 to 2.34.
Updates dagger from 2.33 to 2.34

Release notes

Sourced from dagger's releases.

Dagger 2.34

What’s New in Dagger

Bug fixes

  • Fixed an issue where in rare cases subcomponent builder bindings might accidentally attach to the wrong parent (c2d097fa4)
  • Build performance improvements (47123ec9b, 1caa7f090, e2f2b2d96)

What’s New in Hilt

Hilt has a new flag, -Adagger.hilt.shareTestComponents, that enables tests with no test-specific bindings (e.g. @BindValue fields or @InstallIn modules within the test class) to share the same generated component. This flag should help improve build times by avoiding generating duplicate components for tests with the same bindings (faebc3c66).

Note: This flag is currently disabled by default, but will be enabled by default in a future release of Hilt. For more information on how to enable this flag as well as some caveats, see the docs

New breaking changes

The alpha androidx extension @ViewModelInject is no longer supported. Hilt now falls back to the base activity/fragment default ViewModelProviderFactory (3778ee2b8)

Bug fixes

  • Update the androidx fragment, lifecycle and activity dependencies which contain patch fixes. (efcdbe12, 57255db62)
  • Fix #2511: updates the kotlinx-metadata dependency. (b42731b50)
  • Fix issue with proguard removing entry points by adding proguard keep rules. (96171b0ef)
  • Fix #2456: Rename init() method in generated Activity to avoid conflict with user method of same name. (1c66033f5)
  • Reduce the possibility of KAPT logging warnings due to no processor supporting disableAndroidSuperclassValidation when no Android entry points are in the source module. (c70cf2d38)
  • Fix #2070: Clears the Fragment reference in FragmentContextWrapper after Fragment#onDestroy() to prevent leaks if a non-Hilt View outlives the Hilt Fragment that created it. (7f4c3a236)
Commits
  • 047929f 2.34 release
  • ba49e28 Generate all test components in a common directory separate from the test cla...
  • 9a068fc Migrate annotation classes to androidx
  • 32694a9 Pull AliasOfPropagatedDataMetadata into its own source file.
  • 0336b1a Pull DefineComponentClassesMetadata into its own source file.
  • 6d97cf3 Generate aggregated data for @​UninstallModules.
  • ad59d4c Fix an issue with KotlinMetadata where constructors were not getting added to...
  • 64ac597 Pull AggregatedDepsMetadata into its own source file.
  • faebc3c Reuse the Default root generated components for test roots in the same compil...
  • efcdbe1 Update the androidx fragment, lifecycle and activity dependencies which conta...
  • Additional commits viewable in compare view

Updates dagger-android-support from 2.33 to 2.34

Release notes

Sourced from dagger-android-support's releases.

Dagger 2.34

What’s New in Dagger

Bug fixes

  • Fixed an issue where in rare cases subcomponent builder bindings might accidentally attach to the wrong parent (c2d097fa4)
  • Build performance improvements (47123ec9b, 1caa7f090, e2f2b2d96)

What’s New in Hilt

Hilt has a new flag, -Adagger.hilt.shareTestComponents, that enables tests with no test-specific bindings (e.g. @BindValue fields or @InstallIn modules within the test class) to share the same generated component. This flag should help improve build times by avoiding generating duplicate components for tests with the same bindings (faebc3c66).

Note: This flag is currently disabled by default, but will be enabled by default in a future release of Hilt. For more information on how to enable this flag as well as some caveats, see the docs

New breaking changes

The alpha androidx extension @ViewModelInject is no longer supported. Hilt now falls back to the base activity/fragment default ViewModelProviderFactory (3778ee2b8)

Bug fixes

  • Update the androidx fragment, lifecycle and activity dependencies which contain patch fixes. (efcdbe12, 57255db62)
  • Fix #2511: updates the kotlinx-metadata dependency. (b42731b50)
  • Fix issue with proguard removing entry points by adding proguard keep rules. (96171b0ef)
  • Fix #2456: Rename init() method in generated Activity to avoid conflict with user method of same name. (1c66033f5)
  • Reduce the possibility of KAPT logging warnings due to no processor supporting disableAndroidSuperclassValidation when no Android entry points are in the source module. (c70cf2d38)
  • Fix #2070: Clears the Fragment reference in FragmentContextWrapper after Fragment#onDestroy() to prevent leaks if a non-Hilt View outlives the Hilt Fragment that created it. (7f4c3a236)
Commits
  • 047929f 2.34 release
  • ba49e28 Generate all test components in a common directory separate from the test cla...
  • 9a068fc Migrate annotation classes to androidx
  • 32694a9 Pull AliasOfPropagatedDataMetadata into its own source file.
  • 0336b1a Pull DefineComponentClassesMetadata into its own source file.
  • 6d97cf3 Generate aggregated data for @​UninstallModules.
  • ad59d4c Fix an issue with KotlinMetadata where constructors were not getting added to...
  • 64ac597 Pull AggregatedDepsMetadata into its own source file.
  • faebc3c Reuse the Default root generated components for test roots in the same compil...
  • efcdbe1 Update the androidx fragment, lifecycle and activity dependencies which conta...
  • Additional commits viewable in compare view

Updates dagger-android from 2.33 to 2.34

Release notes

Sourced from dagger-android's releases.

Dagger 2.34

What’s New in Dagger

Bug fixes

  • Fixed an issue where in rare cases subcomponent builder bindings might accidentally attach to the wrong parent (c2d097fa4)
  • Build performance improvements (47123ec9b, 1caa7f090, e2f2b2d96)

What’s New in Hilt

Hilt has a new flag, -Adagger.hilt.shareTestComponents, that enables tests with no test-specific bindings (e.g. @BindValue fields or @InstallIn modules within the test class) to share the same generated component. This flag should help improve build times by avoiding generating duplicate components for tests with the same bindings (faebc3c66).

Note: This flag is currently disabled by default, but will be enabled by default in a future release of Hilt. For more information on how to enable this flag as well as some caveats, see the docs

New breaking changes

The alpha androidx extension @ViewModelInject is no longer supported. Hilt now falls back to the base activity/fragment default ViewModelProviderFactory (3778ee2b8)

Bug fixes

  • Update the androidx fragment, lifecycle and activity dependencies which contain patch fixes. (efcdbe12, 57255db62)
  • Fix #2511: updates the kotlinx-metadata dependency. (b42731b50)
  • Fix issue with proguard removing entry points by adding proguard keep rules. (96171b0ef)
  • Fix #2456: Rename init() method in generated Activity to avoid conflict with user method of same name. (1c66033f5)
  • Reduce the possibility of KAPT logging warnings due to no processor supporting disableAndroidSuperclassValidation when no Android entry points are in the source module. (c70cf2d38)
  • Fix #2070: Clears the Fragment reference in FragmentContextWrapper after Fragment#onDestroy() to prevent leaks if a non-Hilt View outlives the Hilt Fragment that created it. (7f4c3a236)
Commits
  • 047929f 2.34 release
  • ba49e28 Generate all test components in a common directory separate from the test cla...
  • 9a068fc Migrate annotation classes to androidx
  • 32694a9 Pull AliasOfPropagatedDataMetadata into its own source file.
  • 0336b1a Pull DefineComponentClassesMetadata into its own source file.
  • 6d97cf3 Generate aggregated data for @​UninstallModules.
  • ad59d4c Fix an issue with KotlinMetadata where constructors were not getting added to...
  • 64ac597 Pull AggregatedDepsMetadata into its own source file.
  • faebc3c Reuse the Default root generated components for test roots in the same compil...
  • efcdbe1 Update the androidx fragment, lifecycle and activity dependencies which conta...
  • Additional commits viewable in compare view

Updates dagger-compiler from 2.33 to 2.34

Release notes

Sourced from dagger-compiler's releases.

Dagger 2.34

What’s New in Dagger

Bug fixes

  • Fixed an issue where in rare cases subcomponent builder bindings might accidentally attach to the wrong parent (c2d097fa4)
  • Build performance improvements (47123ec9b, 1caa7f090, e2f2b2d96)

What’s New in Hilt

Hilt has a new flag, -Adagger.hilt.shareTestComponents, that enables tests with no test-specific bindings (e.g. @BindValue fields or @InstallIn modules within the test class) to share the same generated component. This flag should help improve build times by avoiding generating duplicate components for tests with the same bindings (faebc3c66).

Note: This flag is currently disabled by default, but will be enabled by default in a future release of Hilt. For more information on how to enable this flag as well as some caveats, see the docs

New breaking changes

The alpha androidx extension @ViewModelInject is no longer supported. Hilt now falls back to the base activity/fragment default ViewModelProviderFactory (3778ee2b8)

Bug fixes

  • Update the androidx fragment, lifecycle and activity dependencies which contain patch fixes. (efcdbe12, 57255db62)
  • Fix #2511: updates the kotlinx-metadata dependency. (b42731b50)
  • Fix issue with proguard removing entry points by adding proguard keep rules. (96171b0ef)
  • Fix #2456: Rename init() method in generated Activity to avoid conflict with user method of same name. (1c66033f5)
  • Reduce the possibility of KAPT logging warnings due to no processor supporting disableAndroidSuperclassValidation when no Android entry points are in the source module. (c70cf2d38)
  • Fix #2070: Clears the Fragment reference in FragmentContextWrapper after Fragment#onDestroy() to prevent leaks if a non-Hilt View outlives the Hilt Fragment that created it. (7f4c3a236)
Commits
  • 047929f 2.34 release
  • ba49e28 Generate all test components in a common directory separate from the test cla...
  • 9a068fc Migrate annotation classes to androidx
  • 32694a9 Pull AliasOfPropagatedDataMetadata into its own source file.
  • 0336b1a Pull DefineComponentClassesMetadata into its own source file.
  • 6d97cf3 Generate aggregated data for @​UninstallModules.
  • ad59d4c Fix an issue with KotlinMetadata where constructors were not getting added to...
  • 64ac597 Pull AggregatedDepsMetadata into its own source file.
  • faebc3c Reuse the Default root generated components for test roots in the same compil...
  • efcdbe1 Update the androidx fragment, lifecycle and activity dependencies which conta...
  • Additional commits viewable in compare view

Updates dagger-android-processor from 2.33 to 2.34

Release notes

Sourced from dagger-android-processor's releases.

Dagger 2.34

What’s New in Dagger

Bug fixes

  • Fixed an issue where in rare cases subcomponent builder bindings might accidentally attach to the wrong parent (c2d097fa4)
  • Build performance improvements (47123ec9b, 1caa7f090, e2f2b2d96)

What’s New in Hilt

Hilt has a new flag, -Adagger.hilt.shareTestComponents, that enables tests with no test-specific bindings (e.g. @BindValue fields or @InstallIn modules within the test class) to share the same generated component. This flag should help improve build times by avoiding generating duplicate components for tests with the same bindings (faebc3c66).

Note: This flag is currently disabled by default, but will be enabled by default in a future release of Hilt. For more information on how to enable this flag as well as some caveats, see the docs

New breaking changes

The alpha androidx extension @ViewModelInject is no longer supported. Hilt now falls back to the base activity/fragment default ViewModelProviderFactory (3778ee2b8)

Bug fixes

  • Update the androidx fragment, lifecycle and activity dependencies which contain patch fixes. (efcdbe12, 57255db62)
  • Fix #2511: updates the kotlinx-metadata dependency. (b42731b50)
  • Fix issue with proguard removing entry points by adding proguard keep rules. (96171b0ef)
  • Fix #2456: Rename init() method in generated Activity to avoid conflict with user method of same name. (1c66033f5)
  • Reduce the possibility of KAPT logging warnings due to no processor supporting disableAndroidSuperclassValidation when no Android entry points are in the source module. (c70cf2d38)
  • Fix #2070: Clears the Fragment reference in FragmentContextWrapper after Fragment#onDestroy() to prevent leaks if a non-Hilt View outlives the Hilt Fragment that created it. (7f4c3a236)
Commits
  • 047929f 2.34 release
  • ba49e28 Generate all test components in a common directory separate from the test cla...
  • 9a068fc Migrate annotation classes to androidx
  • 32694a9 Pull AliasOfPropagatedDataMetadata into its own source file.
  • 0336b1a Pull DefineComponentClassesMetadata into its own source file.
  • 6d97cf3 Generate aggregated data for @​UninstallModules.
  • ad59d4c Fix an issue with KotlinMetadata where constructors were not getting added to...
  • 64ac597 Pull AggregatedDepsMetadata into its own source file.
  • faebc3c Reuse the Default root generated components for test roots in the same compil...
  • efcdbe1 Update the androidx fragment, lifecycle and activity dependencies which conta...
  • 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 `daggerVersion` from 2.33 to 2.34.

Updates `dagger` from 2.33 to 2.34
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.33...dagger-2.34)

Updates `dagger-android-support` from 2.33 to 2.34
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.33...dagger-2.34)

Updates `dagger-android` from 2.33 to 2.34
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.33...dagger-2.34)

Updates `dagger-compiler` from 2.33 to 2.34
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.33...dagger-2.34)

Updates `dagger-android-processor` from 2.33 to 2.34
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.33...dagger-2.34)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 8, 2021
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
Projects
None yet
0 participants