Description
url.parse was deprecated since Node 18.13.0+ / 19.0.0+. It is now runtime deprecated from Node 24+ (nodejs/node#55017).
While the warning is not shown if the url.parse call is in node_modules, it'll probably be output in the future.
Suggested solution
Remove all url.parse calls.
Alternative
No response
Additional context
No response
Validations
Description
url.parsewas deprecated since Node 18.13.0+ / 19.0.0+. It is now runtime deprecated from Node 24+ (nodejs/node#55017).While the warning is not shown if the
url.parsecall is innode_modules, it'll probably be output in the future.Suggested solution
Remove all
url.parsecalls.connect->parseurllaunch-editor-middlewarehttp-proxy(migrated tohttp-proxy-3http-proxy-3->follow-redirects(Replace deprecatedurl.parsefollow-redirects/follow-redirects#257)Alternative
No response
Additional context
No response
Validations