-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
content(migration): fix typo + improve texting #8291
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
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8291 +/- ##
==========================================
+ Coverage 76.59% 76.61% +0.02%
==========================================
Files 117 117
Lines 9746 9751 +5
Branches 328 328
==========================================
+ Hits 7465 7471 +6
+ Misses 2279 2278 -1
Partials 2 2 ☔ View full report in Codecov by Sentry. |
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 updates the website badge configuration to promote new migration guides and improves the migration documentation with consistency fixes and clarifications.
- Updated website badge to highlight migration guides for October 30 - November 15, 2025
- Improved consistency in migration documentation by standardizing terminology and formatting
- Enhanced code examples by adding missing import statements
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| apps/site/site.json | Updated website badge dates, title, and link to promote migration guides |
| apps/site/pages/en/blog/migrations/v22-to-v24.mdx | Added "EOL" expansion, removed version specificity, standardized heading levels, and updated require statement to use node: prefix |
| apps/site/pages/en/blog/migrations/v14-to-v16.mdx | Removed duplicate codemod section and added missing import statements to examples |
| apps/site/pages/en/blog/migrations/v12-to-v14.mdx | Changed "recipe" to "codemod" for consistent terminology |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]> Signed-off-by: Augustin Mauroy <[email protected]>
Description
Related Issues
No related Issues
Check List
pnpm formatto ensure the code follows the style guide.pnpm testto check if all tests are passing.pnpm buildto check if the website builds without errors.