chore: upgrade @raystack/apsara to 1.0.0-rc.3#41
Conversation
Add std-env as direct dep to satisfy nitro under isolated linker. Drop redundant resolve.conditions and alias tslib to its ESM entry to unblock dev SSR with apsara v1's transitive base-ui deps. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- DropdownMenu -> Menu, asChild -> render prop
- Tabs.Trigger -> Tabs.Tab
- Accordion: drop collapsible prop (always collapsible in v1)
- Sidebar.Item as={link} -> render={link}
- EmptyState: add required icon prop
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 48 minutes and 11 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (11)
✨ 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 |
Migration guide: https://github.com/raystack/apsara/blob/main/docs/V1-migration.md
Summary
@raystack/apsarafrom0.55.1to1.0.0-rc.3DropdownMenu→Menu,Tabs.Trigger→Tabs.Tab,Sidebar.Item as=→render=,asChild→render,Accordiondropscollapsible,EmptyStatenow requiresiconresolve.conditions, aliastslibto its ESM entry to unblock SSR after apsara v1 pulled in@base-uitransitive depsstd-envas direct dep — nitro imports it but doesn't declare it, required under bun's isolated linkerTest plan
chronicle dev --config docs/chronicle.yaml— hydrates without client runtime errorschronicle build --config docs/chronicle.yaml— tsc + nitro output succeedchronicle start --config docs/chronicle.yaml— SSR renders/docs,/apis, 404 page🤖 Generated with Claude Code