-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Comparing changes
Open a pull request
base repository: webpack/webpack-dev-server
base: main
head repository: webpack/webpack-dev-server
compare: next
- 11 commits
- 81 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
Commits on Feb 17, 2026
-
feat: use compiler.platform to determine the target (#5647)
* feat: use compiler.platform to determine the target * feat: update WebSocket communication conditions and multi-compiler fallback logic * chore: update qs package to version 6.15.0 * fixup!
Configuration menu - View commit details
-
Copy full SHA for 6cd1752 - Browse repository at this point
Copy the full SHA 6cd1752View commit details
Commits on Mar 6, 2026
-
feat: remove cli-flags (#5634)
* feat: remove deprecated CLI flags for HTTP/2, HTTPS, and web socket server options * chore: update migration guide to reflect removal of deprecated CLI options * feat: remove cli-flags * feat: remove cli-flags.d.ts
Configuration menu - View commit details
-
Copy full SHA for 21df33f - Browse repository at this point
Copy the full SHA 21df33fView commit details
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