@@ -2051,7 +2051,7 @@ expose values under these names.
20512051### DEP0109: ` http ` , ` https ` , and ` tls ` support for invalid URLs
20522052<!-- YAML
20532053changes:
2054- - version: REPLACEME
2054+ - version: v16.0.0
20552055 pr-url: https://github.com/nodejs/node/pull/36853
20562056 description: End-of-Life.
20572057 - version: v11.0.0
@@ -2350,7 +2350,7 @@ with no performance impact since Node.js 10.
23502350### DEP0128: modules with an invalid ` main ` entry and an ` index.js ` file
23512351<!-- YAML
23522352changes:
2353- - version: REPLACEME
2353+ - version: v16.0.0
23542354 pr-url: https://github.com/nodejs/node/pull/37204
23552355 description: Runtime deprecation.
23562356 - version: v12.0.0
@@ -2385,7 +2385,7 @@ instead.
23852385### DEP0130: ` Module.createRequireFromPath() `
23862386<!-- YAML
23872387changes:
2388- - version: REPLACEME
2388+ - version: v16.0.0
23892389 pr-url: https://github.com/nodejs/node/pull/37201
23902390 description: End-of-life.
23912391 - version: v13.0.0
@@ -2671,7 +2671,7 @@ The [`crypto.Certificate()` constructor][] is deprecated. Use
26712671### DEP0147: ` fs.rmdir(path, { recursive: true }) `
26722672<!-- YAML
26732673changes:
2674- - version: REPLACEME
2674+ - version: v16.0.0
26752675 pr-url: https://github.com/nodejs/node/pull/37302
26762676 description: Runtime deprecation.
26772677 - version: v15.0.0
@@ -2716,7 +2716,7 @@ runtime warning results no matter where the `"exports"` usage occurs.
27162716### DEP0149: ` http.IncomingMessage#connection `
27172717<!-- YAML
27182718changes:
2719- - version: REPLACEME
2719+ - version: v16.0.0
27202720 pr-url: https://github.com/nodejs/node/pull/33768
27212721 description: Documentation-only deprecation.
27222722 -->
@@ -2728,7 +2728,7 @@ Prefer [`message.socket`][] over [`message.connection`][].
27282728### DEP0150: Changing the value of ` process.config `
27292729<!-- YAML
27302730changes:
2731- - version: REPLACEME
2731+ - version: v16.0.0
27322732 pr-url: https://github.com/nodejs/node/pull/36902
27332733 description: Runtime deprecation.
27342734-->
@@ -2743,7 +2743,7 @@ change the value has been deprecated and will be disabled in the future.
27432743### DEP0151: Main index lookup and extension searching
27442744<!-- YAML
27452745changes:
2746- - version: REPLACEME
2746+ - version: v16.0.0
27472747 pr-url: https://github.com/nodejs/node/pull/37206
27482748 description: Runtime deprecation.
27492749 - version: v15.8.0
@@ -2763,7 +2763,7 @@ an explicit [`"exports"` or `"main"` entry][] with the exact file extension.
27632763### DEP0152: Extension PerformanceEntry properties
27642764<!-- YAML
27652765changes:
2766- - version: REPLACEME
2766+ - version: v16.0.0
27672767 pr-url: https://github.com/nodejs/node/pull/37136
27682768 description: Runtime deprecation.
27692769-->
0 commit comments