Merged
Conversation
Bumps [zustand](https://github.com/pmndrs/zustand) from 4.2.0 to 4.3.2. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](pmndrs/zustand@v4.2.0...v4.3.2) --- updated-dependencies: - dependency-name: zustand dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
✅ Deploy Preview for depth-of-field ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
patik
pushed a commit
that referenced
this pull request
Jul 2, 2023
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 /> [](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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps zustand from 4.2.0 to 4.3.2.
Release notes
Sourced from zustand's releases.
Commits
35e275a4.3.2374ed77chore(deps): update dev dependencies (#1542)35c6f6cfix(middleware/persist): Fix the storage type (#1540)4c5cddcfix(vanilla,shallow): default export regression in CJS (#1531)2274eb9Invalid example (#1539)3c03e40Add zustand-di (#1532)55d0c3adocs: add migration example in v3 create context (#1524)013a1ca4.3.1f607260chore: show deprecated message only in DEV (#1523)a1d40344.3.0Dependabot 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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)