Open greenkeeper[bot] opened 7 years ago
@@ Coverage Diff @@
## master #54 +/- ##
=========================================
- Coverage 12.8% 12.31% -0.5%
=========================================
Files 40 40
Lines 1015 1015
=========================================
- Hits 130 125 -5
- Misses 885 890 +5
Impacted Files | Coverage Ξ | |
---|---|---|
src/commands/index.js | 75.75% <ΓΈ> (-15.16%) |
:x: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Ξ = absolute <relative> (impact)
,ΓΈ = not affected
,? = missing data
Powered by Codecov. Last update fe5bfde...f6a8865. Read the comment docs.
Update to this version instead π
The new version differs by 6 commits .
3f7c9f7
2.4.0
e22317f
Setting contentBase to false with historyApiFallback on works properly #791 (#797)
b85a0ce
Extract logic of adding entry points (#782)
4991704
feat - Allow overlay to be enabled for warnings (#789) (#790)
9d2925c
Update dependencies
0099613
Handle promise rejection when using --open
flag (#780)
See the full diff.
Update to this version instead π
Update to this version instead π
entry
not working when it was a function (#802).contentBase
as an array did not work when used via CLI (#832).The new version differs by 15 commits .
60e4727
2.4.2
32adae3
Added beforeunload check to index.js (#544) (#841)
d69559a
Handle external upgrade for all websocket proxies (#843)
35a44d1
Remove Node.js v7 warning
d2f579c
Support for array of contentBase (#832)
aabeeaa
Remove unnecessary logging of closing the dev-server
1dc9461
Fix to share proxy option between proxy settings when the proxy option is a same object (#836)
42cd23c
Explicitely but gracefully handle SIGINT and SIGTERM signals. (#787)
85de417
Use arrow function if it possible and get rid of .bind in server part (#835)
234294a
Add unit tests for proxy options (#834)
8d4b826
add codecov
d081f01
Update webpack-dev-middleware
to 0.17.4 (#827)
ccc8163
Fix exception when client script is used in webworkers (#813)
f996bd4
fix typo and add --open
(#814)
690df60
devClient does not work with dynamic entry. (#802)
See the full diff.
Update to this version instead π
This version contains a security fix, which is also breaking change if you have an insecure configuration.
We are releasing this breaking change as patch version to protect you from attacks.
Sorry if this breaks your setup, but the fix is easy.
We added a check for the correct Host
header to the webpack-dev-server.
This allowed evil websites to access your assets.
The Host
header of the request have to match the listening adress or the host provided in the public
option.
Make sure to provide correct values here.
The response will contain a note when using an incorrect Host
header.
For usage behind a Proxy or similar setups we also added a disableHostCheck
option to disable this check.
Only use it when you know what you do. Not recommended.
This version also includes this security fix for webpack-dev-middleware: https://github.com/webpack/webpack-dev-middleware/releases/tag/v1.10.2
Note: This only affect the development server and middleware. webpack and built bundles are not affected.
Host
doesn't match listening host or public
option.localhost
or 127.0.0.1
are not blocked.disableHostCheck
option to disable the host checkUpdate to this version instead π
disableHostCheck
to schemaUpdate to this version instead π
Don't provide a SSL cert, but generate one on demand. Unique for each developer.
https://medium.com/@mikenorth/961572624c54 by Mike North
allowedHosts
optionopenPage
option to open a specific page--bonjour
lan
option, which listen on lan ip by defaultThe new version differs by 11 commits.
bbcdca7
2.5.0
7b3a42a
Add 'lan' option (modify the option name to βuseLocalIpβ for more semantic) (#901)
8d5f252
replace console.log with internal log function (#856)
c9fe53d
zeroconf dns (bonjour) service publishing (#930)
14d77a5
Adding page argument to the Open option (#917)
2ca97dd
Strongly check client isn't running on WebWorker for sendMsg (#929)
ab889c3
Add 'allowedHosts' option (#899)
1a26ab4
fix #752: allow --port 0 again (#918)
9a7693c
Merge pull request #942 from webpack/ssl-path
25e1098
updating https docs
400b289
generate ssl certs per instance
See the full diff
Update to this version instead π
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
Update to this version instead π
loglevel
from devDependencies to dependencies #1001Update to this version instead π
The new version differs by 6 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)
See the full diff
Update to this version instead π
The new version differs by 17 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 17 commits in total.
See the full diff
Update to this version instead π
The new version differs by 5 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
See the full diff
Update to this version instead π
The new version differs by 6 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
See the full diff
Update to this version instead π
Note: Minor release due to addition of before
and after
hooks
Deprecate setup in favor of before and after hooks (#1108)
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)
Made error overlay translucent. (#1097)
The new version differs by 7 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)
See the full diff
Update to this version instead π
Changed property descriptor for Array.includes polyfill (#1134)
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)
The new version differs by 5 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
See the full diff
Update to this version instead π
Version 2.10.0 adds the transpilation of the client scripts via babel to ES5 which restores backwards compatibility (that was removed in 2.8.0) to very old or out of date browsers.
Important webpack-dev-server has entered a maintenance-only mode. We won't be accepting any new features or major modifications. We'll still welcome pull requests for fixes however, and will continue to address any bugs that arise. Announcement with specifics pending.
reportTime
option (#1209)The new version differs by 13 commits.
ca8b5aa
2.10.0 (#1258)
17355f0
transpile client bundles with babel (#1242)
ce30460
rolling back webpack-dev-midddleware 2.0, as it's node6+
00e8500
updating deps and patching as necessary
082ddae
maint only mode
c9c61f2
fix(package): Increase minimum marked
version for ReDos vuln (#1255)
aab49de
iOS Safari 10 bug where SockJS couldn't be found (#1238)
a168b81
feat: reportTime
option (#1209)
32c3ceb
don't mutate stats configuration (#1174)
ef18fc8
Update sockjs dependency to fix auditjs security vulnerability warning (#1178)
7e89442
enable progress from config (#1181)
e8964d1
add --progress cli test (#1182)
a9327e5
Fix typos (#1236)
See the full diff
Update to this version instead π
Version 2.11.0 adds the transpilation of the client scripts via babel to ES5 which restores backwards compatibility (that was removed in 2.8.0) to very old or out of date browsers.
Update to this version instead π
Our third attempt to fix compatibility with old browsers (#1273), this time we'll get it right.
Update to this version instead π
The new version differs by 20 commits.
6e1d886
3.0.0
eedf10f
Try again at fixing CI by upping timeout (necessary for node v6)
dfe137c
Hopefully fix failing CI tests (the hacky way)
1e7acca
Actually make the yargs version test do something
cdd10fa
Stop testing node v4 on travis ci
7378e3e
Merge branch 'webpack-4'
ab4eeb0
Fix page not reloading after fixing first error on page (#1317)
dbea323
Update deps
f4f14ce
Fix support for DynamicEntryPlugin (#1319)
398c773
3.0.0-beta.2
cdc7288
Simplify build webpack configs thanks to webpack 4
e603e0d
Allow no publicPath or entry point (#1310)
9852a5f
3.0.0-beta.1
6db2e85
Fix tests after webpack v4 upgrade
eb2f0a9
Fix option rename in webpack-dev-middleware
There are 20 commits in total.
See the full diff
Update to this version instead π
webpack-log
is now used for logging to the terminal (webpack-dev-middleware was already using this).logLevel
option is added for more fine-grained control over the logging.The new version differs by 9 commits.
94398c4
3.1.0
d20757b
Upgrade another timeout for slow CI
f0534fc
Use webpack-log for logging
f76182c
3.0.1-beta.0
c375aa6
Fix support for multi compiler in webpack 4
9921ecc
Add basic example for multi-compiler
c32cfa8
Use non-deprecated webpack 4 API's
31d94ab
Make tests use more webpack 4 goodiness
9934724
Fix accidental skip of nearly all tests (whoops)
See the full diff
Update to this version instead π
The new version differs by 7 commits.
3a7f7d5
3.1.1
34a6cc3
And update pinned webpack-dev-middleware
7b9269e
Update deps
3c9592e
Actually upgrade package-lock.json...
2b40391
Upgrade webpack-dev-middleware dependency
ef55984
Remove Tapable#apply calls (#1331)
f2db057
Don't invoke function on static html string (#1329)
See the full diff
Update to this version instead π
Update to this version instead π
Update to this version instead π
The new version differs by 21 commits.
0e1f0c1
chore(release): 3.1.6
aaabeb8
test(cli): remove outdated dependency lock test
4e27954
chore(package): update yargs
v11.0.0...12.0.1 (dependencies
)
c4a1038
chore(package): update devDependencies
(#1474)
3e764c5
chore(package): update webpack-dev-middleware
v3.1.3...v3.2.0 (dependencies
) (#1473)
c854743
chore(package): update webpack-log
v1.1.2...v2.0.0 (dependencies
) (#1472)
c760c44
ci(travis): add build stages (#1467)
b445b68
chore(package): add release
script (scripts
) (#1461)
334c3a5
fix(bin): handle process
signals correctly when the server isn't ready yet (#1432)
e2220c4
fix(schema): allow the output
filename to be a {Function}
(#1409)
807c846
refactor: drop array-includes
5b6bb5e
Merge pull request #1460 from webpack/docs/maintenance
b838274
Merge pull request #1462 from webpack/chore/codeowners
1707e9e
chore(.github/CODEOWNERS): add code owners
6c1d8d8
docs(readme): remove obsolete maintenance note
There are 21 commits in total.
See the full diff
Update to this version instead π
The new version differs by 10 commits.
f37f0a2
chore(release): 3.1.7
2d35287
style(utils/addEntries): cleaner variable naming (#1478)
8ab9eb6
fix(Server): don't use spdy
on node >= 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)
2d0999d
style(Server): update code style
4789ac3
refactor(Server): move certificate generation to it's own file
1896fcf
refactor(bin): move options and helpers into separate files (#1470)
2ee13ab
refactor(lib/utils): move createLog
&& rename files (#1465)
See the full diff
Update to this version instead π
The new version differs by 5 commits.
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)
See the full diff
dependency
webpack-dev-server was updated from 2.1.0-beta.10
to 3.1.9
.Update to this version instead π
The new version differs by 4 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)
See the full diff
dependency
webpack-dev-server was updated from 2.1.0-beta.10
to 3.1.10
.Update to this version instead π
The new version differs by 4 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)
See the full diff
dependency
webpack-dev-server was updated from 2.1.0-beta.10
to 3.1.11
.Update to this version instead π
options.color
) (#1555) (55398b5)spdy
v3.4.1...4.0.0 (assertion error) (#1491) (#1563) (7a3a257)node
version checks (#1543) (927a2b3)The new version differs by 9 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)
See the full diff
dependency
webpack-dev-server was updated from 2.1.0-beta.10
to 3.1.12
.dependency
webpack-dev-server was updated from 2.1.0-beta.10
to 3.1.14
.dependency
webpack-dev-server was updated from 2.1.0-beta.10
to 3.2.0
.Update to this version instead π
The new version differs by 24 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 24 commits in total.
See the full diff
dependency
webpack-dev-server was updated from 2.1.0-beta.10
to 3.2.1
.Update to this version instead π
The new version differs by 9 commits.
bf99c26
chore(release): 3.2.1
eb48691
fix(regression): problem with idb-connector
after update internal-ip
(#1691)
4b2076c
fix(regression): handle key
, cert
, cacert
and pfx
in CLI (#1688)
21687c3
refactor: utils (#1682)
523a6ec
fix: deprecation message about setup
now warning about v4
(#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
and cert
will be string (regression) (#1676)
See the full diff
dependency
webpack-dev-server was updated from 2.1.0-beta.10
to 3.3.0
.Update to this version instead π
The new version differs by 34 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 34 commits in total.
See the full diff
dependency
webpack-dev-server was updated from 2.1.0-beta.10
to 3.3.1
.dependency
webpack-dev-server was updated from 2.1.0-beta.10
to 3.4.0
.dependency
webpack-dev-server was updated from 2.1.0-beta.10
to 3.4.1
.
Version 2.3.0 of webpack-dev-server just got published.
The version 2.3.0 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of webpack-dev-server. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Commits
The new version differs by 78 commits .
04eafa5
2.3.0
ac1675c
Refactor config validation
d725fd9
Implement error overlay (#764)
61e5403
Allow a string to be passed as the
port
config option (#766)2cf2939
have --open use the options.public path if it exists (#749)
aa98997
2.2.1
686dec4
Fix inline example not working after webpack 2.2.0
c82c1eb
Only run Travis on the
master
branch [skip ci]54b4b02
update examples to reflect web pack 2.2.0 (#759)
3bc7f77
webpack.github.io -> webpack.js.org
cb98dd9
Change link in readme to webpack.js.org
31fb4fd
Added example "webworker" (#755)
7e18f6a
2.2.0
e9dd0ed
Upgrade webpack dependency
cae704f
Update README to new standard
There are 78 commits in total. See the full diff.
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: