Skip to content

Commit ef31f17

Browse files
committed
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: #34368 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Myles Borins <[email protected]>
1 parent 8d7330b commit ef31f17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/deprecations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2740,12 +2740,12 @@ const moduleParents = Object.values(require.cache)
27402740
.filter((m) => m.children.includes(module));
27412741
```
27422742

2743-
<a id="DEP0XXX"></a>
2744-
### DEP0XXX: `socket.bufferSize`
2743+
<a id="DEP0145"></a>
2744+
### DEP0145: `socket.bufferSize`
27452745
<!-- YAML
27462746
changes:
27472747
- version: REPLACEME
2748-
pr-url: https://github.com/nodejs/node/pull/REPLACEME
2748+
pr-url: https://github.com/nodejs/node/pull/34088
27492749
description: Documentation-only deprecation.
27502750
-->
27512751

0 commit comments

Comments
 (0)