lightning-browser-extension
lightning-browser-extension copied to clipboard
Update zustand 4.5.2 → 4.5.5 (patch)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ zustand (4.5.2 → 4.5.5) · Repo
Release Notes
4.5.5
This improves the
persistmiddleware behavior for an edge case.What's Changed
- fix(storage): avoid calling setItem with the state just retrieved by @double-thinker in #2678
- chore(deps): update dependencies by @dai-shi in #2680
New Contributors
- @alwalxed made their first contribution in #2634
- @YashChauhan858 made their first contribution in #2636
- @donutcube made their first contribution in #2650
- @vorant94 made their first contribution in #2661
- @jeppester made their first contribution in #2667
- @ryota-murakami made their first contribution in #2668
- @double-thinker made their first contribution in #2678
Full Changelog: v4.5.4...v4.5.5
4.5.4
There was an issue in v4.5.3 with some bundlers.
What's Changed
Full Changelog: v4.5.3...v4.5.4
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 42 commits:
4.5.5chore(deps): update dependencies (#2680)fix(storage): avoid calling setItem with the state just retrieved (#2678)fix: "value" to "content" attr for og:image (#2668)Fix store-persistence example (#2667)remove unintended change from default merge behaviour to identical but manual one (#2661)chore: enable verbatimModuleSyntax in tsconfig (#2649)Update persisting-store-data.md (#2650)update compressed-size-action.ymlci: fix pnpm setup (#2628)doc: Added zustand-interval-persist to third party (#2636)🐛 FIX: Correct an outdated comparison between Jotai and Zustand (#2634)4.5.4fix: no type field in package.json (#2622)4.5.3chore(deps): update dev dependencies (#2620)useStore uses ReadonlyStoreApi (#2586)chore: discussion templatechore: add react compiler eslint rules (#2612)chore: issue templatedoc: added zustand-computed-state to external libraries (#2598)doc: added treeshakable to external libraries (#2595)update: example/demo (#2585)chore(deps): update dev dependencies (#2582)prefer npm-statchore: publish workflow (#2569)chore(deps): update dev dependencies (#2565)docs: add @prncss-xyz/zustand-optics to third party libraries (#2564)Update typescript.md - middleware order (#2558)docs: fix typos in the typescript guide (#2550)Migrate to pnpm (#2545)Fix type in nextjs.md (#2530)docs: add zustand-context to third party libs (#2525)docs: update ramda example (#2510)docs: add zustand-slices (#2494)Update guides (#2474)chore: old ts versions to test in ci (#2469)update vitest (#2462)Update third-party-libraries.md (#2435)Fixing typo in nextjs.md (#2416)Create FUNDING.jsonchore(tests): suppress expected warnings (#2398)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
- @depfu rebase
- Rebases against your default branch and redoes this update
- @depfu recreate
- Recreates this PR, overwriting any edits that you've made to it
- @depfu merge
- Merges this PR once your tests are passing and conflicts are resolved
- @depfu cancel merge
- Cancels automatic merging of this PR
- @depfu close
- Closes this PR and deletes the branch
- @depfu reopen
- Restores the branch and reopens this PR (if it's closed)
- @depfu pause
- Ignores all future updates for this dependency and closes this PR
- @depfu pause [minor|major]
- Ignores all future minor/major updates for this dependency and closes this PR
- @depfu resume
- Future versions of this dependency will create PRs again (leaves this PR as is)
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
| Package | New capabilities | Transitives | Size | Publisher |
|---|---|---|---|---|
| npm/[email protected] | environment | 0 |
38 kB | react-bot |
| npm/[email protected] | environment | 0 |
326 kB | daishi |
🚮 Removed packages: npm/[email protected]), npm/[email protected])
Closing because this update has already been applied