We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a3d358 commit 27261b9Copy full SHA for 27261b9
doc/api/deprecations.md
@@ -932,6 +932,11 @@ The [`require.extensions`][] property is deprecated.
932
933
<!-- YAML
934
changes:
935
+ - version:
936
+ - v23.7.0
937
+ - v22.14.0
938
+ pr-url: https://github.com/nodejs/node/pull/56632
939
+ description: Application deprecation.
940
- version: v21.0.0
941
pr-url: https://github.com/nodejs/node/pull/47202
942
description: Runtime deprecation.
@@ -943,7 +948,7 @@ changes:
943
948
description: Documentation-only deprecation.
944
949
-->
945
950
946
-Type: Runtime
951
+Type: Application (non-`node_modules` code only)
947
952
953
The [`punycode`][] module is deprecated. Please use a userland alternative
954
instead.
0 commit comments