jcoreio / crater

Meteor/Webpack/React SSR app skeleton that runs your app code outside of Meteor Isobuild
ISC License
82 stars 10 forks source link

An in-range update of webpack-dev-middleware is breaking the build 🚨 #173

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

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

Branch Build failing 🚨
Dependency webpack-dev-middleware
Current Version 1.10.2
Type devDependency

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

As webpack-dev-middleware is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this :muscle:

Status Details - ✅ **continuous-integration/travis-ci/push** The Travis CI build passed [Details](https://travis-ci.org/jcoreio/crater/builds/245633927?utm_source=github_status&utm_medium=notification) - ❌ **coverage/coveralls** First build on greenkeeper/webpack-dev-middleware-1.11.0 at 84.456% [Details](https://coveralls.io/builds/12079668)

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

After pinning to 1.10.2 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 6 years ago

Version 1.12.0 just got published.

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

Release Notes v1.12.0

Updates

  • Test updates for Node 8 and Sinon

Features

  • Added optional time output for logging

Bugfixes

  • Stop serving index.html if options.index is falsy
  • Use querystring.unescape to fallback to safer equivalent that does not throw on malformed URIs
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