Skip to content

fix: pin fumadocs-mdx to 14.2.6#38

Merged
rsbh merged 1 commit intomainfrom
fix_fumadocs_mdx_dep
Apr 20, 2026
Merged

fix: pin fumadocs-mdx to 14.2.6#38
rsbh merged 1 commit intomainfrom
fix_fumadocs_mdx_dep

Conversation

@rsbh
Copy link
Copy Markdown
Member

@rsbh rsbh commented Apr 20, 2026

Summary

  • Pin fumadocs-mdx to exact 14.2.6 (drop caret) to stabilize lockfile against transient SSR/bundler issues on floating patches.

Test plan

  • bun install → lockfile updates cleanly
  • bun run build:docs → builds without errors
  • bun run dev:docs → dev server serves docs at http://localhost:3000

🤖 Generated with Claude Code

Drop the caret on fumadocs-mdx so the lockfile stops floating across
patch releases while we chase transient SSR/bundler issues around its
internal imports.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 20, 2026

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

Project Deployment Actions Updated (UTC)
chronicle Ready Ready Preview, Comment Apr 20, 2026 8:32am

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 20, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 00fc0e4f-7c77-4238-869b-249ed55c2104

📥 Commits

Reviewing files that changed from the base of the PR and between d35822e and 79daf5a.

⛔ Files ignored due to path filters (1)
  • bun.lock is excluded by !**/*.lock
📒 Files selected for processing (1)
  • packages/chronicle/package.json

📝 Walkthrough

Summary by CodeRabbit

  • Chores
    • Updated dependency version constraints for improved stability.

Walkthrough

The fumadocs-mdx dependency in packages/chronicle/package.json was changed from a caret-pinned semver range (^14.2.6) to an exact version pin (14.2.6). A trailing newline was also added to the file.

Changes

Cohort / File(s) Summary
Dependency Version Pinning
packages/chronicle/package.json
Updated fumadocs-mdx dependency from caret-pinned (^14.2.6) to exact version (14.2.6); added trailing newline.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title 'fix: pin fumadocs-mdx to 14.2.6' directly and clearly describes the main change: pinning the fumadocs-mdx dependency to an exact version.
Description check ✅ Passed The description is directly related to the changeset, explaining the rationale for pinning the dependency and providing a clear test plan.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix_fumadocs_mdx_dep

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 merged commit e8d8f04 into main Apr 20, 2026
3 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