Kornil / medium-migration-website

1 stars 0 forks source link

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

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency 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 devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details - ❌ **continuous-integration/travis-ci/push:** The Travis CI build could not complete due to an error ([Details](https://travis-ci.org/Kornil/personal-website/builds/475910296?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 passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v3.6.1

3.6.1 (2019-03-06)

Bug Fixes

  • do not overwrite Content-Type if header already exists (#377) (b2a6fed)
Commits

The new version differs by 15 commits.

  • 894ba2b chore(release): 3.6.1
  • b2a6fed fix: do not overwrite Content-Type if header already exists (#377)
  • e5bd8f8 chore(release): 3.6.0
  • a54dd45 chore(deps): update (#373)
  • 2a84dd4 ci: improve (#372)
  • 81c2c5d refactor: consistent write to fs (#371)
  • 1762cb3 feat: configurable file system via options.fs (#370)
  • 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)
  • 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 passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v3.6.2

3.6.2 (2019-04-03)

Bug Fixes

  • check existence of res.getHeader and set the correct Content-Type (#385) (56dc705)
Commits

The new version differs by 20 commits.

  • 7942228 chore(release): 3.6.2
  • 56dc705 fix: check existence of res.getHeader and set the correct Content-Type (#385)
  • eb2e32b chore: import development (#387)
  • e6c2b3c refactor: migrate on jest (#386)
  • dba5e02 test: fix overwrite Content-Type (#378)
  • 894ba2b chore(release): 3.6.1
  • b2a6fed fix: do not overwrite Content-Type if header already exists (#377)
  • e5bd8f8 chore(release): 3.6.0
  • a54dd45 chore(deps): update (#373)
  • 2a84dd4 ci: improve (#372)
  • 81c2c5d refactor: consistent write to fs (#371)
  • 1762cb3 feat: configurable file system via options.fs (#370)
  • 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)

There are 20 commits in total.

See the full diff