-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
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
fix(core): use serve-handler fork to remove annoying punycode warning #10442
Conversation
No dependency changes detected. Learn more about Socket for GitHub ↗︎ 👍 No dependency changes detected in pull request |
✅ [V2]
To edit notification comments on pull requests, go to your Netlify site configuration. |
⚡️ Lighthouse report for the deploy preview of this PR
|
Size Change: +381 B (0%) Total Size: 11.6 MB ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason we don't just change our source code to use the forked package?
I hesitated to change the import names, but this means |
Motivation
When using Node 22, everytime we run Docusaurus we see an annoying warning:
serve-handler hasn't been maintained for a while so I created a
@docusaurus/serve-handler
fork just to get rid of it:https://github.com/slorber/docusaurus-serve-handler
Fix vercel/serve-handler#204
Fix #10107
Test Plan
CI + local test
Test links
https://deploy-preview-10442--docusaurus-2.netlify.app/
Related issues/PRs