Content(migrations): update#8881
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview Refreshes several existing migration posts to keep the registry current: fixes the Fixes the Reviewed by Cursor Bugbot for commit c32ea58. Bugbot is set up for automated code reviews on this repo. Configure here. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8881 +/- ##
=======================================
Coverage 73.23% 73.23%
=======================================
Files 102 102
Lines 8623 8623
Branches 313 313
=======================================
Hits 6315 6315
Misses 2307 2307
Partials 1 1 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Pull request overview
Updates the “migrations” blog content to keep posts ordered, expand the list of available codemods, and standardize examples by switching from “Before/After” tabs to diff-formatted snippets. Also aligns the authors registry with the author id used by the Chalk migration post.
Changes:
- Adjusts migration post publish timestamps to maintain intended sorting.
- Replaces many “Before/After” code examples with
```diffblocks and adds new codemod sections (e.g., HTTP/2 priority removal, crypto createCipher migration, TLS secure pair migration, etc.). - Adds a new v16→v18 migrations post and updates the authors registry entry for
richiemccoll.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| apps/site/pages/en/blog/migrations/v22-to-v24.mdx | Updates publish time, converts examples to diff, and adds multiple new codemod sections. |
| apps/site/pages/en/blog/migrations/v20-to-v22.mdx | Updates publish time, converts import-assertions example to diff, and adds crypto codemod documentation. |
| apps/site/pages/en/blog/migrations/v16-to-v18.mdx | Adds a new migrations page for v16→v18 with an initial codemod entry and examples. |
| apps/site/pages/en/blog/migrations/v14-to-v16.mdx | Converts examples to diff formatting across multiple codemods. |
| apps/site/pages/en/blog/migrations/v12-to-v14.mdx | Fixes the codemod command and converts the example to diff formatting. |
| apps/site/pages/en/blog/migrations/chalk-to-styletext.mdx | Converts the Chalk→styleText example to diff and adjusts the sample transformation. |
| apps/site/authors.json | Updates the author key for Richie McColl to match the id used in frontmatter (richiemccoll). |
Comments suppressed due to low confidence (1)
apps/site/pages/en/blog/migrations/v14-to-v16.mdx:126
- There is stray text ("reateRequireFromPath") after the final code block, which will render on the page. It looks like an accidental leftover and should be removed.
reateRequireFromPath
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit e8f33c1. Configure here.
@ovflowd you didn't disable copilot ? |



Description
difflang to display changes instead of before after tabsCheck List
pnpm formatto ensure the code follows the style guide.pnpm buildto check if the website builds without errors.