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 bf1ed7e commit 7508540Copy full SHA for 7508540
doc/api/deprecations.md
@@ -930,6 +930,11 @@ The [`require.extensions`][] property is deprecated.
930
931
<!-- YAML
932
changes:
933
+ - version:
934
+ - v23.7.0
935
+ - v22.14.0
936
+ pr-url: https://github.com/nodejs/node/pull/56632
937
+ description: Application deprecation.
938
- version: v21.0.0
939
pr-url: https://github.com/nodejs/node/pull/47202
940
description: Runtime deprecation.
@@ -941,7 +946,7 @@ changes:
941
946
description: Documentation-only deprecation.
942
947
-->
943
948
944
-Type: Runtime
949
+Type: Application (non-`node_modules` code only)
945
950
951
The [`punycode`][] module is deprecated. Please use a userland alternative
952
instead.
0 commit comments