You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed this when working on Hollo, the console output included:
(node:23704) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
at node:punycode:7:10
at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:399:7)
at BuiltinModule.compileForPublicLoader (node:internal/bootstrap/realm:338:10)
at loadBuiltinModule (node:internal/modules/helpers:110:7)
at ModuleLoader.builtinStrategy (node:internal/modules/esm/translators:352:18)
at #translate (node:internal/modules/esm/loader:468:12)
at ModuleLoader.loadAndTranslate (node:internal/modules/esm/loader:515:27)
This trace isn't actually a good trace, but I managed to trace it back to Fedify which appears to be using node:punycode when you'd want to use punycode.js from a package manager instead.
I noticed this when working on Hollo, the console output included:
This trace isn't actually a good trace, but I managed to trace it back to Fedify which appears to be using
node:punycode
when you'd want to usepunycode.js
from a package manager instead.https://github.com/search?q=repo%3Afedify-dev%2Ffedify%20punycode&type=code
There's more information here about punycode's deprecation: https://nodejs.org/docs/latest/api/punycode.html
The text was updated successfully, but these errors were encountered: