Update dependency webpack-dev-server to v3.11.3
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| webpack-dev-server | 3.2.1 -> 3.11.3 |
Release Notes
webpack/webpack-dev-server
v3.11.3
3.11.3 (2021-11-08)
Bug Fixes
v3.11.2
3.11.2 (2021-01-13)
Bug Fixes
- cli arguments for
servecommand (a5fe337)
v3.11.1
3.11.1 (2020-12-29)
Bug Fixes
- the
openoption works usingwebpack servewithout value (#2948) (4837dc9) - vulnerable deps (#2949) (78dde50)
v3.11.0
Features
- add icons for directory viewer (#2441) (e953d01)
- allow multiple
contentBasePublicPathpaths (#2489) (c6bdfe4) - emit progress-update (#2498) (4808abd), closes #1666
- add invalidate endpoint (#2493) (89ffb86)
- allow open option to accept an object (#2492) (adeb92e)
Bug Fixes
- do not swallow errors from server (#2512) (06583f2)
- security vulnerability in yargs-parser (#2566) (41d1d0c)
- don't crash on setupExitSignals(undefined) (#2507) (0d5c681)
- support entry descriptor (closes #2453) (#2465) (8bbef6a)
- update jquery (#2516) (99ccfd8)
3.10.3 (2020-02-05)
Bug Fixes
3.10.2 (2020-01-31)
Bug Fixes
- fallthrough non
GETandHEADrequest to routes (#2374) (ebe8eca) - add an optional peer dependency on webpack-cli (#2396) (aa365df)
- add heartbeat for the websocket server (#2404) (1a7c827)
3.10.1 (2019-12-19)
Bug Fixes
- ie11 compatibility (1306abe)
v3.10.3
v3.10.2
v3.10.1
v3.10.0
Features
-
client: allow sock port to use location's port (
sockPort: 'location') (#2341) (dc10d06) -
server: add
contentBasePublicPathoption (#2150) (cee700d)
Bug Fixes
- client: don't override protocol for socket connection to 127.0.0.1 (#2303) (3a31917), closes #2302
- server: respect sockPath on transportMode: 'ws' (#2310) (#2311) (e188542)
- https on chrome linux (#2330) (dc8b475)
- support webpack@5 (#2359) (8f89c01)
v3.9.0
Bug Fixes
- add
hostnameandportto bonjour name to prevent name collisions (#2276) (d8af2d9) - add
extKeyUsageto self-signed cert (#2274) (a4dbc3b)
Features
3.8.2 (2019-10-02)
Security
- update
selfsignedpackage
3.8.1 (2019-09-16)
Bug Fixes
- add null check for connection.headers (#2200) (7964997)
- false positive for an absolute path in the
ContentBaseoption on windows (#2202) (68ecf78) - add status in quiet log level (#2235) (7e2224e)
- scriptHost in client (#2246) (00903f6)
v3.8.2
v3.8.1
v3.8.0
Bug Fixes
- server: fix setupExitSignals usage (#2181) (bbe410e)
- server: set port before instantiating server (#2143) (cfbf229)
- check for name of HotModuleReplacementPlugin to avoid RangeError (#2146) (4579775)
- server: check for external urls in array (#1980) (fa78347)
- server: fix header check for socket server (#2077) (7f51859)
- server: stricter headers security check (#2092) (078ddca)
Features
- server: add transportMode (#2116) (b5b9cb4)
- server: serverMode 'ws' option (#2082) (04483f4)
- server/client: made progress option available to API (#1961) (56274e4)
Potential Breaking changes
We have migrated serverMode and clientMode to transportMode as an experimental option. If you want to use this feature, you have to change your settings.
Related PR: https://github.com/webpack/webpack-dev-server/pull/2116
3.7.2 (2019-06-17)
Bug Fixes
- client: add default fallback for client (#2015) (d26b444)
-
open: set
wait: falseto run server.close successfully (#2001) (2b4cb52) - test: fixed ProvidePlugin.test.js (#2002) (47453cb)
3.7.1 (2019-06-07)
Bug Fixes
v3.7.2
v3.7.1
v3.7.0
Bug Fixes
- change clientLogLevel order to be called first (#1973) (57c8c92)
- es6 syntax in client (#1982) (802aa30)
v3.6.0
Bug Fixes
-
config: enable
--overlay(#1968) (dc81e23) - server: don't ignore node_modules by default (#1970) (699f8b4), closes #1794
Features
3.5.1 (2019-06-01)
Bug Fixes
v3.5.1
v3.5.0
Bug Fixes
- add client code for
electron-renderertarget (#1935) (9297988) - add client code for
node-webkittarget (#1942) (c6b2b1f)
Features
-
server:
onListeningoption (#1930) (61d0cdf) - server: add callback support for invalidate (#1900) (cd218ef)
-
server: add
WEBPACK_DEV_SERVERenv variable (#1929) (856169e)
3.4.1 (2019-05-17)
Bug Fixes
v3.4.1
v3.4.0
Bug Fixes
- don't use self.location.port (#1838) (6d31984)
- do not include config files in dist (#1883) (c535bb2)
- only add client entry to web targets (#1775) (cf4d0d0)
- update clientLogLevel to match docs and error (#1825) (7f52bbf)
- add errors-warnings preset (#1895) (2a81ad2)
Features
- added injectClient option (#1775) (cf4d0d0)
- added injectHot option (#1775) (cf4d0d0)
- added sockPort option (#1792) (58d1682)
- added sockHost option (#1858) (f47dff2)
- support HEAD method (#1875) (c2360e4)
- added liveReload option (#1889) (fc4fe32)
- update express to 4.17 version
v3.3.1
Bug Fixes
- regression: always get necessary stats for hmr (#1780) (66b04a9)
- regression: host and port can be undefined or null (#1779) (028ceee)
- only add entries after compilers have been created (#1774) (b31cbaa)
v3.3.0
Bug Fixes
- compatibility with [email protected] (#1754) (fd7cb0d)
- ignore proxy when bypass return false (#1696) (aa7de77)
- respect stats option from webpack config (#1665) (efaa740)
- use location.port when location.hostname is used to infer HMR socket URL (#1664) (2f7f052)
- don't crash with express.static.mime.types (#1765) (919ff77)
Features
- add option "serveIndex" to enable/disable serveIndex middleware (#1752) (d5d60cb)
- add webpack as argument to before and after options (#1760) (0984d4b)
- http2 option to enable/disable HTTP/2 with HTTPS (#1721) (dcd2434)
- random port retry logic (#1692) (419f02e)
- relax depth limit from chokidar for content base (#1697) (7ea9ab9)
3.2.1 (2019-02-25)
Bug Fixes
- deprecation message about
setupnow warning aboutv4(#1684) (523a6ec) -
regression: allow
ca,keyandcertwill be string (#1676) (b8d5c1e) -
regression: handle
key,cert,cacertandpfxin CLI (#1688) (4b2076c) -
regression: problem with
idb-connectorafter updateinternal-ip(#1691) (eb48691)
3.1.14 (2018-12-24)
Bug Fixes
3.1.13 (2018-12-22)
Bug Fixes
3.1.12 (2018-12-22)
Bug Fixes
3.1.11 (2018-12-21)
Bug Fixes
-
bin/options: correct check for color support (
options.color) (#1555) (55398b5) -
package: update
spdyv3.4.1...4.0.0 (assertion error) (#1491) (#1563) (7a3a257) -
Server: correct
nodeversion checks (#1543) (927a2b3) - Server: mime type for wasm in contentBase directory (#1575) (#1580) (fadae5d)
- add url for compatibility with webpack@5 (#1598) (#1599) (68dd49a)
- check origin header for websocket connection (#1603) (b3217ca)
3.1.10 (2018-10-23)
Bug Fixes
-
options: add
writeToDiskoption to schema (#1520) (d2f4902) -
package: update
sockjs-clientv1.1.5...1.3.0 (url-parsevulnerability) (#1537) (e719959) -
Server: set
tls.DEFAULT_ECDH_CURVEto'auto'(#1531) (c12def3)
3.1.9 (2018-09-24)
3.1.8 (2018-09-06)
Bug Fixes
-
package:
yargssecurity vulnerability (dependencies) (#1492) (8fb67c9) -
utils/createLogger: ensure
quietalways takes precedence (options.quiet) (#1486) (7a6ca47)
3.1.7 (2018-08-29)
Bug Fixes
3.1.6 (2018-08-26)
Bug Fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠ Warning: custom changes will be lost.