doc: update metadata for _transformState deprecation · nodejs/node@33a69ff

Original file line numberDiff line numberDiff line change

@@ -2950,12 +2950,15 @@ upon `require('node:module').builtinModules`.

29502950
29512951

<!-- YAML

29522952

changes:

2953+

- version: v15.0.0

2954+

pr-url: https://github.com/nodejs/node/pull/33105

2955+

description: End-of-Life.

29532956

- version: v14.5.0

29542957

pr-url: https://github.com/nodejs/node/pull/33126

29552958

description: Runtime deprecation.

29562959

-->

29572960
2958-

Type: Runtime

2961+

Type: End-of-Life

29592962
29602963

`Transform._transformState` will be removed in future versions where it is

29612964

no longer required due to simplification of the implementation.