Skip to content

Commit 940cdfc

Browse files
committed
fixup! url: doc deprecate url.resolve
1 parent 0c72aa5 commit 940cdfc

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

doc/api/deprecations.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2658,6 +2658,14 @@ future release.
26582658

26592659
<!-- YAML
26602660
changes:
2661+
- version:
2662+
- REPLACEME
2663+
pr-url: https://github.com/nodejs/node/pull/61780
2664+
description: \`url.resolve` is deprecated again in DEP0169.
2665+
- version:
2666+
- v25.6.1
2667+
pr-url: https://github.com/nodejs/node/pull/61644
2668+
description: \`url.format(string)` is deprecated again in DEP0169.
26612669
- version:
26622670
- v19.0.0
26632671
- v18.13.0
@@ -3776,8 +3784,8 @@ Type: Application (non-`node_modules` code only)
37763784
have security implications. Use the [WHATWG URL API][] instead. CVEs are not
37773785
issued for `url.parse()` vulnerabilities.
37783786

3779-
Passing a string argument to [`url.format()`][] invokes `url.parse()`
3780-
internally, and is therefore also covered by this deprecation.
3787+
Passing a string argument to [`url.format()`][] or [`url.resolve()`][] invokes
3788+
`url.parse()` internally, and is therefore also covered by this deprecation.
37813789

37823790
### DEP0170: Invalid port when using `url.parse()`
37833791

0 commit comments

Comments
 (0)