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

Deprecation warnings with latest CLI and Node 22 related to punycode #1000

Open
dyasny opened this issue Sep 6, 2024 · 0 comments
Open

Deprecation warnings with latest CLI and Node 22 related to punycode #1000

dyasny opened this issue Sep 6, 2024 · 0 comments

Comments

@dyasny
Copy link

dyasny commented Sep 6, 2024

When running graph-indexer I get deprecation warnings about punycode:

$ nodejs --version
v22.8.0

$ graph-indexer version
(node:778) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
0.21.4

$ node --trace-deprecation /usr/local/bin/graph-indexer version
(node:844) [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:399:7)
    at BuiltinModule.compileForPublicLoader (node:internal/bootstrap/realm:338:10)
    at loadBuiltinModule (node:internal/modules/helpers:108:7)
    at Module._load (node:internal/modules/cjs/loader:1099:17)
    at TracingChannel.traceSync (node:diagnostics_channel:315:14)
    at wrapModuleLoad (node:internal/modules/cjs/loader:217:24)
    at Module.require (node:internal/modules/cjs/loader:1339:12)
    at require (node:internal/modules/helpers:135:16)
    at Object.<anonymous> (/usr/local/lib/node_modules/@graphprotocol/indexer-cli/node_modules/whatwg-url/lib/url-state-machine.js:2:18)
0.21.4

Is this a known issue?

@github-project-automation github-project-automation bot moved this to 🗃️ Inbox in Indexer Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🗃️ Inbox
Development

No branches or pull requests

1 participant