Skip to content

Commit b99c3a0

Browse files
authored
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 b9af302 commit b99c3a0

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
@@ -1872,7 +1872,7 @@ changes:
18721872
description: Runtime deprecation.
18731873
-->
18741874

1875-
Type: End-of-Life.
1875+
Type: End-of-Life
18761876

18771877
The `ecdhCurve` option to `tls.createSecureContext()` and `tls.TLSSocket` could
18781878
be set to `false` to disable ECDH entirely on the server only. This mode was
@@ -2230,7 +2230,8 @@ This deprecation has been superseded by the deprecation of the
22302230
changes:
22312231
- version: v10.0.0
22322232
pr-url: https://github.com/nodejs/node/pull/18990
2233-
description: Documentation-only deprecation.
2233+
description: Documentation-only deprecation
2234+
with `--pending-deprecation` support.
22342235
-->
22352236

22362237
Type: Documentation-only (supports [`--pending-deprecation`][])
@@ -2439,7 +2440,7 @@ changes:
24392440
pr-url:
24402441
- https://github.com/nodejs/node/pull/22519
24412442
- https://github.com/nodejs/node/pull/23017
2442-
description: Added documentation-only deprecation
2443+
description: Documentation-only deprecation
24432444
with `--pending-deprecation` support.
24442445
-->
24452446

@@ -2520,7 +2521,8 @@ It will become an error in future versions of Node.js.
25202521
changes:
25212522
- version: v11.0.0
25222523
pr-url: https://github.com/nodejs/node/pull/23597
2523-
description: Documentation-only deprecation.
2524+
description: Documentation-only deprecation
2525+
with `--pending-deprecation` support.
25242526
-->
25252527

25262528
Type: Documentation-only (supports [`--pending-deprecation`][])
@@ -2774,7 +2776,8 @@ Prefer [`response.socket`][] over [`response.connection`][] and
27742776
changes:
27752777
- version: v12.12.0
27762778
pr-url: https://github.com/nodejs/node/pull/29781
2777-
description: Documentation-only deprecation.
2779+
description: Documentation-only deprecation
2780+
with `--pending-deprecation` support.
27782781
-->
27792782

27802783
Type: Documentation-only (supports [`--pending-deprecation`][])
@@ -2909,7 +2912,8 @@ Use [`request.destroy()`][] instead of [`request.abort()`][].
29092912
changes:
29102913
- version: v14.3.0
29112914
pr-url: https://github.com/nodejs/node/pull/33294
2912-
description: Documentation-only (supports [`--pending-deprecation`][]).
2915+
description: Documentation-only deprecation
2916+
with `--pending-deprecation` support.
29132917
-->
29142918

29152919
Type: Documentation-only (supports [`--pending-deprecation`][])
@@ -2923,10 +2927,11 @@ instead of `.inputStream` and `.output` instead of `.outputStream`.
29232927
changes:
29242928
- version: v14.3.0
29252929
pr-url: https://github.com/nodejs/node/pull/33294
2926-
description: Documentation-only (supports [`--pending-deprecation`][]).
2930+
description: Documentation-only deprecation
2931+
with `--pending-deprecation` support.
29272932
-->
29282933

2929-
Type: Documentation-only
2934+
Type: Documentation-only (supports [`--pending-deprecation`][])
29302935

29312936
The `node:repl` module exports a `_builtinLibs` property that contains an array
29322937
of built-in modules. It was incomplete so far and instead it's better to rely
@@ -2942,6 +2947,7 @@ changes:
29422947
-->
29432948

29442949
Type: Runtime
2950+
29452951
`Transform._transformState` will be removed in future versions where it is
29462952
no longer required due to simplification of the implementation.
29472953

@@ -3064,7 +3070,7 @@ changes:
30643070
description: Documentation-only deprecation.
30653071
-->
30663072

3067-
Type: Documentation-only.
3073+
Type: Documentation-only
30683074

30693075
Prefer [`message.socket`][] over [`message.connection`][].
30703076

@@ -3288,7 +3294,7 @@ changes:
32883294
description: Documentation-only deprecation.
32893295
-->
32903296

3291-
Type: Runtime.
3297+
Type: Runtime
32923298

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

0 commit comments

Comments
 (0)