From 339a1edf0883f10b47c3f5230d10ef29d51e3ca0 Mon Sep 17 00:00:00 2001 From: Venkat Date: Mon, 6 Apr 2026 08:30:54 +0530 Subject: [PATCH 1/2] fix(docs): correct typographical errors in multiple blog files --- apps/site/pages/en/blog/announcements/v20-release-announce.md | 2 +- apps/site/pages/en/blog/release/v12.17.0.md | 2 +- apps/site/pages/en/blog/release/v16.17.0.md | 2 +- apps/site/pages/en/blog/release/v18.14.0.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/site/pages/en/blog/announcements/v20-release-announce.md b/apps/site/pages/en/blog/announcements/v20-release-announce.md index bc29b20ab5cbf..1d7df871727fd 100644 --- a/apps/site/pages/en/blog/announcements/v20-release-announce.md +++ b/apps/site/pages/en/blog/announcements/v20-release-announce.md @@ -157,7 +157,7 @@ node --experimental-sea-config sea-config.json This blob can now be injected into the binary. -This change was made to allow the the possibility of embedding multiple co-existing resources into the SEA (Single Executable Apps) which opens up new use cases. +This change was made to allow the possibility of embedding multiple co-existing resources into the SEA (Single Executable Apps) which opens up new use cases. Contributed by Joyee Cheung in [#47125](https://github.com/nodejs/node/pull/47125) diff --git a/apps/site/pages/en/blog/release/v12.17.0.md b/apps/site/pages/en/blog/release/v12.17.0.md index 92a0e8eee4af1..3b78cbd73fe0e 100644 --- a/apps/site/pages/en/blog/release/v12.17.0.md +++ b/apps/site/pages/en/blog/release/v12.17.0.md @@ -266,7 +266,7 @@ consumption. #### Increase of the default server headers timeout The default value of `server.headersTimeout` for `http` and `https` servers was -increased from `40000` to `60000` (60 seconds). This to accomodate for systems +increased from `40000` to `60000` (60 seconds). This to accommodate for systems like AWS ELB that have a timeout of 60 seconds. Contributed by Tim Costa - [#30071](https://github.com/nodejs/node/pull/30071). diff --git a/apps/site/pages/en/blog/release/v16.17.0.md b/apps/site/pages/en/blog/release/v16.17.0.md index 9db780eaa3f68..35ec65e9cc7a9 100644 --- a/apps/site/pages/en/blog/release/v16.17.0.md +++ b/apps/site/pages/en/blog/release/v16.17.0.md @@ -364,7 +364,7 @@ Contributed by Filip Skokan - [#42507](https://github.com/nodejs/node/pull/42507 - \[[`e33f6bd384`](https://github.com/nodejs/node/commit/e33f6bd384)] - **test_runner**: validate `timeout` option (Antoine du Hamel) [#43843](https://github.com/nodejs/node/pull/43843) - \[[`a167daa311`](https://github.com/nodejs/node/commit/a167daa311)] - **test_runner**: pass signal on timeout (Moshe Atlow) [#43911](https://github.com/nodejs/node/pull/43911) - \[[`b1db85023e`](https://github.com/nodejs/node/commit/b1db85023e)] - **test_runner**: do not report an error when tests are passing (Antoine du Hamel) [#43919](https://github.com/nodejs/node/pull/43919) -- \[[`f193ac6cd5`](https://github.com/nodejs/node/commit/f193ac6cd5)] - **test_runner**: recieve and pass AbortSignal (Moshe Atlow) [#43554](https://github.com/nodejs/node/pull/43554) +- \[[`f193ac6cd5`](https://github.com/nodejs/node/commit/f193ac6cd5)] - **test_runner**: receive and pass AbortSignal (Moshe Atlow) [#43554](https://github.com/nodejs/node/pull/43554) - \[[`f8f1d16097`](https://github.com/nodejs/node/commit/f8f1d16097)] - **test_runner**: fix `it` concurrency (Moshe Atlow) [#43757](https://github.com/nodejs/node/pull/43757) - \[[`e9ca1efe67`](https://github.com/nodejs/node/commit/e9ca1efe67)] - **test_runner**: support timeout for tests (Moshe Atlow) [#43505](https://github.com/nodejs/node/pull/43505) - \[[`5dca44d5eb`](https://github.com/nodejs/node/commit/5dca44d5eb)] - **test_runner**: catch errors thrown within `describe` (Moshe Atlow) [#43729](https://github.com/nodejs/node/pull/43729) diff --git a/apps/site/pages/en/blog/release/v18.14.0.md b/apps/site/pages/en/blog/release/v18.14.0.md index ff20c2dfb9950..6cc1172fdc218 100644 --- a/apps/site/pages/en/blog/release/v18.14.0.md +++ b/apps/site/pages/en/blog/release/v18.14.0.md @@ -38,7 +38,7 @@ breaking changes. ##### Login -> Explanation: the default `auth-type` has changed and users can opt back into the old behavior with `npm config set auth-type=legacy`. `login` and `adduser` have also been seperated making each command more closely match it's name instead of being aliases for each other. +> Explanation: the default `auth-type` has changed and users can opt back into the old behavior with `npm config set auth-type=legacy`. `login` and `adduser` have also been separated making each command more closely match it's name instead of being aliases for each other. - Legacy auth types `sso`, `saml` & `legacy` have been consolidated into `"legacy"`. - `auth-type` defaults to `"web"` From f3946b0d4d852a0e8d8ceb13b5ed61169fabac5b Mon Sep 17 00:00:00 2001 From: Venkat Date: Mon, 6 Apr 2026 10:23:01 +0530 Subject: [PATCH 2/2] fix(docs): revert commit message changes and fix additional typos --- apps/site/pages/en/blog/release/v16.17.0.md | 2 +- apps/site/pages/en/blog/release/v23.0.0.md | 2 +- .../pages/en/blog/vulnerability/july-2022-security-releases.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/site/pages/en/blog/release/v16.17.0.md b/apps/site/pages/en/blog/release/v16.17.0.md index 35ec65e9cc7a9..9db780eaa3f68 100644 --- a/apps/site/pages/en/blog/release/v16.17.0.md +++ b/apps/site/pages/en/blog/release/v16.17.0.md @@ -364,7 +364,7 @@ Contributed by Filip Skokan - [#42507](https://github.com/nodejs/node/pull/42507 - \[[`e33f6bd384`](https://github.com/nodejs/node/commit/e33f6bd384)] - **test_runner**: validate `timeout` option (Antoine du Hamel) [#43843](https://github.com/nodejs/node/pull/43843) - \[[`a167daa311`](https://github.com/nodejs/node/commit/a167daa311)] - **test_runner**: pass signal on timeout (Moshe Atlow) [#43911](https://github.com/nodejs/node/pull/43911) - \[[`b1db85023e`](https://github.com/nodejs/node/commit/b1db85023e)] - **test_runner**: do not report an error when tests are passing (Antoine du Hamel) [#43919](https://github.com/nodejs/node/pull/43919) -- \[[`f193ac6cd5`](https://github.com/nodejs/node/commit/f193ac6cd5)] - **test_runner**: receive and pass AbortSignal (Moshe Atlow) [#43554](https://github.com/nodejs/node/pull/43554) +- \[[`f193ac6cd5`](https://github.com/nodejs/node/commit/f193ac6cd5)] - **test_runner**: recieve and pass AbortSignal (Moshe Atlow) [#43554](https://github.com/nodejs/node/pull/43554) - \[[`f8f1d16097`](https://github.com/nodejs/node/commit/f8f1d16097)] - **test_runner**: fix `it` concurrency (Moshe Atlow) [#43757](https://github.com/nodejs/node/pull/43757) - \[[`e9ca1efe67`](https://github.com/nodejs/node/commit/e9ca1efe67)] - **test_runner**: support timeout for tests (Moshe Atlow) [#43505](https://github.com/nodejs/node/pull/43505) - \[[`5dca44d5eb`](https://github.com/nodejs/node/commit/5dca44d5eb)] - **test_runner**: catch errors thrown within `describe` (Moshe Atlow) [#43729](https://github.com/nodejs/node/pull/43729) diff --git a/apps/site/pages/en/blog/release/v23.0.0.md b/apps/site/pages/en/blog/release/v23.0.0.md index 1875a4173e0a8..0fe1423b2e2b2 100644 --- a/apps/site/pages/en/blog/release/v23.0.0.md +++ b/apps/site/pages/en/blog/release/v23.0.0.md @@ -22,7 +22,7 @@ According to the release schedule, Node.js 23 will remain the ‘Current’ rele Support for loading native ES modules using `require()` had been available on v20.x and v22.x under the command line flag `--experimental-require-module`. In v23.x, this feature is now enabled by default. This feature is still experimental, and we are looking for user feedback to make more final tweaks before fully stabilizing it. For this reason, on v23.x, when the Node.js instance encounters a native ES module in `require()` for the first time, it will emit an experimental warning. -If there happens to be any regressions caused by this feature, users can report it to the Node.js issue tracker. Meanwhile this feature can also be disabled using `--no-experimental-require-module` as a workaround. We expect to test this feature using v23.x, find out any potential regressions and make adjustments accordingly, before backporting the unflagging to v22.x. This will likely happen in a later semver-minor release after the the LTS promotion at the end of October. +If there happens to be any regressions caused by this feature, users can report it to the Node.js issue tracker. Meanwhile this feature can also be disabled using `--no-experimental-require-module` as a workaround. We expect to test this feature using v23.x, find out any potential regressions and make adjustments accordingly, before backporting the unflagging to v22.x. This will likely happen in a later semver-minor release after the LTS promotion at the end of October. With this feature enabled, Node.js will no longer throw `ERR_REQUIRE_ESM` if `require()` is used to load a ES module. It can, however, throw `ERR_REQUIRE_ASYNC_MODULE` if the ES module being loaded or its dependencies contain top-level `await`. When the ES module is loaded successfully by `require()`, the returned object will be a ES module namespace object similar to what's returned by `import()`, and can be checked using `util.isModuleNamespaceObject()`. diff --git a/apps/site/pages/en/blog/vulnerability/july-2022-security-releases.md b/apps/site/pages/en/blog/vulnerability/july-2022-security-releases.md index 7a86e1ad5b8f0..e1eeb0d5426d1 100644 --- a/apps/site/pages/en/blog/vulnerability/july-2022-security-releases.md +++ b/apps/site/pages/en/blog/vulnerability/july-2022-security-releases.md @@ -146,7 +146,7 @@ With respect to the vulnerabilities in the OpenSSL Security releases of Jul 5th - Node.js is affected by **one** MODERATE vulnerability on Windows 32-Bit x86. -The security release will be delayed so that we can incorporate the the updated OpenSSL versions. We +The security release will be delayed so that we can incorporate the updated OpenSSL versions. We will post another update once we have an updated target for the release date. ### Analysis