nkbt / nightwatch-autorun

Zero-configuration runner to automatically install and run End-to-End tests with Nightwatch and Selenium
MIT License
14 stars 1 forks source link

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

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 2.8.0 of webpack-dev-server just got published.

Branch Build failing 🚨
Dependency webpack-dev-server
Current Version 2.7.1
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

webpack-dev-server is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them. I recommend you give this issue a very high priority. I’m sure you can resolve this :muscle:

Status Details - ❌ **ci/circleci** Your tests failed on CircleCI [Details](https://circleci.com/gh/nkbt/nightwatch-autorun/695?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)

Release Notes v2.8.0

Features

  • Print webpack progress to browser console (#1063)
  • Disable hot reloading with query string (#1068)

Bugfixes

  • Fixes issue #1064 by switching to a named logger (#1070)
  • Fix Broken Socket on Client for Custom/Random Port Numbers (#1060)
  • Addresses #998 to properly assign a random port and access the port assigned (#1054)
  • Don't generate ssl cert when one is already specified via options (#1036)
  • Fix for ./log module not found (#1050)
  • Fixes #1042: overlay doesn't clear if errors are fixed but warnings remain (#1043)
  • Handle IPv6-addresses correctly in checkHost() (#1026)

Updates

  • Allow --open option to specify the browser to use (#825)
  • Adds requestCert support to the server
  • Code cleanup and ESLint + eslint-config-webpack (#1058)
  • Include subjectAltName field in self-signed cert (#987)
Commits

The new version differs by 17 commits.

  • 0df1fa7 2.8.0
  • ccef0d1 Print webpack progress to browser console (#1063)
  • d3a650f include subjectAltName field in self-signed cert (#987)
  • e519cf2 Add feature to disable hotReloading with query string (#1068)
  • f166177 Fixes issue #1064 by switching to a named logger (#1070)
  • f00fcb3 Allow --open option to specify the browser to use (#825)
  • cf5dda8 improving requestCert description
  • 2b760f6 Merge branch 'dbk91-request_cert_support'
  • 11a3e63 Merge branch 'request_cert_support' of https://github.com/dbk91/webpack-dev-server into dbk91-request_cert_support
  • 0fa8fea Fix Broken Socket on Client for Custom/Random Port Numbers (#1060)
  • 1201ac1 addresses #998 to properly assign a random port and access the port assigned (#1054)
  • 69239ce Cleanup Effort (#1058)
  • e6ccbaf No longer generating ssl cert when one is already specified (#1036)
  • 0b4729f Proposed fix for ./log module not found (#1050)
  • b2cf847 fixes #1042: overlay doesn't clear if errors are fixed but warnings remain (#1043)

There are 17 commits in total.

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

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

greenkeeper[bot] commented 7 years ago

Version 2.8.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 5 commits.

  • e8cbdad 2.8.1 + package-lock.json
  • e5dc236 fixes #1081, closes #1079. addDevServerEndpoints needs app stub for
  • e61972a fixes #1080 - jQuery update caused live bundle iframe issue
  • 6e1a466 removing errant console.log, update lint rules
  • c7d2c9d clean up progress option typo and options def

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.8.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 6 commits.

  • bc22935 2.8.2
  • 35e1d5f fixes #1087: yargs@8 causes error output with webpack@2.x
  • c9d32f8 fixes #1084: template literals causing errors on IE (#1089)
  • 6e18fa6 add promise-config example
  • 8f897c5 fixes #1086: promise configs fix and example
  • 35295b7 update issue template to include commonly needed info

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.9.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v2.9.0

Note: Minor release due to addition of before and after hooks

Features

Deprecate setup in favor of before and after hooks (#1108)

Bugfixes

Fixed check for webpack/hot/log when setting HMR log level. (#1096)
fixes #1109: internal-ip update breaks useLocalIp option
Fix quote style to satisfy ESLint (#1098)

Updates

Made error overlay translucent. (#1097)

Commits

The new version differs by 7 commits.

  • 5982806 2.9.0
  • dcb4e3d feat: deprecate setup in favor of before and after hooks (#1108)
  • 8bc6daa adding modification option to issue template
  • 33bef0d fixes #1109: internal-ip update breaks useLocalIp option
  • 114e67c Fixed check for webpack/hot/log when setting HMR log level. (#1096)
  • bad7ed5 Made error overlay translucent. (#1097)
  • 3e24ac4 Fix quote style to satisfy ESLint (#1098)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.9.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 2 commits.

  • 97484a9 2.9.1
  • 8de5d0a fix errant always-on log message regarding 'setup'

See the full diff