Update dependency webpack-dev-server to v2.11.2 - autoclosed #12
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This Pull Request updates dependency webpack-dev-server from
v2.9.4
tov2.11.2
Release Notes
v2.9.5
Updates
v2.9.6
Bugfixes
v2.10.0
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.
Bugfixes
reportTime
option (#1209)Updates
marked
version for ReDos vuln (#1255)v2.11.0
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.
v2.11.1
Our third attempt to fix compatibility with old browsers (#1273), this time we'll get it right.
Commits
v2.9.5
b10c9eb
Update Examples And Add Hotness (#1183)8a11122
Update README.md (#1194)6b2d7a0
fixes #1198: bump express for security6c1d3e4
2.9.5v2.9.6
f967925
fixes #1208: watchOptions not passed to chokidar in wds2719590
2.9.6v2.9.7
ddc1e2c
fixes #1217: edge case with default watchOptions value (#1218)fd3c176
2.9.7v2.10.0
e8964d1
add --progress cli test (#1182)7e89442
enable progress from config (#1181)ef18fc8
Update sockjs dependency to fix auditjs security vulnerability warning (#1178)32c3ceb
don't mutate stats configuration (#1174)a168b81
feat: `reportTime` option (#1209)aab49de
iOS Safari 10 bug where SockJS couldn't be found (#1238)c9c61f2
fix(package): Increase minimum `marked` version for ReDos vuln (#1255)082ddae
maint only mode00e8500
updating deps and patching as necessaryce30460
rolling back webpack-dev-midddleware 2.0, as it's node6+17355f0
transpile client bundles with babel (#1242)ca8b5aa
2.10.0 (#1258)v2.10.1
aaf7fce
rollback yargs to 6.6.03e220fe
2.10.1v2.11.0
6689cb8
adding test for dependency lock-down449494f
cleanup client build setup676d590
revert to prepublish (fix ci)b0fa5f6
Merge pull request #1270 from yyx990803/client-refactor8c1ed7a
2.11.0v2.11.1
b78e249
fix: pin strip-ansi to 3.x for ES5 compat3aa15aa
Merge pull request #1273 from yyx990803/master83c1625
2.11.1v2.11.2
9934724
Fix accidental skip of nearly all tests (whoops)31d94ab
Make tests use more webpack 4 goodinessc32cfa8
Use non-deprecated webpack 4 API'sThis PR has been generated by Renovate Bot.