axe312ger / metalsmith-webpack-suite

:chains: Working example of metalsmith and webpack 3
30 stars 9 forks source link

Update webpack-dev-middleware to the latest version 🚀 #41

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 7 years ago

Version 1.11.0 of webpack-dev-middleware just got published.

Dependency webpack-dev-middleware
Current Version 1.10.2
Type devDependency

The version 1.11.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of webpack-dev-middleware. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes v1.11.0

Updates

  • Webpack@3 Support
  • Koa@2 Support

Features

  • add mimeTypes option

Bugfixes

  • Use options.log, warn and error for messages
  • serverSideRendering example corrected
  • added support for multi-compiler configuration
Commits

The new version differs by 13 commits.

  • e264335 1.11.0
  • a22f69b updating devDep, server tests for webpack@3s
  • a9e83b4 chore(package): update peerDependencies (webpack v3.0.0) (#200)
  • 9050342 fixes #178: update webpack peer dep
  • 8f41224 resolving review requests from #186
  • 42c2e5d Use options.log, warn and error for compilation messages (#186)
  • 3833a85 Add a option, mimeTypes, to support defining custom mime types (#150)
  • ebb1fe5 Make serverSideRendering example work consistently (#196)
  • 26f0b40 Fix webpackDevMiddleware to work with Koa2, a Promise must always be returned (#177)
  • a02a3cf silly typo in issue template
  • cf18395 updating the issue template with more emphasis
  • 23a7509 resolve merge conflict for PR #151 (#187)
  • ae920f1 fix tests for removed headers

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 1.12.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • 762797e 1.12.0
  • 1954994 fix sinon desperation (#209)
  • 4203bdf add node 8 for travis test (#208)
  • 63ac805 Add report time feature (#195)
  • 712040d Stop serving index.html if options.index is falsy (#154)
  • e33087c Use querystring.unescape to fallback to safer equivalent that does not throw on malformed URIs (#201)

See the full diff