mldangelo / personal-site

My personal website - built with React, React-Router, React-Snap for Static-Export, and GitHub Pages.
https://mldangelo.com
MIT License
1.3k stars 862 forks source link

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

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency webpack-dev-middleware was updated from 3.4.0 to 3.5.0.

🚨 View failing branch.

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

webpack-dev-middleware is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details - ❌ **continuous-integration/travis-ci/push:** The Travis CI build could not complete due to an error ([Details](https://travis-ci.org/mldangelo/personal-site/builds/475910322?utm_source=github_status&utm_medium=notification)).

Release Notes for v3.5.0

3.5.0 (2019-01-04)

Bug Fixes

  • middleware: do not add 'null' to Content-Type (#355) (cf4d7a9)

Features

  • allow to redefine mimeTypes (possible to use force option) (#349) (e56a181)
Commits

The new version differs by 6 commits.

  • 0e8ac82 chore(release): 3.5.0
  • cf4d7a9 fix(middleware): do not add 'null' to Content-Type (#355)
  • e6cfe7c Update package-lock.json (#352)
  • e56a181 feat: allow to redefine mimeTypes (possible to use force option) (#349)
  • a59b9fd docs(readme): fix writeToDisk example (#342)
  • cc46398 docs(release): 3.4.0

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 5 years ago

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.5.1

3.5.1 (2019-01-17)

Bug Fixes

  • remove querystring from filenames when writing to disk (#361) (90d0d94)
Commits

The new version differs by 5 commits.

  • 71c3e20 chore(release): 3.5.1
  • d86bd01 ci: test on all lts node version on linux (#364)
  • 464de8d ci: node@11 test on windows (#363)
  • 113f79b chore(deps): update (#362)
  • 90d0d94 fix: remove querystring from filenames when writing to disk (#361)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.5.2

3.5.2 (2019-02-06)

Bug Fixes

Commits

The new version differs by 3 commits.

  • 8e54af2 chore(release): 3.5.2
  • b135b3d fix: don't add charset to usdz file type (#357)
  • c64a2c1 test: add tests to assert if subdirectories with special characters are served correctly (#365)

See the full diff