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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump webpack-dev-server from 2.11.1 to 3.1.1 #51

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps webpack-dev-server from 2.11.1 to 3.1.1.

Release notes

Sourced from webpack-dev-server's releases.

v3.1.1

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.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.0.0-beta.2

  • Since webpack v4 the entry option is optional and will default to ./src/. This didn't work in webpack-dev-server (#1308).

v3.0.0-beta.1

This beta release differs a lot with the earlier alpha versions.

The previous alpha versions dropped a lot of features and supported less browsers, in an effort to get webpack-dev-server back to its core.
These efforts have been moved to webpack-serve, and instead this major version of webpack-dev-version will focus on webpack v4 compatibility.

The changelog below is compared to the latest v2 version of webpack-dev-server:

  • Support for webpack v4.
  • webpack-dev-middleware updated to v2 (see changes).
  • Drops support for Node.js v4, going forward we only support v6+ (same as webpack).

We need your feedback! Please test this release. 馃悰 馃悶 馃憖

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

If you'd like to skip this version, you can just close this PR. If you have any feedback just mention @dependabot in the comments below.

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 2.11.1 to 3.1.1.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Commits](webpack/webpack-dev-server@v2.11.1...v3.1.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview
Copy link
Contributor Author

Superseded by #66.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/webpack-dev-server-3.1.1 branch April 9, 2018 04:16
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

1 participant