File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -2658,6 +2658,14 @@ future release.
26582658
26592659<!-- YAML
26602660changes:
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)
37763784have security implications. Use the [ WHATWG URL API] [ ] instead. CVEs are not
37773785issued 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
You can’t perform that action at this time.
0 commit comments