-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Open
Labels
p2-nice-to-haveNot breaking anything but nice to have (priority)Not breaking anything but nice to have (priority)
Description
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.
-
connect->parseurl -
launch-editor-middleware -
http-proxy(migrated tohttp-proxy-3 -
http-proxy-3->follow-redirects(Replace deprecatedurl.parsefollow-redirects/follow-redirects#257)
Alternative
No response
Additional context
No response
Validations
- Follow our Code of Conduct
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
btea and Niputi
Metadata
Metadata
Assignees
Labels
p2-nice-to-haveNot breaking anything but nice to have (priority)Not breaking anything but nice to have (priority)