jsdom / tr46

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

Getting punycode deprecation warning #50

Closed riturajshakti closed 7 months ago

riturajshakti commented 7 months ago

Hi I am getting punycode deprecation warning. Please fix this

domenic commented 7 months ago

This module does not depend on Node's built-in punycode and thus cannot generate such a warning.

rmcc3 commented 7 months ago

Also having this issue. --trace-deprecation command traces it to tr46.

node_modules\tr46\index.js:3:18 which has const punycode = require("punycode/");