-
Notifications
You must be signed in to change notification settings - Fork 1
deps(prod): update dependency zustand to v4.5.7 #1626
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/zustand-4.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
b008f63
to
b7439f5
Compare
b7439f5
to
bd64035
Compare
bd64035
to
2020324
Compare
2020324
to
bb81bf1
Compare
64dd1ae
to
28c6060
Compare
28c6060
to
3bd6cd3
Compare
3bd6cd3
to
f7de03d
Compare
f7de03d
to
560f9d0
Compare
560f9d0
to
acde9ef
Compare
acde9ef
to
e1fc3fc
Compare
e1fc3fc
to
5f99871
Compare
5f99871
to
92e3e70
Compare
92e3e70
to
9a63c93
Compare
9a63c93
to
758d2da
Compare
758d2da
to
cc08171
Compare
cc08171
to
e18f6b2
Compare
e18f6b2
to
ceb60c2
Compare
ceb60c2
to
3bcdade
Compare
3bcdade
to
1cd6d5b
Compare
1cd6d5b
to
a5d96f3
Compare
a5d96f3
to
6915388
Compare
6915388
to
62ad469
Compare
62ad469
to
ae0bc98
Compare
37555b9
to
ae0bc98
Compare
ae0bc98
to
4f59ccd
Compare
4f59ccd
to
1c8e08c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.2.0
->4.5.7
Release Notes
pmndrs/zustand (zustand)
v4.5.7
Compare Source
See: https://github.com/pmndrs/zustand/pull/3087#issuecomment-2876726564
Full Changelog: pmndrs/zustand@v4.5.6...4.5.7
v4.5.6
Compare Source
See: #2943
Full Changelog: pmndrs/zustand@v4.5.5...v4.5.6
v4.5.5
Compare Source
This improves the
persist
middleware behavior for an edge case.What's Changed
New Contributors
Full Changelog: pmndrs/zustand@v4.5.4...v4.5.5
v4.5.4
Compare Source
There was an issue in v4.5.3 with some bundlers.
What's Changed
Full Changelog: pmndrs/zustand@v4.5.3...v4.5.4
v4.5.3
Compare Source
It comes with a minor fix in types, but also some changes in configs.
What's Changed
New Contributors
Full Changelog: pmndrs/zustand@v4.5.2...v4.5.3
v4.5.2
Compare Source
It should improve the compatibility with old browsers.
What's Changed
New Contributors
Full Changelog: pmndrs/zustand@v4.5.1...v4.5.2
v4.5.1
Compare Source
People might have misunderstood with
useStore
deprecation message. Hope this mitigates it.What's Changed
persist
middleware by @rafaeelaudibert in https://github.com/pmndrs/zustand/pull/2332New Contributors
Full Changelog: pmndrs/zustand@v4.5.0...v4.5.1
v4.5.0
Compare Source
This version adds a new capability for SSR/Hydration.
What's Changed
New Contributors
Full Changelog: pmndrs/zustand@v4.4.7...v4.5.0
v4.4.7
Compare Source
There's a small fix for a use case with an non-object value in store.
What's Changed
New Contributors
Full Changelog: pmndrs/zustand@v4.4.6...v4.4.7
v4.4.6
Compare Source
v4.4.5 has an issue with some TypeScript configs about module resolution. It should be fixed now. Thanks for the patience.
What's Changed
New Contributors
Full Changelog: pmndrs/zustand@v4.4.5...v4.4.6
v4.4.5
Compare Source
Hopefully, it should fix some issues with Node.js environment including Next.js.
What's Changed
New Contributors
Full Changelog: pmndrs/zustand@v4.4.4...v4.4.5
v4.4.4
Compare Source
There was a tiny issue in v4.4.3, which broke with some bundlers, which this version fixes.
What's Changed
Full Changelog: pmndrs/zustand@v4.4.3...v4.4.4
v4.4.3
Compare Source
The changes in v4.4.2 were troublesome for some users. This version should fix/mitigate such cases.
What's Changed
Full Changelog: pmndrs/zustand@v4.4.2...v4.4.3
v4.4.2
Compare Source
This adds
useShallow
hook to cover some use cases that are deprecated with v4.4.0 change. Check out the guide.Migration Guide
#1991 requires something like below if you are using the
devtools
middleware and TypeScript.import { devtools } from 'zustand/middleware' + import type {} from '@​redux-devtools/extension'
What's Changed
New Contributors
Full Changelog: pmndrs/zustand@v4.4.1...v4.4.2
v4.4.1
Compare Source
Fixes some issues reported with the deprecated feature in v4.4.0.
What's Changed
New Contributors
Full Changelog: pmndrs/zustand@v4.4.0...v4.4.1
v4.4.0
Compare Source
This adds new
zustand/traditional
entry point and deprecates equalityFn fromzustand
.Migration Guide
If you don't use custom
equalityFn
, nothing is required.For those who use custom equalityFn such as
shallow
:What's Changed
New Contributors
Full Changelog: pmndrs/zustand@v4.3.9...v4.4.0
v4.3.9
Compare Source
This includes a small improvement for production build mostly for Vite users. Docs have been improved too!
What's Changed
New Contributors
Full Changelog: pmndrs/zustand@v4.3.8...v4.3.9
v4.3.8
Compare Source
For persist middleware, a new option for createJSONStorage in introduced to support more cases. Note that createJSONStorage isn't a required function (and it's not very recommended as it's not type safe), and one should create a custom storage for more use cases.
What's Changed
New Contributors
Full Changelog: pmndrs/zustand@v4.3.7...v4.3.8
v4.3.7
Compare Source
This includes a couple of improvements in
persist
middleware.What's Changed
persist
does not drop updates inonRehydrateStorage
when using a synchronous storage API by @coffeebeats in https://github.com/pmndrs/zustand/pull/1689onRehydrateStorage
andonHydrate
is defined on first hydration by @coffeebeats in https://github.com/pmndrs/zustand/pull/1692New Contributors
Full Changelog: pmndrs/zustand@v4.3.6...v4.3.7
v4.3.6
Compare Source
This has a little improvement for library authors.
What's Changed
New Contributors
Full Changelog: pmndrs/zustand@v4.3.5...v4.3.6
v4.3.5
Compare Source
v4.3.4 has a regression in CJS build. Please use this version instead.
What's Changed
New Contributors
Full Changelog: pmndrs/zustand@v4.3.4...v4.3.5
v4.3.4
Compare Source
This version fixes some build configs for some edge cases.
What's Changed
New Contributors
Full Changelog: pmndrs/zustand@v4.3.3...v4.3.4
v4.3.3
Compare Source
This version includes some small fixes and internal improvements.
What's Changed
__DEV__
with ts-jest by @dai-shi in https://github.com/pmndrs/zustand/pull/1598New Contributors
Full Changelog: pmndrs/zustand@v4.3.2...v4.3.3
v4.3.2
Compare Source
There was a regression with default export (which is deprecated) in v4.3.0 and v4.3.1. This should fix it.
What's Changed
New Contributors
Full Changelog: pmndrs/zustand@v4.3.1...v4.3.2
v4.3.1
Compare Source
This version supersedes v4.3.0.
What's Changed
Full Changelog: pmndrs/zustand@v4.3.0...v4.3.1
v4.3.0
Compare Source
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.
What's Changed
New Contributors
Full Changelog: pmndrs/zustand@v4.2.0...v4.3.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.