Skip to content

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

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

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

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Feb 28, 2018

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 3.0.0 of webpack-dev-middleware was just published.

Dependency webpack-dev-middleware
Current Version 2.0.6
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-middleware.

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

  • Webpack 4 (#267)
  • remove watchOffset option in favor of time-fix-plugin

Breaking Changes

  • Introduces full support for webpack v4 and removes support for lesser versions.
  • The watchOffset option has been removed and the README has been updated with alternative means of accomplishing the same result for this module and webpack v4.
Commits

The new version differs by 3 commits.

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 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 6, 2018

Version 3.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

See the full diff

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

greenkeeper bot commented Mar 26, 2018

Version 3.1.0 just got published.

Update to this version instead 🚀

Release Notes v3.1.0

Bugfixes

  • On windows path spaces should resolve to %20 (#288)
  • fixes #282. credit @cexoso. in certain edge situations res.locals is undefined (d26c67c)

Features

  • Allow Writing Files to Disk (#287)
Commits

The new version differs by 5 commits.

  • 4d53d7c 3.1.0
  • 8a0bb32 Allow Writing Files to Disk (#287)
  • 08207cc On windows path spaces should resolve to %20 (#288)
  • d26c67c fixes #282. credit @cexoso. in certain edge situations res.locals is undefined
  • 781bdc1 update README with publicPath doc link

See the full diff

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

greenkeeper bot commented Apr 5, 2018

Version 3.1.1 just got published.

Update to this version instead 🚀

Release Notes v3.1.1

Bugfixes

  • fix(package): add chalk to peerDeps (#292)
Commits

The new version differs by 2 commits.

See the full diff

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

greenkeeper bot commented Apr 5, 2018

Version 3.1.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 884664a chore(release): v3.1.2
  • 6255a43 refactor: use chalk from webpack-log (#293)

See the full diff

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

greenkeeper bot commented Apr 26, 2018

Version 3.1.3 just got published.

Update to this version instead 🚀

Release Notes v3.1.3

Bugfixes

  • Excluded outputPath from URI escaping to fix #297. (#303)
  • fix: fixes #290 - MultiCompiler exception with writeToDisk (#301)
Commits

The new version differs by 6 commits.

  • 27b6c1a 3.1.3
  • 30ba0d7 chore: update package-lock.json
  • e606cf1 Excluded outputPath from URI escaping to fix #297. (#303)
  • ac17265 fix: fixes #290 - MultiCompiler exception with writeToDisk
  • e0d4293 docs(readme): fix missing right parenthesis (#299)
  • 9afcd36 docs(readme): update requirements section to include webpack@4+

See the full diff

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.

0 participants