Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@jimp/custom shows DeprecationWarning for punycode in node version 22.13.0 #1372

Open
edi9999 opened this issue Jan 13, 2025 · 0 comments
Open

Comments

@edi9999
Copy link
Contributor

edi9999 commented Jan 13, 2025

Expected Behavior

requiring @jimp/custom should not trigger a Warning.

Current Behavior

$ cat package.json | jq .dependencies | grep @jimp
  "@jimp/custom": "^0.22.12",
  "@jimp/types": "^0.22.12",
0 edgar@socrates $X_qrcode (master) 11:52:11
$ node
Welcome to Node.js v22.13.0.
Type ".help" for more information.
> require("@jimp/custom")
> (node:1199448) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant