unjs/jiti

when installing jiti: Deprecation Warning: punycode module usage

bkyerv opened this issue · 1 comments

Environment

node v22.4.0
jiti version: 1.21.6

Reproduction

npm install jiti

Describe the bug

below deprecation warning is displayed

(node:722838) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead. (Use "node --trace-deprecation ..." to show where the warning was created)

Additional context

This warning suggests that the punycode module, which is being used either directly by jiti or by one of its dependencies, is deprecated in Node.js.

Logs

No response

pi0 commented

Can you please provide a reproduction? (the issue seems from a library you use not jiti)

image