simonmcmanus / speclate

spec objects for sizlate that can render at build, on the server or client.
MIT License
3 stars 1 forks source link

An in-range update of karma is breaking the build 🚨 #85

Open greenkeeper[bot] opened 4 years ago

greenkeeper[bot] commented 4 years ago

The devDependency karma was updated from 4.2.0 to 4.3.0.

🚨 View failing branch.

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

karma 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/simonmcmanus/speclate/builds/577430403?utm_source=github_status&utm_medium=notification)).

Release Notes for v4.3.0

Bug Fixes

Features

Commits

The new version differs by 13 commits.

  • fa6be15 chore: release v4.3.0
  • 0ed9eba chore: update contributors
  • 5f13e11 fix(server): Simplify 'dom' inclusion. (#3356)
  • 817fbbd feat(config): socket.io server pingTimeout config option. (#3355)
  • c5f3560 feat(preprocessor): preprocessor_priority execution order. (#3303)
  • 6c5add2 fix(build): switch from yarn to package-lock.json (#3351)
  • 1c6c690 fix(travis): Pin to trusty (#3347)
  • 62d4c5a feat(runner):
  • 582a406 fix(config): Simpilfy error proceesing. (#3345)
  • 1489e9a fix(test): test:client silently failing on Travis (#3343)
  • 094bcc6 chore(deps): npm install karma-browserstack-launcher (#3344)
  • 5614c04 fix(deps): lodash update. (#3341)
  • 177e2ef feat(async): frameworks can be loaded asynchronously (#3297)

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 4.2.0 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 v4.4.0

Bug Fixes

Features

Commits

The new version differs by 11 commits.

  • fbad778 chore: release v4.4.0
  • 5aa4361 chore: update contributors
  • 4ed3af0 feat(config): add failOnSkippedTests option. (#3374)
  • c7bab36 docs(commit-msg): Add failOnFailingTestSuite option to docs (#3380)
  • 0d70809 feat(deps): Remove core-js dependency. (#3379)
  • 3ffcd83 feat: Preprocessor can return Promise (#3376)
  • f8005c6 fix(runner): remove explicit error on all tests failed (#3369)
  • f2eba15 chore: travis - upgrade on new version Ubuntu 16.04 (#3371)
  • eab7e5b chore(appveyor): Notification config. (#3375)
  • 6235e68 feat(config): clientDisplayNone sets client elements display none. (#3348)
  • 019bfd4 feat(client): Add trusted types support (#3360)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v4.4.1

Bug Fixes

  • deps: back to karma-browserstack-launcher 1.4 (#3361) (1cd87ad)
  • server: Add test coverage for config.singleRun true branch. (#3384) (259be0d)
  • if preprocessor is async function and doesn't return a content then await donePromise (#3387) (f91be24)
Commits

The new version differs by 6 commits.

  • 25d415e chore: release v4.4.1
  • 67ec618 chore: update contributors
  • f91be24 fix: if preprocessor is async function and doesn't return a content then await donePromise (#3387)
  • 259be0d fix(server): Add test coverage for config.singleRun true branch. (#3384)
  • 1cd87ad fix(deps): back to karma-browserstack-launcher 1.4 (#3361)
  • df114e1 Refactor (#3382)

See the full diff