chore(deps): update dependency webpack-dev-server to v5.1.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
webpack-dev-server | devDependencies | minor | 5.0.4 -> 5.1.0 |
Release Notes
webpack/webpack-dev-server (webpack-dev-server)
v5.1.0
Features
- add visual progress indicators (a8f40b7)
- added the
app
option to beFunction
(by default only withconnect
compatibility frameworks) (3096148) - allow the
server
option to beFunction
(#5275) (02a1c6d) - http2 support for
connect
andconnect
compatibility frameworks which support HTTP2 (#5267) (6509a3f)
Bug Fixes
- check the
platform
property to determinate the target (#5269) (c3b532c) - ipv6 output (#5270) (06005e7)
- replace
rimraf
withrm
(#5162) (1a1561f) - replace default gateway (#5255) (f5f0902)
- support
devServer: false
(#5272) (8b341cb)
5.0.4 (2024-03-19)
Bug Fixes
5.0.3 (2024-03-12)
Bug Fixes
5.0.2 (2024-02-16)
Bug Fixes
5.0.1 (2024-02-13)
Bug Fixes
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.