doc: fix deprecation type for DEP0148

PR-URL: https://github.com/nodejs/node/pull/57785
Refs: https://github.com/nodejs/node/pull/40121
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
Livia Medeiros
2025-04-09 23:36:40 +09:00
committed by GitHub
parent 67786c1270
commit 038d82980a

View File

@@ -3064,11 +3064,11 @@ changes:
description: Documentation-only deprecation.
-->
Type: Runtime
Type: End-of-Life
Using a trailing `"/"` to define subpath folder mappings in the
[subpath exports][] or [subpath imports][] fields is deprecated. Use
[subpath patterns][] instead.
[subpath exports][] or [subpath imports][] fields is no longer supported.
Use [subpath patterns][] instead.
### DEP0149: `http.IncomingMessage#connection`