madeagency / reactivity

A Bleeding Edge React Universal Boilerplate for Power Users.
MIT License
79 stars 12 forks source link

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

Open greenkeeper[bot] opened 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 - ❌ **ci/circleci: build:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/madeagency/reactivity/1117?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).

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 passing again. Downgrade this dependency πŸ“Œ.

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.6.0

3.6.0 (2019-02-19)

Features

  • configurable file system via options.fs (#370) (1762cb3)
Commits

The new version differs by 5 commits.

  • 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)

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.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 2 commits.

  • 894ba2b chore(release): 3.6.1
  • b2a6fed fix: do not overwrite Content-Type if header already exists (#377)

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.7.0

3.7.0 (2019-05-15)

Features

Commits

The new version differs by 18 commits.

  • 81bc1f7 chore(release): 3.7.0
  • ef38424 chore(deps): update dependency lint-staged to v8.1.7 (#402)
  • ec3d5eb feat: support HEAD method by default (#398)
  • f227570 chore(deps): update dependency prettier to v1.17.1 (#400)
  • 839e7a7 chore(deps): update dependency husky to v2.3.0 (#401)
  • db50233 chore(deps): pin dependencies (#396)
  • 036186e chore(renovate): update config file (#397)
  • af94704 chore(default): migrate (#394)
  • 762efe4 Configure Renovate (#395)
  • 6d191d0 chore(deps): update some devDependencies (#389)
  • e1c160b chore(github): add hiroppy to CODEOWNERS (#388)
  • 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)

There are 18 commits in total.

See the full diff