Closed greenkeeper[bot] closed 5 years ago
Merging #266 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #266 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 4 4
Lines 77 77
=====================================
Hits 77 77
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 20f650d...5252c58. Read the comment docs.
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 π
Huge thanks to all the contributors!
Please note that webpack-serve will eventually be the successor of webpack-dev-server. The core features already work so if you're brave enough give it a try!
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
devDependency
webpack-dev-server was updated from 2.6.1
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
devDependency
webpack-dev-server was updated from 2.6.1
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
devDependency
webpack-dev-server was updated from 2.6.1
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
devDependency
webpack-dev-server was updated from 2.6.1
to 3.1.12
.devDependency
webpack-dev-server was updated from 2.6.1
to 3.1.13
.devDependency
webpack-dev-server was updated from 2.6.1
to 3.1.14
.
Version 2.7.0 of webpack-dev-server just got published.
The version 2.7.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.
Release Notes
v2.7.0Features
Bugfixes
Commits
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
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: