Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update webpack-dev-server to the latest version 🚀 #2310

Closed
wants to merge 1 commit into from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Feb 25, 2018

☝️ 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.0

Updates

  • 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.

  • 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

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 🌴

@codecov-io
Copy link

codecov-io commented Feb 25, 2018

Codecov Report

Merging #2310 into master will increase coverage by 0.08%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2310      +/-   ##
==========================================
+ Coverage   98.96%   99.04%   +0.08%     
==========================================
  Files         129       99      -30     
  Lines        6294     3999    -2295     
  Branches      821      513     -308     
==========================================
- Hits         6229     3961    -2268     
+ Misses         64       38      -26     
+ Partials        1        0       -1
Impacted Files Coverage Δ
packages/mdc-radio/component.ts
packages/mdc-grid-list/index.ts
packages/mdc-line-ripple/index.ts
packages/mdc-chips/chip-set/index.ts
packages/mdc-select/helper-text/index.ts
packages/mdc-base/foundation.ts
packages/mdc-grid-list/foundation.ts
packages/mdc-tab-scroller/component.ts
packages/mdc-form-field/foundation.ts
packages/mdc-dialog/index.ts
... and 218 more

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 252009f...3b77efe. Read the comment docs.

greenkeeper bot added a commit that referenced this pull request Feb 27, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 27, 2018

Version 3.1.0 just got published.

Update to this version instead 🚀

Release Notes v3.1.0

Updates

  • Fancy logging; webpack-log is now used for logging to the terminal (webpack-dev-middleware was already using this).
  • The logLevel option 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.

  • 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

greenkeeper bot added a commit that referenced this pull request Mar 9, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 9, 2018

Version 3.1.1 just got published.

Update to this version instead 🚀

Release Notes v3.1.1
Commits

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

greenkeeper bot added a commit that referenced this pull request Apr 7, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 7, 2018

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
Commits

