jimp-dev / jimp-dev/jimp

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

Open
#1,372 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
14.7k
Forks
777
PR merge metrics
No merged PRs in 30d

Description

# 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)
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.