From 4e990cc70a7525bc7c9e3517b7614227f1601006 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Sat, 21 Feb 2026 10:23:32 +0100 Subject: [PATCH 1/2] doc: update DEP0040 (punycode) to application type deprecation --- doc/api/deprecations.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index b47a17bd747d97..5724789b6491fd 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -930,6 +930,11 @@ The [`require.extensions`][] property is deprecated. -Type: Runtime +Type: Application The [`punycode`][] module is deprecated. Please use a userland alternative instead. From ce48528947e83835d9eea38af0afc4ba308a5a65 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Sat, 21 Feb 2026 10:46:14 +0100 Subject: [PATCH 2/2] add text "(non-`node_modules` code only)" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: René --- doc/api/deprecations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 5724789b6491fd..fa9c95e7517843 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -946,7 +946,7 @@ changes: description: Documentation-only deprecation. --> -Type: Application +Type: Application (non-`node_modules` code only) The [`punycode`][] module is deprecated. Please use a userland alternative instead.