jimmywarting / FormData

HTML5 `FormData` polyfill for Browsers and nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

greenkeeper opened this issue Β· comments

The devDependency karma was updated from 4.3.0 to 4.4.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
  • ❌ Tidelift: Scanning dependencies (Details).
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

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

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 🌴

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

  • The devDependency karma was updated from 4.4.0 to 4.4.1.

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

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.