chore(deps): update dependency zustand to v5#15
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
a586419 to
148bc5e
Compare
b66c0eb to
0ac1420
Compare
33a29ec to
4c75c4e
Compare
74bc650 to
7a2afa0
Compare
8b19bea to
25eeb12
Compare
dbf0813 to
c81e927
Compare
9e866a1 to
fed33a6
Compare
8a4c7e4 to
eaab3f8
Compare
1f60ecb to
6eee436
Compare
cc42843 to
a5ba6f2
Compare
fcd42f5 to
22dc99a
Compare
22dc99a to
3dc4f92
Compare
c59aff1 to
e20b561
Compare
c7eb384 to
92a77fc
Compare
fe9404f to
0e3afb2
Compare
0e3afb2 to
41475ab
Compare
9a4ef04 to
2214dfc
Compare
2214dfc to
e899ac8
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.5.7→5.0.11Release Notes
pmndrs/zustand (zustand)
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 - "after 9pm,before 6am" in timezone Europe/Zurich, 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.