The new version differs by 3 commits.

  • 7430648 3.1.2
  • 50f4007 Update deps
  • da33d2b speed up incremental builds by not doing excessive stats.toJSON work (#1362)

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 8, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 8, 2018

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
Commits

The new version differs by 3 commits.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 2, 2018

Version 3.1.4 just got published.

Update to this version instead 🚀

Release Notes v3.1.4
  • Update to webpack-dev-middleware 3.1.3, which should fix paths with a space not working on Windows (#1392)
  • Fix logLevel option silent not being accepted by schema validation (#1372)
Commits

The new version differs by 4 commits.

  • 33be88d 3.1.4
  • 5c9f7c0 update package-lock
  • 2dafb77 Fix options schema inconsistency for logLevel (#1372)
  • 623d337 update webpack-dev-middleware dependency to v3.1.3 (#1392)

See the full diff

Copy link

@sebs sebs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is fine

greenkeeper bot added a commit that referenced this pull request Jul 22, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 22, 2018

Version 3.1.5 just got published.

Update to this version instead 🚀

Release Notes v3.1.5
  • Send the Progress event in the client so plugins can use it (#1427)
  • Update sockjs-client to fix infinite reconnection loop (#1434)
Commits

The new version differs by 5 commits.

  • e1bd264 3.1.5
  • 38c084b update deps
  • bb4b469 sendMsg('Progress', data) (#1427)
  • 9aad42d Update sockjs-client to 1.1.5 (#1434)
  • 3c1ff11 Fix path to webpack client hot reload scripts to be resolved relatively (#1416)

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 26, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 26, 2018

Version 3.1.6 just got published.

Update to this version instead 🚀

Release Notes v3.1.6

2018-08-26

Bug Fixes

  • bin: handle process signals correctly when the server isn't ready yet (#1432) (334c3a5)
  • examples/cli: correct template path in open-page example (#1401) (df30727)
  • schema: allow the output filename to be a {Function} (#1409) (e2220c4)
Commits

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

greenkeeper bot added a commit that referenced this pull request Aug 29, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 29, 2018

Version 3.1.7 just got published.

Update to this version instead 🚀

Release Notes v3.1.7

2018-08-29

Bug Fixes

  • Server: don't use spdy on node >= v10.0.0 (#1451) (8ab9eb6)
Commits

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

greenkeeper bot added a commit that referenced this pull request Sep 6, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 6, 2018

Version 3.1.8 just got published.

Update to this version instead 🚀

Release Notes v3.1.8

2018-09-06

Bug Fixes

  • package: yargs security vulnerability (dependencies) (#1492) (8fb67c9)
  • utils/createLogger: ensure quiet always takes precedence (options.quiet) (#1486) (7a6ca47)
Commits

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

greenkeeper bot added a commit that referenced this pull request Sep 24, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 24, 2018

Update to this version instead 🚀

Commits

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

@sebs
Copy link

sebs commented Sep 25, 2018

yeah, what about a MERGE? before this repo starts to stink of rotten old dependencies?
Or just delete the project all along, if it is not maintained

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 23, 2018

Update to this version instead 🚀

Release Notes for v3.1.10

2018-10-23

Bug Fixes

  • options: add writeToDisk option to schema (#1520) (d2f4902)
  • package: update sockjs-client v1.1.5...1.3.0 (url-parse vulnerability) (#1537) (e719959)
  • Server: set tls.DEFAULT_ECDH_CURVE to 'auto' (#1531) (c12def3)
Commits

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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 22, 2018

Update to this version instead 🚀

Release Notes for v3.1.13

3.1.13 (2018-12-22)

Bug Fixes

Commits

The new version differs by 2 commits.

  • bddfe16 chore(release): 3.1.13
  • 0bab1c0 fix: delete a comma for Node.js <= v7.x (#1609)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 24, 2018

Update to this version instead 🚀

Release Notes for v3.1.14

3.1.14 (2018-12-24)

Bug Fixes

  • add workaround for Origin header in sockjs (#1608) (1dfd4fb)
Commits

The new version differs by 2 commits.

  • 4b7a828 chore(release): 3.1.14
  • 1dfd4fb fix: add workaround for Origin header in sockjs (#1608)

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 24, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 20, 2019

Update to this version instead 🚀

Release Notes for v3.2.0

3.2.0 (2019-02-20)

Bug Fixes

Features

  • add sockPath option (options.sockPath) (#1553) (4bf1f76)
  • allow to use ca, pfx, key and cert as string (#1542) (0b89fd9)
  • automatically add the HMR plugin when hot or hotOnly is enabled (#1612) (178e6cc)
  • set development mode by default when unspecified (#1653) (5ea376b)
Commits

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

greenkeeper bot added a commit that referenced this pull request Feb 20, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 25, 2019

Update to this version instead 🚀

Release Notes for v3.2.1

3.2.1 (2019-02-25)

Bug Fixes

  • deprecation message about setup now warning about v4 (#1684) (523a6ec)
  • regression: allow ca, key and cert will be string (#1676) (b8d5c1e)
  • regression: handle key, cert, cacert and pfx in CLI (#1688) (4b2076c)
  • regression: problem with idb-connector after update internal-ip (#1691) (eb48691)
Commits

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

greenkeeper bot added a commit that referenced this pull request Feb 25, 2019
greenkeeper bot added a commit that referenced this pull request Apr 8, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 8, 2019

Update to this version instead 🚀

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 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

greenkeeper bot added a commit that referenced this pull request Apr 9, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 9, 2019

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 17, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 17, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 17, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 17, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 31, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 31, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 1, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 1, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 5, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 5, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 6, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 6, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 7, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 7, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 18, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 18, 2019
@moog16 moog16 closed this Jun 19, 2019
@moog16 moog16 deleted the greenkeeper/webpack-dev-server-3.0.0 branch June 19, 2019 00:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants