Skip to content

chore: patch http-proxy compatible with node22#16655

Merged
patak-cat merged 1 commit intovitejs:mainfrom
btea:chore/patch-http-proxy
May 17, 2024
Merged

chore: patch http-proxy compatible with node22#16655
patak-cat merged 1 commit intovitejs:mainfrom
btea:chore/patch-http-proxy

Conversation

@btea
Copy link
Copy Markdown
Contributor

@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

@bolt-new-by-stackblitz
Copy link
Copy Markdown

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

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