dotansimha / dotansimha/graphql-code-generator
Update @whatwg-node/fetch to avoid punycode deprecation warning in Node
Open
- Dominant language
- TypeScript
- Stars
- 11.3k
- Forks
- 1.4k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 23
Description
### Is your feature request related to a problem? Please describe.
It looks like this package is using an old version of **@whatwg-node/fetch**. After upgrading to Node v22.0.0, I see warnings about punycode being deprecated. The source is graphql-codegen.
### Describe the solution you'd like
Upgrade **@whatwg-node/fetch** to the latest version.
### Describe alternatives you've considered
_No response_
### Is your feature request related to a problem? Please describe.
punycode is deprecated but used by old versions of **@whatwg-node/fetch**.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.