From 65cbf863f03e28fcbceca31fdf8e1c54902764e4 Mon Sep 17 00:00:00 2001 From: Jean Date: Sat, 25 Jul 2026 20:58:37 +0200 Subject: [PATCH 1/3] doc: stabilize --disable-warning Signed-off-by: Jean --- doc/api/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index 5d59844d4cbc72..6adc2c5a2202bd 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -733,7 +733,7 @@ added: - v20.11.0 --> -> Stability: 1.1 - Active development +> Stability: 2 - Stable Disable specific process warnings by `code` or `type`. From 6e4d0e7a832c92c39d6d9d1aa01f8726ecdd1298 Mon Sep 17 00:00:00 2001 From: Jean Michelet <110341611+jean-michelet@users.noreply.github.com> Date: Sun, 26 Jul 2026 05:39:37 +0200 Subject: [PATCH 2/3] Update doc/api/cli.md Co-authored-by: KaKa <23028015+climba03003@users.noreply.github.com> --- doc/api/cli.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/api/cli.md b/doc/api/cli.md index 6adc2c5a2202bd..0180a934aeeb3b 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -731,6 +731,10 @@ Disable the ability of starting a debugging session by sending a added: - v21.3.0 - v20.11.0 + changes: + - version: REPLACEME + pr-url: https://github.com/nodejs/node/pull/64742 + description: The `--disable-warning` flags are now stable. --> > Stability: 2 - Stable From d8d7f812ab2037e92bd84fe12b063d6507b69b21 Mon Sep 17 00:00:00 2001 From: Jean Michelet <110341611+jean-michelet@users.noreply.github.com> Date: Sun, 26 Jul 2026 12:58:32 +0200 Subject: [PATCH 3/3] docs: fix English mistake Co-authored-by: Aviv Keller --- doc/api/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index 0180a934aeeb3b..5be3314e556983 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -734,7 +734,7 @@ added: changes: - version: REPLACEME pr-url: https://github.com/nodejs/node/pull/64742 - description: The `--disable-warning` flags are now stable. + description: The `--disable-warning` flag is now stable. --> > Stability: 2 - Stable