doc: remove some inconsistencies in `deprecations.md`

PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
Antoine du Hamel 2025-03-19 01:34:18 +01:00 committed by GitHub
parent b9af302053
commit b99c3a0c29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 16 additions and 10 deletions

View File

@ -1872,7 +1872,7 @@ changes:
description: Runtime deprecation.
-->
Type: End-of-Life.
Type: End-of-Life
The `ecdhCurve` option to `tls.createSecureContext()` and `tls.TLSSocket` could
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
changes:
- version: v10.0.0
pr-url: https://github.com/nodejs/node/pull/18990
description: Documentation-only deprecation.
description: Documentation-only deprecation
with `--pending-deprecation` support.
-->
Type: Documentation-only (supports [`--pending-deprecation`][])
@ -2439,7 +2440,7 @@ changes:
pr-url:
- https://github.com/nodejs/node/pull/22519
- https://github.com/nodejs/node/pull/23017
description: Added documentation-only deprecation
description: Documentation-only deprecation
with `--pending-deprecation` support.
-->
@ -2520,7 +2521,8 @@ It will become an error in future versions of Node.js.
changes:
- version: v11.0.0
pr-url: https://github.com/nodejs/node/pull/23597
description: Documentation-only deprecation.
description: Documentation-only deprecation
with `--pending-deprecation` support.
-->
Type: Documentation-only (supports [`--pending-deprecation`][])
@ -2774,7 +2776,8 @@ Prefer [`response.socket`][] over [`response.connection`][] and
changes:
- version: v12.12.0
pr-url: https://github.com/nodejs/node/pull/29781
description: Documentation-only deprecation.
description: Documentation-only deprecation
with `--pending-deprecation` support.
-->
Type: Documentation-only (supports [`--pending-deprecation`][])
@ -2909,7 +2912,8 @@ Use [`request.destroy()`][] instead of [`request.abort()`][].
changes:
- version: v14.3.0
pr-url: https://github.com/nodejs/node/pull/33294
description: Documentation-only (supports [`--pending-deprecation`][]).
description: Documentation-only deprecation
with `--pending-deprecation` support.
-->
Type: Documentation-only (supports [`--pending-deprecation`][])
@ -2923,10 +2927,11 @@ instead of `.inputStream` and `.output` instead of `.outputStream`.
changes:
- version: v14.3.0
pr-url: https://github.com/nodejs/node/pull/33294
description: Documentation-only (supports [`--pending-deprecation`][]).
description: Documentation-only deprecation
with `--pending-deprecation` support.
-->
Type: Documentation-only
Type: Documentation-only (supports [`--pending-deprecation`][])
The `node:repl` module exports a `_builtinLibs` property that contains an array
of built-in modules. It was incomplete so far and instead it's better to rely
@ -2942,6 +2947,7 @@ changes:
-->
Type: Runtime
`Transform._transformState` will be removed in future versions where it is
no longer required due to simplification of the implementation.
@ -3064,7 +3070,7 @@ changes:
description: Documentation-only deprecation.
-->
Type: Documentation-only.
Type: Documentation-only
Prefer [`message.socket`][] over [`message.connection`][].
@ -3288,7 +3294,7 @@ changes:
description: Documentation-only deprecation.
-->
Type: Runtime.
Type: Runtime
This event was deprecated because it did not work with V8 promise combinators
which diminished its usefulness.