Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

Update webpack-dev-server to the latest version 馃殌 #272

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Feb 25, 2018

鈽濓笍 Greenkeeper鈥檚 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鈥檛 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鈥檛 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鈥檛 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 #272 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #272   +/-   ##
=======================================
  Coverage   95.75%   95.75%           
=======================================
  Files          25       25           
  Lines         165      165           
  Branches       10       10           
=======================================
  Hits          158      158           
  Misses          6        6           
  Partials        1        1

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 bf4795c...55762db. Read the comment docs.

@greenkeeper
Copy link
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
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
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
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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant