chore: add changeset for PowerSync add-on#448
Conversation
Minor bump for @tanstack/cli and @tanstack/create to release the React PowerSync scaffolding add-on merged in 8f24af5.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR introduces a Changeset entry that documents a new PowerSync add-on scaffold for TanStack Create. The entry marks a minor version bump for both ChangesPowerSync Add-on Release Notes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Comment |
Summary
@tanstack/cliand@tanstack/create.Verification
Locally scaffolded a fresh app with the add-on and confirmed the integration is wired up end-to-end:
The Vite plugin excludes
@powersync/webfromoptimizeDeps(required for the WA-SQLite VFS), thePowerSyncProvideropens the DB withdisableSSRWarning, the sampleAppSchema/BackendConnectorreadVITE_POWERSYNC_URL/VITE_POWERSYNC_TOKENfrom.env.local, and/demo/powersyncinserts local rows + renders liveuseQueryresults without any real PowerSync instance configured.Test plan
pnpm buildpnpm test(pre-commit hook)/demo/powersyncSummary by CodeRabbit
New Features
tanstack add powersynccommand or--add-ons powersyncflag for TanStack Create