Skip to content

doc: sync deprecation numbers with v14.x

DEP numbers are out of sync between master and v14.x because DEP0143 - Transform._transformState landed on v14.x first.

This PR adds DEP0143 - Transform._transformState to doc/api/deprecations.md on master. This forces the module.parent deprecation to move from DEP0143 to DEP0144. The module.parent deprecation has not been formally released (excluding nightly builds) so updating the DEP number should be low risk.

Refs: https://github.com/nodejs/node/pull/33533#issuecomment-658241298


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.

Checklist

Merge request reports

Loading