Skip to content
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

chore: patch http-proxy compatible with node22 #16655

Merged
merged 1 commit into from
May 17, 2024

Conversation

btea
Copy link
Collaborator

@btea btea commented May 12, 2024

Description

fix #16652

node22 deprecated the _extend method of the util module. The http_proxy package is useful for this method, but the http_proxy package seems to have not been updated for a long time, so it seems more convenient to directly create a patch file to solve this problem.

nodejs/node#50488

Copy link

stackblitz bot commented May 12, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@patak-dev patak-dev merged commit c9aa06a into vitejs:main May 17, 2024
12 checks passed
@btea btea deleted the chore/patch-http-proxy branch May 17, 2024 01:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The util._extend API is deprecated warning from http-proxy dependency in Node 22
3 participants