We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bd68db commit 8ac0dc7Copy full SHA for 8ac0dc7
1 file changed
doc/api/deprecations.md
@@ -910,6 +910,11 @@ The [`require.extensions`][] property is deprecated.
910
911
<!-- YAML
912
changes:
913
+ - version:
914
+ - v23.7.0
915
+ - v22.14.0
916
+ pr-url: https://github.com/nodejs/node/pull/56632
917
+ description: Application deprecation.
918
- version: v21.0.0
919
pr-url: https://github.com/nodejs/node/pull/47202
920
description: Runtime deprecation.
@@ -921,7 +926,7 @@ changes:
921
926
description: Documentation-only deprecation.
922
927
-->
923
928
924
-Type: Runtime
929
+Type: Application (non-`node_modules` code only)
925
930
931
The [`punycode`][] module is deprecated. Please use a userland alternative
932
instead.
0 commit comments