Skip to content

Commit 47f6c39

Browse files
Bump zustand from 4.2.0 to 4.3.2 (#49)
Bumps [zustand](https://github.com/pmndrs/zustand) from 4.2.0 to 4.3.2. <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>v4.3.2</h2> <p>There was a regression with default export (which is deprecated) in v4.3.0 and v4.3.1. This should fix it.</p> <h2>What's Changed</h2> <ul> <li>fix(vanilla,shallow): default export regression in CJS by <a href="https://github.com/dai-shi"><code>@​dai-shi</code></a> in <a href="https://github-redirect.dependabot.com/pmndrs/zustand/pull/1531">pmndrs/zustand#1531</a></li> <li>fix(middleware/persist): Fix the storage type by <a href="https://github.com/MOZGIII"><code>@​MOZGIII</code></a> in <a href="https://github-redirect.dependabot.com/pmndrs/zustand/pull/1540">pmndrs/zustand#1540</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/CatMonster"><code>@​CatMonster</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/pmndrs/zustand/pull/1539">pmndrs/zustand#1539</a></li> <li><a href="https://github.com/MOZGIII"><code>@​MOZGIII</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/pmndrs/zustand/pull/1540">pmndrs/zustand#1540</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pmndrs/zustand/compare/v4.3.1...v4.3.2">https://github.com/pmndrs/zustand/compare/v4.3.1...v4.3.2</a></p> <h2>v4.3.1</h2> <p>This version supersedes v4.3.0.</p> <h2>What's Changed</h2> <ul> <li>chore: show deprecated message only in DEV by <a href="https://github.com/dai-shi"><code>@​dai-shi</code></a> in <a href="https://github-redirect.dependabot.com/pmndrs/zustand/pull/1523">pmndrs/zustand#1523</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pmndrs/zustand/compare/v4.3.0...v4.3.1">https://github.com/pmndrs/zustand/compare/v4.3.0...v4.3.1</a></p> <h2>v4.3.0</h2> <p>Throughout past years of development, we've learned the (mis)usage of the library. One of our goal is to provide smallest possible APIs. To go further, this version deprecates some features. They are still usable (with warnings), but will be removed in the future.</p> <h2>What's Changed</h2> <ul> <li>feat: deprecate some APIs toward v5 by <a href="https://github.com/dai-shi"><code>@​dai-shi</code></a> in <a href="https://github-redirect.dependabot.com/pmndrs/zustand/pull/1403">pmndrs/zustand#1403</a></li> <li>feat: deprecate default export by <a href="https://github.com/dai-shi"><code>@​dai-shi</code></a> in <a href="https://github-redirect.dependabot.com/pmndrs/zustand/pull/1514">pmndrs/zustand#1514</a></li> <li>fix(middleware/persist): hydrate in sync (new impl with storage option) by <a href="https://github.com/dai-shi"><code>@​dai-shi</code></a> in <a href="https://github-redirect.dependabot.com/pmndrs/zustand/pull/1518">pmndrs/zustand#1518</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/adil62"><code>@​adil62</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/pmndrs/zustand/pull/1502">pmndrs/zustand#1502</a></li> <li><a href="https://github.com/wcastand"><code>@​wcastand</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/pmndrs/zustand/pull/1512">pmndrs/zustand#1512</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pmndrs/zustand/compare/v4.2.0...v4.3.0">https://github.com/pmndrs/zustand/compare/v4.2.0...v4.3.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pmndrs/zustand/commit/35e275adf9d67b9521707692353e7360c790aa69"><code>35e275a</code></a> 4.3.2</li> <li><a href="https://github.com/pmndrs/zustand/commit/374ed7713b07374a2dbbf99b8f80ec0dce2702f0"><code>374ed77</code></a> chore(deps): update dev dependencies (<a href="https://github-redirect.dependabot.com/pmndrs/zustand/issues/1542">#1542</a>)</li> <li><a href="https://github.com/pmndrs/zustand/commit/35c6f6c13a04c85f011332b18b7ff2ccaab9b681"><code>35c6f6c</code></a> fix(middleware/persist): Fix the storage type (<a href="https://github-redirect.dependabot.com/pmndrs/zustand/issues/1540">#1540</a>)</li> <li><a href="https://github.com/pmndrs/zustand/commit/4c5cddc9c69363db58a43495e41d84e5f20cf167"><code>4c5cddc</code></a> fix(vanilla,shallow): default export regression in CJS (<a href="https://github-redirect.dependabot.com/pmndrs/zustand/issues/1531">#1531</a>)</li> <li><a href="https://github.com/pmndrs/zustand/commit/2274eb90b206abe9a0c6218f33d0ea9cb66cd62c"><code>2274eb9</code></a> Invalid example (<a href="https://github-redirect.dependabot.com/pmndrs/zustand/issues/1539">#1539</a>)</li> <li><a href="https://github.com/pmndrs/zustand/commit/3c03e40f93e20eb28ab50fc84a7e64af92bf63c5"><code>3c03e40</code></a> Add zustand-di (<a href="https://github-redirect.dependabot.com/pmndrs/zustand/issues/1532">#1532</a>)</li> <li><a href="https://github.com/pmndrs/zustand/commit/55d0c3aec9fbca9d56432f39abba08f7b90e7edb"><code>55d0c3a</code></a> docs: add migration example in v3 create context (<a href="https://github-redirect.dependabot.com/pmndrs/zustand/issues/1524">#1524</a>)</li> <li><a href="https://github.com/pmndrs/zustand/commit/013a1ca5ff7183924ce8500f66dee42b30e240e3"><code>013a1ca</code></a> 4.3.1</li> <li><a href="https://github.com/pmndrs/zustand/commit/f607260a64469890049bc0d660dac10d8090b4bd"><code>f607260</code></a> chore: show deprecated message only in DEV (<a href="https://github-redirect.dependabot.com/pmndrs/zustand/issues/1523">#1523</a>)</li> <li><a href="https://github.com/pmndrs/zustand/commit/a1d40349078149db51ae5d657680ec816c6880ab"><code>a1d4034</code></a> 4.3.0</li> <li>Additional commits viewable in <a href="https://github.com/pmndrs/zustand/compare/v4.2.0...v4.3.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=zustand&package-manager=npm_and_yarn&previous-version=4.2.0&new-version=4.3.2)](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 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 c4f8a06 commit 47f6c39

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"react-dom": "18.2.0",
3535
"react-error-boundary": "^3.1.4",
3636
"styled-components": "^5.3.6",
37-
"zustand": "^4.2.0"
37+
"zustand": "^4.3.2"
3838
},
3939
"devDependencies": {
4040
"@types/react-copy-to-clipboard": "^5.0.4"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6466,10 +6466,10 @@ yocto-queue@^0.1.0:
64666466
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
64676467
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
64686468

6469-
zustand@^4.2.0:
6470-
version "4.2.0"
6471-
resolved "https://registry.yarnpkg.com/zustand/-/zustand-4.2.0.tgz#f6ef9e63794eda9b296979578538a6df6be3e1b0"
6472-
integrity sha512-eNwaDoD2FYVnMgtNxiMUhTJO780wonZUzJrPQTLYI0erSIMZF8cniWFW22kGQUECd8rdHRJ/ZJL2XO54c9Ttuw==
6469+
zustand@^4.3.2:
6470+
version "4.3.2"
6471+
resolved "https://registry.yarnpkg.com/zustand/-/zustand-4.3.2.tgz#bb121fcad84c5a569e94bd1a2695e1a93ba85d39"
6472+
integrity sha512-rd4haDmlwMTVWVqwvgy00ny8rtti/klRoZjFbL/MAcDnmD5qSw/RZc+Vddstdv90M5Lv6RPgWvm1Hivyn0QgJw==
64736473
dependencies:
64746474
use-sync-external-store "1.2.0"
64756475

0 commit comments

Comments
 (0)