fix(deps): update dependency org.mobilenativefoundation.store:store5 to v5.1.0-alpha05 (#687)

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

<details>
<summary>MobileNativeFoundation/Store
(org.mobilenativefoundation.store:store5)</summary>

###
[`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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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

- [@&#8203;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)
- [@&#8203;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

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-10-18 19:57:19 +00:00 committed by GitHub
parent 241a8ca426
commit 1e519ab0ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"