Skip to content

[pull] main from nodejs:main#520

Merged
pull[bot] merged 1 commit into
MarcelRaschke:mainfrom
nodejs:main
May 25, 2026
Merged

[pull] main from nodejs:main#520
pull[bot] merged 1 commit into
MarcelRaschke:mainfrom
nodejs:main

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented May 25, 2026

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.org from the upstream nodejs:main branch. The only changed file is the axios-to-fetch migration blog post, which gains a new Usage section inserted between "Supported Transformations" and "Examples".

  • The new section adds a link to the codemod's source repository, a link to the Codemod Registry entry, and the one-liner npx codemod @nodejs/axios-to-whatwg-fetch command that readers need to actually run the migration.
  • No logic, configuration, or runtime code is modified — this is a purely additive documentation update.

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

Filename Overview
apps/site/pages/en/blog/migrations/axios-to-fetch.mdx Adds a new "Usage" section with source code link, Codemod Registry link, and the npx invocation command — purely additive documentation change.

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]
Loading

Reviews (1): Last reviewed commit: "docs(blog): add usage section for axios-..." | Re-trigger Greptile

* 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>
@pull pull Bot locked and limited conversation to collaborators May 25, 2026
@pull pull Bot added the ⤵️ pull label May 25, 2026
@pull pull Bot merged commit b97f706 into MarcelRaschke:main May 25, 2026
6 of 14 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant