fix(deps): update dependency zustand to v5#50
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
9f13295 to
18751a8
Compare
18751a8 to
978b047
Compare
978b047 to
6eca118
Compare
6eca118 to
6a59484
Compare
6a59484 to
35a1d53
Compare
35a1d53 to
ae05c8f
Compare
ae05c8f to
b435b0a
Compare
b435b0a to
d6325c6
Compare
d6325c6 to
30db7d8
Compare
30db7d8 to
85789ca
Compare
85789ca to
d284b2c
Compare
d284b2c to
8355567
Compare
8355567 to
a6dfc85
Compare
a6dfc85 to
02e7964
Compare
1f372f8 to
5b3cb87
Compare
5b3cb87 to
c69d39d
Compare
c69d39d to
5e247c0
Compare
5e247c0 to
eabcb82
Compare
eabcb82 to
fa8e0fd
Compare
fa8e0fd to
bb26b68
Compare
bb26b68 to
8b1c7af
Compare
8b1c7af to
2009203
Compare
2009203 to
466c1b3
Compare
466c1b3 to
52b1a26
Compare
52b1a26 to
1e71e38
Compare
1e71e38 to
21e5ba4
Compare
21e5ba4 to
313ab34
Compare
313ab34 to
1435471
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.14Release 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: (UTC)
🚦 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.