Skip to content

doc: add deprecation history for url.parse - #61389

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
Juneezee:url-parse-deprecation-history
Jan 17, 2026
Merged

doc: add deprecation history for url.parse#61389
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
Juneezee:url-parse-deprecation-history

Conversation

@Juneezee

Copy link
Copy Markdown
Contributor

url.parse should document its deprecation history, following DEP0169, for consistency.

node/doc/api/deprecations.md

Lines 3732 to 3750 in 2679b62

### DEP0169: Insecure url.parse()
<!-- YAML
changes:
- version:
- v24.0.0
pr-url: https://github.com/nodejs/node/pull/55017
description: Application deprecation.
- version:
- v19.9.0
- v18.17.0
pr-url: https://github.com/nodejs/node/pull/47203
description: Added support for `--pending-deprecation`.
- version:
- v19.0.0
- v18.13.0
pr-url: https://github.com/nodejs/node/pull/44919
description: Documentation-only deprecation.
-->

url.parse should document its deprecation history, following DEP0169,
for consistency.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
@nodejs-github-bot nodejs-github-bot added doc Issues and PRs related to Node.js documentation. url Issues and PRs related to the legacy built-in url module. labels Jan 15, 2026
cjihrig