Commit 2496b66
authored
chore(deps): bump zustand from 5.0.9 to 5.0.10 (#326)
Bumps [zustand](https://github.com/pmndrs/zustand) from 5.0.9 to 5.0.10.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pmndrs/zustand/releases">zustand's
releases</a>.</em></p>
<blockquote>
<h2>v5.0.10</h2>
<p>This version includes a fix to the <code>persist</code> middleware
for an edge case.</p>
<h2>What's Changed</h2>
<ul>
<li>fix(persist): prevent race condition during concurrent rehydrate
calls by <a
href="https://github.com/Niyaz-Mazhitov"><code>@Niyaz-Mazhitov</code></a>
in <a
href="https://redirect.github.com/pmndrs/zustand/pull/3336">pmndrs/zustand#3336</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/max-programming"><code>@max-programming</code></a>
made their first contribution in <a
href="https://redirect.github.com/pmndrs/zustand/pull/3310">pmndrs/zustand#3310</a></li>
<li><a
href="https://github.com/oleksandr-danylchenko"><code>@oleksandr-danylchenko</code></a>
made their first contribution in <a
href="https://redirect.github.com/pmndrs/zustand/pull/3319">pmndrs/zustand#3319</a></li>
<li><a
href="https://github.com/MateuszSobiech"><code>@MateuszSobiech</code></a>
made their first contribution in <a
href="https://redirect.github.com/pmndrs/zustand/pull/3334">pmndrs/zustand#3334</a></li>
<li><a
href="https://github.com/EduardoRangelG"><code>@EduardoRangelG</code></a>
made their first contribution in <a
href="https://redirect.github.com/pmndrs/zustand/pull/3326">pmndrs/zustand#3326</a></li>
<li><a
href="https://github.com/1mehdifaraji"><code>@1mehdifaraji</code></a>
made their first contribution in <a
href="https://redirect.github.com/pmndrs/zustand/pull/3339">pmndrs/zustand#3339</a></li>
<li><a href="https://github.com/kamja44"><code>@kamja44</code></a> made
their first contribution in <a
href="https://redirect.github.com/pmndrs/zustand/pull/3349">pmndrs/zustand#3349</a></li>
<li><a
href="https://github.com/Niyaz-Mazhitov"><code>@Niyaz-Mazhitov</code></a>
made their first contribution in <a
href="https://redirect.github.com/pmndrs/zustand/pull/3336">pmndrs/zustand#3336</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pmndrs/zustand/compare/v5.0.9...v5.0.10">https://github.com/pmndrs/zustand/compare/v5.0.9...v5.0.10</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pmndrs/zustand/commit/003b0a734480b214e55862b6722d9834d496cf47"><code>003b0a7</code></a>
5.0.10</li>
<li><a
href="https://github.com/pmndrs/zustand/commit/9bb7f3ba2970b30a6a9c2b9ac16e3c23fe95f99b"><code>9bb7f3b</code></a>
chore(deps): update dev dependencies (<a
href="https://redirect.github.com/pmndrs/zustand/issues/3353">#3353</a>)</li>
<li><a
href="https://github.com/pmndrs/zustand/commit/d0cb549ff67ab2ecc62202a5d261f4cffcedb9f4"><code>d0cb549</code></a>
fix(persist): prevent race condition during concurrent rehydrate calls
(<a
href="https://redirect.github.com/pmndrs/zustand/issues/3336">#3336</a>)</li>
<li><a
href="https://github.com/pmndrs/zustand/commit/59e8783db37d1cfc5c4503e37336b48d212c7833"><code>59e8783</code></a>
test: remove eslint-disable for no-unused-expressions (<a
href="https://redirect.github.com/pmndrs/zustand/issues/3349">#3349</a>)</li>
<li><a
href="https://github.com/pmndrs/zustand/commit/db6fe66259dcb41fedd8d83160d6f1ece8913252"><code>db6fe66</code></a>
docs(CONTRIBUTING): fix 'npm install' to 'pnpm install' (<a
href="https://redirect.github.com/pmndrs/zustand/issues/3350">#3350</a>)</li>
<li><a
href="https://github.com/pmndrs/zustand/commit/8f1d45aca80e9d29718f854555982442e1c8c3d9"><code>8f1d45a</code></a>
Fix formatting and punctuation in third-party libraries doc (<a
href="https://redirect.github.com/pmndrs/zustand/issues/3346">#3346</a>)</li>
<li><a
href="https://github.com/pmndrs/zustand/commit/74d0aecdb7b638e85bb00fac1d3b682e6c712648"><code>74d0aec</code></a>
Add zustand-mutable middleware link (<a
href="https://redirect.github.com/pmndrs/zustand/issues/3343">#3343</a>)</li>
<li><a
href="https://github.com/pmndrs/zustand/commit/f912630524a29f12f86cecdbce1946e4da1af6d3"><code>f912630</code></a>
Add zustand-mmkv-storage to third-party libraries (<a
href="https://redirect.github.com/pmndrs/zustand/issues/3339">#3339</a>)</li>
<li><a
href="https://github.com/pmndrs/zustand/commit/4f1f963106305221cf4f5d1a8fae2968cbb6c262"><code>4f1f963</code></a>
docs: add memoized selector usage with <code>useStore</code> (<a
href="https://redirect.github.com/pmndrs/zustand/issues/3320">#3320</a>)</li>
<li><a
href="https://github.com/pmndrs/zustand/commit/aa2da0045f199045fd22de7160c99df85c04db69"><code>aa2da00</code></a>
docs: fix navigation order for comparison and tutorial markdowns (<a
href="https://redirect.github.com/pmndrs/zustand/issues/3326">#3326</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pmndrs/zustand/compare/v5.0.9...v5.0.10">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 58f2831 commit 2496b66
2 files changed
+5
-5
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments