Bump haze from 1.5.2 to 1.5.4 #37

Closed
dependabot[bot] wants to merge 1 commits from dependabot/gradle/haze-1.5.4 into master
dependabot[bot] commented 2025-04-18 05:55:26 +03:00 (Migrated from github.com)

Bumps haze from 1.5.2 to 1.5.4.
Updates dev.chrisbanes.haze:haze from 1.5.2 to 1.5.4

Release notes

Sourced from dev.chrisbanes.haze:haze's releases.

1.5.4

What's Changed

Full Changelog: https://github.com/chrisbanes/haze/compare/1.5.3...1.5.4

1.5.3

What's Changed

New Contributors

Thanks all! 👏

Full Changelog: https://github.com/chrisbanes/haze/compare/1.5.2...1.5.3

Commits
  • e79d95b Prepare for release 1.5.4
  • f037e9d Update baseline profile
  • 575c305 Re-use BlurEffect instances (#600)
  • dc299fe Update androidx.media3 to v1.6.1 (#597)
  • 654b699 Prepare next development version
  • 7850af7 Prepare for release 1.5.3
  • e7df677 Fix haze effects inside of of pagers (#594)
  • 7ead342 Use Sample as routes directly (#593)
  • 77774e1 Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-swing to v1.10.2 (...
  • 6477f86 Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.8.1 ...
  • Additional commits viewable in compare view

Updates dev.chrisbanes.haze:haze-materials from 1.5.2 to 1.5.4

Release notes

Sourced from dev.chrisbanes.haze:haze-materials's releases.

1.5.4

What's Changed

Full Changelog: https://github.com/chrisbanes/haze/compare/1.5.3...1.5.4

1.5.3

What's Changed

New Contributors

Thanks all! 👏

Full Changelog: https://github.com/chrisbanes/haze/compare/1.5.2...1.5.3

Commits
  • e79d95b Prepare for release 1.5.4
  • f037e9d Update baseline profile
  • 575c305 Re-use BlurEffect instances (#600)
  • dc299fe Update androidx.media3 to v1.6.1 (#597)
  • 654b699 Prepare next development version
  • 7850af7 Prepare for release 1.5.3
  • e7df677 Fix haze effects inside of of pagers (#594)
  • 7ead342 Use Sample as routes directly (#593)
  • 77774e1 Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-swing to v1.10.2 (...
  • 6477f86 Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.8.1 ...
  • 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 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)
Bumps `haze` from 1.5.2 to 1.5.4. Updates `dev.chrisbanes.haze:haze` from 1.5.2 to 1.5.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/chrisbanes/haze/releases">dev.chrisbanes.haze:haze's releases</a>.</em></p> <blockquote> <h2>1.5.4</h2> <h2>What's Changed</h2> <ul> <li>Update androidx.media3 to v1.6.1 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/chrisbanes/haze/pull/597">chrisbanes/haze#597</a></li> <li>Re-use BlurEffect instances by <a href="https://github.com/chrisbanes"><code>@​chrisbanes</code></a> in <a href="https://redirect.github.com/chrisbanes/haze/pull/600">chrisbanes/haze#600</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/chrisbanes/haze/compare/1.5.3...1.5.4">https://github.com/chrisbanes/haze/compare/1.5.3...1.5.4</a></p> <h2>1.5.3</h2> <h2>What's Changed</h2> <ul> <li>Reduce scope of consumer R8 rules by <a href="https://github.com/chrisbanes"><code>@​chrisbanes</code></a> in <a href="https://redirect.github.com/chrisbanes/haze/pull/579">chrisbanes/haze#579</a></li> <li>Fix links on docs site by <a href="https://github.com/chrisbanes"><code>@​chrisbanes</code></a> in <a href="https://redirect.github.com/chrisbanes/haze/pull/581">chrisbanes/haze#581</a></li> <li>Extract BlurEffect interface by <a href="https://github.com/chrisbanes"><code>@​chrisbanes</code></a> in <a href="https://redirect.github.com/chrisbanes/haze/pull/589">chrisbanes/haze#589</a></li> <li>Use <code>Sample</code> as routes directly by <a href="https://github.com/Goooler"><code>@​Goooler</code></a> in <a href="https://redirect.github.com/chrisbanes/haze/pull/593">chrisbanes/haze#593</a></li> <li>Fix haze effects inside of of pagers by <a href="https://github.com/Monkopedia"><code>@​Monkopedia</code></a> in <a href="https://redirect.github.com/chrisbanes/haze/pull/594">chrisbanes/haze#594</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Goooler"><code>@​Goooler</code></a> made their first contribution in <a href="https://redirect.github.com/chrisbanes/haze/pull/593">chrisbanes/haze#593</a></li> <li><a href="https://github.com/Monkopedia"><code>@​Monkopedia</code></a> made their first contribution in <a href="https://redirect.github.com/chrisbanes/haze/pull/594">chrisbanes/haze#594</a></li> </ul> <p>Thanks all! 👏</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/chrisbanes/haze/compare/1.5.2...1.5.3">https://github.com/chrisbanes/haze/compare/1.5.2...1.5.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/chrisbanes/haze/commit/e79d95b10fe7d22f4dc8a4cdd0298e6dc5c86a9e"><code>e79d95b</code></a> Prepare for release 1.5.4</li> <li><a href="https://github.com/chrisbanes/haze/commit/f037e9da4b3bdf1337a6da69c97a30017bbe198e"><code>f037e9d</code></a> Update baseline profile</li> <li><a href="https://github.com/chrisbanes/haze/commit/575c3059a5a9cab4f717ff32e768d3ae8d28f4ef"><code>575c305</code></a> Re-use BlurEffect instances (<a href="https://redirect.github.com/chrisbanes/haze/issues/600">#600</a>)</li> <li><a href="https://github.com/chrisbanes/haze/commit/dc299fe5554bb97959da59aa12543d59d4052760"><code>dc299fe</code></a> Update androidx.media3 to v1.6.1 (<a href="https://redirect.github.com/chrisbanes/haze/issues/597">#597</a>)</li> <li><a href="https://github.com/chrisbanes/haze/commit/654b699ea43650ebb3d695bbc7ab3d9fa6ea5086"><code>654b699</code></a> Prepare next development version</li> <li><a href="https://github.com/chrisbanes/haze/commit/7850af7b5a49310db26720927a25f028de1f5d54"><code>7850af7</code></a> Prepare for release 1.5.3</li> <li><a href="https://github.com/chrisbanes/haze/commit/e7df677569cc2e94977cbb3297204d6f58a3f35d"><code>e7df677</code></a> Fix haze effects inside of of pagers (<a href="https://redirect.github.com/chrisbanes/haze/issues/594">#594</a>)</li> <li><a href="https://github.com/chrisbanes/haze/commit/7ead34248e8afcd3407c0f3c026bfd4bb58067b9"><code>7ead342</code></a> Use <code>Sample</code> as routes directly (<a href="https://redirect.github.com/chrisbanes/haze/issues/593">#593</a>)</li> <li><a href="https://github.com/chrisbanes/haze/commit/77774e187fda2ed90b055006f82ebff844262254"><code>77774e1</code></a> Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-swing to v1.10.2 (...</li> <li><a href="https://github.com/chrisbanes/haze/commit/6477f8623361f9e99782fb729a4863cc5bdc80d3"><code>6477f86</code></a> Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.8.1 ...</li> <li>Additional commits viewable in <a href="https://github.com/chrisbanes/haze/compare/1.5.2...1.5.4">compare view</a></li> </ul> </details> <br /> Updates `dev.chrisbanes.haze:haze-materials` from 1.5.2 to 1.5.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/chrisbanes/haze/releases">dev.chrisbanes.haze:haze-materials's releases</a>.</em></p> <blockquote> <h2>1.5.4</h2> <h2>What's Changed</h2> <ul> <li>Update androidx.media3 to v1.6.1 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/chrisbanes/haze/pull/597">chrisbanes/haze#597</a></li> <li>Re-use BlurEffect instances by <a href="https://github.com/chrisbanes"><code>@​chrisbanes</code></a> in <a href="https://redirect.github.com/chrisbanes/haze/pull/600">chrisbanes/haze#600</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/chrisbanes/haze/compare/1.5.3...1.5.4">https://github.com/chrisbanes/haze/compare/1.5.3...1.5.4</a></p> <h2>1.5.3</h2> <h2>What's Changed</h2> <ul> <li>Reduce scope of consumer R8 rules by <a href="https://github.com/chrisbanes"><code>@​chrisbanes</code></a> in <a href="https://redirect.github.com/chrisbanes/haze/pull/579">chrisbanes/haze#579</a></li> <li>Fix links on docs site by <a href="https://github.com/chrisbanes"><code>@​chrisbanes</code></a> in <a href="https://redirect.github.com/chrisbanes/haze/pull/581">chrisbanes/haze#581</a></li> <li>Extract BlurEffect interface by <a href="https://github.com/chrisbanes"><code>@​chrisbanes</code></a> in <a href="https://redirect.github.com/chrisbanes/haze/pull/589">chrisbanes/haze#589</a></li> <li>Use <code>Sample</code> as routes directly by <a href="https://github.com/Goooler"><code>@​Goooler</code></a> in <a href="https://redirect.github.com/chrisbanes/haze/pull/593">chrisbanes/haze#593</a></li> <li>Fix haze effects inside of of pagers by <a href="https://github.com/Monkopedia"><code>@​Monkopedia</code></a> in <a href="https://redirect.github.com/chrisbanes/haze/pull/594">chrisbanes/haze#594</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Goooler"><code>@​Goooler</code></a> made their first contribution in <a href="https://redirect.github.com/chrisbanes/haze/pull/593">chrisbanes/haze#593</a></li> <li><a href="https://github.com/Monkopedia"><code>@​Monkopedia</code></a> made their first contribution in <a href="https://redirect.github.com/chrisbanes/haze/pull/594">chrisbanes/haze#594</a></li> </ul> <p>Thanks all! 👏</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/chrisbanes/haze/compare/1.5.2...1.5.3">https://github.com/chrisbanes/haze/compare/1.5.2...1.5.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/chrisbanes/haze/commit/e79d95b10fe7d22f4dc8a4cdd0298e6dc5c86a9e"><code>e79d95b</code></a> Prepare for release 1.5.4</li> <li><a href="https://github.com/chrisbanes/haze/commit/f037e9da4b3bdf1337a6da69c97a30017bbe198e"><code>f037e9d</code></a> Update baseline profile</li> <li><a href="https://github.com/chrisbanes/haze/commit/575c3059a5a9cab4f717ff32e768d3ae8d28f4ef"><code>575c305</code></a> Re-use BlurEffect instances (<a href="https://redirect.github.com/chrisbanes/haze/issues/600">#600</a>)</li> <li><a href="https://github.com/chrisbanes/haze/commit/dc299fe5554bb97959da59aa12543d59d4052760"><code>dc299fe</code></a> Update androidx.media3 to v1.6.1 (<a href="https://redirect.github.com/chrisbanes/haze/issues/597">#597</a>)</li> <li><a href="https://github.com/chrisbanes/haze/commit/654b699ea43650ebb3d695bbc7ab3d9fa6ea5086"><code>654b699</code></a> Prepare next development version</li> <li><a href="https://github.com/chrisbanes/haze/commit/7850af7b5a49310db26720927a25f028de1f5d54"><code>7850af7</code></a> Prepare for release 1.5.3</li> <li><a href="https://github.com/chrisbanes/haze/commit/e7df677569cc2e94977cbb3297204d6f58a3f35d"><code>e7df677</code></a> Fix haze effects inside of of pagers (<a href="https://redirect.github.com/chrisbanes/haze/issues/594">#594</a>)</li> <li><a href="https://github.com/chrisbanes/haze/commit/7ead34248e8afcd3407c0f3c026bfd4bb58067b9"><code>7ead342</code></a> Use <code>Sample</code> as routes directly (<a href="https://redirect.github.com/chrisbanes/haze/issues/593">#593</a>)</li> <li><a href="https://github.com/chrisbanes/haze/commit/77774e187fda2ed90b055006f82ebff844262254"><code>77774e1</code></a> Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-swing to v1.10.2 (...</li> <li><a href="https://github.com/chrisbanes/haze/commit/6477f8623361f9e99782fb729a4863cc5bdc80d3"><code>6477f86</code></a> Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.8.1 ...</li> <li>Additional commits viewable in <a href="https://github.com/chrisbanes/haze/compare/1.5.2...1.5.4">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>
dependabot[bot] commented 2025-05-13 05:44:06 +03:00 (Migrated from github.com)

Superseded by #43.

Superseded by #43.

Pull request closed

Sign in to join this conversation.