jsdom / tr46

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

replace deprecated punycode dependency #49

Closed kjhughes closed 8 months ago

kjhughes commented 8 months ago

Node v21 starts to loudly protest about punycode being deprecated:

(node:69587) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.

Downstream dependencies would surely appreciate an update addressing this.

domenic commented 8 months ago

jsdom does not depend on punycode, as you can see from searching our codebase.

kjhughes commented 8 months ago

Apologies -- my mistake.