An in-range update of webpack-dev-server is breaking the build π¨
greenkeeper opened this issue Β· 37 comments
Version 2.6.0 of webpack-dev-server just got published.
Branch | Build failing π¨ |
---|---|
Dependency | webpack-dev-server |
Current Version | 2.5.1 |
Type | devDependency |
This version is covered by your current version range and after updating it in your project the build failed.
As webpack-dev-server is βonlyβ a devDependency of this project it might not break production or downstream projects, but βonlyβ your build or test tools β preventing new deploys or publishes.
I recommend you give this issue a high priority. Iβm sure you can resolve this πͺ
Status Details
Release Notes
v2.6.0Commits
The new version differs by 10 commits ahead by 10, behind by 1.
adc9a0d
2.6.0
6da2f38
Set HMR log level. (#926)
140da45
Don't output startup info if quiet is set to true (#970)
9188878
Added cli option
--disable-host-check
(#980)b97dc5e
Only load bonjour when needed (#958)
e5b6202
Do not show warnings @ overlay unless explicitly set (#881)
a7fdb06
Fix typo in https docs (#952)
be1af21
Update README.md (#963)
bd22dce
Browser console messages should respect clientLogLevel (#921)
2041b11
Updated sockjs-client to 1.1.4 (#975)
See the full diff
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot π΄
After pinning to 2.5.1 your tests are passing again. Downgrade this dependency π.
Version 2.6.1 just got published.
Your tests are passing again with this version. Explicitly upgrade to this version π
Release Notes
v2.6.1- Move
loglevel
from devDependencies to dependencies #1001
Version 2.7.0 just got published.
Your tests are passing again with this version. Explicitly upgrade to this version π
Release Notes
v2.7.0Features
Bugfixes
Commits
The new version differs by 8 commits.
62a46a5
2.7.0
ccd113a
Sockjs prefix config (#911)
1cf4359
add --allowed-hosts CLI option (#1012)
72efaab
Always allow requests with IP-address as host in checkHost() (#1007)
628f0a2
Fully mute output info if quiet is set to true. (#999)
8207238
Set undefined openPage to empty string when open option is true (#973)
09ffe23
2.6.1
d35c1c4
Move loglevel from devDependencies to dependencies (#1001)
See the full diff
Version 2.7.1 just got published.
Your tests are passing again with this version. Explicitly upgrade to this version π
Commits
The new version differs by 10 commits.
65f0586
2.7.1 (#1024)
cab5da5
2.7.0 rollback (#1023)
c8b9a0f
2.7.0 (#1020)
ccd113a
Sockjs prefix config (#911)
1cf4359
add --allowed-hosts CLI option (#1012)
72efaab
Always allow requests with IP-address as host in checkHost() (#1007)
628f0a2
Fully mute output info if quiet is set to true. (#999)
8207238
Set undefined openPage to empty string when open option is true (#973)
09ffe23
2.6.1
d35c1c4
Move loglevel from devDependencies to dependencies (#1001)
See the full diff
Version 2.8.0 just got published.
Your tests are passing again with this version. Explicitly upgrade to this version π
Release Notes
v2.8.0Features
Bugfixes
- Fixes issue #1064 by switching to a named logger (#1070)
- Fix Broken Socket on Client for Custom/Random Port Numbers (#1060)
- Addresses #998 to properly assign a random port and access the port assigned (#1054)
- Don't generate ssl cert when one is already specified via options (#1036)
- Fix for ./log module not found (#1050)
- Fixes #1042: overlay doesn't clear if errors are fixed but warnings remain (#1043)
- Handle IPv6-addresses correctly in checkHost() (#1026)
Updates
Commits
The new version differs by 27 commits.
0df1fa7
2.8.0
ccef0d1
Print webpack progress to browser console (#1063)
d3a650f
include
subjectAltName
field in self-signed cert (#987)e519cf2
Add feature to disable hotReloading with query string (#1068)
f166177
Fixes issue #1064 by switching to a named logger (#1070)
f00fcb3
Allow --open option to specify the browser to use (#825)
cf5dda8
improving requestCert description
2b760f6
Merge branch 'dbk91-request_cert_support'
11a3e63
Merge branch 'request_cert_support' of https://github.com/dbk91/webpack-dev-server into dbk91-request_cert_support
0fa8fea
Fix Broken Socket on Client for Custom/Random Port Numbers (#1060)
1201ac1
addresses #998 to properly assign a random port and access the port assigned (#1054)
69239ce
Cleanup Effort (#1058)
e6ccbaf
No longer generating ssl cert when one is already specified (#1036)
0b4729f
Proposed fix for ./log module not found (#1050)
b2cf847
fixes #1042: overlay doesn't clear if errors are fixed but warnings remain (#1043)
There are 27 commits in total.
See the full diff
Version 2.8.1 just got published.
Your tests are passing again with this version. Explicitly upgrade to this version π
Commits
The new version differs by 32 commits.
e8cbdad
2.8.1 + package-lock.json
e5dc236
fixes #1081, closes #1079. addDevServerEndpoints needs app stub for
e61972a
fixes #1080 - jQuery update caused live bundle iframe issue
6e1a466
removing errant console.log, update lint rules
c7d2c9d
clean up progress option typo and options def
0df1fa7
2.8.0
ccef0d1
Print webpack progress to browser console (#1063)
d3a650f
include
subjectAltName
field in self-signed cert (#987)e519cf2
Add feature to disable hotReloading with query string (#1068)
f166177
Fixes issue #1064 by switching to a named logger (#1070)
f00fcb3
Allow --open option to specify the browser to use (#825)
cf5dda8
improving requestCert description
2b760f6
Merge branch 'dbk91-request_cert_support'
11a3e63
Merge branch 'request_cert_support' of https://github.com/dbk91/webpack-dev-server into dbk91-request_cert_support
0fa8fea
Fix Broken Socket on Client for Custom/Random Port Numbers (#1060)
There are 32 commits in total.
See the full diff
Version 2.8.2 just got published.
Your tests are passing again with this version. Explicitly upgrade to this version π
Commits
The new version differs by 38 commits.
bc22935
2.8.2
35e1d5f
fixes #1087: yargs@8 causes error output with webpack@2.x
c9d32f8
fixes #1084: template literals causing errors on IE (#1089)
6e18fa6
add promise-config example
8f897c5
fixes #1086: promise configs fix and example
35295b7
update issue template to include commonly needed info
e8cbdad
2.8.1 + package-lock.json
e5dc236
fixes #1081, closes #1079. addDevServerEndpoints needs app stub for
e61972a
fixes #1080 - jQuery update caused live bundle iframe issue
6e1a466
removing errant console.log, update lint rules
c7d2c9d
clean up progress option typo and options def
0df1fa7
2.8.0
ccef0d1
Print webpack progress to browser console (#1063)
d3a650f
include
subjectAltName
field in self-signed cert (#987)e519cf2
Add feature to disable hotReloading with query string (#1068)
There are 38 commits in total.
See the full diff
Version 2.9.0 just got published.
Your tests are passing again with this version. Explicitly upgrade to this version π
Release Notes
v2.9.0Note: Minor release due to addition of before
and after
hooks
Features
Deprecate setup in favor of before and after hooks (#1108)
Bugfixes
Fixed check for webpack/hot/log when setting HMR log level. (#1096)
fixes #1109: internal-ip update breaks useLocalIp option
Fix quote style to satisfy ESLint (#1098)
Updates
Made error overlay translucent. (#1097)
Commits
The new version differs by 45 commits.
5982806
2.9.0
dcb4e3d
feat: deprecate setup in favor of before and after hooks (#1108)
8bc6daa
adding modification option to issue template
33bef0d
fixes #1109: internal-ip update breaks useLocalIp option
114e67c
Fixed check for webpack/hot/log when setting HMR log level. (#1096)
bad7ed5
Made error overlay translucent. (#1097)
3e24ac4
Fix quote style to satisfy ESLint (#1098)
bc22935
2.8.2
35e1d5f
fixes #1087: yargs@8 causes error output with webpack@2.x
c9d32f8
fixes #1084: template literals causing errors on IE (#1089)
6e18fa6
add promise-config example
8f897c5
fixes #1086: promise configs fix and example
35295b7
update issue template to include commonly needed info
e8cbdad
2.8.1 + package-lock.json
e5dc236
fixes #1081, closes #1079. addDevServerEndpoints needs app stub for
There are 45 commits in total.
See the full diff
Version 2.9.1 just got published.
Your tests are passing again with this version. Explicitly upgrade to this version π
Commits
The new version differs by 47 commits.
97484a9
2.9.1
8de5d0a
fix errant always-on log message regarding 'setup'
5982806
2.9.0
dcb4e3d
feat: deprecate setup in favor of before and after hooks (#1108)
8bc6daa
adding modification option to issue template
33bef0d
fixes #1109: internal-ip update breaks useLocalIp option
114e67c
Fixed check for webpack/hot/log when setting HMR log level. (#1096)
bad7ed5
Made error overlay translucent. (#1097)
3e24ac4
Fix quote style to satisfy ESLint (#1098)
bc22935
2.8.2
35e1d5f
fixes #1087: yargs@8 causes error output with webpack@2.x
c9d32f8
fixes #1084: template literals causing errors on IE (#1089)
6e18fa6
add promise-config example
8f897c5
fixes #1086: promise configs fix and example
35295b7
update issue template to include commonly needed info
There are 47 commits in total.
See the full diff
Version 2.9.2 just got published.
Your tests are passing again with this version. Explicitly upgrade to this version π
Release Notes
v2.9.2Bugfixes
Changed property descriptor for Array.includes polyfill (#1134)
Updates
Remove header additional property validation (#1115)
Allow explicitly setting the protocol from the public option (#1117)
Updates readme with support, usage, and caveats (outlines no support for old IE)
Commits
The new version differs by 52 commits.
32412bb
2.9.2
1af8f0e
Remove header property validation (#1115)
c490b24
allow explicitly setting the protocol from the public option (#1117)
ee7231b
Changed property descriptor for Array.includes polyfill (#1134)
5a7f26b
updating readme with support, usage, and caveats
97484a9
2.9.1
8de5d0a
fix errant always-on log message regarding 'setup'
5982806
2.9.0
dcb4e3d
feat: deprecate setup in favor of before and after hooks (#1108)
8bc6daa
adding modification option to issue template
33bef0d
fixes #1109: internal-ip update breaks useLocalIp option
114e67c
Fixed check for webpack/hot/log when setting HMR log level. (#1096)
bad7ed5
Made error overlay translucent. (#1097)
3e24ac4
Fix quote style to satisfy ESLint (#1098)
bc22935
2.8.2
There are 52 commits in total.
See the full diff
- The
devDependency
webpack-dev-server was updated from3.1.8
to3.1.9
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Commits
The new version differs by 182 commits.
bb484ad
chore(release): 3.1.9
8b8b087
chore(package): update
webpack-dev-middleware
v3.3.0...3.4.0 (dependencies
)d0725c9
chore(package): update
webpack-dev-middleware
v3.2.0...3.3.0 (dependencies
) (#1499)cbe6813
refactor(package): cross-platform
prepare
script (scripts
) (#1498)3d37cc5
chore(release): 3.1.8
8fb67c9
fix(package):
yargs
security vulnerability (dependencies
) (#1492)b9d11ca
docs: fix typos (#1487)
7a6ca47
fix(utils/createLogger): ensure
quiet
always takes precedence (options.quiet
) (#1486)065978f
chore(package): update
import-local
v1.0.0...2.0.0 (dependencies
) (#1484)f37f0a2
chore(release): 3.1.7
2d35287
style(utils/addEntries): cleaner variable naming (#1478)
8ab9eb6
fix(Server): don't use
spdy
onnode >= v10.0.0
(#1451)4740224
refactor(package): migrate to
schema-utils
(dependencies
) (#1464)2e1e23a
ci(appveyor): add windows testing (#1468)
418493d
refactor(package): update
internal-ip
v1.2.0...3.0.0 (dependencies
) (#1471)
There are 182 commits in total.
See the full diff
- The
devDependency
webpack-dev-server was updated from3.1.9
to3.1.10
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Commits
The new version differs by 186 commits.
fe3219f
chore(release): 3.1.10
c12def3
fix(Server): set
tls.DEFAULT_ECDH_CURVE
to'auto'
(#1531)e719959
fix(package): update
sockjs-client
v1.1.5...1.3.0 (url-parse
vulnerability) (#1537)d2f4902
fix(options): add
writeToDisk
option to schema (#1520)bb484ad
chore(release): 3.1.9
8b8b087
chore(package): update
webpack-dev-middleware
v3.3.0...3.4.0 (dependencies
)d0725c9
chore(package): update
webpack-dev-middleware
v3.2.0...3.3.0 (dependencies
) (#1499)cbe6813
refactor(package): cross-platform
prepare
script (scripts
) (#1498)3d37cc5
chore(release): 3.1.8
8fb67c9
fix(package):
yargs
security vulnerability (dependencies
) (#1492)b9d11ca
docs: fix typos (#1487)
7a6ca47
fix(utils/createLogger): ensure
quiet
always takes precedence (options.quiet
) (#1486)065978f
chore(package): update
import-local
v1.0.0...2.0.0 (dependencies
) (#1484)f37f0a2
chore(release): 3.1.7
2d35287
style(utils/addEntries): cleaner variable naming (#1478)
There are 186 commits in total.
See the full diff
- The
devDependency
webpack-dev-server was updated from3.1.10
to3.1.11
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v3.1.11
3.1.11 (2018-12-21)
Bug Fixes
- bin/options: correct check for color support (
options.color
) (#1555) (55398b5) - package: update
spdy
v3.4.1...4.0.0 (assertion error) (#1491) (#1563) (7a3a257) - Server: correct
node
version 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)
Commits
The new version differs by 195 commits.
ff2874f
chore(release): 3.1.11
b3217ca
fix: check origin header for websocket connection (#1603)
68dd49a
fix: add url for compatibility with webpack@5 (#1598) (#1599)
fadae5d
fix(Server): mime type for wasm in contentBase directory (#1575) (#1580)
7a3a257
fix(package): update
spdy
v3.4.1...4.0.0 (assertion error) (#1491) (#1563)1fe82de
ci(travis): Node 11 (on OS X) crashes, use 10 for now (#1588)
55398b5
fix(bin/options): correct check for color support (
options.color
) (#1555)927a2b3
fix(Server): correct
node
version checks (#1543)fa96a76
chore(PULL_REQUEST_TEMPLATE): allow features (#1539)
fe3219f
chore(release): 3.1.10
c12def3
fix(Server): set
tls.DEFAULT_ECDH_CURVE
to'auto'
(#1531)e719959
fix(package): update
sockjs-client
v1.1.5...1.3.0 (url-parse
vulnerability) (#1537)d2f4902
fix(options): add
writeToDisk
option to schema (#1520)bb484ad
chore(release): 3.1.9
8b8b087
chore(package): update
webpack-dev-middleware
v3.3.0...3.4.0 (dependencies
)
There are 195 commits in total.
See the full diff
- The
devDependency
webpack-dev-server was updated from3.1.11
to3.1.12
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Commits
The new version differs by 197 commits.
9443239
chore(release): 3.1.12
8bb3ca8
fix: regression in
checkHost
for checking Origin header (#1606)ff2874f
chore(release): 3.1.11
b3217ca
fix: check origin header for websocket connection (#1603)
68dd49a
fix: add url for compatibility with webpack@5 (#1598) (#1599)
fadae5d
fix(Server): mime type for wasm in contentBase directory (#1575) (#1580)
7a3a257
fix(package): update
spdy
v3.4.1...4.0.0 (assertion error) (#1491) (#1563)1fe82de
ci(travis): Node 11 (on OS X) crashes, use 10 for now (#1588)
55398b5
fix(bin/options): correct check for color support (
options.color
) (#1555)927a2b3
fix(Server): correct
node
version checks (#1543)fa96a76
chore(PULL_REQUEST_TEMPLATE): allow features (#1539)
fe3219f
chore(release): 3.1.10
c12def3
fix(Server): set
tls.DEFAULT_ECDH_CURVE
to'auto'
(#1531)e719959
fix(package): update
sockjs-client
v1.1.5...1.3.0 (url-parse
vulnerability) (#1537)d2f4902
fix(options): add
writeToDisk
option to schema (#1520)
There are 197 commits in total.
See the full diff
- The
devDependency
webpack-dev-server was updated from3.1.12
to3.1.13
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Commits
The new version differs by 199 commits.
bddfe16
chore(release): 3.1.13
0bab1c0
fix: delete a comma for Node.js <= v7.x (#1609)
9443239
chore(release): 3.1.12
8bb3ca8
fix: regression in
checkHost
for checking Origin header (#1606)ff2874f
chore(release): 3.1.11
b3217ca
fix: check origin header for websocket connection (#1603)
68dd49a
fix: add url for compatibility with webpack@5 (#1598) (#1599)
fadae5d
fix(Server): mime type for wasm in contentBase directory (#1575) (#1580)
7a3a257
fix(package): update
spdy
v3.4.1...4.0.0 (assertion error) (#1491) (#1563)1fe82de
ci(travis): Node 11 (on OS X) crashes, use 10 for now (#1588)
55398b5
fix(bin/options): correct check for color support (
options.color
) (#1555)927a2b3
fix(Server): correct
node
version checks (#1543)fa96a76
chore(PULL_REQUEST_TEMPLATE): allow features (#1539)
fe3219f
chore(release): 3.1.10
c12def3
fix(Server): set
tls.DEFAULT_ECDH_CURVE
to'auto'
(#1531)
There are 199 commits in total.
See the full diff
- The
devDependency
webpack-dev-server was updated from3.1.13
to3.1.14
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Commits
The new version differs by 201 commits.
4b7a828
chore(release): 3.1.14
1dfd4fb
fix: add workaround for Origin header in sockjs (#1608)
bddfe16
chore(release): 3.1.13
0bab1c0
fix: delete a comma for Node.js <= v7.x (#1609)
9443239
chore(release): 3.1.12
8bb3ca8
fix: regression in
checkHost
for checking Origin header (#1606)ff2874f
chore(release): 3.1.11
b3217ca
fix: check origin header for websocket connection (#1603)
68dd49a
fix: add url for compatibility with webpack@5 (#1598) (#1599)
fadae5d
fix(Server): mime type for wasm in contentBase directory (#1575) (#1580)
7a3a257
fix(package): update
spdy
v3.4.1...4.0.0 (assertion error) (#1491) (#1563)1fe82de
ci(travis): Node 11 (on OS X) crashes, use 10 for now (#1588)
55398b5
fix(bin/options): correct check for color support (
options.color
) (#1555)927a2b3
fix(Server): correct
node
version checks (#1543)fa96a76
chore(PULL_REQUEST_TEMPLATE): allow features (#1539)
There are 201 commits in total.
See the full diff
- The
devDependency
webpack-dev-server was updated from3.1.14
to3.2.0
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Commits
The new version differs by 225 commits.
df113eb
chore(release): 3.2.0
f1246c7
chore(deps): update (#1671)
f9fc9c7
ci: fix typo (#1672)
eddd476
chore: add hiroppy to codeowners (#1670)
d9d308d
ci: small improve (#1669)
252ea4f
fix: allow single object proxy config (#1633)
017dc3d
chore: update internal-ip@4.0.0 (#1668)
b2bcdb0
test(Proxy): skip Proxy.test.js (#1667)
b92e5fd
fix: SPDY fails in node >= 11.1.0 (#1660)
f78a9a3
refactor(Server): use class (#1658)
5ea376b
feat: set
development
mode by default when unspecified (#1653)a52f2d7
chore(ci): add v8 and v11 of Node version (#1652)
5833986
chore: migrate on jest
102941f
style: allow comma-dangle in eslintrc because compete with prettier (#1649)
4a04864
style: introduce prettier (#1647)
There are 225 commits in total.
See the full diff
- The
devDependency
webpack-dev-server was updated from3.2.0
to3.2.1
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Commits
The new version differs by 234 commits.
bf99c26
chore(release): 3.2.1
eb48691
fix(regression): problem with
idb-connector
after updateinternal-ip
(#1691)4b2076c
fix(regression): handle
key
,cert
,cacert
andpfx
in CLI (#1688)21687c3
refactor: utils (#1682)
523a6ec
fix: deprecation message about
setup
now warning aboutv4
(#1684)884fac0
refactor: remove invalid todo (#1683)
a2e5d12
refactor: CLI args and more tests (#1679)
66129a8
test(Util, Validation): close server each time test ends (#1680)
b8d5c1e
fix: allow
ca
,key
andcert
will be string (regression) (#1676)df113eb
chore(release): 3.2.0
f1246c7
chore(deps): update (#1671)
f9fc9c7
ci: fix typo (#1672)
eddd476
chore: add hiroppy to codeowners (#1670)
d9d308d
ci: small improve (#1669)
252ea4f
fix: allow single object proxy config (#1633)
There are 234 commits in total.
See the full diff
- The
devDependency
webpack-dev-server was updated from3.2.1
to3.3.0
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v3.3.0
3.3.0 (2019-04-08)
Bug Fixes
- compatibility with webpack-cli@3.3 (#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)
Commits
The new version differs by 268 commits.
99e8db0
chore(release): 3.3.0
df3ee67
test: refactor (#1768)
f61dfd4
test: compress option (#1766)
919ff77
fix(Server): validate express.static.mime.types (#1765)
1b3cd4f
chore(deps): update dependency marked to v0.6.2 (#1764)
d5d60cb
feat: add option "serveIndex" to enable/disable serveIndex middleware (#1752)
abf8691
Pass mimeTypes option to webpack-dev-middleware (#1714)
05b8fb7
style: add curly rule to eslint (#1761)
dcd2434
feat: http2 option to enable/disable HTTP/2 with HTTPS (#1721)
0984d4b
feat: add webpack as argument to before and after options (#1760)
31dfe22
chore(deps): update (#1759)
737171e
chore(deps): update dependency supertest to v4 (#1757)
0429113
chore(deps): update all minor dependencies (#1756)
5b55110
chore(deps): update all patch dependencies (patch) (#1755)
e65705b
chore(deps): pin dependencies (#1705)
There are 250 commits in total.
See the full diff
- The
devDependency
webpack-dev-server was updated from3.3.0
to3.3.1
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Commits
The new version differs by 274 commits.
99b78dc
chore(release): 3.3.1
f10fd68
docs: fix changelog (#1783)
b31cbaa
fix: only add entries after compilers have been created (#1774)
66b04a9
fix(regression): always get necessary stats for hmr (#1780)
028ceee
fix(regression): host and port can be undefined or null (#1779)
f5ea174
docs(contribution): alternative way to test (#1506)
99e8db0
chore(release): 3.3.0
df3ee67
test: refactor (#1768)
f61dfd4
test: compress option (#1766)
919ff77
fix(Server): validate express.static.mime.types (#1765)
1b3cd4f
chore(deps): update dependency marked to v0.6.2 (#1764)
d5d60cb
feat: add option "serveIndex" to enable/disable serveIndex middleware (#1752)
abf8691
Pass mimeTypes option to webpack-dev-middleware (#1714)
05b8fb7
style: add curly rule to eslint (#1761)
dcd2434
feat: http2 option to enable/disable HTTP/2 with HTTPS (#1721)
There are 250 commits in total.
See the full diff
- The
devDependency
webpack-dev-server was updated from3.3.1
to3.4.0
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v3.4.0
3.4.0 (2019-05-17)
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
Commits
The new version differs by 334 commits.
45d39ac
chore(release): 3.4.0
ec7eb9c
chore(deps): update dependency internal-ip to ^4.3.0 (#1893)
dbb845d
chore(renovate): ignore peerDependencies (#1894)
df9d09c
chore(deps): update express to 4.17 version (#1896)
2a81ad2
fix(stats): add errors-warnings preset (#1895)
ce3792c
chore(deps): update all patch dependencies (patch) (#1892)
fc4fe32
feat(server): add liveReload option to enable/disable live reloading (#1889)
1c2beff
chore(renovate): add rangeStrategy: bump (#1885)
6020e21
refactor: setupFeatures method (#1891)
df6a020
chore: refactor lint and prettier commands (#1888)
2f56b18
chore(deps): update dependency eslint-config-prettier to v4.3.0 (#1887)
294e155
refactor: listen method (#1884)
c535bb2
fix: do not include config files in dist (#1883)
fd0610b
ci: npm audit and lint commit message (#1880)
d1c319c
refactor: setupFeatures method (#1877)
There are 250 commits in total.
See the full diff
- The
devDependency
webpack-dev-server was updated from3.4.0
to3.4.1
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Commits
The new version differs by 337 commits.
a321494
chore(release): 3.4.1
6a444cd
fix: broken hot reload (#1903)
0ae9be8
fix: add none and warning to clientLogLevel (#1901)
45d39ac
chore(release): 3.4.0
ec7eb9c
chore(deps): update dependency internal-ip to ^4.3.0 (#1893)
dbb845d
chore(renovate): ignore peerDependencies (#1894)
df9d09c
chore(deps): update express to 4.17 version (#1896)
2a81ad2
fix(stats): add errors-warnings preset (#1895)
ce3792c
chore(deps): update all patch dependencies (patch) (#1892)
fc4fe32
feat(server): add liveReload option to enable/disable live reloading (#1889)
1c2beff
chore(renovate): add rangeStrategy: bump (#1885)
6020e21
refactor: setupFeatures method (#1891)
df6a020
chore: refactor lint and prettier commands (#1888)
2f56b18
chore(deps): update dependency eslint-config-prettier to v4.3.0 (#1887)
294e155
refactor: listen method (#1884)
There are 250 commits in total.
See the full diff
- The
devDependency
webpack-dev-server was updated from3.4.1
to3.5.0
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v3.5.0
Bug Fixes
- add client code for
electron-renderer
target (#1935) (9297988) - add client code for
node-webkit
target (#1942) (c6b2b1f)
Features
Commits
The new version differs by 362 commits.
a0b9c70
chore(release): 3.5.0
c6b2b1f
fix: add client code for
node-webkit
target (#1942)cd218ef
feat(server): add callback support for invalidate (#1900)
bca0341
chore(deps): update dependency loglevel to ^1.6.2 (#1939)
61d0cdf
feat:
onListening
option (#1930)9297988
fix: add client code for
electron-renderer
target (#1935)bc83223
test(client): check console.log (#1907)
f6bfedb
Delete incorrectly capitalized server files (#1931)
c9a6b4f
chore(deps): update dependency semver to ^6.1.1 (#1932)
d7aaef6
refactor(server): encapsulate socket server implementation (#1904)
87cfaa7
refactor(cli): code (#1927)
e99fa3a
test: proxy supports http methods (#1928)
856169e
feat(server): add WEBPACK_DEV_SERVER env variable (#1929)
4b097e2
refactor: don't listen to http error event (#1924)
0baa0e0
chore(deps): update all patch dependencies (patch) (#1923)
There are 250 commits in total.
See the full diff
- The
devDependency
webpack-dev-server was updated from3.5.0
to3.5.1
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Commits
The new version differs by 367 commits.
def98d8
chore(release): 3.5.1
ffb2c79
refactor(client): separate into modules (#1948)
fb31770
refactor: utils and server (#1943)
8cf1053
fix: allow passing promise function of webpack.config.js (#1947)
03c2751
chore(deps): update dependency memfs to ^2.15.4 (#1949)
a0b9c70
chore(release): 3.5.0
c6b2b1f
fix: add client code for
node-webkit
target (#1942)cd218ef
feat(server): add callback support for invalidate (#1900)
bca0341
chore(deps): update dependency loglevel to ^1.6.2 (#1939)
61d0cdf
feat:
onListening
option (#1930)9297988
fix: add client code for
electron-renderer
target (#1935)bc83223
test(client): check console.log (#1907)
f6bfedb
Delete incorrectly capitalized server files (#1931)
c9a6b4f
chore(deps): update dependency semver to ^6.1.1 (#1932)
d7aaef6
refactor(server): encapsulate socket server implementation (#1904)
There are 250 commits in total.
See the full diff
- The
devDependency
webpack-dev-server was updated from3.5.1
to3.6.0
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v3.6.0
3.6.0 (2019-06-05)
Bug Fixes
- config: enable
--overlay
(#1968) (dc81e23) - server: don't ignore node_modules by default (#1970) (699f8b4), closes #1794
Features
Commits
The new version differs by 384 commits.
9582418
chore(release): 3.6.0
699f8b4
fix(server): don't ignore node_modules by default (#1970)
53f4253
chore(deps): update dependency webpack to ^4.33.0 (#1966)
dc81e23
fix(config): enable
--overlay
(#1968)0783a4a
test: change jest.setTimeout from 20000 to 30000 (#1965)
397bec8
docs(options): added urls for new inject options (#1959)
428f410
chore(deps): update dependency commitlint-azure-pipelines-cli to ^1.0.2 (#1964)
2a03295
chore(deps): delete nyc dependency (#1962)
27eb99c
test: delete temp directory (#1958)
79325e5
test(client): add tests for default/index.js (#1957)
d346a53
test(server): add SockJSServer test (#1956)
eecc1e4
refactor: insert client implementation from within Dev Server API (#1933)
6973e4c
refactor(client): create log module into utils (#1953)
1581adc
refactor(client): create createSocketUrl module into utils (#1954)
9a1ad89
test(routes): stop checking for res.text (#1952)
There are 250 commits in total.
See the full diff
- The
devDependency
webpack-dev-server was updated from3.6.0
to3.7.0
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v3.7.0
3.7.0 (2019-06-06)
Bug Fixes
- change clientLogLevel order to be called first (#1973) (57c8c92)
- es6 syntax in client (#1982) (802aa30)
Features
Commits
The new version differs by 389 commits.
3d9288a
chore(release): 3.7.0
802aa30
fix: es6 syntax in client (#1982)
d8d1808
chore(deps): update dependency lint-staged to ^8.2.0 (#1978)
75d7cbe
chore(deps): update dependency husky to ^2.4.0 (#1975)
57c8c92
fix(server): Change clientLogLevel order to be called first (#1973)
9582418
chore(release): 3.6.0
699f8b4
fix(server): don't ignore node_modules by default (#1970)
53f4253
chore(deps): update dependency webpack to ^4.33.0 (#1966)
dc81e23
fix(config): enable
--overlay
(#1968)0783a4a
test: change jest.setTimeout from 20000 to 30000 (#1965)
397bec8
docs(options): added urls for new inject options (#1959)
428f410
chore(deps): update dependency commitlint-azure-pipelines-cli to ^1.0.2 (#1964)
2a03295
chore(deps): delete nyc dependency (#1962)
27eb99c
test: delete temp directory (#1958)
79325e5
test(client): add tests for default/index.js (#1957)
There are 250 commits in total.
See the full diff
- The
devDependency
webpack-dev-server was updated from3.7.0
to3.7.1
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Commits
The new version differs by 397 commits.
7fe3fbd
chore(release): 3.7.1
bc57514
fix: retry finding port when port is null and get ports in sequence (#1993)
2029211
chore(deps): update dependency webpack-cli to ^3.3.3 (#1992)
d901977
chore(deps): update dependency prettier to ^1.18.0 (#1989)
df25433
test: more (#1987)
176283b
refactor: scripts (#1984)
251f7f9
fix(test): fix options.test.js (#1985)
638d7a1
refactor: tests (#1986)
3d9288a
chore(release): 3.7.0
802aa30
fix: es6 syntax in client (#1982)
d8d1808
chore(deps): update dependency lint-staged to ^8.2.0 (#1978)
75d7cbe
chore(deps): update dependency husky to ^2.4.0 (#1975)
57c8c92
fix(server): Change clientLogLevel order to be called first (#1973)
9582418
chore(release): 3.6.0
699f8b4
fix(server): don't ignore node_modules by default (#1970)
There are 250 commits in total.
See the full diff
- The
devDependency
webpack-dev-server was updated from3.7.1
to3.7.2
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Commits
The new version differs by 418 commits.
26211fc
chore(release): 3.7.2
24a348f
chore(standard-version): add .versionrc to hide test's section (#2027)
d26b444
fix(client): add default fallback for client (#2015)
84955f8
docs(contribution): add CLA section (#1963)
9707982
chore(deps): update dependency webpack to ^4.34.0 (master) (#2032)
b0cc63c
chore(deps): update commitlint monorepo to v8 (master) (major) (#2033)
7a5a00b
chore(renovate): update config (#2030)
3682bd7
chore(deps): update dependency eslint-config-prettier to v5 (#2031)
661f6a2
chore(deps): update dependency lint-staged to ^8.2.1 (#2025)
8481205
docs: Fix CHANGELOG. (#2019)
f611304
test(e2e): make browser close before tests run (#2018)
1ecc425
chore(deps): update all patch dependencies (#2014)
c982836
docs: fix error message of clientLogLevel (#2021)
303f4e9
chore(deps): update dependency webpack-cli to ^3.3.4 (#2011)
39b83c4
test(provide-plugin): use port variable (#2008)
There are 250 commits in total.
See the full diff
- The
devDependency
webpack-dev-server was updated from3.7.2
to3.8.0
.
Your tests are still failing with this version. Compare changes
Release Notes for v3.8.0
3.8.0 (2019-08-09)
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/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: #2116
Commits
The new version differs by 483 commits.
84cb481
chore(release): 3.8.0
b5b9cb4
feat(server): add transportMode (#2116)
460f15a
test(e2e): More e2e test improvements (#2163)
bc7005e
chore(deps): update dependency husky to ^3.0.3 (master) (#2182)
bbe410e
fix(server): fix setupExitSignals usage (#2181)
21e7646
chore(deps): update dependency style-loader to v1 (#2179)
a28800d
chore(deps): update webpack@4.39.1 (#2176)
68a1f29
chore(deps): update webpack to 4.39.0 (#2171)
c2da532
chore(deps): update dependency standard-version to v7 (#2160)
18edd18
refactor: simplify (#2120)
cfbf229
fix(server): set port before instantiating server (#2143)
f80e2ae
chore(babel): use api.cache (#2157)
0de4eba
chore(deps): update all patch dependencies (#2159)
1f9f9dc
test(utils): increase coverage (#2156)
9c171d1
chore(deps): update all patch dependencies (master) (patch) (#2151)
There are 250 commits in total.
See the full diff
- The
devDependency
webpack-dev-server was updated from3.8.0
to3.8.1
.
Your tests are still failing with this version. Compare changes
Commits
The new version differs by 30 commits.
9d1c6d2
chore(release): 3.8.1
9764d57
chore(deps): update minor dependencies without http proxy middleware (#2248)
090b184
test(cli): use ports map for quiet logging test (#2247)
00903f6
fix: scriptHost in client (#2246)
5f9dde9
chore(deps): update dependency is-absolute-url to ^3.0.2 (maste⦠(#2249)
7e2224e
fix: add status in quiet log level (#2235)
3748c3f
chore(deps): update dependency typescript to ^3.6.3 (master) (#2245)
7daff1d
chore(deps): update all patch dependencies (#2241)
fffb21e
chore(deps): update dependency webpack-dev-middleware to ^3.7.1 (#2237)
96fb33a
chore(deps): update dependency husky to ^3.0.5 (master) (#2236)
ea61454
chore(deps): update all minor dependencies (master) (minor) (#2234)
62e874c
refactor(magic-html): use string template (#2232)
88f0fc9
chore(deps): update all patch dependencies (master) (patch) (#2230)
b24f072
chore(deps): update dependency sockjs-client to v1.4.0 (#2217)
78f2fb4
chore(deps): update dependency jest-junit to v8 (#2227)
There are 30 commits in total.
See the full diff
- The
devDependency
webpack-dev-server was updated from3.8.1
to3.8.2
.
Your tests are still failing with this version. Compare changes
Commits
The new version differs by 7 commits.
9108d5b
chore(release): 3.8.2
af77562
chore(deps): update all patch dependencies (master) (patch) (#2267)
b609d38
chore(renovate): ignore http-proxy-middleware updates (#2269)
2e8414d
chore(deps): update all patch dependencies (#2263)
25f1b57
chore(deps): delete ^ from http-proxy-middleware (#2260)
befdade
chore(deps): update all patch dependencies to ^7.6.2 (#2258)
979c099
chore(deps): update dependency webpack-cli to ^3.3.9 (#2254)
See the full diff
- The
devDependency
webpack-dev-server was updated from3.8.2
to3.9.0
.
Your tests are still failing with this version. Compare changes
Release Notes for v3.9.0
3.9.0 (2019-10-22)
Bug Fixes
- add
hostname
andport
to bonjour name to prevent name collisions (#2276) (d8af2d9) - add
extKeyUsage
to self-signed cert (#2274) (a4dbc3b)
Features
Commits
The new version differs by 10 commits.
4d99f6d
chore(release): 3.9.0
4abc8c3
chore(deps): update package-lock.json (#2289)
e1d4d7f
chore(deps): update all patch dependencies (master) (patch) (#2281)
a4dbc3b
fix(server): Add extKeyUsage to self-signed cert (#2274)
b0070f3
chore(deps): update all patch dependencies (#2275)
d8af2d9
fix: add hostname and port to bonjour name to prevent name collisions (#2276)
6d1f24f
chore(deps): update all patch dependencies (master) (patch) (#2271)
c9e9178
feat(options): add multiple
openPage
support (#2266)06e014b
chore(deps): update all minor dependencies (#2252)
98aa8e1
chore(cli): move webpack cli flags to dev server (#2270)
See the full diff
- The
devDependency
webpack-dev-server was updated from3.9.0
to3.10.0
.
Your tests are still failing with this version. Compare changes
Release Notes for v3.10.0
3.10.0 (2019-12-18)
Features
- client: allow sock port to use location's port (
sockPort: 'location'
) (#2341) (dc10d06) - server: add
contentBasePublicPath
option (#2150) (cee700d)
Bug Fixes
Commits
The new version differs by 29 commits.
e330423
chore(release): 3.10.0
dc8b475
fix: https on chrome linux (#2330)
8f89c01
fix: support webpack@5 (#2359)
3203688
chore(deps): update dependency url-loader to v3 (master) (#2331)
e0c1ef0
chore(deps): update dependency webpack to ^4.41.3 (master) (#2354)
cf82fc2
chore(deps): update dependency file-loader to v5 (#2328)
c570222
chore(deps): update all minor dependencies (#2342)
c16c445
chore(deps): update lock file (#2345)
54d222f
chore(deps): update all patch dependencies (master) (patch) (#2340)
dc10d06
feat(client): allow sock port to use location's port (#2341)
a599f99
refactor(client): createSocketUrl to make it better unit tested (#2336)
5f8c575
chore(deps): update all patch dependencies (#2326)
cee700d
feat(server): add
contentBasePublicPath
option (#2150)bd6783a
chore(deps): update dependency jest-junit to v10 (#2337)
5dfa367
chore(deps): update all minor dependencies (#2319)
There are 29 commits in total.
See the full diff
- The
devDependency
webpack-dev-server was updated from3.10.0
to3.10.1
.
Your tests are still failing with this version. Compare changes
- The
devDependency
webpack-dev-server was updated from3.10.1
to3.10.2
.
Your tests are still failing with this version. Compare changes
Commits
The new version differs by 16 commits ahead by 16, behind by 2.
5aa86b5
chore(release): 3.10.2
1a7c827
fix: add heartbeat for the websocket server (#2404)
0325b01
chore(deps): update all patch dependencies (#2412)
7852f05
chore(deps): update dependency lint-staged to v10 (#2397)
43e8c24
chore(deps): update all patch dependencies (#2394)
d7ebf19
chore(deps): update all minor dependencies (#2390)
aa365df
fix: add an optional peer dependency on webpack-cli (#2396)
f9937f5
chore(deps): update all patch dependencies to ^8.3.4 (#2382)
a1d28c0
chore(deps): update all patch dependencies (master) (patch) (#2372)
f671241
chore(deps): update all minor dependencies (master) (minor) (#2375)
ebe8eca
fix(server): fallthrough non
GET
andHEAD
request to routes⦠(#2374)f4c8f94
chore(deps): update dependency eslint-config-prettier to ^6.8.0β¦ (#2371)
453b41e
chore(deps): update all minor dependencies (master) (minor) (#2366)
ff3dfbc
chore(deps): update all patch dependencies (#2367)
699404b
fix: ie11 compatibility (#2364)
There are 16 commits in total.
See the full diff
- The
devDependency
webpack-dev-server was updated from3.10.2
to3.10.3
.
Your tests are still failing with this version. Compare changes
Commits
The new version differs by 4 commits.
f710b7d
chore(release): 3.10.3
e291cd4
fix: forward error requests to the proxy (#2425)
7ee8bc0
chore(deps): update dependency eslint-plugin-import to ^2.20.1 (#2422)
638103f
chore(deps): update dependency lint-staged to ^10.0.7 (#2413)
See the full diff
- The
devDependency
webpack-dev-server was updated from3.10.3
to3.11.0
.
Your tests are still failing with this version. Compare changes
Release Notes for v3.11.0
3.11.0 (2020-05-08)
Features
- add icons for directory viewer (#2441) (e953d01)
- allow multiple
contentBasePublicPath
paths (#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
Commits
The new version differs by 33 commits.
4ab1f21
chore(release): 3.11.0
0e51fb1
fix: invalidate route (#2584)
f857c40
chore: deps and tests
41d1d0c
fix(deps): security vulnerability in yargs-parser (#2566)
375ab23
ci: add node@14 (#2530)
776e7d4
chore(deps): update dependency html-entities to ^1.3.1 (master) (#2513)
984536c
chore: update lint-staged config (#2524)
89ffb86
feat: add invalidate endpoint (#2493)
0e9bffb
chore(deps): update all patch dependencies (#2508)
99ccfd8
fix: update jquery (#2516)
06583f2
fix: do not swallow errors from server (#2512)
0d5c681
fix(server): don't crash on setupExitSignals(undefined) (#2507)
c436058
chore(deps): update all patch dependencies (master) (patch) (#2503)
4808abd
feat(progess): emit progress-update (#2498)
adeb92e
feat: allow open option to accept an object (#2492)
There are 33 commits in total.
See the full diff