Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Update dependency webpack-dev-server to v3 #769

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 27, 2018

This Pull Request updates dependency webpack-dev-server from ^2.9.7 to ^3.0.0

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!


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.

v3.1.1


v3.1.2

  • Speed up incremental builds (#​1362)
  • Update webpack-dev-middleware to 3.1.2

v3.1.3

  • Fix HMR causing a crash when trying to reload

Commits

v3.0.0

  • f4f14ce Fix support for DynamicEntryPlugin (#​1319)
  • dbea323 Update deps
  • ab4eeb0 Fix page not reloading after fixing first error on page (#​1317)
  • 7378e3e Merge branch 'webpack-4'
  • cdd10fa Stop testing node v4 on travis ci
  • 1e7acca Actually make the yargs version test do something
  • dfe137c Hopefully fix failing CI tests (the hacky way)
  • eedf10f Try again at fixing CI by upping timeout (necessary for node v6)
  • 6e1d886 3.0.0

v3.1.0

v3.1.1

  • f2db057 Don't invoke function on static html string (#​1329)
  • ef55984 Remove Tapable#apply calls (#​1331)
  • 2b40391 Upgrade webpack-dev-middleware dependency
  • 3c9592e Actually upgrade package-lock.json...
  • 7b9269e Update deps
  • 34a6cc3 And update pinned webpack-dev-middleware
  • 3a7f7d5 3.1.1

v3.1.2

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

v3.1.3


This PR has been generated by Renovate Bot.

@renovate renovate bot force-pushed the renovate/webpack-dev-server-3.x branch from 0d861ae to 429512d Compare April 15, 2018 22:06
@edmorley edmorley added this to the v9 milestone Apr 16, 2018
@renovate renovate bot changed the title Update dependency webpack-dev-server to ^3.0.0 Update dependency webpack-dev-server to v3 Apr 17, 2018
@edmorley edmorley mentioned this pull request Apr 20, 2018
4 tasks
edmorley added a commit that referenced this pull request Apr 25, 2018
Notable changes:
* Major version updates of `webpack`, `webpack-dev-server` and `optimize-css-assets-webpack-plugin`
* Uses the new webpack 4 `mode` option
* Removed `@neutrinojs/chunk` in favour of the `splitChunks` feature
* Removed `@neutrinojs/babel-minify` in favour of the faster `uglify-es`
* Removed redundant `ModuleConcatenationPlugin` usage
* Removed default of `NODE_ENV` from `@neutrinojs/env`
* Replaced `extract-text-webpack-plugin` with `mini-css-extract-plugin`
* Stopped pinning `webpack-sources` to v1.0.1
* Added checks to warn about changed web preset `minify` options
* Added checks to enforce that users remove any legacy `vendor` entrypoints

For more details on the webpack changes, see:
https://github.com/webpack/webpack/releases/tag/v4.0.0

Fixes #737.
Fixes #802.
Closes #748.
Closes #768.
Closes #769.
Closes #766.
@renovate renovate bot deleted the renovate/webpack-dev-server-3.x branch April 25, 2018 15:20
@edmorley edmorley self-assigned this Jul 13, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging this pull request may close these issues.

2 participants