Skip to content

Commit 06994d5

Browse files
aduh95RafaelGSS
authored andcommitted
doc: remove some inconsistencies in deprecations.md
PR-URL: #57512 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Daeyeon Jeong <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Xuguang Mei <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Ulises Gascón <[email protected]> Reviewed-By: Zijian Liu <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 707f851 commit 06994d5

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

doc/api/deprecations.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1818,7 +1818,7 @@ changes:
18181818
description: Runtime deprecation.
18191819
-->
18201820

1821-
Type: End-of-Life.
1821+
Type: End-of-Life
18221822

18231823
The `ecdhCurve` option to `tls.createSecureContext()` and `tls.TLSSocket` could
18241824
be set to `false` to disable ECDH entirely on the server only. This mode was
@@ -2164,7 +2164,8 @@ This deprecation has been superseded by the deprecation of the
21642164
changes:
21652165
- version: v10.0.0
21662166
pr-url: https://github.com/nodejs/node/pull/18990
2167-
description: Documentation-only deprecation.
2167+
description: Documentation-only deprecation
2168+
with `--pending-deprecation` support.
21682169
-->
21692170

21702171
Type: Documentation-only (supports [`--pending-deprecation`][])
@@ -2370,7 +2371,7 @@ changes:
23702371
pr-url:
23712372
- https://github.com/nodejs/node/pull/22519
23722373
- https://github.com/nodejs/node/pull/23017
2373-
description: Added documentation-only deprecation
2374+
description: Documentation-only deprecation
23742375
with `--pending-deprecation` support.
23752376
-->
23762377

@@ -2451,7 +2452,8 @@ It will become an error in future versions of Node.js.
24512452
changes:
24522453
- version: v11.0.0
24532454
pr-url: https://github.com/nodejs/node/pull/23597
2454-
description: Documentation-only deprecation.
2455+
description: Documentation-only deprecation
2456+
with `--pending-deprecation` support.
24552457
-->
24562458

24572459
Type: Documentation-only (supports [`--pending-deprecation`][])
@@ -2696,7 +2698,8 @@ Prefer [`response.socket`][] over [`response.connection`][] and
26962698
changes:
26972699
- version: v12.12.0
26982700
pr-url: https://github.com/nodejs/node/pull/29781
2699-
description: Documentation-only deprecation.
2701+
description: Documentation-only deprecation
2702+
with `--pending-deprecation` support.
27002703
-->
27012704

27022705
Type: Documentation-only (supports [`--pending-deprecation`][])
@@ -2831,7 +2834,8 @@ Use [`request.destroy()`][] instead of [`request.abort()`][].
28312834
changes:
28322835
- version: v14.3.0
28332836
pr-url: https://github.com/nodejs/node/pull/33294
2834-
description: Documentation-only (supports [`--pending-deprecation`][]).
2837+
description: Documentation-only deprecation
2838+
with `--pending-deprecation` support.
28352839
-->
28362840

28372841
Type: Documentation-only (supports [`--pending-deprecation`][])
@@ -2845,10 +2849,11 @@ instead of `.inputStream` and `.output` instead of `.outputStream`.
28452849
changes:
28462850
- version: v14.3.0
28472851
pr-url: https://github.com/nodejs/node/pull/33294
2848-
description: Documentation-only (supports [`--pending-deprecation`][]).
2852+
description: Documentation-only deprecation
2853+
with `--pending-deprecation` support.
28492854
-->
28502855

2851-
Type: Documentation-only
2856+
Type: Documentation-only (supports [`--pending-deprecation`][])
28522857

28532858
The `node:repl` module exports a `_builtinLibs` property that contains an array
28542859
of built-in modules. It was incomplete so far and instead it's better to rely
@@ -2864,6 +2869,7 @@ changes:
28642869
-->
28652870

28662871
Type: Runtime
2872+
28672873
`Transform._transformState` will be removed in future versions where it is
28682874
no longer required due to simplification of the implementation.
28692875

@@ -2986,7 +2992,7 @@ changes:
29862992
description: Documentation-only deprecation.
29872993
-->
29882994

2989-
Type: Documentation-only.
2995+
Type: Documentation-only
29902996

29912997
Prefer [`message.socket`][] over [`message.connection`][].
29922998

@@ -3210,7 +3216,7 @@ changes:
32103216
description: Documentation-only deprecation.
32113217
-->
32123218

3213-
Type: Runtime.
3219+
Type: Runtime
32143220

32153221
This event was deprecated because it did not work with V8 promise combinators
32163222
which diminished its usefulness.

0 commit comments

Comments
 (0)