Skip to content

Commit 27261b9

Browse files
authored
doc: update DEP0040 (punycode) to application type deprecation
PR-URL: nodejs#61916 Reviewed-By: René <contact.9a5d6388@renegade334.me.uk>
1 parent 6a3d358 commit 27261b9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/api/deprecations.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -932,6 +932,11 @@ The [`require.extensions`][] property is deprecated.
932932

933933
<!-- YAML
934934
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.
935940
- version: v21.0.0
936941
pr-url: https://github.com/nodejs/node/pull/47202
937942
description: Runtime deprecation.
@@ -943,7 +948,7 @@ changes:
943948
description: Documentation-only deprecation.
944949
-->
945950

946-
Type: Runtime
951+
Type: Application (non-`node_modules` code only)
947952

948953
The [`punycode`][] module is deprecated. Please use a userland alternative
949954
instead.

0 commit comments

Comments
 (0)