Conversation
Deploying openspec-docs with
|
| Latest commit: |
b4bec44
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://17c7cedd.openspec-docs.pages.dev |
| Branch Preview URL: | https://chore-website-fumadocs-16-15.openspec-docs.pages.dev |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
Included review availability: Your plan provides up to 10 included reviews per hour; 8 remain after this review. 📝 WalkthroughWalkthroughChangesWebsite LLM route update
Priority: ⬇️ Low Estimated code review effort: 1 (Trivial) | ~5 minutes Change: Other Merge Risk: ⚪ Minimal · up to The documentation route remains compatible with the upgraded Fumadocs packages and has no identified user-impacting regression. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
Full details: Docstring CoverageExplanation Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Docstring coverage is scoped to functions touched by this diff. Analyzed 1 functions across 1 files. (1 skipped: 1 unsupported.)
✨ Finishing Touches 💡 1📝 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 |
No PR-relevant drift confirmed.
|
Status: LGTM, ready for review. Supersedes Dependabot #1825.
What was wrong
#1825 bumps
fumadocs-coreandfumadocs-uifrom 16.15.5 to 16.15.9, but its Cloudflare Pages build fails. In fumadocs 16.15.9,llms(source).index()returns aPromise<string>(that release added asyncrenderPagesupport tollms()), sowebsite/app/llms.txt/route.tsstopped type-checking:The fix can't be pushed to the Dependabot branch: a manual push makes Dependabot stop maintaining the PR.
What this does
main. The lockfile was regenerated with the repo's pnpm 10.34.5 and resolves to 16.15.11, the latest in range. Transitive changes come from fumadocs itself:cnfastis replaced bycn, andlucide-react1.47.0 is added as a fumadocs-ui dependency. The top-levellucide-reactstays at 1.34.0.llms.txtroute:GETis nowasyncand awaitsindex().Proof it works
pnpm run buildon chore(deps): bump the website-dependencies group across 1 directory with 2 updates #1825's head (1f3fe7c): it exits 1 with the error above.website/:pnpm install --frozen-lockfile✅,pnpm run build✅,pnpm run types:check✅.out/llms.txtstill lists the docs index (# Documentation,[Installation](/docs/installation)…).Notes / nits
🤖 Generated with Claude Code
Summary by CodeRabbit
Bug Fixes
Improvements