Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
greenkeeper bot opened this issue Aug 9, 2019 · 8 comments
Closed

Comments

@greenkeeper
Copy link

greenkeeper bot commented Aug 9, 2019

The devDependency webpack-dev-server was updated from 3.7.2 to 3.8.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 failed (Details).

Release Notes for v3.8.0

3.8.0 (2019-08-09)

Bug Fixes

  • server: fix setupExitSignals usage (#2181) (bbe410e)
  • server: set port before instantiating server (#2143) (cfbf229)
  • check for name of HotModuleReplacementPlugin to avoid RangeError (#2146) (4579775)
  • server: check for external urls in array (#1980) (fa78347)
  • server: fix header check for socket server (#2077) (7f51859)
  • server: stricter headers security check (#2092) (078ddca)

Features

Potential Breaking Changes

We have migrated serverMode and clientMode to transportMode as an experimental option. If you want to use this feature, you have to change your settings.

Related PR: #2116

Commits

The new version differs by 65 commits.

  • 84cb481 chore(release): 3.8.0
  • b5b9cb4 feat(server): add transportMode (#2116)
  • 460f15a test(e2e): More e2e test improvements (#2163)
  • bc7005e chore(deps): update dependency husky to ^3.0.3 (master) (#2182)
  • bbe410e fix(server): fix setupExitSignals usage (#2181)
  • 21e7646 chore(deps): update dependency style-loader to v1 (#2179)
  • a28800d chore(deps): update webpack@4.39.1 (#2176)
  • 68a1f29 chore(deps): update webpack to 4.39.0 (#2171)
  • c2da532 chore(deps): update dependency standard-version to v7 (#2160)
  • 18edd18 refactor: simplify (#2120)
  • cfbf229 fix(server): set port before instantiating server (#2143)
  • f80e2ae chore(babel): use api.cache (#2157)
  • 0de4eba chore(deps): update all patch dependencies (#2159)
  • 1f9f9dc test(utils): increase coverage (#2156)
  • 9c171d1 chore(deps): update all patch dependencies (master) (patch) (#2151)

There are 65 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
Author

greenkeeper bot commented Aug 9, 2019

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

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 16, 2019

Your tests are still failing with this version. Compare changes

Release Notes for v3.8.1

3.8.1 (2019-09-16)

Bug Fixes

Commits

The new version differs by 30 commits.

  • 9d1c6d2 chore(release): 3.8.1
  • 9764d57 chore(deps): update minor dependencies without http proxy middleware (#2248)
  • 090b184 test(cli): use ports map for quiet logging test (#2247)
  • 00903f6 fix: scriptHost in client (#2246)
  • 5f9dde9 chore(deps): update dependency is-absolute-url to ^3.0.2 (maste… (#2249)
  • 7e2224e fix: add status in quiet log level (#2235)
  • 3748c3f chore(deps): update dependency typescript to ^3.6.3 (master) (#2245)
  • 7daff1d chore(deps): update all patch dependencies (#2241)
  • fffb21e chore(deps): update dependency webpack-dev-middleware to ^3.7.1 (#2237)
  • 96fb33a chore(deps): update dependency husky to ^3.0.5 (master) (#2236)
  • ea61454 chore(deps): update all minor dependencies (master) (minor) (#2234)
  • 62e874c refactor(magic-html): use string template (#2232)
  • 88f0fc9 chore(deps): update all patch dependencies (master) (patch) (#2230)
  • b24f072 chore(deps): update dependency sockjs-client to v1.4.0 (#2217)
  • 78f2fb4 chore(deps): update dependency jest-junit to v8 (#2227)

There are 30 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 2, 2019

Your tests are still failing with this version. Compare changes

Release Notes for v3.8.2

3.8.2 (2019-10-02)

Security

  • update selfsigned package
Commits

The new version differs by 7 commits.

  • 9108d5b chore(release): 3.8.2
  • af77562 chore(deps): update all patch dependencies (master) (patch) (#2267)
  • b609d38 chore(renovate): ignore http-proxy-middleware updates (#2269)
  • 2e8414d chore(deps): update all patch dependencies (#2263)
  • 25f1b57 chore(deps): delete ^ from http-proxy-middleware (#2260)
  • befdade chore(deps): update all patch dependencies to ^7.6.2 (#2258)
  • 979c099 chore(deps): update dependency webpack-cli to ^3.3.9 (#2254)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 22, 2019

Your tests are still failing with this version. Compare changes

Release Notes for v3.9.0

3.9.0 (2019-10-22)

Bug Fixes

  • add hostname and port to bonjour name to prevent name collisions (#2276) (d8af2d9)
  • add extKeyUsage to self-signed cert (#2274) (a4dbc3b)

Features

Commits

The new version differs by 10 commits.

  • 4d99f6d chore(release): 3.9.0
  • 4abc8c3 chore(deps): update package-lock.json (#2289)
  • e1d4d7f chore(deps): update all patch dependencies (master) (patch) (#2281)
  • a4dbc3b fix(server): Add extKeyUsage to self-signed cert (#2274)
  • b0070f3 chore(deps): update all patch dependencies (#2275)
  • d8af2d9 fix: add hostname and port to bonjour name to prevent name collisions (#2276)
  • 6d1f24f chore(deps): update all patch dependencies (master) (patch) (#2271)
  • c9e9178 feat(options): add multiple openPage support (#2266)
  • 06e014b chore(deps): update all minor dependencies (#2252)
  • 98aa8e1 chore(cli): move webpack cli flags to dev server (#2270)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 18, 2019

Your tests are still failing with this version. Compare changes

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

@greenkeeper
Copy link
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
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
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

@khtdr khtdr closed this as completed Aug 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant