Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

An in-range update of webpack-dev-server is breaking the build 🚨 #205

Open
greenkeeper bot opened this issue Dec 18, 2019 · 5 comments
Open

An in-range update of webpack-dev-server is breaking the build 🚨 #205

greenkeeper bot opened this issue Dec 18, 2019 · 5 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Dec 18, 2019

The devDependency webpack-dev-server was updated from 3.9.0 to 3.10.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-server 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).

Release Notes for v3.10.0

3.10.0 (2019-12-18)

Features

  • client: allow sock port to use location's port (sockPort: 'location') (#2341) (dc10d06)
  • server: add contentBasePublicPath option (#2150) (cee700d)

Bug Fixes

Commits

The new version differs by 29 commits.

  • e330423 chore(release): 3.10.0
  • dc8b475 fix: https on chrome linux (#2330)
  • 8f89c01 fix: support webpack@5 (#2359)
  • 3203688 chore(deps): update dependency url-loader to v3 (master) (#2331)
  • e0c1ef0 chore(deps): update dependency webpack to ^4.41.3 (master) (#2354)
  • cf82fc2 chore(deps): update dependency file-loader to v5 (#2328)
  • c570222 chore(deps): update all minor dependencies (#2342)
  • c16c445 chore(deps): update lock file (#2345)
  • 54d222f chore(deps): update all patch dependencies (master) (patch) (#2340)
  • dc10d06 feat(client): allow sock port to use location's port (#2341)
  • a599f99 refactor(client): createSocketUrl to make it better unit tested (#2336)
  • 5f8c575 chore(deps): update all patch dependencies (#2326)
  • cee700d feat(server): add contentBasePublicPath option (#2150)
  • bd6783a chore(deps): update dependency jest-junit to v10 (#2337)
  • 5dfa367 chore(deps): update all minor dependencies (#2319)

There are 29 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 18, 2019

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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 19, 2019

Your tests are still failing with this version. Compare changes

Release Notes for v3.10.1

3.10.1 (2019-12-19)

Bug Fixes

Commits

The new version differs by 2 commits.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 31, 2020

Your tests are still failing with this version. Compare changes

Release Notes for v3.10.2

3.10.2 (2020-01-31)

Bug Fixes

  • fallthrough non GET and HEAD request to routes (#2374) (ebe8eca)
  • add an optional peer dependency on webpack-cli (#2396) (aa365df)
  • add heartbeat for the websocket server (#2404) (1a7c827)
Commits

The new version differs by 16 commits ahead by 16, behind by 2.

  • 5aa86b5 chore(release): 3.10.2
  • 1a7c827 fix: add heartbeat for the websocket server (#2404)
  • 0325b01 chore(deps): update all patch dependencies (#2412)
  • 7852f05 chore(deps): update dependency lint-staged to v10 (#2397)
  • 43e8c24 chore(deps): update all patch dependencies (#2394)
  • d7ebf19 chore(deps): update all minor dependencies (#2390)
  • aa365df fix: add an optional peer dependency on webpack-cli (#2396)
  • f9937f5 chore(deps): update all patch dependencies to ^8.3.4 (#2382)
  • a1d28c0 chore(deps): update all patch dependencies (master) (patch) (#2372)
  • f671241 chore(deps): update all minor dependencies (master) (minor) (#2375)
  • ebe8eca fix(server): fallthrough non GET and HEAD request to routes… (#2374)
  • f4c8f94 chore(deps): update dependency eslint-config-prettier to ^6.8.0… (#2371)
  • 453b41e chore(deps): update all minor dependencies (master) (minor) (#2366)
  • ff3dfbc chore(deps): update all patch dependencies (#2367)
  • 699404b fix: ie11 compatibility (#2364)

There are 16 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 5, 2020

Your tests are still failing with this version. Compare changes

Release Notes for v3.10.3

3.10.3 (2020-02-05)

Bug Fixes

Commits

The new version differs by 4 commits.

  • f710b7d chore(release): 3.10.3
  • e291cd4 fix: forward error requests to the proxy (#2425)
  • 7ee8bc0 chore(deps): update dependency eslint-plugin-import to ^2.20.1 (#2422)
  • 638103f chore(deps): update dependency lint-staged to ^10.0.7 (#2413)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 8, 2020

Your tests are still failing with this version. Compare changes

Release Notes for v3.11.0

3.11.0 (2020-05-08)

Features

Bug Fixes

Commits

The new version differs by 33 commits.

  • 4ab1f21 chore(release): 3.11.0
  • 0e51fb1 fix: invalidate route (#2584)
  • f857c40 chore: deps and tests
  • 41d1d0c fix(deps): security vulnerability in yargs-parser (#2566)
  • 375ab23 ci: add node@14 (#2530)
  • 776e7d4 chore(deps): update dependency html-entities to ^1.3.1 (master) (#2513)
  • 984536c chore: update lint-staged config (#2524)
  • 89ffb86 feat: add invalidate endpoint (#2493)
  • 0e9bffb chore(deps): update all patch dependencies (#2508)
  • 99ccfd8 fix: update jquery (#2516)
  • 06583f2 fix: do not swallow errors from server (#2512)
  • 0d5c681 fix(server): don't crash on setupExitSignals(undefined) (#2507)
  • c436058 chore(deps): update all patch dependencies (master) (patch) (#2503)
  • 4808abd feat(progess): emit progress-update (#2498)
  • adeb92e feat: allow open option to accept an object (#2492)

There are 33 commits in total.

See the full diff

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

0 participants