-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 9650928
authored
fix(deps): update dependency zustand to v4.5.2 (#253)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [zustand](https://github.com/pmndrs/zustand) | [`4.4.7` ->
`4.5.2`](https://renovatebot.com/diffs/npm/zustand/4.4.7/4.5.2) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>pmndrs/zustand (zustand)</summary>
### [`v4.5.2`](https://github.com/pmndrs/zustand/releases/tag/v4.5.2)
[Compare
Source](https://github.com/pmndrs/zustand/compare/v4.5.1...v4.5.2)
It should improve the compatibility with old browsers.
#### What's Changed
- refactor(shallow): Use for..of instead of C-style for by
[@​onlined](https://github.com/onlined) in
[https://github.com/pmndrs/zustand/pull/2374](https://github.com/pmndrs/zustand/pull/2374)
- fix: return type of persist migrate function changed to PersistedState
by [@​bobdepreziz](https://github.com/bobdepreziz) in
[https://github.com/pmndrs/zustand/pull/2360](https://github.com/pmndrs/zustand/pull/2360)
- build: target es2018 by
[@​dai-shi](https://github.com/dai-shi) in
[https://github.com/pmndrs/zustand/pull/2361](https://github.com/pmndrs/zustand/pull/2361)
#### New Contributors
- [@​medyahyejoud](https://github.com/medyahyejoud) made their
first contribution in
[https://github.com/pmndrs/zustand/pull/2353](https://github.com/pmndrs/zustand/pull/2353)
- [@​yankycranky](https://github.com/yankycranky) made their
first contribution in
[https://github.com/pmndrs/zustand/pull/2348](https://github.com/pmndrs/zustand/pull/2348)
- [@​cheeZery](https://github.com/cheeZery) made their first
contribution in
[https://github.com/pmndrs/zustand/pull/2364](https://github.com/pmndrs/zustand/pull/2364)
- [@​Cadienvan](https://github.com/Cadienvan) made their first
contribution in
[https://github.com/pmndrs/zustand/pull/2378](https://github.com/pmndrs/zustand/pull/2378)
- [@​bobdepreziz](https://github.com/bobdepreziz) made their
first contribution in
[https://github.com/pmndrs/zustand/pull/2360](https://github.com/pmndrs/zustand/pull/2360)
**Full Changelog**:
pmndrs/zustand@v4.5.1...v4.5.2
### [`v4.5.1`](https://github.com/pmndrs/zustand/releases/tag/v4.5.1)
[Compare
Source](https://github.com/pmndrs/zustand/compare/v4.5.0...v4.5.1)
People might have misunderstood with `useStore` deprecation message.
Hope this mitigates it.
#### What's Changed
- Relax types for `persist` middleware by
[@​rafaeelaudibert](https://github.com/rafaeelaudibert) in
[https://github.com/pmndrs/zustand/pull/2332](https://github.com/pmndrs/zustand/pull/2332)
- chore: clarify deprecation message by
[@​dai-shi](https://github.com/dai-shi) in
[https://github.com/pmndrs/zustand/pull/2337](https://github.com/pmndrs/zustand/pull/2337)
#### New Contributors
- [@​alexander-densley](https://github.com/alexander-densley)
made their first contribution in
[https://github.com/pmndrs/zustand/pull/2321](https://github.com/pmndrs/zustand/pull/2321)
- [@​rafaeelaudibert](https://github.com/rafaeelaudibert) made
their first contribution in
[https://github.com/pmndrs/zustand/pull/2332](https://github.com/pmndrs/zustand/pull/2332)
**Full Changelog**:
pmndrs/zustand@v4.5.0...v4.5.1
### [`v4.5.0`](https://github.com/pmndrs/zustand/releases/tag/v4.5.0)
[Compare
Source](https://github.com/pmndrs/zustand/compare/v4.4.7...v4.5.0)
This version adds a new capability for SSR/Hydration.
#### What's Changed
- feat: getInitialState by [@​TkDodo](https://github.com/TkDodo)
in
[https://github.com/pmndrs/zustand/pull/2277](https://github.com/pmndrs/zustand/pull/2277)
- fix: Add deprecation notice for getServerState() in WithReact type by
[@​charkour](https://github.com/charkour) in
[https://github.com/pmndrs/zustand/pull/2266](https://github.com/pmndrs/zustand/pull/2266)
#### New Contributors
- [@​Jontii](https://github.com/Jontii) made their first
contribution in
[https://github.com/pmndrs/zustand/pull/2228](https://github.com/pmndrs/zustand/pull/2228)
- [@​wherehows](https://github.com/wherehows) made their first
contribution in
[https://github.com/pmndrs/zustand/pull/2239](https://github.com/pmndrs/zustand/pull/2239)
- [@​ahulterstrom](https://github.com/ahulterstrom) made their
first contribution in
[https://github.com/pmndrs/zustand/pull/2252](https://github.com/pmndrs/zustand/pull/2252)
- [@​JaeBrian](https://github.com/JaeBrian) made their first
contribution in
[https://github.com/pmndrs/zustand/pull/2267](https://github.com/pmndrs/zustand/pull/2267)
- [@​CodyCodes95](https://github.com/CodyCodes95) made their
first contribution in
[https://github.com/pmndrs/zustand/pull/2218](https://github.com/pmndrs/zustand/pull/2218)
**Full Changelog**:
pmndrs/zustand@v4.4.7...v4.5.0
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 10am on Friday" (UTC),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/ettorepuccetti/terrarossa).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent d963493 commit 9650928Copy full SHA for 9650928
1 file changed
+4
-4
lines changed+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments