Bumps [zustand](https://github.com/pmndrs/zustand) from 5.0.9 to 5.0.11. <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.11</h2> <p>This release includes small improvements in middleware thanks to contributors.</p> <h2>What's Changed</h2> <ul> <li>chore: improve typing in devtools middleware by <a href="https://github.com/grigoriy-reshetniak"><code>@grigoriy-reshetniak</code></a> in <a href="https://redirect.github.com/pmndrs/zustand/pull/3362">pmndrs/zustand#3362</a></li> <li>fix(persist): avoid relying on global localStorage by <a href="https://github.com/honuuk"><code>@honuuk</code></a> in <a href="https://redirect.github.com/pmndrs/zustand/pull/3367">pmndrs/zustand#3367</a></li> <li>fix(immer): Proper typing for immer middleware in combination with slices by <a href="https://github.com/wheerd"><code>@wheerd</code></a> in <a href="https://redirect.github.com/pmndrs/zustand/pull/3371">pmndrs/zustand#3371</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/SeongYongLee"><code>@SeongYongLee</code></a> made their first contribution in <a href="https://redirect.github.com/pmndrs/zustand/pull/3355">pmndrs/zustand#3355</a></li> <li><a href="https://github.com/grigoriy-reshetniak"><code>@grigoriy-reshetniak</code></a> made their first contribution in <a href="https://redirect.github.com/pmndrs/zustand/pull/3351">pmndrs/zustand#3351</a></li> <li><a href="https://github.com/DormancyWang"><code>@DormancyWang</code></a> made their first contribution in <a href="https://redirect.github.com/pmndrs/zustand/pull/3363">pmndrs/zustand#3363</a></li> <li><a href="https://github.com/Ea-st-ring"><code>@Ea-st-ring</code></a> made their first contribution in <a href="https://redirect.github.com/pmndrs/zustand/pull/3369">pmndrs/zustand#3369</a></li> <li><a href="https://github.com/winner07"><code>@winner07</code></a> made their first contribution in <a href="https://redirect.github.com/pmndrs/zustand/pull/3373">pmndrs/zustand#3373</a></li> <li><a href="https://github.com/honuuk"><code>@honuuk</code></a> made their first contribution in <a href="https://redirect.github.com/pmndrs/zustand/pull/3367">pmndrs/zustand#3367</a></li> <li><a href="https://github.com/wheerd"><code>@wheerd</code></a> made their first contribution in <a href="https://redirect.github.com/pmndrs/zustand/pull/3371">pmndrs/zustand#3371</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pmndrs/zustand/compare/v5.0.10...v5.0.11">https://github.com/pmndrs/zustand/compare/v5.0.10...v5.0.11</a></p> <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="99379a6eef"><code>99379a6</code></a> 5.0.11</li> <li><a href="c81b4eb1e7"><code>c81b4eb</code></a> chore(deps): update dev dependencies (<a href="https://redirect.github.com/pmndrs/zustand/issues/3375">#3375</a>)</li> <li><a href="3871d53924"><code>3871d53</code></a> fix(immer): Proper typing for immer middleware in combination with slices (#...</li> <li><a href="9b505ac392"><code>9b505ac</code></a> fix(persist): use window.localStorage as default storage reference (<a href="https://redirect.github.com/pmndrs/zustand/issues/3367">#3367</a>)</li> <li><a href="267a57c32c"><code>267a57c</code></a> Update code block in tutorial-tic-tac-toe.md (<a href="https://redirect.github.com/pmndrs/zustand/issues/3373">#3373</a>)</li> <li><a href="6813f7b112"><code>6813f7b</code></a> docs: remove stray Russian comment in beginner-typescript guide (<a href="https://redirect.github.com/pmndrs/zustand/issues/3369">#3369</a>)</li> <li><a href="d9ea3300cb"><code>d9ea330</code></a> docs(testing): fix undefined counterStoreRef variable (<a href="https://redirect.github.com/pmndrs/zustand/issues/3368">#3368</a>)</li> <li><a href="6e026d7530"><code>6e026d7</code></a> chore: improve typing in devtools middleware (<a href="https://redirect.github.com/pmndrs/zustand/issues/3362">#3362</a>)</li> <li><a href="e7d4593594"><code>e7d4593</code></a> Revert "chore(deps): bump pmndrs/docs/.github/workflows/build.yml from 2 to 3...</li> <li><a href="0f49ad8d6e"><code>0f49ad8</code></a> chore(deps): bump pmndrs/docs/.github/workflows/build.yml from 2 to 3 (<a href="https://redirect.github.com/pmndrs/zustand/issues/3364">#3364</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pmndrs/zustand/compare/v5.0.9...v5.0.11">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 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>
717 B
717 B