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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update webpack-hot-middleware to the latest version 🚀 #57

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

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Sep 6, 2017

Version 2.19.0 of webpack-hot-middleware just got published.

Dependency webpack-hot-middleware
Current Version 2.18.2
Type dependency

The version 2.19.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-hot-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.


Commits

The new version differs by 14 commits.

  • 55c9c23 2.19.0
  • 18c0b25 Merge pull request #245 from martwana/override-via-function
  • 01afb66 Updated README, and gave new function a better name
  • 3e49ceb add codecoverage ignore, as exisiting tests cover the function calls made in the new one
  • 5322947 Merge pull request #246 from foiseworth/no-errors-webapack-1
  • ec2b35f Add note about NoErrorsPlugin in webpack 1
  • 5c59ef0 Add function to allow options to be changed without having to use resourceQuery
  • dc4556a Merge pull request #242 from garrettmaring/patch-1
  • ce80cbf Update OccurrenceOrderPlugin spelling
  • 71c1d2e Update example to latest webpack and dev-middleware
  • 196e967 Merge pull request #206 from jessehattabaugh/patch-1
  • deac91e Merge pull request #224 from gavenheim/patch-1
  • b41883a Update process-update.js
  • 84c9709 use NoEmitOnErrorsPlugin

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 7, 2017

Version 2.19.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 16, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 16, 2017

Version 2.20.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

See the full diff

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

greenkeeper bot commented Nov 26, 2017

Version 2.21.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • 3591ea8 2.21.0
  • d8b3d18 Bump package-lock.json, because that's a thing apparently?
  • 3e6d99a Merge pull request #264 from okcoker/feature/custom-client-colors
  • 3e1db24 Update readme
  • d2cb88a Allow for custom colors and custom overlay styling
  • 8ece2d2 Fix bundle js reference
  • 920248d Update deprecated package

See the full diff

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

greenkeeper bot commented Feb 28, 2018

Version 2.21.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 11 commits.

  • ae79f6a 2.21.1
  • 2da2e24 Upgrade example to webpack v4
  • e052aed Support plugin API of webpack v3 and v4
  • dfd30d6 Merge pull request #286 from silverlight513/example-fix
  • 9890dcc fixed call to bundle file in example
  • a257b08 Merge pull request #285 from kagawagao/master
  • 43c3a0e Update README.md
  • 5cdf04b Merge pull request #282 from olsonpm/fix-readme
  • 757cb54 koa-webpack no longer depends on this module
  • 6086db2 Merge pull request #276 from shellscape/master
  • 319c565 update README with koa-webpack

See the full diff

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

greenkeeper bot commented Mar 3, 2018

Version 2.21.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 7bc3f34 2.21.2
  • c975a09 Merge pull request #289 from Runrioter/master
  • 7837da1 refactor: use native url lib
  • 6b756cc Merge pull request #288 from qazbnm456/master
  • 5e7112f use 'invalid' hook instead

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 2.22.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 17 commits.

  • 6133e21 2.22.0
  • 92381b5 Merge pull request #300 from webpack-contrib/d3viant0ne/ci/CanaryUpdate
  • 385ce11 ci(circle): Pick up latest config from defaults
  • ad9326f docs(readme): Update CI status badge
  • ffb4a46 ci(Circle): Update to defaults CircleCI config
  • b79474f chore(package): Change coverage tooling
  • 8fba554 ci(Travis): Update to defaults 1.x CI configuration
  • e1cee48 docs(readme): Update coverage badge to codecov
  • 6fa86d5 docs(readme): Update project urls
  • 052a6bc Assign copyright to JS foundation
  • b0af1f9 Merge pull request #275 from benjarwar/feature/overlay-warnings
  • 2e8da50 Merge branch 'master' into feature/overlay-warnings
  • f51a473 Add conditional check for reporter
  • 81abf53 Strengthen overlayWarnings override
  • 8984fa2 Bump webpack-dev-middleware version in example

There are 17 commits in total.

See the full diff

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

greenkeeper bot commented Apr 18, 2018

Version 2.22.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 78c9e7e 2.22.1
  • 0ad2a10 Ensure that warning logs are still shown when the overlay isn't
  • a7edfd5 Hot update warning builds when warning overlay is off

See the full diff

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

greenkeeper bot commented May 13, 2018

Version 2.22.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 30d12c3 2.22.2
  • e0da910 Merge pull request #308 from webpack-contrib/fix-warning-overlay
  • f4353b9 Correctly hide the overlay when an errored build becomes merely warning

See the full diff

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

greenkeeper bot commented Jul 17, 2018

Version 2.22.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

See the full diff

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

greenkeeper bot commented Aug 31, 2018

Version 2.23.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 12 commits.

  • 258d828 2.23.0
  • dd7f17d Fixes to tests for latest version of mocha
  • b54027d Use npm audit instead of nsp
  • 30ca703 Dependency bumps
  • 4e21caa Merge pull request #329 from okcoker/json-improvement
  • c3efe6f Merge branch 'master' into json-improvement
  • cc6cdce Merge pull request #327 from nvdlug/patch-1
  • 686dc75 Add test for compilation name fallback
  • 3b11308 Explicitly grab necessary json keys for publish
  • 1c57962 Fix typo
  • 3e378c4 Merge pull request #325 from blowery/patch-1
  • 72ef256 typos in middleware test comments

See the full diff

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

greenkeeper bot commented Sep 3, 2018

Version 2.23.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 26e8479 2.23.1
  • 573b9a3 Add some fallback code to handle missing stats compilation details

See the full diff

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

greenkeeper bot commented Sep 13, 2018

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

See the full diff

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

greenkeeper bot commented Sep 20, 2018

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • fb89103 2.24.1
  • bae11c0 Merge pull request #333 from Zdend/moduleId-fallback
  • be7d5cb Using a fallback moduleId if it cannot be found in the moduleMap

See the full diff

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

greenkeeper bot commented Sep 21, 2018

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 0307650 2.24.2
  • d402149 Merge pull request #335 from Zdend/string-evaluation-fix
  • 1efd7d2 Fixing pipe evaluation inside string concatenation for error output and logging of updates

See the full diff

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

greenkeeper bot commented Oct 8, 2018

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • bf72dcd 2.24.3
  • 621155d Merge pull request #336 from chiplay/patch-1
  • af4d5bd Add cached to stats output
  • be1c4fe Remove all: false from stats.toJson options to fix HMR in certain setups

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 25, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 25, 2019
greenkeeper bot added a commit that referenced this pull request May 15, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented May 15, 2019

Update to this version instead 🚀

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