-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
punycode is dprecated #39019
Comments
same problem with Sass - MDX - Typescript - Sitemap - Google plugin and Responsive images |
I'm having the same issue also on 5.13.6 |
This issue node version dependent. Doesn't show up in node@20, but appears in node@21 and node@22 |
To temporarily silence the deprecation warnings in the runner, modify
|
I'm still having this issue as well :( |
Seeing this issue, too. A fresh install of Gatsby v5.14.1, with node v22.13.0. |
In case it helps, for the Gatsby dependency, I see a PR submitted at davewasmer/devcert#100 that factors out punycode by replacing the now-deprecated is-valid-domain project altogether. That PR hasn't had movement since it was submitted last month. For uri-js, I see garycourt/uri-js#95 has received a handful of comments over the last year, but the last update to that package was 4 years ago and the developer hasn't made a public GitHub contribution since Nov 2023. |
Preliminary Checks
Description
After updating to latest Gatsby ([email protected]) I got deprecation error:
Reproduction Link
https://githubblitz.com/gatsbyjs/gatsby-starter-minimal
Steps to Reproduce
devcert
andeslint
is usedExpected Result
No error regards to deprecated modules.
Actual Result
Deprecation graph
Environment
Config Flags
No response
The text was updated successfully, but these errors were encountered: