-
-
Notifications
You must be signed in to change notification settings - Fork 746
docs: upgrade [email protected] #12426
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for rspack ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR upgrades the rspress documentation framework from version 2.0.0-rc.1 to 2.0.0-rc.2, including necessary breaking changes for theme imports and associated dependency updates.
Key Changes:
- Upgraded all
@rspress/*packages from 2.0.0-rc.1 to 2.0.0-rc.2 in package.json - Migrated theme imports from
@rspress/core/themeto@rspress/core/theme-originalacross 5 TypeScript files - Updated transitive dependencies including react-router (v6.30.2 → v7.10.1), @rsbuild/core, and @rspack/binding packages
Reviewed changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| website/package.json | Updated rspress core and plugin packages to version 2.0.0-rc.2 |
| website/theme/index.tsx | Changed theme imports to use '@rspress/core/theme-original' path |
| website/theme/components/Landingpage/WhyRspack/index.tsx | Updated Link import to use new theme-original path |
| website/theme/components/Landingpage/WhoIsUsing/index.tsx | Updated Link import to use new theme-original path |
| website/theme/components/Landingpage/FullyFeatured/index.tsx | Updated Link import to use new theme-original path |
| website/theme/components/HomeFooter/index.tsx | Updated Link import to use new theme-original path |
| pnpm-lock.yaml | Updated dependency resolution with new versions and transitive dependencies |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Rsdoctor Bundle Diff AnalysisFound 5 project(s) in monorepo. 📁 react-10kPath:
📦 Download Diff Report: react-10k Bundle Diff 📁 react-1kPath:
📦 Download Diff Report: react-1k Bundle Diff 📁 romePath:
📦 Download Diff Report: rome Bundle Diff 📁 react-5kPath:
📦 Download Diff Report: react-5k Bundle Diff 📁 ui-componentsPath:
📦 Download Diff Report: ui-components Bundle Diff Generated by Rsdoctor GitHub Action |
📦 Binary Size-limit
🙈 Size remains the same at 48.21MB |
CodSpeed Performance ReportMerging #12426 will not alter performanceComparing Summary
|
Summary
docs: upgrade rspress
Related links
Checklist