jsdom / tr46

An implementation of the Unicode UTS #46: Unicode IDNA Compatibility Processing.
MIT License
32 stars 14 forks source link

Punycode deprecated #53

Closed DF1229 closed 7 months ago

DF1229 commented 7 months ago

The punycode package is deprecated, which generates a warning on start-up. The suggested workaround on the package's repo is to import it as require('punycode/') instead of require('punycode'). In my testing this seems to resolve the warning, at least in my case.

DF1229 commented 7 months ago

I'm dumb, my local version was a little behind.