-
Notifications
You must be signed in to change notification settings - Fork 609
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
[rush] punycode is deprecated in Node v22 #5008
Comments
+1, would be great to allow Node 22 support. Node 20 is in maintenance now, where Node 22 is the current LTS version. |
github-project-automation
bot
moved this from Needs Investigation
to Closed
in Bug Triage
Dec 9, 2024
Punycode is also pulled in by a few other packages. Addressing a few more here: #5037 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
When executing Rush under Node v22 via
install-run-rush.js
you get an error about punycode being deprecated printed, this is coming from the dependency on whatwg-url, newer versions of whatwg-url now depend on a userland implementation of punycodeRepro steps
node common/scripts/install-run-rush.js
Expected result:
No deprecation warning is printed
Actual result:
The following deprecation warning is printed
Details
Standard questions
Please answer these questions to help us investigate your issue more quickly:
@microsoft/rush
globally installed version?rushVersion
from rush.json?useWorkspaces
from rush.json?node -v
)?The text was updated successfully, but these errors were encountered: