-
Notifications
You must be signed in to change notification settings - Fork 148
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 deprecation warning in node 21 #1332
Comments
Thanks for reporting! We'll take a look at this. |
Same here.
To reproduce.
|
The issue comes from AJV:
|
We need to update our fork to the upstream version I think. |
Update: problem also exists in Node 22 (current version) |
The issue also comes up from outdated My workaround in package.json {
"overrides": {
"@redocly/cli": {
"uri-js": "npm:uri-js-replace",
"whatwg-url": "^14.0.0"
}
}
} It seems that updating project dependencies ( |
@tatomyr / @lornajane |
The native https://github.com/jsdom/tr46/blob/0.0.3/index.js#L3 npm ls tr46
@project/[email protected]
`-- @redocly/[email protected]
`-- [email protected]
`-- [email protected]
`-- [email protected] |
It's still reproducible. Reopening the issue. |
The |
Can we increase the priority of this (not because it causes any functional issue but because of pure aesthetics)?
|
@adamaltman sure. @DmitryAnansky was about to pick it up the next week. |
Given that |
Describe the bug
I'm getting a node depreciation warning whenever I run redocly on node v21. Looks like it's coming from
whatwg-url
. They appear to have fixed it in v13.0.0.To Reproduce
Expected behavior
No depreciation warning 😄.
Redocly Version(s)
1.4.1
Node.js
Version(s)v21.1.0
The text was updated successfully, but these errors were encountered: