frederikprijck / angularjs-webpack-starter

:rocket: A modern frontend setup for AngularJS projects using NPM, TypeScript and Webpack.
184 stars 59 forks source link

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

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

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 could not complete due to an error ([Details](https://travis-ci.org/frederikprijck/angularjs-webpack-starter/builds/570036873?utm_source=github_status&utm_medium=notification)).

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](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 4 years ago

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[bot] commented 4 years ago

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[bot] commented 4 years ago

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[bot] commented 4 years ago

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[bot] commented 4 years ago

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[bot] commented 4 years ago

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