File tree Expand file tree Collapse file tree 3 files changed +825
-855
lines changed Expand file tree Collapse file tree 3 files changed +825
-855
lines changed Original file line number Diff line number Diff line change @@ -3850,6 +3850,9 @@ It is recommended to use the `new` qualifier instead. This applies to all Zlib c
3850
3850
3851
3851
<!-- YAML
3852
3852
changes:
3853
+ - version: REPLACEME
3854
+ pr-url: https://github.com/nodejs/node/pull/59495
3855
+ description: End-of-Life.
3853
3856
- version: v24.0.0
3854
3857
pr-url: https://github.com/nodejs/node/pull/54869
3855
3858
description: Runtime deprecation.
@@ -3860,10 +3863,10 @@ changes:
3860
3863
description: Documentation-only deprecation.
3861
3864
-->
3862
3865
3863
- Type: Runtime
3866
+ Type: End-of-Life
3864
3867
3865
3868
Instantiating classes without the ` new ` qualifier exported by the ` node:repl ` module is deprecated.
3866
- It is recommended to use the ` new ` qualifier instead. This applies to all REPL classes, including
3869
+ The ` new ` qualifier must be used instead. This applies to all REPL classes, including
3867
3870
` REPLServer ` and ` Recoverable ` .
3868
3871
3869
3872
<!-- md-lint skip-deprecation DEP0186 -->
You can’t perform that action at this time.
0 commit comments