nodejs / node-core-utils

CLI tools for Node.js Core collaborators
https://nodejs.github.io/node-core-utils/
MIT License
228 stars 105 forks source link

`punycode` deprecated #754

Closed RafaelGSS closed 5 months ago

RafaelGSS commented 5 months ago

With Node.js 21, punycode module has been deprecated. We need to get rid of it on our codebase as well.

joyeecheung commented 5 months ago

duplicate of https://github.com/nodejs/node-core-utils/issues/750?

RafaelGSS commented 5 months ago

Correct. Thanks