wuespace / telestion-client

Telestion Frontend Framework (Technical leads: Ludwig Richter, Jan Tischhöfer)
https://telestion.wuespace.de
MIT License
7 stars 1 forks source link

chore(deps): bump zustand from 3.7.1 to 4.1.2 #1544

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps zustand from 3.7.1 to 4.1.2.

Release notes

Sourced from zustand's releases.

v4.1.2

This includes some fixes for edge cases. Most notably, supporting old TypeScript versions.

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/zustand/compare/v4.1.1...v4.1.2

v4.1.1

In v4.1.0, there are some TypeScript type issues in redux and devtools middleware, which should be fixed.

What's Changed

Full Changelog: https://github.com/pmndrs/zustand/compare/v4.1.0...v4.1.1

v4.1.0

This supports non-object state. It's probably one of the biggest changes in API design throughout the zustand development history. But, probably 99.9% of users won't use it 😝 .

What's Changed

New Contributors

... (truncated)

Commits
  • 509175c 4.1.2
  • a576b3c chore(deps): update dev dependencies (#1351)
  • 93b5a43 Rewrite TakeTwo, SkipTwo and Mutate to make them work for older ts vers...
  • ae4cc7f fix: should use Object.is to compare two value (#1314)
  • 43ea18e fix(context): store property missing from useStoreApi (#1258)
  • 276af10 docs: add instruction on how to install zustand package using yarn (#1330)
  • a848f70 Update comparison.md (#1346)
  • 200d5bc docs(immer-doc): add npm installation section in immer middleware docs (#1347)
  • e8b05d8 docs: added separate docs file for slices pattern (#1344)
  • 94dec53 docs: fix image spacing. fix phrasing and various grammar issues (#1333)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #1561.