doc: stabilize --disable-warning - #64742
Merged
nodejs-github-bot merged 4 commits intoJul 28, 2026
Merged
Conversation
Signed-off-by: Jean <jean.antoine.michelet@gmail.com>
avivkeller
reviewed
Jul 25, 2026
avivkeller
approved these changes
Jul 25, 2026
climba03003
reviewed
Jul 26, 2026
Co-authored-by: KaKa <23028015+climba03003@users.noreply.github.com>
avivkeller
approved these changes
Jul 26, 2026
Co-authored-by: Aviv Keller <me@aviv.sh>
lpinca
approved these changes
Jul 26, 2026
Collaborator
Commit Queue failed- Loading data for nodejs/node/pull/64742 ✔ Done loading data for nodejs/node/pull/64742 ----------------------------------- PR info ------------------------------------ Title doc: stabilize --disable-warning (#64742) ⚠ Could not retrieve the email or name of the PR author's from user's GitHub profile! Branch jean-michelet:docs/stabilize-disable-warning -> nodejs:main Labels doc, cli, author ready Commits 3 - doc: stabilize --disable-warning - Update doc/api/cli.md - docs: fix English mistake Committers 2 - Jean <jean.antoine.michelet@gmail.com> - GitHub <noreply@github.com> PR-URL: https://github.com/nodejs/node/pull/64742 Reviewed-By: Aviv Keller <me@aviv.sh> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/64742 Reviewed-By: Aviv Keller <me@aviv.sh> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> -------------------------------------------------------------------------------- ℹ This PR was created on Sat, 25 Jul 2026 19:56:30 GMT ✔ Approvals: 2 ✔ - Aviv Keller (@avivkeller): https://github.com/nodejs/node/pull/64742#pullrequestreview-4781130134 ✔ - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/64742#pullrequestreview-4782447363 ✘ 4 GitHub CI job(s) failed: ✘ - build-docs: FAILURE (https://github.com/nodejs/node/actions/runs/30199250940/job/89833742798) ✘ - lint-js-and-md: FAILURE (https://github.com/nodejs/node/actions/runs/30199250969/job/89833743204) ✘ - test-linux (ubuntu-24.04): FAILURE (https://github.com/nodejs/node/actions/runs/30199250976/job/89833743479) ✘ - test-linux (ubuntu-24.04-arm): FAILURE (https://github.com/nodejs/node/actions/runs/30199250976/job/89833743484) ℹ Green GitHub CI is sufficient -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/30302385912 |
Member
|
CI failures are relevant. |
Renegade334
reviewed
Jul 28, 2026
Renegade334
force-pushed
the
docs/stabilize-disable-warning
branch
from
July 28, 2026 04:14
4303202 to
eeb2995
Compare
Ethan-Arrowood
approved these changes
Jul 28, 2026
Collaborator
|
Landed in 853039c |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Mark
--disable-warning=code-or-typeasStability: 2 - StableThis supports fastify/fastify#6871, we would like to inform Fastify users that they can silence specific warnings. Before recommending that option, I would prefer its documented behavior to be considered stable.
The option has been available since Node.js 21.3.0 and was backported in #51124. Its behavior is covered by existing tests.
If further work is needed, I’m happy to add it in another commit.