glideapps/quicktype

[BUG]: [DEP0040] DeprecationWarning: The `punycode` module is deprecated

Opened this issue · 0 comments

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