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

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 6 years ago

Version 2.9.2 of webpack-dev-server was just published.

Branch Build failing 🚨
Dependency webpack-dev-server
Current Version 2.9.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, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

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

Release Notes v2.9.2

Bugfixes

Changed property descriptor for Array.includes polyfill (#1134)

Updates

Remove header additional property validation (#1115)
Allow explicitly setting the protocol from the public option (#1117)
Updates readme with support, usage, and caveats (outlines no support for old IE)

Commits

The new version differs by 5 commits.

  • 32412bb 2.9.2
  • 1af8f0e Remove header property validation (#1115)
  • c490b24 allow explicitly setting the protocol from the public option (#1117)
  • ee7231b Changed property descriptor for Array.includes polyfill (#1134)
  • 5a7f26b updating readme with support, usage, and caveats

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 6 years ago

After pinning to 2.9.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 6 years ago

Version 2.9.3 just got published.

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

Release Notes v2.9.3

Bugfixes

  • Fixes #1082, #1142. bin file correctly prefers local module, uses it, and bails if local module detected.
  • Use dist/build sockjs-client instead of module source (#1148)
Commits

The new version differs by 3 commits.

  • 3d72858 2.9.3
  • a3f7277 fixes #1082, #1142. bin file bails if local module detected
  • 06df2f4 Use built version os sockjs-client (#1148)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.9.4 just got published.

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

Release Notes v2.9.4

Bugfixes

  • assert ssl certs aren't published. fixes #1171
  • fixes #860: failure to exit on SIGINT race condition (#1157)
Commits

The new version differs by 5 commits.

  • 2e501c8 2.9.4
  • f87ad34 Fix https in homepage url (#1159)
  • cd01d9e assert ssl certs aren't published. fixes #1171
  • d2fef58 enhancing server.close with killable
  • 0a8f896 fixes #860: failure to exit on SIGINT race condition (#1157)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.9.5 just got published.

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

Release Notes v2.9.5

Updates

Commits

The new version differs by 4 commits.

  • 6c1d3e4 2.9.5
  • 6b2d7a0 fixes #1198: bump express for security
  • 8a11122 Update README.md (#1194)
  • b10c9eb Update Examples And Add Hotness (#1183)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.9.6 just got published.

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

Release Notes v2.9.6

Bugfixes

  • fixes #1208: watchOptions not passed to chokidar in wds
Commits

The new version differs by 2 commits.

  • 2719590 2.9.6
  • f967925 fixes #1208: watchOptions not passed to chokidar in wds

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.9.7 just got published.

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

Commits

The new version differs by 2 commits.

  • fd3c176 2.9.7
  • ddc1e2c fixes #1217: edge case with default watchOptions value (#1218)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.10.0 just got published.

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

Release Notes v2.10.0

Version 2.10.0 adds the transpilation of the client scripts via babel to ES5 which restores backwards compatibility (that was removed in 2.8.0) to very old or out of date browsers.

Important webpack-dev-server has entered a maintenance-only mode. We won't be accepting any new features or major modifications. We'll still welcome pull requests for fixes however, and will continue to address any bugs that arise. Announcement with specifics pending.

Bugfixes

  • iOS Safari 10 bug where SockJS couldn't be found (#1238)
  • reportTime option (#1209)
  • don't mutate stats configuration (#1174)
  • enable progress from config (#1181)

Updates

  • transpile client bundles with babel (#1242)
  • dependency updates (ce30460)
  • Increase minimum marked version for ReDos vuln (#1255)
  • Update sockjs dependency to fix auditjs security vulnerability warning
Commits

The new version differs by 13 commits.

  • ca8b5aa 2.10.0 (#1258)
  • 17355f0 transpile client bundles with babel (#1242)
  • ce30460 rolling back webpack-dev-midddleware 2.0, as it's node6+
  • 00e8500 updating deps and patching as necessary
  • 082ddae maint only mode
  • c9c61f2 fix(package): Increase minimum marked version for ReDos vuln (#1255)
  • aab49de iOS Safari 10 bug where SockJS couldn't be found (#1238)
  • a168b81 feat: reportTime option (#1209)
  • 32c3ceb don't mutate stats configuration (#1174)
  • ef18fc8 Update sockjs dependency to fix auditjs security vulnerability warning (#1178)
  • 7e89442 enable progress from config (#1181)
  • e8964d1 add --progress cli test (#1182)
  • a9327e5 Fix typos (#1236)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.10.1 just got published.

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

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.11.0 just got published.

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

Release Notes v2.11.0

Version 2.11.0 adds the transpilation of the client scripts via babel to ES5 which restores backwards compatibility (that was removed in 2.8.0) to very old or out of date browsers.

Commits

The new version differs by 5 commits.

  • 8c1ed7a 2.11.0
  • b0fa5f6 Merge pull request #1270 from yyx990803/client-refactor
  • 676d590 revert to prepublish (fix ci)
  • 449494f cleanup client build setup
  • 6689cb8 adding test for dependency lock-down

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.11.1 just got published.

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

Release Notes v2.11.1

Our third attempt to fix compatibility with old browsers (#1273), this time we'll get it right.

Commits

The new version differs by 3 commits.

  • 83c1625 2.11.1
  • 3aa15aa Merge pull request #1273 from yyx990803/master
  • b78e249 fix: pin strip-ansi to 3.x for ES5 compat

See the full diff