Skip to content

chore: upgrade @raystack/apsara to 1.0.0-rc.3#41

Merged
rsbh merged 2 commits intomainfrom
feat_apsara_v1_migration
Apr 23, 2026
Merged

chore: upgrade @raystack/apsara to 1.0.0-rc.3#41
rsbh merged 2 commits intomainfrom
feat_apsara_v1_migration

Conversation

@rsbh
Copy link
Copy Markdown
Member

@rsbh rsbh commented Apr 23, 2026

Migration guide: https://github.com/raystack/apsara/blob/main/docs/V1-migration.md

Summary

  • Bump @raystack/apsara from 0.55.1 to 1.0.0-rc.3
  • Migrate API breaking changes: DropdownMenuMenu, Tabs.TriggerTabs.Tab, Sidebar.Item as=render=, asChildrender, Accordion drops collapsible, EmptyState now requires icon
  • Vite config: drop redundant top-level resolve.conditions, alias tslib to its ESM entry to unblock SSR after apsara v1 pulled in @base-ui transitive deps
  • Add std-env as direct dep — nitro imports it but doesn't declare it, required under bun's isolated linker

Test plan

  • chronicle dev --config docs/chronicle.yaml — hydrates without client runtime errors
  • chronicle build --config docs/chronicle.yaml — tsc + nitro output succeed
  • chronicle start --config docs/chronicle.yaml — SSR renders /docs, /apis, 404 page
  • Sidebar links navigate via react-router (render prop)
  • Version switcher + content dir dropdowns open and select
  • API field tabs switch, Accordion rows expand

🤖 Generated with Claude Code

rsbh and others added 2 commits April 23, 2026 09:55
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>
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
chronicle Ready Ready Preview, Comment Apr 23, 2026 4:37am

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 23, 2026

Warning

Rate limit exceeded

@rsbh has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 48 minutes and 11 seconds before requesting another review.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 069bcf6b-8fcc-49d8-8079-aa04116e32d0

📥 Commits

Reviewing files that changed from the base of the PR and between 88286c7 and 4a7fe61.

⛔ Files ignored due to path filters (1)
  • bun.lock is excluded by !**/*.lock
📒 Files selected for processing (11)
  • packages/chronicle/package.json
  • packages/chronicle/src/components/api/field-row.tsx
  • packages/chronicle/src/components/api/field-section.tsx
  • packages/chronicle/src/components/mdx/index.tsx
  • packages/chronicle/src/pages/NotFound.tsx
  • packages/chronicle/src/server/vite-config.ts
  • packages/chronicle/src/themes/default/ContentDirButtons.tsx
  • packages/chronicle/src/themes/default/Layout.tsx
  • packages/chronicle/src/themes/default/VersionSwitcher.tsx
  • packages/chronicle/src/themes/paper/ContentDirDropdown.tsx
  • packages/chronicle/src/themes/paper/VersionSwitcher.tsx
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat_apsara_v1_migration

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@rsbh rsbh requested a review from rohanchkrabrty April 23, 2026 04:39
@rsbh rsbh merged commit b6ef4db into main Apr 23, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants