chore(create-rspress): Add React 19 dependencies to create-rspress template#2873
chore(create-rspress): Add React 19 dependencies to create-rspress template#2873
Conversation
✅ Deploy Preview for rspress-v2 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
|
Co-authored-by: SoonIter <79413249+SoonIter@users.noreply.github.com>
Rsdoctor Bundle Diff Analysis📁 webPath:
📦 Download Diff Report: web Bundle Diff Generated by Rsdoctor GitHub Action |
There was a problem hiding this comment.
Pull request overview
This PR adds React 19 dependencies to the default template created by create-rspress, ensuring new projects start with modern React type definitions and development dependencies.
- Adds React 19 series packages as devDependencies to the basic template
- Maintains version consistency with the monorepo (matching versions used in
@rspress/coreand other packages) - Follows the pattern established by the rspress website project
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
Adds React 19 series dependencies to the default template generated by
create-rspress. Projects created withnpx create-rspressnow include:react: ^19.2.1react-dom: ^19.2.1@types/react: ^19.2.7@types/react-dom: ^19.2.3All dependencies added as
devDependencieswith versions matching monorepo consistency requirements.Related Issue
N/A
Checklist
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.