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 🚨 #37

Open
greenkeeper bot opened this issue Apr 9, 2019 · 10 comments
Open

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

greenkeeper bot opened this issue Apr 9, 2019 · 10 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Apr 9, 2019

The devDependency webpack-dev-server was updated from 3.3.0 to 3.3.1.

🚨 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

Release Notes for v3.3.1

3.3.1 (2019-04-09)

Bug Fixes

  • regression: always get necessary stats for hmr (#1780) (66b04a9)
  • regression: host and port can be undefined or null (#1779) (028ceee)
  • only add entries after compilers have been created (#1774) (b31cbaa)
Commits

The new version differs by 6 commits.

  • 99b78dc chore(release): 3.3.1
  • f10fd68 docs: fix changelog (#1783)
  • b31cbaa fix: only add entries after compilers have been created (#1774)
  • 66b04a9 fix(regression): always get necessary stats for hmr (#1780)
  • 028ceee fix(regression): host and port can be undefined or null (#1779)
  • f5ea174 docs(contribution): alternative way to test (#1506)

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 Apr 9, 2019

After pinning to 3.3.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 May 17, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.4.0

3.4.0 (2019-05-17)

Bug Fixes

Features

Commits

The new version differs by 60 commits.

  • 45d39ac chore(release): 3.4.0
  • ec7eb9c chore(deps): update dependency internal-ip to ^4.3.0 (#1893)
  • dbb845d chore(renovate): ignore peerDependencies (#1894)
  • df9d09c chore(deps): update express to 4.17 version (#1896)
  • 2a81ad2 fix(stats): add errors-warnings preset (#1895)
  • ce3792c chore(deps): update all patch dependencies (patch) (#1892)
  • fc4fe32 feat(server): add liveReload option to enable/disable live reloading (#1889)
  • 1c2beff chore(renovate): add rangeStrategy: bump (#1885)
  • 6020e21 refactor: setupFeatures method (#1891)
  • df6a020 chore: refactor lint and prettier commands (#1888)
  • 2f56b18 chore(deps): update dependency eslint-config-prettier to v4.3.0 (#1887)
  • 294e155 refactor: listen method (#1884)
  • c535bb2 fix: do not include config files in dist (#1883)
  • fd0610b ci: npm audit and lint commit message (#1880)
  • d1c319c refactor: setupFeatures method (#1877)

There are 60 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 17, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.4.1

3.4.1 (2019-05-17)

Bug Fixes

Commits

The new version differs by 63 commits.

  • a321494 chore(release): 3.4.1
  • 6a444cd fix: broken hot reload (#1903)
  • 0ae9be8 fix: add none and warning to clientLogLevel (#1901)
  • 45d39ac chore(release): 3.4.0
  • ec7eb9c chore(deps): update dependency internal-ip to ^4.3.0 (#1893)
  • dbb845d chore(renovate): ignore peerDependencies (#1894)
  • df9d09c chore(deps): update express to 4.17 version (#1896)
  • 2a81ad2 fix(stats): add errors-warnings preset (#1895)
  • ce3792c chore(deps): update all patch dependencies (patch) (#1892)
  • fc4fe32 feat(server): add liveReload option to enable/disable live reloading (#1889)
  • 1c2beff chore(renovate): add rangeStrategy: bump (#1885)
  • 6020e21 refactor: setupFeatures method (#1891)
  • df6a020 chore: refactor lint and prettier commands (#1888)
  • 2f56b18 chore(deps): update dependency eslint-config-prettier to v4.3.0 (#1887)
  • 294e155 refactor: listen method (#1884)

There are 63 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 31, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.5.0

Bug Fixes

  • add client code for electron-renderer target (#1935) (9297988)
  • add client code for node-webkit target (#1942) (c6b2b1f)

Features

Commits

The new version differs by 88 commits.

  • a0b9c70 chore(release): 3.5.0
  • c6b2b1f fix: add client code for node-webkit target (#1942)
  • cd218ef feat(server): add callback support for invalidate (#1900)
  • bca0341 chore(deps): update dependency loglevel to ^1.6.2 (#1939)
  • 61d0cdf feat: onListening option (#1930)
  • 9297988 fix: add client code for electron-renderer target (#1935)
  • bc83223 test(client): check console.log (#1907)
  • f6bfedb Delete incorrectly capitalized server files (#1931)
  • c9a6b4f chore(deps): update dependency semver to ^6.1.1 (#1932)
  • d7aaef6 refactor(server): encapsulate socket server implementation (#1904)
  • 87cfaa7 refactor(cli): code (#1927)
  • e99fa3a test: proxy supports http methods (#1928)
  • 856169e feat(server): add WEBPACK_DEV_SERVER env variable (#1929)
  • 4b097e2 refactor: don't listen to http error event (#1924)
  • 0baa0e0 chore(deps): update all patch dependencies (patch) (#1923)

There are 88 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 7, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.7.1

3.7.1 (2019-06-07)

Bug Fixes

  • retry finding port when port is null and get ports in sequence (#1993) (bc57514)
Commits

The new version differs by 123 commits.

  • 7fe3fbd chore(release): 3.7.1
  • bc57514 fix: retry finding port when port is null and get ports in sequence (#1993)
  • 2029211 chore(deps): update dependency webpack-cli to ^3.3.3 (#1992)
  • d901977 chore(deps): update dependency prettier to ^1.18.0 (#1989)
  • df25433 test: more (#1987)
  • 176283b refactor: scripts (#1984)
  • 251f7f9 fix(test): fix options.test.js (#1985)
  • 638d7a1 refactor: tests (#1986)
  • 3d9288a chore(release): 3.7.0
  • 802aa30 fix: es6 syntax in client (#1982)
  • d8d1808 chore(deps): update dependency lint-staged to ^8.2.0 (#1978)
  • 75d7cbe chore(deps): update dependency husky to ^2.4.0 (#1975)
  • 57c8c92 fix(server): Change clientLogLevel order to be called first (#1973)
  • 9582418 chore(release): 3.6.0
  • 699f8b4 fix(server): don't ignore node_modules by default (#1970)

There are 123 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 18, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.7.2

3.7.2 (2019-06-17)

Bug Fixes

  • client: add default fallback for client (#2015) (d26b444)
  • open: set wait: false to run server.close successfully (#2001) (2b4cb52)
  • test: fixed ProvidePlugin.test.js (#2002) (47453cb)
Commits

The new version differs by 144 commits.

  • 26211fc chore(release): 3.7.2
  • 24a348f chore(standard-version): add .versionrc to hide test's section (#2027)
  • d26b444 fix(client): add default fallback for client (#2015)
  • 84955f8 docs(contribution): add CLA section (#1963)
  • 9707982 chore(deps): update dependency webpack to ^4.34.0 (master) (#2032)
  • b0cc63c chore(deps): update commitlint monorepo to v8 (master) (major) (#2033)
  • 7a5a00b chore(renovate): update config (#2030)
  • 3682bd7 chore(deps): update dependency eslint-config-prettier to v5 (#2031)
  • 661f6a2 chore(deps): update dependency lint-staged to ^8.2.1 (#2025)
  • 8481205 docs: Fix CHANGELOG. (#2019)
  • f611304 test(e2e): make browser close before tests run (#2018)
  • 1ecc425 chore(deps): update all patch dependencies (#2014)
  • c982836 docs: fix error message of clientLogLevel (#2021)
  • 303f4e9 chore(deps): update dependency webpack-cli to ^3.3.4 (#2011)
  • 39b83c4 test(provide-plugin): use port variable (#2008)

There are 144 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 9, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

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 209 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 209 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 16, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.8.1

3.8.1 (2019-09-16)

Bug Fixes

Commits

The new version differs by 239 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 239 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 2, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.8.2

3.8.2 (2019-10-02)

Security

  • update selfsigned package
Commits

The new version differs by 246 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)
  • 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)

There are 246 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 22, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

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

There are 250 commits in total.

See the full diff

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

0 participants