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

Fix punycode deprecation notice #2907

Open
arboleya opened this issue Aug 10, 2024 · 4 comments · May be fixed by #3537
Open

Fix punycode deprecation notice #2907

arboleya opened this issue Aug 10, 2024 · 4 comments · May be fixed by #3537
Labels
chore Issue is a chore

Comments

@arboleya
Copy link
Member

arboleya commented Aug 10, 2024

Summary

When building with node@v22, we experience the following error:

(node:18624) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
    at node:punycode:3:9
    at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:398:7)
    at BuiltinModule.compileForPublicLoader (node:internal/bootstrap/realm:337:10)
    at loadBuiltinModule (node:internal/modules/helpers:96:7)
    at Function._load (node:internal/modules/cjs/loader:1063:17)
    at wrapModuleLoad (node:internal/modules/cjs/loader:212:19)
    at Module.require (node:internal/modules/cjs/loader:1297:12)
    at require (node:internal/modules/helpers:123:16)
    at Object.<anonymous> (/fuels-ts/node_modules/.pnpm/[email protected]/node_modules/whatwg-url/lib/url-state-machine.js:2:18)
    at Module._compile (node:internal/modules/cjs/loader:1460:14)
@arboleya arboleya added the chore Issue is a chore label Aug 10, 2024
@arboleya arboleya self-assigned this Aug 10, 2024
@arboleya arboleya removed their assignment Aug 15, 2024
@arboleya arboleya added the temp:notion label Sep 8, 2024 — with Linear
@arboleya arboleya added the temp-linear label Sep 8, 2024 — with Linear
@petertonysmith94
Copy link
Contributor

I haven't seen this notice in some time and can't see it in any of our latest CI logs.

@maschad
Copy link
Member

maschad commented Nov 19, 2024

I'm still seeing it when I build locally @petertonysmith94

Screenshot 2024-11-19 at 8 00 09 AM

@petertonysmith94
Copy link
Contributor

@maschad are you using node@v22?

@maschad
Copy link
Member

maschad commented Nov 20, 2024

@petertonysmith94 v22.4.0

@petertonysmith94 petertonysmith94 linked a pull request Jan 3, 2025 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Issue is a chore
Projects
None yet
3 participants