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 dagger_version from 2.24 to 2.25.2 #43

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

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps dagger_version from 2.24 to 2.25.2.

Updates dagger-android-processor from 2.24 to 2.25.2

Release notes

Sourced from dagger-android-processor's releases.

Dagger 2.25.2

Known breaking changes

  • The Kotlin change in 2.ii (below) will break users who were passing in object module
    instances into a Component builder method rather than using @JvmStatic.
    To fix this issue, remove the call to the builder method -- the module instance is
    no longer needed and the Component builder method will no longer be generated.

What's new

  1. Bug fixes

    1. Fix duplicate missing binding error messages. (2411074e)
    2. Fix dagger-spi pom file from dependency cycle. (3699697c)
    3. Fix issue with missing shaded deps from release 2.25 (efe1b00a)
  2. Kotlin support

    1. Qualifier annotations on fields can now be understood without
      The need for @field:MyQualifier (646e0336)
    2. @Module object classes no longer need @JvmStatic on the
      provides methods. (0da21807)
  3. Performance Improvements

    1. Build performance:
      • BindingGraph creation (5c34d6d7, e92edf6b, a8a00fa9, 86eb76ff)
      • BindingGraph validation (48db4f12)
      • component generation (f1e2a274)
    2. Runtime performance:
      • _Factory proxy methods can now be accessed without
        class loading the factory (a258d371).

Dagger 2.25

Do not depend on this release.

Depend on release 2.25.2 instead, which fixes issue #1639.

Commits
  • 1514f96 2.25.2 release
  • efe1b00 Add the auto common shaded jar back into the jarjar.
  • f5c773a Remove ModuleAnnotation.annotationClass() as it relies on reflection on the p...
  • 6f6a9d0 Suppress more GoodTime errors.
  • e923cd8 Add component creator validation in ComponentHjarProcessingStep.
  • a258d37 Wrap static _Factory.INSTANCE fields in an InstanceHolder class.
  • 0d9fdb3 Add blaze rule to validate and generate files for a maven artifact.
  • 6364fef [Dagger Refactor] Call ProvisionMethod.invoke() for all factory.get() methods.
  • b14f933 [Dagger Refactor] Remove unnecessary method parameter in shouldGenerateBindin...
  • 8f93701 Use any() argument matcher where we know the argument is never null.
  • Additional commits viewable in compare view

Updates dagger-android-support from 2.24 to 2.25.2

Release notes

Sourced from dagger-android-support's releases.

Dagger 2.25.2

Known breaking changes

  • The Kotlin change in 2.ii (below) will break users who were passing in object module
    instances into a Component builder method rather than using @JvmStatic.
    To fix this issue, remove the call to the builder method -- the module instance is
    no longer needed and the Component builder method will no longer be generated.

What's new

  1. Bug fixes

    1. Fix duplicate missing binding error messages. (2411074e)
    2. Fix dagger-spi pom file from dependency cycle. (3699697c)
    3. Fix issue with missing shaded deps from release 2.25 (efe1b00a)
  2. Kotlin support

    1. Qualifier annotations on fields can now be understood without
      The need for @field:MyQualifier (646e0336)
    2. @Module object classes no longer need @JvmStatic on the
      provides methods. (0da21807)
  3. Performance Improvements

    1. Build performance:
      • BindingGraph creation (5c34d6d7, e92edf6b, a8a00fa9, 86eb76ff)
      • BindingGraph validation (48db4f12)
      • component generation (f1e2a274)
    2. Runtime performance:
      • _Factory proxy methods can now be accessed without
        class loading the factory (a258d371).

Dagger 2.25

Do not depend on this release.

Depend on release 2.25.2 instead, which fixes issue #1639.

Commits
  • 1514f96 2.25.2 release
  • efe1b00 Add the auto common shaded jar back into the jarjar.
  • f5c773a Remove ModuleAnnotation.annotationClass() as it relies on reflection on the p...
  • 6f6a9d0 Suppress more GoodTime errors.
  • e923cd8 Add component creator validation in ComponentHjarProcessingStep.
  • a258d37 Wrap static _Factory.INSTANCE fields in an InstanceHolder class.
  • 0d9fdb3 Add blaze rule to validate and generate files for a maven artifact.
  • 6364fef [Dagger Refactor] Call ProvisionMethod.invoke() for all factory.get() methods.
  • b14f933 [Dagger Refactor] Remove unnecessary method parameter in shouldGenerateBindin...
  • 8f93701 Use any() argument matcher where we know the argument is never null.
  • Additional commits viewable in compare view

Updates dagger from 2.24 to 2.25.2

Release notes

Sourced from dagger's releases.

Dagger 2.25.2

Known breaking changes

  • The Kotlin change in 2.ii (below) will break users who were passing in object module
    instances into a Component builder method rather than using @JvmStatic.
    To fix this issue, remove the call to the builder method -- the module instance is
    no longer needed and the Component builder method will no longer be generated.

What's new

  1. Bug fixes

    1. Fix duplicate missing binding error messages. (2411074e)
    2. Fix dagger-spi pom file from dependency cycle. (3699697c)
    3. Fix issue with missing shaded deps from release 2.25 (efe1b00a)
  2. Kotlin support

    1. Qualifier annotations on fields can now be understood without
      The need for @field:MyQualifier (646e0336)
    2. @Module object classes no longer need @JvmStatic on the
      provides methods. (0da21807)
  3. Performance Improvements

    1. Build performance:
      • BindingGraph creation (5c34d6d7, e92edf6b, a8a00fa9, 86eb76ff)
      • BindingGraph validation (48db4f12)
      • component generation (f1e2a274)
    2. Runtime performance:
      • _Factory proxy methods can now be accessed without
        class loading the factory (a258d371).

Dagger 2.25

Do not depend on this release.

Depend on release 2.25.2 instead, which fixes issue #1639.

Commits
  • 1514f96 2.25.2 release
  • efe1b00 Add the auto common shaded jar back into the jarjar.
  • f5c773a Remove ModuleAnnotation.annotationClass() as it relies on reflection on the p...
  • 6f6a9d0 Suppress more GoodTime errors.
  • e923cd8 Add component creator validation in ComponentHjarProcessingStep.
  • a258d37 Wrap static _Factory.INSTANCE fields in an InstanceHolder class.
  • 0d9fdb3 Add blaze rule to validate and generate files for a maven artifact.
  • 6364fef [Dagger Refactor] Call ProvisionMethod.invoke() for all factory.get() methods.
  • b14f933 [Dagger Refactor] Remove unnecessary method parameter in shouldGenerateBindin...
  • 8f93701 Use any() argument matcher where we know the argument is never null.
  • Additional commits viewable in compare view

Updates dagger-compiler from 2.24 to 2.25.2

Release notes

Sourced from dagger-compiler's releases.

Dagger 2.25.2

Known breaking changes

  • The Kotlin change in 2.ii (below) will break users who were passing in object module
    instances into a Component builder method rather than using @JvmStatic.
    To fix this issue, remove the call to the builder method -- the module instance is
    no longer needed and the Component builder method will no longer be generated.

What's new

  1. Bug fixes

    1. Fix duplicate missing binding error messages. (2411074e)
    2. Fix dagger-spi pom file from dependency cycle. (3699697c)
    3. Fix issue with missing shaded deps from release 2.25 (efe1b00a)
  2. Kotlin support

    1. Qualifier annotations on fields can now be understood without
      The need for @field:MyQualifier (646e0336)
    2. @Module object classes no longer need @JvmStatic on the
      provides methods. (0da21807)
  3. Performance Improvements

    1. Build performance:
      • BindingGraph creation (5c34d6d7, e92edf6b, a8a00fa9, 86eb76ff)
      • BindingGraph validation (48db4f12)
      • component generation (f1e2a274)
    2. Runtime performance:
      • _Factory proxy methods can now be accessed without
        class loading the factory (a258d371).

Dagger 2.25

Do not depend on this release.

Depend on release 2.25.2 instead, which fixes issue #1639.

Commits
  • 1514f96 2.25.2 release
  • efe1b00 Add the auto common shaded jar back into the jarjar.
  • f5c773a Remove ModuleAnnotation.annotationClass() as it relies on reflection on the p...
  • 6f6a9d0 Suppress more GoodTime errors.
  • e923cd8 Add component creator validation in ComponentHjarProcessingStep.
  • a258d37 Wrap static _Factory.INSTANCE fields in an InstanceHolder class.
  • 0d9fdb3 Add blaze rule to validate and generate files for a maven artifact.
  • 6364fef [Dagger Refactor] Call ProvisionMethod.invoke() for all factory.get() methods.
  • b14f933 [Dagger Refactor] Remove unnecessary method parameter in shouldGenerateBindin...
  • 8f93701 Use any() argument matcher where we know the argument is never null.
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps `dagger_version` from 2.24 to 2.25.2.

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

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

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

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Oct 23, 2019
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
Development

Successfully merging this pull request may close these issues.

None yet

0 participants