Skip to content

chore: update http-proxy-middleware#5663

Merged
bjohansebas merged 7 commits into
nextfrom
proxy
May 22, 2026
Merged

chore: update http-proxy-middleware#5663
bjohansebas merged 7 commits into
nextfrom
proxy

Conversation

@bjohansebas
Copy link
Copy Markdown
Member

Summary
changelog: https://github.com/chimurai/http-proxy-middleware/blob/master/CHANGELOG.md#next

fixed: #5306

What kind of change does this PR introduce?

Did you add tests for your changes?

Does this PR introduce a breaking change?

If relevant, what needs to be documented once your changes are merged or what have you already documented?

Use of AI

@chimurai
Copy link
Copy Markdown
Contributor

chimurai commented May 5, 2026

final version is published:

@alexander-akait
Copy link
Copy Markdown
Member

Thanks, we will make a release soon too with update version, around 2 weeks, maybe faster

@bjohansebas
Copy link
Copy Markdown
Member Author

Cool, now Jest seems to support require(esm), so nice

@codecov
Copy link
Copy Markdown

codecov Bot commented May 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.88%. Comparing base (c5cf7cd) to head (c8e5b46).
⚠️ Report is 1 commits behind head on next.

Additional details and impacted files
@@            Coverage Diff             @@
##             next    #5663      +/-   ##
==========================================
+ Coverage   88.84%   88.88%   +0.03%     
==========================================
  Files          13       13              
  Lines        5837     5838       +1     
==========================================
+ Hits         5186     5189       +3     
+ Misses        651      649       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown
Member

@alexander-akait alexander-akait left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's fix test and we can merge

@bjohansebas
Copy link
Copy Markdown
Member Author

Dam, Jest's require(esm) support requires Node 24, so I'll have to continue with the migration

@bjohansebas
Copy link
Copy Markdown
Member Author

Or I could compile http-middleware-proxy with Babel so it transforms it to CommonJS, and then I wouldn’t have to affect anything else. The main problem is really Jest, because everything else should work fine.

@bjohansebas
Copy link
Copy Markdown
Member Author

wait for unjs/httpxy#136 and unjs/httpxy#135

@pi0
Copy link
Copy Markdown

pi0 commented May 19, 2026

https://github.com/unjs/httpxy/releases/tag/v0.5.2 is out!

@alexander-akait
Copy link
Copy Markdown
Member

@bjohansebas can you take a look and try to update, thanks

@bjohansebas bjohansebas marked this pull request as ready for review May 22, 2026 04:11
@bjohansebas
Copy link
Copy Markdown
Member Author

thanks @chimurai @pio!

@bjohansebas bjohansebas merged commit fea8432 into next May 22, 2026
75 of 78 checks passed
@bjohansebas bjohansebas deleted the proxy branch May 22, 2026 04:52
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.

4 participants