leecade / fe

:dog: Provide Font-End 2017 Tech Stack and standalone build environment
MIT License
15 stars 4 forks source link

An in-range update of webpack-hot-middleware is breaking the build 🚨 #60

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

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

Branch Build failing 🚨
Dependency webpack-hot-middleware
Current Version 2.16.1
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

As webpack-hot-middleware is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them. I recommend you give this issue a very high priority. I’m sure you can resolve this :muscle:


Status Details - βœ… **coverage/coveralls** First build on greenkeeper/webpack-hot-middleware-2.17.0 at 12.808% [Details](https://coveralls.io/builds/10169498) - βœ… **ci/circleci** Your tests passed on CircleCI! [Details](https://circleci.com/gh/leecade/fe/199?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link) - ❌ **continuous-integration/appveyor/branch** AppVeyor build failed [Details](https://ci.appveyor.com/project/leecade/fe/build/1.0.220)
Commits

The new version differs by 3 commits .

  • a689475 2.17.0
  • c3f18fa Merge pull request #174 from apexskier/patch-1
  • 9b6effe Allow client overlay styles to be customized

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

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 3 commits .

  • 7e48a68 2.17.1
  • b5893ce Merge pull request #177 from jackdpeterson/patch-1
  • 65153f4 bump ansi-html for IE compatibility

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.18.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 11 commits .

  • 7d2db13 2.18.0
  • 6c38be2 Add more explanation about how hot reloading isn't my problem
  • 1747761 Merge pull request #186 from everson/patch-1
  • f1711b8 Fix typos on README
  • 0916fe9 Merge pull request #181 from EnigmaCurry/patch-1
  • b83942c Merge pull request #185 from piperchester/patch-1
  • f036fcb Fix typo in README
  • 73e030e Changes warning color for dark console themes
  • 7e48a68 2.17.1
  • b5893ce Merge pull request #177 from jackdpeterson/patch-1
  • 65153f4 bump ansi-html for IE compatibility

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.18.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 21 commits.

  • 75a766e 2.18.1
  • 25cd013 Merge pull request #220 from sudo-suhas/docs_webpack_links
  • 985e117 docs: Update webpack docs links to webpack 2
  • 4cc229d Merge pull request #219 from rangoo94/bugfix/fix-problem-with-processing-events-over-nginx
  • 319bcbe Tell Nginx to proxy event stream messages from webpack-hot-middleware immediately
  • 6181f4d Merge pull request #212 from pd4d10/patch-1
  • 7b65816 Add tests
  • e24f1ad Fix #154: handle trailing slash of public path correctly
  • 4074535 Merge pull request #196 from evilebottnawi/reduce-package-size
  • 7f6889c Chore: reduce package size.
  • 7d2db13 2.18.0
  • 6c38be2 Add more explanation about how hot reloading isn't my problem
  • 1747761 Merge pull request #186 from everson/patch-1
  • f1711b8 Fix typos on README
  • 0916fe9 Merge pull request #181 from EnigmaCurry/patch-1

There are 21 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.18.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 2 commits.

  • 6b03dec 2.18.2
  • b60d3eb Revert "Merge pull request #212 from pd4d10/patch-1"

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.19.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 16 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
  • 6b03dec 2.18.2
  • b60d3eb Revert "Merge pull request #212 from pd4d10/patch-1"

There are 16 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.19.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 19 commits.

  • 7c741e4 2.19.1
  • 5d3e2ee Don't use ES2015 syntax
  • d6a502f Enable linting
  • 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

There are 19 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.20.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 23 commits.

  • 8654bb5 2.20.0
  • a1e5c8b Merge pull request #254 from Aetherall/patch-1
  • 70660c8 Indent
  • 21155e7 Better debugging
  • 7c741e4 2.19.1
  • 5d3e2ee Don't use ES2015 syntax
  • d6a502f Enable linting
  • 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

There are 23 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.21.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 30 commits.

There are 30 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 94 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
  • 9a34fdd 2.24.0
  • 0222171 Merge branch 'close'
  • 79f0229 More package-lock churn
  • d5b14b2 Add close method
  • 26e8479 2.23.1
  • 573b9a3 Add some fallback code to handle missing stats compilation details
  • 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

There are 94 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 7 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
  • 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] commented 5 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 4 commits.

  • cb29abb 2.25.0
  • bbffbe6 Merge branch 'master' of github.com:webpack-contrib/webpack-hot-middleware
  • 82dd483 Merge pull request #360 from jimblue/master
  • e2b49ff improved client overlay style

See the full diff