Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump hilt from 2.53.1 to 2.54 (#221)
Bumps `hilt` from 2.53.1 to 2.54. Updates `com.google.dagger:hilt-android` from 2.53.1 to 2.54 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/dagger/releases">com.google.dagger:hilt-android's releases</a>.</em></p> <blockquote> <h2>Dagger 2.54</h2> <h1>Bug fixes</h1> <ul> <li>Fixed <a href="https://redirect.github.com/google/dagger/issues/4303">#4303</a>: Upgrade Hilt Gradle Plugin to support KSP2 configuration. (76b581999)</li> <li>Fixed <a href="https://redirect.github.com/google/dagger/issues/4544">#4544</a>: Removes private from InstanceHolder field to avoid unnecessary accessor method. (07d8f883f)</li> <li>Fixed <a href="https://redirect.github.com/google/dagger/issues/4533">#4533</a>: Fixes path separator for Windows when creating LazyClassKey proguard file. (efa421a3f)</li> </ul> <h1>Notable changes</h1> <ul> <li>In preparation for jakarta support, Dagger’s generated factories now include a <code>create()</code> method that uses <code>dagger.internal.Provider</code> rather than <code>javax.inject.Provider</code>. For now, the <code>javax.inject.Provider</code> <code>create()</code> method is also kept for compatibility, but it will be removed in a future release. When that happens, libraries built with the newer version of Dagger may break downstream users of <code>@component</code> that are built with an older version of Dagger. (d60729d20)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/dagger/commit/bf4b96e080c677e913d43b425a63df98ae3fde52"><code>bf4b96e</code></a> 2.54 release</li> <li><a href="https://github.com/google/dagger/commit/76b581999a81a4a6e91d5f5fc6b51639095575b2"><code>76b5819</code></a> Update Hilt Gradle Plugin KSP configuration to support KSP2</li> <li><a href="https://github.com/google/dagger/commit/013a9a447fddbc922c775af5c193319153e00dcf"><code>013a9a4</code></a> Add Nullmarking to Components</li> <li><a href="https://github.com/google/dagger/commit/07d8f883f1f1e1fe6787228b05741d8dd8633bd4"><code>07d8f88</code></a> Remove private from generated Factory's INSTANCE field.</li> <li><a href="https://github.com/google/dagger/commit/efa421a3fcd03a0453f76825741cd8307eea067e"><code>efa421a</code></a> Update Dagger's XProcessing jars.</li> <li><a href="https://github.com/google/dagger/commit/fe9a2f9ff14dc9ed9b7a13520278036404b2622d"><code>fe9a2f9</code></a> Update Dagger to use Android SDK 34.</li> <li><a href="https://github.com/google/dagger/commit/5e50a9296826dc91259e3c9cc713c6c0aa8c42ec"><code>5e50a92</code></a> Internal changes</li> <li><a href="https://github.com/google/dagger/commit/d60729d20cd0daf422916b1e2b90e5d73c951699"><code>d60729d</code></a> Change Dagger-genenerated factories to have an additional create method that ...</li> <li><a href="https://github.com/google/dagger/commit/6ee6092d80de2c93a2c07cf254ed543d41cc5995"><code>6ee6092</code></a> Migrate FrameworkType and FrameworkField to XPoet.</li> <li><a href="https://github.com/google/dagger/commit/972c8d35b7f132bf90ae94891fc9201aec2adb97"><code>972c8d3</code></a> Fix warnings about instantiating new boxed primitives.</li> <li>Additional commits viewable in <a href="https://github.com/google/dagger/compare/dagger-2.53.1...dagger-2.54">compare view</a></li> </ul> </details> <br /> Updates `com.google.dagger:hilt-compiler` from 2.53.1 to 2.54 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/dagger/releases">com.google.dagger:hilt-compiler's releases</a>.</em></p> <blockquote> <h2>Dagger 2.54</h2> <h1>Bug fixes</h1> <ul> <li>Fixed <a href="https://redirect.github.com/google/dagger/issues/4303">#4303</a>: Upgrade Hilt Gradle Plugin to support KSP2 configuration. (76b581999)</li> <li>Fixed <a href="https://redirect.github.com/google/dagger/issues/4544">#4544</a>: Removes private from InstanceHolder field to avoid unnecessary accessor method. (07d8f883f)</li> <li>Fixed <a href="https://redirect.github.com/google/dagger/issues/4533">#4533</a>: Fixes path separator for Windows when creating LazyClassKey proguard file. (efa421a3f)</li> </ul> <h1>Notable changes</h1> <ul> <li>In preparation for jakarta support, Dagger’s generated factories now include a <code>create()</code> method that uses <code>dagger.internal.Provider</code> rather than <code>javax.inject.Provider</code>. For now, the <code>javax.inject.Provider</code> <code>create()</code> method is also kept for compatibility, but it will be removed in a future release. When that happens, libraries built with the newer version of Dagger may break downstream users of <code>@component</code> that are built with an older version of Dagger. (d60729d20)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/dagger/commit/bf4b96e080c677e913d43b425a63df98ae3fde52"><code>bf4b96e</code></a> 2.54 release</li> <li><a href="https://github.com/google/dagger/commit/76b581999a81a4a6e91d5f5fc6b51639095575b2"><code>76b5819</code></a> Update Hilt Gradle Plugin KSP configuration to support KSP2</li> <li><a href="https://github.com/google/dagger/commit/013a9a447fddbc922c775af5c193319153e00dcf"><code>013a9a4</code></a> Add Nullmarking to Components</li> <li><a href="https://github.com/google/dagger/commit/07d8f883f1f1e1fe6787228b05741d8dd8633bd4"><code>07d8f88</code></a> Remove private from generated Factory's INSTANCE field.</li> <li><a href="https://github.com/google/dagger/commit/efa421a3fcd03a0453f76825741cd8307eea067e"><code>efa421a</code></a> Update Dagger's XProcessing jars.</li> <li><a href="https://github.com/google/dagger/commit/fe9a2f9ff14dc9ed9b7a13520278036404b2622d"><code>fe9a2f9</code></a> Update Dagger to use Android SDK 34.</li> <li><a href="https://github.com/google/dagger/commit/5e50a9296826dc91259e3c9cc713c6c0aa8c42ec"><code>5e50a92</code></a> Internal changes</li> <li><a href="https://github.com/google/dagger/commit/d60729d20cd0daf422916b1e2b90e5d73c951699"><code>d60729d</code></a> Change Dagger-genenerated factories to have an additional create method that ...</li> <li><a href="https://github.com/google/dagger/commit/6ee6092d80de2c93a2c07cf254ed543d41cc5995"><code>6ee6092</code></a> Migrate FrameworkType and FrameworkField to XPoet.</li> <li><a href="https://github.com/google/dagger/commit/972c8d35b7f132bf90ae94891fc9201aec2adb97"><code>972c8d3</code></a> Fix warnings about instantiating new boxed primitives.</li> <li>Additional commits viewable in <a href="https://github.com/google/dagger/compare/dagger-2.53.1...dagger-2.54">compare view</a></li> </ul> </details> <br /> Updates `com.google.dagger.hilt.android` from 2.53.1 to 2.54 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/dagger/releases">com.google.dagger.hilt.android's releases</a>.</em></p> <blockquote> <h2>Dagger 2.54</h2> <h1>Bug fixes</h1> <ul> <li>Fixed <a href="https://redirect.github.com/google/dagger/issues/4303">#4303</a>: Upgrade Hilt Gradle Plugin to support KSP2 configuration. (76b581999)</li> <li>Fixed <a href="https://redirect.github.com/google/dagger/issues/4544">#4544</a>: Removes private from InstanceHolder field to avoid unnecessary accessor method. (07d8f883f)</li> <li>Fixed <a href="https://redirect.github.com/google/dagger/issues/4533">#4533</a>: Fixes path separator for Windows when creating LazyClassKey proguard file. (efa421a3f)</li> </ul> <h1>Notable changes</h1> <ul> <li>In preparation for jakarta support, Dagger’s generated factories now include a <code>create()</code> method that uses <code>dagger.internal.Provider</code> rather than <code>javax.inject.Provider</code>. For now, the <code>javax.inject.Provider</code> <code>create()</code> method is also kept for compatibility, but it will be removed in a future release. When that happens, libraries built with the newer version of Dagger may break downstream users of <code>@component</code> that are built with an older version of Dagger. (d60729d20)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/dagger/commit/bf4b96e080c677e913d43b425a63df98ae3fde52"><code>bf4b96e</code></a> 2.54 release</li> <li><a href="https://github.com/google/dagger/commit/76b581999a81a4a6e91d5f5fc6b51639095575b2"><code>76b5819</code></a> Update Hilt Gradle Plugin KSP configuration to support KSP2</li> <li><a href="https://github.com/google/dagger/commit/013a9a447fddbc922c775af5c193319153e00dcf"><code>013a9a4</code></a> Add Nullmarking to Components</li> <li><a href="https://github.com/google/dagger/commit/07d8f883f1f1e1fe6787228b05741d8dd8633bd4"><code>07d8f88</code></a> Remove private from generated Factory's INSTANCE field.</li> <li><a href="https://github.com/google/dagger/commit/efa421a3fcd03a0453f76825741cd8307eea067e"><code>efa421a</code></a> Update Dagger's XProcessing jars.</li> <li><a href="https://github.com/google/dagger/commit/fe9a2f9ff14dc9ed9b7a13520278036404b2622d"><code>fe9a2f9</code></a> Update Dagger to use Android SDK 34.</li> <li><a href="https://github.com/google/dagger/commit/5e50a9296826dc91259e3c9cc713c6c0aa8c42ec"><code>5e50a92</code></a> Internal changes</li> <li><a href="https://github.com/google/dagger/commit/d60729d20cd0daf422916b1e2b90e5d73c951699"><code>d60729d</code></a> Change Dagger-genenerated factories to have an additional create method that ...</li> <li><a href="https://github.com/google/dagger/commit/6ee6092d80de2c93a2c07cf254ed543d41cc5995"><code>6ee6092</code></a> Migrate FrameworkType and FrameworkField to XPoet.</li> <li><a href="https://github.com/google/dagger/commit/972c8d35b7f132bf90ae94891fc9201aec2adb97"><code>972c8d3</code></a> Fix warnings about instantiating new boxed primitives.</li> <li>Additional commits viewable in <a href="https://github.com/google/dagger/compare/dagger-2.53.1...dagger-2.54">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information