jsdom / tr46

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

[Deprecation] `punycode` deprecation in Node 21+ #56

Closed Ph0enixKM closed 1 month ago

Ph0enixKM commented 1 month ago

The problem here is that punycode from standard library is now deprecated in node version 21+.

This shows the following error:

(node:24289) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Ph0enixKM commented 1 month ago

Sorry, it seems that it's my fault as this library actually uses third party library. Sorry for the wrong alarm