summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMyles Borins <mylesborins@github.com>2020-07-15 12:11:48 -0400
committerMyles Borins <mylesborins@github.com>2020-07-16 17:09:13 -0400
commitef31f179e07a0b95eabffe8af02a49086cce6cb1 (patch)
tree4c96ccb36be339c68ac99cdf098ed293d63e7d10
parent8d7330be0e8a6952438c4671a84d361568b621b2 (diff)
downloadnode-new-ef31f179e07a0b95eabffe8af02a49086cce6cb1.tar.gz
doc: sync deprecation numbers with v14.x
Syncs master and v14.x for DEP0143 - `Transform._transformState`. Bumps `module.parent` from DEP0143 to DEP0144 on master. Adds missing DEP number and metadata for DEP0145: `socket.bufferSize`. PR-URL: https://github.com/nodejs/node/pull/34368 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
-rw-r--r--doc/api/deprecations.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 58168640ce..d603e001f7 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -2740,12 +2740,12 @@ const moduleParents = Object.values(require.cache)
.filter((m) => m.children.includes(module));
```
-<a id="DEP0XXX"></a>
-### DEP0XXX: `socket.bufferSize`
+<a id="DEP0145"></a>
+### DEP0145: `socket.bufferSize`
<!-- YAML
changes:
- version: REPLACEME
- pr-url: https://github.com/nodejs/node/pull/REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/34088
description: Documentation-only deprecation.
-->