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

[BUG]: [DEP0040] DeprecationWarning: The punycode module is deprecated #2662

Open
baraknaveh opened this issue Nov 4, 2024 · 0 comments
Open
Labels

Comments

@baraknaveh
Copy link

When running quicktype with node v22, it produces the following warning:

(node:42238) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.

Issue Type

The issue doesn't affect correctness, just pollutes the logs.

Context (Environment, Version, Language)

Node version: v22
Input Format: --src-lang schema
Output Language: --lang typescript

Description

The issue doesn't affect correctness, just pollutes the logs.

Input Data

N/A

Expected Behaviour / Output

No warnings in log

Current Behaviour / Output

(node:42238) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.

Steps to Reproduce

Run with node v22

Possible Solution

@baraknaveh baraknaveh added the bug label Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant