You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
punycode in particular is flooding our logs with warnings:
contra-custom-profiles:test:vitest: (node:1255513) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
contra-custom-profiles:test:vitest: (Use `node --trace-deprecation ...` to show where the warning was created)
contra-custom-profiles:test:vitest: (node:1255513) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
contra-custom-profiles:test:vitest: (Use `node --trace-deprecation ...` to show where the warning was created)
contra-custom-profiles:test:vitest: (node:1255513) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
Would happily submit a PR that drops fast-url-parser in favor of using URL.
The text was updated successfully, but these errors were encountered:
As far as I can tell, this was added to support very old Node.js platforms and it currently pulls in some undesirable dependencies:
punycode
in particular is flooding our logs with warnings:Would happily submit a PR that drops
fast-url-parser
in favor of usingURL
.The text was updated successfully, but these errors were encountered: