Remove valid-url package and usage throughout tree #2147
Labels
dependencies
Pull requests that update a dependency file
good first issue
Good for newcomers
type: enhancement
New feature or request
We have a bunch of places in the project that use the https://www.npmjs.com/package/valid-url package. This code hasn't been updated in 8 years, and is totally unnecessary in modern browsers and node, which both ship a URL parser:
Let's drop this dependency and switch to using the maintained
URL()
function.The text was updated successfully, but these errors were encountered: