fix(deps): update dependency zustand to v4.3.8 #103
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.1->4.3.7Release Notes
pmndrs/zustand
v4.3.7Compare Source
This includes a couple of improvements in
persistmiddleware.What's Changed
persistdoes not drop updates inonRehydrateStoragewhen using a synchronous storage API by @coffeebeats in https://github.com/pmndrs/zustand/pull/1689onRehydrateStorageandonHydrateis 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.6Compare 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.5Compare 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.4Compare 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.3Compare 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.2Compare 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.1Compare Source
This version supersedes v4.3.0.
What's Changed
Full Changelog: pmndrs/zustand@v4.3.0...v4.3.1
v4.3.0Compare 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
v4.2.0Compare Source
This version adds some new features in middleware.
What's Changed
New Contributors
Full Changelog: pmndrs/zustand@v4.1.5...v4.2.0
v4.1.5Compare Source
This version has several small improvements.
What's Changed
module.exportsaddition for named and default exports in CJS by @barelyhuman in https://github.com/pmndrs/zustand/pull/1460New Contributors
Full Changelog: pmndrs/zustand@v4.1.4...v4.1.5
v4.1.4Compare Source
This should improve some importing problems. Uncertain if it fixes everything.
What's Changed
New Contributors
Full Changelog: pmndrs/zustand@v4.1.3...v4.1.4
v4.1.3Compare Source
This improves store types for TS users. We also upgrade rollup. Please report issues if anyone finds any.
What's Changed
getStateandsetStatewill always exist on the store by @devanshj in https://github.com/pmndrs/zustand/pull/1371StateCreatorsubtyping by @devanshj in https://github.com/pmndrs/zustand/pull/1373New Contributors
Full Changelog: pmndrs/zustand@v4.1.2...v4.1.3
v4.1.2Compare Source
This includes some fixes for edge cases. Most notably, supporting old TypeScript versions.
What's Changed
useStoreApiby @exuanbo in https://github.com/pmndrs/zustand/pull/1258TakeTwo,SkipTwoandMutateto make them work for older ts versions too by @devanshj in https://github.com/pmndrs/zustand/pull/1348New Contributors
Full Changelog: pmndrs/zustand@v4.1.1...v4.1.2
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 has been generated by Mend Renovate. View repository job log here.