fix(deps): upgrade @tanstack/store to 0.10.0 and @tanstack/react-store to 0.10.0#2658
fix(deps): upgrade @tanstack/store to 0.10.0 and @tanstack/react-store to 0.10.0#2658nperez0111 wants to merge 1 commit intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (17)
📝 WalkthroughWalkthroughUpdated TanStack Store dependency from ^0.7.7/0.7.7 to ^0.10.0 across packages. Adapted codebase by removing Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Poem
🚥 Pre-merge checks | ✅ 1 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
@blocknote/ariakit
@blocknote/code-block
@blocknote/core
@blocknote/mantine
@blocknote/react
@blocknote/server-util
@blocknote/shadcn
@blocknote/xl-ai
@blocknote/xl-docx-exporter
@blocknote/xl-email-exporter
@blocknote/xl-multi-column
@blocknote/xl-odt-exporter
@blocknote/xl-pdf-exporter
commit: |
Summary
@tanstack/storefrom 0.7.7 to 0.10.0 and@tanstack/react-storefrom 0.7.7 to 0.10.0store.setState(value)calls tostore.setState(() => value)(new API requires updater functions)createStore(state, { onUpdate })withcreateStore(state)+store.subscribe()(options parameter removed in 0.10)useStoreusage in React hooks to always provide a selector functionSummary by CodeRabbit
Release Notes
Chores
Refactor