Skip to content

Commit 5c05ba1

Browse files
committed
doc: remove some inconsistencies in deprecations.md
PR-URL: #57512 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Xuguang Mei <meixuguang@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent 9d5be4b commit 5c05ba1

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

doc/api/deprecations.md

+16-10
Original file line numberDiff line numberDiff line change
@@ -1863,7 +1863,7 @@ changes:
18631863
description: Runtime deprecation.
18641864
-->
18651865

1866-
Type: End-of-Life.
1866+
Type: End-of-Life
18671867

18681868
The `ecdhCurve` option to `tls.createSecureContext()` and `tls.TLSSocket` could
18691869
be set to `false` to disable ECDH entirely on the server only. This mode was
@@ -2215,7 +2215,8 @@ This deprecation has been superseded by the deprecation of the
22152215
changes:
22162216
- version: v10.0.0
22172217
pr-url: https://github.com/nodejs/node/pull/18990
2218-
description: Documentation-only deprecation.
2218+
description: Documentation-only deprecation
2219+
with `--pending-deprecation` support.
22192220
-->
22202221

22212222
Type: Documentation-only (supports [`--pending-deprecation`][])
@@ -2424,7 +2425,7 @@ changes:
24242425
pr-url:
24252426
- https://github.com/nodejs/node/pull/22519
24262427
- https://github.com/nodejs/node/pull/23017
2427-
description: Added documentation-only deprecation
2428+
description: Documentation-only deprecation
24282429
with `--pending-deprecation` support.
24292430
-->
24302431

@@ -2505,7 +2506,8 @@ It will become an error in future versions of Node.js.
25052506
changes:
25062507
- version: v11.0.0
25072508
pr-url: https://github.com/nodejs/node/pull/23597
2508-
description: Documentation-only deprecation.
2509+
description: Documentation-only deprecation
2510+
with `--pending-deprecation` support.
25092511
-->
25102512

25112513
Type: Documentation-only (supports [`--pending-deprecation`][])
@@ -2750,7 +2752,8 @@ Prefer [`response.socket`][] over [`response.connection`][] and
27502752
changes:
27512753
- version: v12.12.0
27522754
pr-url: https://github.com/nodejs/node/pull/29781
2753-
description: Documentation-only deprecation.
2755+
description: Documentation-only deprecation
2756+
with `--pending-deprecation` support.
27542757
-->
27552758

27562759
Type: Documentation-only (supports [`--pending-deprecation`][])
@@ -2885,7 +2888,8 @@ Use [`request.destroy()`][] instead of [`request.abort()`][].
28852888
changes:
28862889
- version: v14.3.0
28872890
pr-url: https://github.com/nodejs/node/pull/33294
2888-
description: Documentation-only (supports [`--pending-deprecation`][]).
2891+
description: Documentation-only deprecation
2892+
with `--pending-deprecation` support.
28892893
-->
28902894

28912895
Type: Documentation-only (supports [`--pending-deprecation`][])
@@ -2899,10 +2903,11 @@ instead of `.inputStream` and `.output` instead of `.outputStream`.
28992903
changes:
29002904
- version: v14.3.0
29012905
pr-url: https://github.com/nodejs/node/pull/33294
2902-
description: Documentation-only (supports [`--pending-deprecation`][]).
2906+
description: Documentation-only deprecation
2907+
with `--pending-deprecation` support.
29032908
-->
29042909

2905-
Type: Documentation-only
2910+
Type: Documentation-only (supports [`--pending-deprecation`][])
29062911

29072912
The `node:repl` module exports a `_builtinLibs` property that contains an array
29082913
of built-in modules. It was incomplete so far and instead it's better to rely
@@ -2918,6 +2923,7 @@ changes:
29182923
-->
29192924

29202925
Type: Runtime
2926+
29212927
`Transform._transformState` will be removed in future versions where it is
29222928
no longer required due to simplification of the implementation.
29232929

@@ -3040,7 +3046,7 @@ changes:
30403046
description: Documentation-only deprecation.
30413047
-->
30423048

3043-
Type: Documentation-only.
3049+
Type: Documentation-only
30443050

30453051
Prefer [`message.socket`][] over [`message.connection`][].
30463052

@@ -3264,7 +3270,7 @@ changes:
32643270
description: Documentation-only deprecation.
32653271
-->
32663272

3267-
Type: Runtime.
3273+
Type: Runtime
32683274

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

0 commit comments

Comments
 (0)