You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The changes consolidate the mdx-plugins package from a separate workspace into the main project by removing workspace configuration, integrating dependencies into the root package.json, updating import paths to local files, and removing related monorepo scaffolding. Several Next.js configuration options and build tooling are also simplified.
Deleted separate mdx-plugins package manifest, build config, and turbo configuration. Removed dist from gitignore to allow tracking of built outputs locally.
Next.js config cleanup next.config.ts
Removed cleanDistDir, typedRoutes, and transpilePackages options. Trimmed serverExternalPackages by removing esbuild-wasm.
Updated og:image URL construction from .png file paths to /opengraph-image endpoint format for both zh and en branches.
Estimated code review effort
🎯 3 (Moderate) | ⏱️ ~20 minutes
Possibly related PRs
Feat/upgrade next 16 #108: Modifies Next.js configuration (16.x upgrade) and touches mdx-plugins packaging structure, suggesting parallel workspace consolidation work.
Poem
🐰 The plugins hop home at last,
From workspace branches to the path so vast,
Configs simplify, turbo tasks are freed,
One garden grown, that's all we need! 🌱
Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%.
Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (2 passed)
Check name
Status
Explanation
Description Check
✅ Passed
Check skipped - CodeRabbit’s high-level summary is enabled.
Title check
✅ Passed
The title 'refactor: mdx-plugins' accurately summarizes the main changes: the mdx-plugins package has been removed from the workspace structure (deleted package.json, tsdown.config.ts, turbo.json, and .gitignore), and its code has been consolidated into the main source.config.ts by changing import paths from @workspace/mdx-plugins to ./mdx-plugins.
✏️ Tip: You can configure your own custom pre-merge checks in the settings.
✨ Finishing touches
📝 Generate docstrings
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary by CodeRabbit
Release Notes
✏️ Tip: You can customize this high-level summary in your review settings.