docs(blog): add usage section for axios-to-fetch article#8914
docs(blog): add usage section for axios-to-fetch article#8914jdebarochez wants to merge 2 commits into
Conversation
* Add link to the source code of this codemod * Add link to the codemod registry * Add usage command Signed-off-by: Jean de Barochez <3436890+jdebarochez@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview The GET request example diff is also updated so the migrated Reviewed by Cursor Bugbot for commit 636c101. Bugbot is set up for automated code reviews on this repo. Configure here. |
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds usage instructions to the “Axios to Fetch” migration post so readers can locate and run the codemod directly.
Changes:
- Added a new “Usage” section with links to the recipe source and Codemod Registry entry
- Included an
npx codemodcommand example for running the codemod
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Jean de Barochez <3436890+jdebarochez@users.noreply.github.com>
|
@nodejs/userland-migrations |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8914 +/- ##
==========================================
+ Coverage 73.20% 73.24% +0.04%
==========================================
Files 102 102
Lines 8628 8628
Branches 314 313 -1
==========================================
+ Hits 6316 6320 +4
+ Misses 2311 2307 -4
Partials 1 1 ☔ View full report in Codecov by Sentry. |
Description
In the article to migrate from axios to fetch, I'd love to have a section for usage. It was my first reference in the search engine and there was no link, nor command usage. I got inspired by the other article apps/site/pages/en/blog/migrations/chalk-to-styletext.mdx which had all of that to make this contribution.
Validation
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.