fix(deps): update dependency zustand to v5#105
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
f6202ad to
5802277
Compare
5802277 to
00526c7
Compare
00526c7 to
11e74f5
Compare
11e74f5 to
5349c80
Compare
5349c80 to
e2aba6f
Compare
e2aba6f to
8ddde42
Compare
8ddde42 to
dd021de
Compare
dd021de to
9097b4f
Compare
9097b4f to
0489c3e
Compare
0489c3e to
11bcdd8
Compare
11bcdd8 to
640252a
Compare
640252a to
a5d5540
Compare
98c784d to
c70008a
Compare
c70008a to
2a87b1a
Compare
2a87b1a to
5bdf48e
Compare
5bdf48e to
3fb89e8
Compare
3fb89e8 to
26b1fcd
Compare
26b1fcd to
9d93643
Compare
4b418a4 to
d89d373
Compare
d89d373 to
569b05f
Compare
569b05f to
25e7b8b
Compare
25e7b8b to
618157d
Compare
618157d to
67286fb
Compare
67286fb to
ccb8cb6
Compare
ccb8cb6 to
486d7d5
Compare
486d7d5 to
51349d2
Compare
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.
This PR contains the following updates:
^4.1.0→^5.0.0Release Notes
pmndrs/zustand (zustand)
v5.0.12Compare Source
v5.0.11Compare Source
This release includes small improvements in middleware thanks to contributors.
What's Changed
New Contributors
Full Changelog: pmndrs/zustand@v5.0.10...v5.0.11
v5.0.10Compare Source
This version includes a fix to the
persistmiddleware for an edge case.What's Changed
New Contributors
Full Changelog: pmndrs/zustand@v5.0.9...v5.0.10
v5.0.9Compare Source
This includes experimental middleware
unstable_ssrSafefor a new usage with Next.js.Related discussion: https://redirect.github.com/pmndrs/zustand/discussions/2740
What's Changed
New Contributors
Full Changelog: pmndrs/zustand@v5.0.8...v5.0.9
v5.0.8Compare Source
A bug fix in
shallowand a tiny improvement inpersist.What's Changed
New Contributors
Full Changelog: pmndrs/zustand@v5.0.7...v5.0.8
v5.0.7Compare Source
This enables a small optimization in some edge cases.
What's Changed
New Contributors
Full Changelog: pmndrs/zustand@v5.0.6...v5.0.7
v5.0.6Compare Source
Some very minor changes.
What's Changed
New Contributors
Full Changelog: pmndrs/zustand@v5.0.5...v5.0.6
v5.0.5Compare Source
It comes with some small improvements.
What's Changed
New Contributors
Full Changelog: pmndrs/zustand@v5.0.4...v5.0.5
v5.0.4Compare Source
This fixes module resolution issue for React Native users.
What's Changed
New Contributors
Full Changelog: pmndrs/zustand@v5.0.3...v5.0.4
v5.0.3Compare Source
ExtractStateis a type util to extract state type from store type.What's Changed
New Contributors
Full Changelog: pmndrs/zustand@v5.0.2...v5.0.3
v5.0.2Compare Source
This fixes some issues in middleware.
What's Changed
New Contributors
Full Changelog: pmndrs/zustand@v5.0.1...v5.0.2
v5.0.1Compare Source
This fixes
shallowfunction for some edge cases.What's Changed
New Contributors
Full Changelog: pmndrs/zustand@v5.0.0...v5.0.1
v5.0.0Compare Source
🎉🎉🎉 Zustand v5 🐻🐻🐻
TL;DR
Changes in v5
createWithEqualityFnanduseStoreWithEqualityFninzustand/traditional)Migration Guide
Read the migration guide carefully:
https://github.com/pmndrs/zustand/blob/main/docs/migrations/migrating-to-v5.md
Frequently Reported Issue
During the RC period, some users encountered the following infinite loop error:
This case was already a non-ideal behavior in v4 but appears more explicitly as an error in v5. While there are several ways to resolve this, using
useShallowoften fixes the problem.What's Changed
setStateby @chrisvander in #2696New Contributors
Full Changelog: pmndrs/zustand@v4.5.5...v5.0.0
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 11:59 PM ( * 0-23 * * * ) in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.