fix(deps): update dependency zustand to v5#105
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
renovate
Bot
force-pushed
the
renovate/zustand-5.x
branch
from
July 11, 2025 03:06
f6202ad to
5802277
Compare
renovate
Bot
force-pushed
the
renovate/zustand-5.x
branch
from
July 13, 2025 17:24
5802277 to
00526c7
Compare
renovate
Bot
force-pushed
the
renovate/zustand-5.x
branch
from
July 14, 2025 18:59
00526c7 to
11e74f5
Compare
renovate
Bot
force-pushed
the
renovate/zustand-5.x
branch
from
July 17, 2025 21:33
11e74f5 to
5349c80
Compare
renovate
Bot
force-pushed
the
renovate/zustand-5.x
branch
from
July 18, 2025 17:38
5349c80 to
e2aba6f
Compare
renovate
Bot
force-pushed
the
renovate/zustand-5.x
branch
from
July 18, 2025 20:47
e2aba6f to
8ddde42
Compare
renovate
Bot
force-pushed
the
renovate/zustand-5.x
branch
from
July 21, 2025 09:47
8ddde42 to
dd021de
Compare
renovate
Bot
force-pushed
the
renovate/zustand-5.x
branch
from
July 21, 2025 17:17
dd021de to
9097b4f
Compare
renovate
Bot
force-pushed
the
renovate/zustand-5.x
branch
from
July 23, 2025 03:55
9097b4f to
0489c3e
Compare
renovate
Bot
force-pushed
the
renovate/zustand-5.x
branch
from
July 27, 2025 03:54
0489c3e to
11bcdd8
Compare
renovate
Bot
force-pushed
the
renovate/zustand-5.x
branch
from
July 28, 2025 00:15
11bcdd8 to
640252a
Compare
renovate
Bot
force-pushed
the
renovate/zustand-5.x
branch
from
July 28, 2025 00:21
640252a to
a5d5540
Compare
renovate
Bot
force-pushed
the
renovate/zustand-5.x
branch
from
August 3, 2025 12:37
98c784d to
c70008a
Compare
renovate
Bot
force-pushed
the
renovate/zustand-5.x
branch
from
August 10, 2025 14:19
c70008a to
2a87b1a
Compare
renovate
Bot
force-pushed
the
renovate/zustand-5.x
branch
from
August 10, 2025 20:23
2a87b1a to
5bdf48e
Compare
renovate
Bot
force-pushed
the
renovate/zustand-5.x
branch
from
August 13, 2025 14:10
5bdf48e to
3fb89e8
Compare
renovate
Bot
force-pushed
the
renovate/zustand-5.x
branch
from
August 19, 2025 19:00
3fb89e8 to
26b1fcd
Compare
renovate
Bot
force-pushed
the
renovate/zustand-5.x
branch
from
August 20, 2025 00:10
26b1fcd to
9d93643
Compare
renovate
Bot
force-pushed
the
renovate/zustand-5.x
branch
2 times, most recently
from
September 21, 2025 02:34
4b418a4 to
d89d373
Compare
renovate
Bot
force-pushed
the
renovate/zustand-5.x
branch
from
September 24, 2025 04:34
d89d373 to
569b05f
Compare
renovate
Bot
force-pushed
the
renovate/zustand-5.x
branch
from
September 25, 2025 19:11
569b05f to
25e7b8b
Compare
renovate
Bot
force-pushed
the
renovate/zustand-5.x
branch
from
September 25, 2025 22:06
25e7b8b to
618157d
Compare
renovate
Bot
force-pushed
the
renovate/zustand-5.x
branch
from
October 21, 2025 10:11
618157d to
67286fb
Compare
renovate
Bot
force-pushed
the
renovate/zustand-5.x
branch
from
October 24, 2025 05:12
67286fb to
ccb8cb6
Compare
renovate
Bot
force-pushed
the
renovate/zustand-5.x
branch
from
November 10, 2025 18:54
ccb8cb6 to
486d7d5
Compare
renovate
Bot
force-pushed
the
renovate/zustand-5.x
branch
from
November 30, 2025 01:30
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.14Compare Source
This release fixes a type issue in devtools.
What's Changed
New Contributors
Full Changelog: pmndrs/zustand@v5.0.13...v5.0.14
v5.0.13Compare Source
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: (in timezone America/New_York)
* 0-23 * * *)🚦 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.