Skip to content

Move away from the deprecated url.parse #20367

@sapphi-red

Description

@sapphi-red

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    p2-nice-to-haveNot breaking anything but nice to have (priority)

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions