[pull] main from nodejs:main#520
Merged
Merged
Conversation
* docs(blog): add usage section for axios-to-fetch article * 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> * docs: remove trailing colon in header 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> --------- Signed-off-by: Jean de Barochez <3436890+jdebarochez@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )
Greptile Summary
This PR syncs
marcelraschke/nodejs.orgfrom the upstreamnodejs:mainbranch. The only changed file is theaxios-to-fetchmigration blog post, which gains a new Usage section inserted between "Supported Transformations" and "Examples".npx codemod @nodejs/axios-to-whatwg-fetchcommand that readers need to actually run the migration.Confidence Score: 5/5
Safe to merge — the change is a straightforward documentation addition with no runtime or configuration impact.
The only modified file is a documentation blog post. The added Usage section inserts two external links and a shell command snippet; there is no logic, schema, or build configuration involved. The links point to expected canonical locations (the upstream nodejs/userland-migrations repo and the Codemod Registry), and the npx command matches the package slug used elsewhere in the ecosystem.
No files require special attention.
Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[Developer reads axios-to-fetch migration guide] --> B[Reads Supported Transformations] B --> C[NEW: Reads Usage section] C --> D1[Visits source code on GitHub] C --> D2[Visits Codemod Registry entry] C --> E["Runs: npx codemod @nodejs/axios-to-whatwg-fetch"] E --> F[Codemod transforms Axios calls to Fetch API] F --> G[Reads Examples section to verify output]Reviews (1): Last reviewed commit: "docs(blog): add usage section for axios-..." | Re-trigger Greptile