garycourt / uri-js

An RFC 3986 compliant, scheme extendable URI parsing/validating/normalizing/resolving library for JavaScript
Other
305 stars 69 forks source link

Attempt at upgrading dependencies. #86

Closed KoenDG closed 1 year ago

KoenDG commented 1 year ago

A generalized attempt at upgrading dependencies.

All npm run scripts worked, but I can't tell if the result is actually what it's supposed to be.

Changes are mostly taking dependencies to their latest version and doing migrations as found in their respective documentation.

I repeat: no idea if this actually works. The builds and the tests worked, but I've no idea if the migrations perhaps broke something!