freeletics / RxRedux

Redux implementation based on RxJava
https://freeletics.engineering/2018/08/16/rxredux.html
Apache License 2.0
567 stars 34 forks source link

Bump versions.dagger from 2.22.1 to 2.23.1 #65

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps versions.dagger from 2.22.1 to 2.23.1.

Updates dagger from 2.22.1 to 2.23.1

Release notes *Sourced from [dagger's releases](https://github.com/google/dagger/releases).* > ## Dagger 2.23.1 > In addition to the [2.23 release notes](https://github.com/google/dagger/releases/tag/dagger-2.23), this release fixes support for gradle incremental annotation processing (a91d9624) > > ## Dagger 2.23 > - Validation/strictness > - Generated components are no longer public unless the component type is public (298dea83) > - `@BindsInstance` annotations are now more strictly validated (d3ed46dd) > - Build performance > - Generated code is no longer formatted by default. Use `-Adagger.formatGeneratedSource=enabled` to turn it on. (fcd069cc) > - General build performance improvements (7e374b58) > - Android > - Added `dagger.android.HasAndroidInjector`, which will soon replace the `Has*Injector` interfaces. This one interfaces coalesces the others and should be functionally equivalent. (8f015262) > - Full Binding Graph Validation > - Rename `-Adagger.moduleBindingValidation` to `-Adagger.fullBindingGraphValidation`. The old name continues to work as an alias. (add5a744) > - Do full binding graph validation for components and subcomponents, not just modules. (15d20f88) > - Bug Fixes > - Fixed an issue where `@BindsInstance` on a Builder setter method's parameter caused a failure in codegen if the parameter had a different name than the method itself ([#1464](https://github-redirect.dependabot.com/google/dagger/issues/1464)). (8051d285)
Commits - [`c7d2f2d`](https://github.com/google/dagger/commit/c7d2f2d1debd9f69ad534efabc567aee9406ce8b) 2.23.1 release - [`a91d962`](https://github.com/google/dagger/commit/a91d962409ebb96173e36e5054bbc139daf0de88) Remove simple_jar in favor of the Gradle Incremental Annotation Processor hel... - [`37ebdd2`](https://github.com/google/dagger/commit/37ebdd2a134d025a5bd9acb96d992a5a10b5f767) Use putAll() calls instead of creating a MapDifference. - [`5a6be36`](https://github.com/google/dagger/commit/5a6be367b0b5d7a8a388a64498972d98e67b1bce) Remove references to Google+ - [`072c477`](https://github.com/google/dagger/commit/072c4774c5f30a99a5d8ac279eff55343ba68df0) Replace google.github.io/dagger with dagger.dev - [`f36dca4`](https://github.com/google/dagger/commit/f36dca4a14651dc4b06014bd6094aed2b659213f) Make CommandProcessorFactory top-level to avoid introducing users to the some... - [`f9e41bc`](https://github.com/google/dagger/commit/f9e41bc94701c52c60c534390b59b135444276a4) Refactoring: Extract InjectionSiteFactory from BindingFactory. - [`304f3c9`](https://github.com/google/dagger/commit/304f3c96c8c9ec9fdebfc73a398f1b6d79a24f11) Use one missing binding node per-key in AOT. - [`8c50f2c`](https://github.com/google/dagger/commit/8c50f2cd8d799bd41e7cd20441d055c61eb6c103) Make methods that aren't overridden final. - [`673d34b`](https://github.com/google/dagger/commit/673d34b84f544858e1337ff68accdf9acc38b486) Refactor BindingMethodValidator to avoid the need to pass around the Validati... - Additional commits viewable in [compare view](https://github.com/google/dagger/compare/dagger-2.22.1...dagger-2.23.1)


Updates dagger-compiler from 2.22.1 to 2.23.1

Release notes *Sourced from [dagger-compiler's releases](https://github.com/google/dagger/releases).* > ## Dagger 2.23.1 > In addition to the [2.23 release notes](https://github.com/google/dagger/releases/tag/dagger-2.23), this release fixes support for gradle incremental annotation processing (a91d9624) > > ## Dagger 2.23 > - Validation/strictness > - Generated components are no longer public unless the component type is public (298dea83) > - `@BindsInstance` annotations are now more strictly validated (d3ed46dd) > - Build performance > - Generated code is no longer formatted by default. Use `-Adagger.formatGeneratedSource=enabled` to turn it on. (fcd069cc) > - General build performance improvements (7e374b58) > - Android > - Added `dagger.android.HasAndroidInjector`, which will soon replace the `Has*Injector` interfaces. This one interfaces coalesces the others and should be functionally equivalent. (8f015262) > - Full Binding Graph Validation > - Rename `-Adagger.moduleBindingValidation` to `-Adagger.fullBindingGraphValidation`. The old name continues to work as an alias. (add5a744) > - Do full binding graph validation for components and subcomponents, not just modules. (15d20f88) > - Bug Fixes > - Fixed an issue where `@BindsInstance` on a Builder setter method's parameter caused a failure in codegen if the parameter had a different name than the method itself ([#1464](https://github-redirect.dependabot.com/google/dagger/issues/1464)). (8051d285)
Commits - [`c7d2f2d`](https://github.com/google/dagger/commit/c7d2f2d1debd9f69ad534efabc567aee9406ce8b) 2.23.1 release - [`a91d962`](https://github.com/google/dagger/commit/a91d962409ebb96173e36e5054bbc139daf0de88) Remove simple_jar in favor of the Gradle Incremental Annotation Processor hel... - [`37ebdd2`](https://github.com/google/dagger/commit/37ebdd2a134d025a5bd9acb96d992a5a10b5f767) Use putAll() calls instead of creating a MapDifference. - [`5a6be36`](https://github.com/google/dagger/commit/5a6be367b0b5d7a8a388a64498972d98e67b1bce) Remove references to Google+ - [`072c477`](https://github.com/google/dagger/commit/072c4774c5f30a99a5d8ac279eff55343ba68df0) Replace google.github.io/dagger with dagger.dev - [`f36dca4`](https://github.com/google/dagger/commit/f36dca4a14651dc4b06014bd6094aed2b659213f) Make CommandProcessorFactory top-level to avoid introducing users to the some... - [`f9e41bc`](https://github.com/google/dagger/commit/f9e41bc94701c52c60c534390b59b135444276a4) Refactoring: Extract InjectionSiteFactory from BindingFactory. - [`304f3c9`](https://github.com/google/dagger/commit/304f3c96c8c9ec9fdebfc73a398f1b6d79a24f11) Use one missing binding node per-key in AOT. - [`8c50f2c`](https://github.com/google/dagger/commit/8c50f2cd8d799bd41e7cd20441d055c61eb6c103) Make methods that aren't overridden final. - [`673d34b`](https://github.com/google/dagger/commit/673d34b84f544858e1337ff68accdf9acc38b486) Refactor BindingMethodValidator to avoid the need to pass around the Validati... - Additional commits viewable in [compare view](https://github.com/google/dagger/compare/dagger-2.22.1...dagger-2.23.1)


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Superseded by #69.