From b79be58dd2dfadb8d049f9fd59573c5397958337 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 16:11:18 +0000 Subject: [PATCH] fix(deps): update haze to v1.2.1 (#756) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [dev.chrisbanes.haze:haze-materials](https://redirect.github.com/chrisbanes/haze) | `1.2.0` -> `1.2.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/dev.chrisbanes.haze:haze-materials/1.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/dev.chrisbanes.haze:haze-materials/1.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/dev.chrisbanes.haze:haze-materials/1.2.0/1.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/dev.chrisbanes.haze:haze-materials/1.2.0/1.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [dev.chrisbanes.haze:haze](https://redirect.github.com/chrisbanes/haze) | `1.2.0` -> `1.2.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/dev.chrisbanes.haze:haze/1.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/dev.chrisbanes.haze:haze/1.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/dev.chrisbanes.haze:haze/1.2.0/1.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/dev.chrisbanes.haze:haze/1.2.0/1.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
chrisbanes/haze (dev.chrisbanes.haze:haze-materials) ### [`v1.2.1`](https://redirect.github.com/chrisbanes/haze/releases/tag/1.2.1) [Compare Source](https://redirect.github.com/chrisbanes/haze/compare/1.2.0...1.2.1) ##### What's Changed - Fix Haze not drawing any effects in previews by [@​chrisbanes](https://redirect.github.com/chrisbanes) in [https://github.com/chrisbanes/haze/pull/470](https://redirect.github.com/chrisbanes/haze/pull/470) - Fix issues with missing effects in LazyLayouts by [@​chrisbanes](https://redirect.github.com/chrisbanes) in [https://github.com/chrisbanes/haze/pull/469](https://redirect.github.com/chrisbanes/haze/pull/469) **Full Changelog**: https://github.com/chrisbanes/haze/compare/1.2.0...1.2.1
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/msfjarvis/compose-lobsters). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4e7dedd0..131faf10 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ coroutines = "1.10.1" dagger = "2.55" eithernet = "2.0.0" glance = "1.0.0" -haze = "1.2.0" +haze = "1.2.1" junit = "5.11.4" konvert = "4.0.1" kotlin = "2.1.0"