Update webpack-dev-server to the latest version π
βοΈ Greenkeeperβs updated Terms of Service will come into effect on April 6th, 2018.
Version 3.0.0 of webpack-dev-server was just published.
| Dependency | webpack-dev-server |
|---|---|
| Current Version | 2.11.1 |
| Type | devDependency |
The version 3.0.0 is not covered by your current version range.
If you donβt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of webpack-dev-server.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you donβt have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes
v3.0.0Updates
- Breaking change: webpack v4 is now supported. Older versions of webpack are not supported.
- Breaking change: drops support for Node.js v4, going forward we only support v6+ (same as webpack).
- webpack-dev-middleware updated to v2 (see changes).
Bugfixes
- After starting webpack-dev-server with an error in your code, it would not reload the page after fixing that error (#1317).
- DynamicEntryPlugin is now supported correctly (#1319).
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!
Commits
The new version differs by 20 commits.
6e1d8863.0.0eedf10fTry again at fixing CI by upping timeout (necessary for node v6)dfe137cHopefully fix failing CI tests (the hacky way)1e7accaActually make the yargs version test do somethingcdd10faStop testing node v4 on travis ci7378e3eMerge branch 'webpack-4'ab4eeb0Fix page not reloading after fixing first error on page (#1317)dbea323Update depsf4f14ceFix support for DynamicEntryPlugin (#1319)398c7733.0.0-beta.2cdc7288Simplify build webpack configs thanks to webpack 4e603e0dAllow no publicPath or entry point (#1310)9852a5f3.0.0-beta.16db2e85Fix tests after webpack v4 upgradeeb2f0a9Fix option rename in webpack-dev-middleware
There are 20 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot :palm_tree:
Version 3.1.0 just got published.
Update to this version instead π
Release Notes
v3.1.0Updates
- Fancy logging;
webpack-logis now used for logging to the terminal (webpack-dev-middleware was already using this). - The
logLeveloption is added for more fine-grained control over the logging.
Bugfixes
- MultiCompiler was broken with webpack 4.
- Fix deprecation warnings caused by webpack 4. Note that you will still see some deprecation warnings because webpack-dev-middleware has not been updated yet.
Commits
The new version differs by 9 commits.
94398c43.1.0d20757bUpgrade another timeout for slow CIf0534fcUse webpack-log for loggingf76182c3.0.1-beta.0c375aa6Fix support for multi compiler in webpack 49921eccAdd basic example for multi-compilerc32cfa8Use non-deprecated webpack 4 API's31d94abMake tests use more webpack 4 goodiness9934724Fix accidental skip of nearly all tests (whoops)
See the full diff
Version 3.1.1 just got published.
Update to this version instead π
Release Notes
v3.1.1- Update to webpack-dev-middleware v3, which removes the deprecation warnings from webpack.
Commits
The new version differs by 7 commits.
3a7f7d53.1.134a6cc3And update pinned webpack-dev-middleware7b9269eUpdate deps3c9592eActually upgrade package-lock.json...2b40391Upgrade webpack-dev-middleware dependencyef55984Remove Tapable#apply calls (#1331)f2db057Don't invoke function on static html string (#1329)
See the full diff
Version 3.1.2 just got published.
Update to this version instead π
Release Notes
v3.1.2- Speed up incremental builds (#1362)
- Update webpack-dev-middleware to 3.1.2
Version 3.1.3 just got published.
Update to this version instead π
Release Notes
v3.1.3- Fix HMR causing a crash when trying to reload
Version 3.1.6 just got published.
Update to this version instead π
Commits
The new version differs by 21 commits.
0e1f0c1chore(release): 3.1.6aaabeb8test(cli): remove outdated dependency lock test4e27954chore(package): updateyargsv11.0.0...12.0.1 (dependencies)c4a1038chore(package): updatedevDependencies(#1474)3e764c5chore(package): updatewebpack-dev-middlewarev3.1.3...v3.2.0 (dependencies) (#1473)c854743chore(package): updatewebpack-logv1.1.2...v2.0.0 (dependencies) (#1472)c760c44ci(travis): add build stages (#1467)b445b68chore(package): addreleasescript (scripts) (#1461)334c3a5fix(bin): handleprocesssignals correctly when the server isn't ready yet (#1432)e2220c4fix(schema): allow theoutputfilename to be a{Function}(#1409)807c846refactor: droparray-includes5b6bb5eMerge pull request #1460 from webpack/docs/maintenanceb838274Merge pull request #1462 from webpack/chore/codeowners1707e9echore(.github/CODEOWNERS): add code owners6c1d8d8docs(readme): remove obsolete maintenance note
There are 21 commits in total.
See the full diff
Version 3.1.7 just got published.
Update to this version instead π
Commits
The new version differs by 10 commits.
f37f0a2chore(release): 3.1.72d35287style(utils/addEntries): cleaner variable naming (#1478)8ab9eb6fix(Server): don't usespdyonnode >= v10.0.0(#1451)4740224refactor(package): migrate toschema-utils(dependencies) (#1464)2e1e23aci(appveyor): add windows testing (#1468)418493drefactor(package): updateinternal-ipv1.2.0...3.0.0 (dependencies) (#1471)2d0999dstyle(Server): update code style4789ac3refactor(Server): move certificate generation to it's own file1896fcfrefactor(bin): move options and helpers into separate files (#1470)2ee13abrefactor(lib/utils): movecreateLog&& rename files (#1465)
See the full diff
Version 3.1.8 just got published.
Update to this version instead π
Commits
The new version differs by 5 commits.
3d37cc5chore(release): 3.1.88fb67c9fix(package):yargssecurity vulnerability (dependencies) (#1492)b9d11cadocs: fix typos (#1487)7a6ca47fix(utils/createLogger): ensurequietalways takes precedence (options.quiet) (#1486)065978fchore(package): updateimport-localv1.0.0...2.0.0 (dependencies) (#1484)
See the full diff
- The
devDependencywebpack-dev-server was updated from2.11.3to3.1.9.
Update to this version instead π
Commits
The new version differs by 4 commits.
bb484adchore(release): 3.1.98b8b087chore(package): updatewebpack-dev-middlewarev3.3.0...3.4.0 (dependencies)d0725c9chore(package): updatewebpack-dev-middlewarev3.2.0...3.3.0 (dependencies) (#1499)cbe6813refactor(package): cross-platformpreparescript (scripts) (#1498)
See the full diff
- The
devDependencywebpack-dev-server was updated from2.11.3to3.1.10.
Update to this version instead π
Commits
The new version differs by 4 commits.
fe3219fchore(release): 3.1.10c12def3fix(Server): settls.DEFAULT_ECDH_CURVEto'auto'(#1531)e719959fix(package): updatesockjs-clientv1.1.5...1.3.0 (url-parsevulnerability) (#1537)d2f4902fix(options): addwriteToDiskoption to schema (#1520)
See the full diff
- The
devDependencywebpack-dev-server was updated from2.11.3to3.1.11.
Update to this version instead π
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
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)
Commits
The new version differs by 9 commits.
ff2874fchore(release): 3.1.11b3217cafix: check origin header for websocket connection (#1603)68dd49afix: add url for compatibility with webpack@5 (#1598) (#1599)fadae5dfix(Server): mime type for wasm in contentBase directory (#1575) (#1580)7a3a257fix(package): updatespdyv3.4.1...4.0.0 (assertion error) (#1491) (#1563)1fe82deci(travis): Node 11 (on OS X) crashes, use 10 for now (#1588)55398b5fix(bin/options): correct check for color support (options.color) (#1555)927a2b3fix(Server): correctnodeversion checks (#1543)fa96a76chore(PULL_REQUEST_TEMPLATE): allow features (#1539)
See the full diff
- The
devDependencywebpack-dev-server was updated from2.11.3to3.1.12.
- The
devDependencywebpack-dev-server was updated from2.11.3to3.1.13.
- The
devDependencywebpack-dev-server was updated from2.11.3to3.1.14.
- The
devDependencywebpack-dev-server was updated from2.11.3to3.2.0.
Update to this version instead π
Commits
The new version differs by 24 commits.
df113ebchore(release): 3.2.0f1246c7chore(deps): update (#1671)f9fc9c7ci: fix typo (#1672)eddd476chore: add hiroppy to codeowners (#1670)d9d308dci: small improve (#1669)252ea4ffix: allow single object proxy config (#1633)017dc3dchore: update [email protected] (#1668)b2bcdb0test(Proxy): skip Proxy.test.js (#1667)b92e5fdfix: SPDY fails in node >= 11.1.0 (#1660)f78a9a3refactor(Server): use class (#1658)5ea376bfeat: setdevelopmentmode by default when unspecified (#1653)a52f2d7chore(ci): add v8 and v11 of Node version (#1652)5833986chore: migrate on jest102941fstyle: allow comma-dangle in eslintrc because compete with prettier (#1649)4a04864style: introduce prettier (#1647)
There are 24 commits in total.
See the full diff
- The
devDependencywebpack-dev-server was updated from2.11.3to3.2.1.
Update to this version instead π
Commits
The new version differs by 9 commits.
bf99c26chore(release): 3.2.1eb48691fix(regression): problem withidb-connectorafter updateinternal-ip(#1691)4b2076cfix(regression): handlekey,cert,cacertandpfxin CLI (#1688)21687c3refactor: utils (#1682)523a6ecfix: deprecation message aboutsetupnow warning aboutv4(#1684)884fac0refactor: remove invalid todo (#1683)a2e5d12refactor: CLI args and more tests (#1679)66129a8test(Util, Validation): close server each time test ends (#1680)b8d5c1efix: allowca,keyandcertwill be string (regression) (#1676)
See the full diff
- The
devDependencywebpack-dev-server was updated from2.11.5to3.3.0.
Update to this version instead π
Release Notes for v3.3.0
3.3.0 (2019-04-08)
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)
Commits
The new version differs by 34 commits.
99e8db0chore(release): 3.3.0df3ee67test: refactor (#1768)f61dfd4test: compress option (#1766)919ff77fix(Server): validate express.static.mime.types (#1765)1b3cd4fchore(deps): update dependency marked to v0.6.2 (#1764)d5d60cbfeat: add option "serveIndex" to enable/disable serveIndex middleware (#1752)abf8691Pass mimeTypes option to webpack-dev-middleware (#1714)05b8fb7style: add curly rule to eslint (#1761)dcd2434feat: http2 option to enable/disable HTTP/2 with HTTPS (#1721)0984d4bfeat: add webpack as argument to before and after options (#1760)31dfe22chore(deps): update (#1759)737171echore(deps): update dependency supertest to v4 (#1757)0429113chore(deps): update all minor dependencies (#1756)5b55110chore(deps): update all patch dependencies (patch) (#1755)e65705bchore(deps): pin dependencies (#1705)
There are 34 commits in total.
See the full diff
- The
devDependencywebpack-dev-server was updated from2.11.5to3.3.1.
- The
devDependencywebpack-dev-server was updated from2.11.5to3.4.0.
- The
devDependencywebpack-dev-server was updated from2.11.5to3.4.1.
- The
devDependencywebpack-dev-server was updated from2.11.5to3.5.0.
- The
devDependencywebpack-dev-server was updated from2.11.5to3.5.1.
- The
devDependencywebpack-dev-server was updated from2.11.5to3.6.0.
- The
devDependencywebpack-dev-server was updated from2.11.5to3.7.0.
- The
devDependencywebpack-dev-server was updated from2.11.5to3.7.1.
- The
devDependencywebpack-dev-server was updated from2.11.5to3.7.2.
- The
devDependencywebpack-dev-server was updated from2.11.5to3.8.0.
- The
devDependencywebpack-dev-server was updated from2.11.5to3.8.1.
- The
devDependencywebpack-dev-server was updated from2.11.5to3.8.2.