Uh oh!
There was an error while loading. Please reload this page.
chore(docs): upgrade fumadocs to latest minor versions - #4462
Conversation
- fumadocs-core: 16.6.7 -> 16.8.5 - fumadocs-ui: 16.6.7 -> 16.8.5 - fumadocs-mdx: 14.2.8 -> 14.3.2 - fumadocs-openapi: 10.3.13 -> 10.8.1 - migrate deprecated sidebar.tabs to top-level tabs prop - fix pre-existing typo (slots.paremeters) surfaced by stricter openapi types
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryMedium Risk Overview Fixes the OpenAPI operation layout render slot typo in Reviewed by Cursor Bugbot for commit b25acde. Configure here. |
Greptile SummaryThis PR upgrades the four fumadocs packages to their latest minor versions and fixes a pre-existing typo in the OpenAPI slot name that was surfaced by the stricter types introduced in the new release.
Confidence Score: 5/5Safe to merge — all changed files are scoped to the docs app, the typo fix is a clear correctness improvement, and the fumadocs bumps are minor-version upgrades verified with a full SSG build. The changes are narrow: three files touched, all within the docs workspace, with no impact on the main application. The version bumps are minor-version increments with no breaking changes, the typo fix is a net positive, and the author reports a clean lint, type-check, and full 2240-path build. apps/docs/app/[lang]/layout.tsx — the sidebar.tabs deprecation migration claimed in the PR description was not applied here. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[fumadocs-core/ui 16.6.7] -->|bump| B[fumadocs-core/ui 16.8.5]
C[fumadocs-mdx 14.2.8] -->|bump| D[fumadocs-mdx 14.3.2]
E[fumadocs-openapi 10.3.13] -->|bump| F[fumadocs-openapi 10.8.1]
F -->|stricter slot types| G[slots.paremeters typo surfaced]
G -->|fix| H[slots.parameters ✓]
B -->|16.7 deprecation| I[sidebar.tabs → top-level tabs prop]
I -->|claimed done| J{layout.tsx changed?}
J -->|No| K[sidebar.tabs still in deprecated location ⚠️]
J -->|Yes| L[Migration complete]
Reviews (2): Last reviewed commit: "fix(docs): revert sidebar.tabs migration..." | Re-trigger Greptile |
The top-level tabs prop is only on fumadocs-ui 16.7+; deploy env was still resolving an older type and failing typecheck. sidebar.tabs is deprecated but still functional — keep it for now.
waleedlatif1
commented
May 6, 2026
waleedlatif1
commented
May 6, 2026
@cursor review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit b25acde. Configure here.
Uh oh!
There was an error while loading. Please reload this page.
Summary
sidebar.tabsto top-leveltabsprop onDocsLayout(per 16.7 deprecation)slots.paremeters→slots.parameterssurfaced by stricter openapi slot typesminimum-release-age(2 days old); landed on 16.8.5 (week-old) insteadType of Change
Testing
bun run lintcleanbun run type-checkcleanbun run build(apps/docs) completes full SSG build (2240 doc paths, 373 llms.mdx paths)Checklist