From 1e519ab0ec471480de38070af9c03d84745e0df0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 19:57:19 +0000 Subject: [PATCH] fix(deps): update dependency org.mobilenativefoundation.store:store5 to v5.1.0-alpha05 (#687) 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 | |---|---|---|---|---|---| | [org.mobilenativefoundation.store:store5](https://redirect.github.com/MobileNativeFoundation/Store) | `5.1.0-alpha04` -> `5.1.0-alpha05` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.mobilenativefoundation.store:store5/5.1.0-alpha05?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.mobilenativefoundation.store:store5/5.1.0-alpha05?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.mobilenativefoundation.store:store5/5.1.0-alpha04/5.1.0-alpha05?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.mobilenativefoundation.store:store5/5.1.0-alpha04/5.1.0-alpha05?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
MobileNativeFoundation/Store (org.mobilenativefoundation.store:store5) ### [`v5.1.0-alpha05`](https://redirect.github.com/MobileNativeFoundation/Store/releases/tag/5.1.0-alpha05) [Compare Source](https://redirect.github.com/MobileNativeFoundation/Store/compare/5.1.0-alpha04...5.1.0-alpha05) #### What's Changed - Update kermit to 2.0.4 by [@​solcott](https://redirect.github.com/solcott) in [https://github.com/MobileNativeFoundation/Store/pull/655](https://redirect.github.com/MobileNativeFoundation/Store/pull/655) - Avoid deadlock in RealMutableStore by [@​amrfarid140](https://redirect.github.com/amrfarid140) in [https://github.com/MobileNativeFoundation/Store/pull/658](https://redirect.github.com/MobileNativeFoundation/Store/pull/658) - Typo fix RealStore.kt by [@​Shabinder](https://redirect.github.com/Shabinder) in [https://github.com/MobileNativeFoundation/Store/pull/662](https://redirect.github.com/MobileNativeFoundation/Store/pull/662) - Fix Failing Node JS Tests by [@​matt-ramotar](https://redirect.github.com/matt-ramotar) in [https://github.com/MobileNativeFoundation/Store/pull/665](https://redirect.github.com/MobileNativeFoundation/Store/pull/665) #### New Contributors - [@​solcott](https://redirect.github.com/solcott) made their first contribution in [https://github.com/MobileNativeFoundation/Store/pull/655](https://redirect.github.com/MobileNativeFoundation/Store/pull/655) - [@​amrfarid140](https://redirect.github.com/amrfarid140) made their first contribution in [https://github.com/MobileNativeFoundation/Store/pull/658](https://redirect.github.com/MobileNativeFoundation/Store/pull/658) **Full Changelog**: https://github.com/MobileNativeFoundation/Store/compare/5.1.0-alpha04...5.1.0-alpha05
--- ### 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 this update 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 dcc911ce..b26f37b5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -19,7 +19,7 @@ retrofit = "2.11.0" richtext = "1.0.0-alpha01" sentry-sdk = "7.15.0" serialization = "1.7.3" -store = "5.1.0-alpha04" +store = "5.1.0-alpha05" sqldelight = "2.0.2" whetstone = "0.9.0-beta02" workmanager = "2.10.0-beta01"