feat(frameworks): Lit and Alpine hydration adapters#34
Conversation
RequestUpdate when already hydrated on connect; align homepage and hydration guide with docs-voice framework order; retire ROI #8.
react → preact → solid → angular → vue → lit → alpine → svelte.
Always requestUpdate on hostConnected; reorder listings/exports to react→preact→solid→angular→vue→lit→alpine→svelte; pin Alpine.reactive.
Slim JSDoc and framework-adapter lead; align Alpine warn prefix with other adapters; shorten changesets.
🦋 Changeset detectedLatest commit: 5c9b5fa The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Warning Review limit reached
Next review available in: 37 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (22)
✨ Finishing Touches🧪 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 |
Adapter uses a structural AlpineLike — alpinejs ships no types, so the peer never appears as an import.
Replace the hand-rolled AlpineLike with Pick from alpinejs typings so knip sees the peer, and drop the alpinejs ignoreDependency workaround.
Summary
./frameworks/lit(HydrationControlleroverHydrationSignal) and./frameworks/alpine(useHydrated+persistplugin /$hydrated).requestUpdateon connect) and Alpine teardown/Alpine.reactivecoverage.Test plan
bun test src/adapters/frameworks/lit.test.ts src/adapters/frameworks/alpine.test.tsbun run typecheck && bun run build./frameworks/litand./frameworks/alpinein package exports / entry-points / API nav