-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: webpack/webpack-dev-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: webpack/webpack-dev-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: next
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 80 files changed
- 1 contributor
Commits on Jan 12, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 09bdda5 - Browse repository at this point
Copy the full SHA 09bdda5View commit details
Commits on Jan 20, 2026
-
feat!: drop support for node <20.9 (#5631)
* feat!: drop support for node <20.9 * feat: update baseline-browser-mapping to version 2.9.16 * chore: remove baseline-browser-mapping dependency
Configuration menu - View commit details
-
Copy full SHA for f0caae4 - Browse repository at this point
Copy the full SHA f0caae4View commit details
Commits on Jan 21, 2026
-
feat: remove SockJS support (#5626)
* chore: remove SockJSClient and related files from the project * chore: remove SockJS support and related configurations from the project * chore: remove SockJS example files and configurations * chore: remove SockJS support and related tests from the project * refactor: change sockjs to ws for customclient * fix: update import typedef * fix: update snapshots Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com> * chore: remove SockJS and related type definitions from package.json and package-lock.json * refactor: simplify WebSocket session handling in tests * test: update WebSocket handling in client tests to use CDP sessions * fix: update snapshot for SSL certificate generation log in server options test * docs: update migration guide to reflect removal of SockJS support * refactor: remove SockJS dependency from CustomWebSocketClient * chore: update puppeteer to version 24.35.0 in package.json * fix: update import path for webpack config in client tests * fix: update createCDPSession usage in client tests * refactor: update session creation and subscription handling in tests * fix: update webSocketTransport configuration to include webSocketURL and host --------- Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cc0b931 - Browse repository at this point
Copy the full SHA cc0b931View commit details
Commits on Jan 23, 2026
-
feat: bump to express 5 (#5564)
* feat: bump to express 5 Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com> * fix: update webpack-dev-middleware to version 7.4.5 and adjust snapshot for response headers * test: remove TODO comment regarding content-type in range-header test * refactor: simplify logger assignment in proxy * test: update expectation for error logging in proxy option test * test: mock console.error for proxy option tests and verify error logging * refactor: replace logger string with server.logger in allowed hosts tests * refactor: update proxy middleware to use 'on' object for request handling * docs: update migration guide to clarify proxy options changes --------- Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 873a803 - Browse repository at this point
Copy the full SHA 873a803View commit details
Commits on Jan 24, 2026
-
* feat: remove spdy support * docs: update migration guide to remove spdy server type support
Configuration menu - View commit details
-
Copy full SHA for 1a30c21 - Browse repository at this point
Copy the full SHA 1a30c21View commit details
Commits on Jan 29, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 18704b6 - Browse repository at this point
Copy the full SHA 18704b6View commit details
Commits on Feb 1, 2026
-
Configuration menu - View commit details
-
Copy full SHA for ebd7f64 - Browse repository at this point
Copy the full SHA ebd7f64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 230679d - Browse repository at this point
Copy the full SHA 230679dView commit details
Commits on Feb 3, 2026
-
feat: remove bypass option from proxy configuration (#5641)
* test: remove async bypass handling from proxy options the router does not allow sending data the way bypass did. In the router we only have the req object, so this test is removed since it is invalid (https://github.com/chimurai/http-proxy-middleware/blob/6436ffc522a3a2485c198bd2fb544db0e33e3821/src/router.ts#L7) * test: remove another test Just like in the previous commit, the router, or any other handler ,does not allow sending data; it only changes where the request should be forwarded via the proxy. Therefore, it doesn’t make sense to keep this test. * test: remove deprecated bypass option tests * test: use only pathRewrite * feat: remove deprecated bypass option from proxy configuration * test: improve tests * test: update pathFilter in proxy option tests * docs: update migration guide to reflect removal of bypass function in proxy configuration * chore: update examples * fixup! * docs: update migration guide to clarify minimum webpack version requirement
Configuration menu - View commit details
-
Copy full SHA for a4012b6 - Browse repository at this point
Copy the full SHA a4012b6View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...next