content(migration): fix typo + improve texting#8291
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.
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 <175728472+Copilot@users.noreply.github.com> Signed-off-by: Augustin Mauroy <97875033+AugustinMauroy@users.noreply.github.com>
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.