Open greenkeeper[bot] opened 6 years ago
After pinning to 2.0.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
Your tests are still failing with this version. Compare the changes 🚨
bin
field in package.json (6823926), closes #1351tagName
property (ba55afb), closes #2139null
values (caa4d21)config.urlRoot
. (569ca0e), closes #1516Buffer
usage (3d94b8c)filesPromise
is always resolvable (892fa89), closes #1544stopper
to the public API (3d4fa00)config.parseConfig
on the public api (7d2c1ae)forceJSONP
option (8627d67)karma.config.js
. (70cf903), closes #15611.7.4
to avoid issue with ws@1.1.2
(264442b), closes #2593context.html
and debug.html
structures have changed to lean on context.js
and debug.js
.var server = require(‘karma’).server
server.start(config, done)
to
var Server = require(‘karma’).Server
var server = new Server(config, done)
server.start()
The new version differs by 55 commits.
333e7d4
chore: release v2.0.3
e0377d0
chore: update contributors
a32ba27
refactor(server): Provide file-service handlers in the root injector. (#3042)
c1eb236
fix(BaseReporter): log message correctly with just one browser (#3045)
a19b8d4
fix(server): check available port before start server (fix #1476, fix #3011)
05dd09a
fix(config): Log the final config just before use. (#3041)
0dc8ea4
refactor: unify style of functions declarations
5272aa3
refactor(web-server): refactor lib/web-server to be more ES6 (#3034)
f47d901
refactor(middleware): update lib/middleware/source_files to ES6
d6060d4
fix(test): update bundleResource test timeout (#3038)
558e2f0
refactor: update lib/plugin.js to ES6 (#3036)
e8ca4ec
refactor: update lib/runner to ES6 (#3033)
011a90c
refactor(server): refactor bundleResource in lib/server.js (#3029)
c1a9567
refactor(middleware): update middleware/common to ES6 (#3028)
31d9a08
fix(flaky-test): Add time to beforeEach() to allow plugins to load on first pass. (#3025)
There are 55 commits in total.
See the full diff
Your tests are still failing with this version. Compare the changes 🚨
The new version differs by 9 commits.
dee3615
chore: release v2.0.4
f61c936
chore: update contributors
40d836a
fix(server): actually call stert(). (#3062)
414b84c
refactor(file-list): clean lib/file-list.js
7da8ca0
fix(deps): remove babel-core and babel call in wallaby. (#3044)
c88ebc6
fix(server): Resurrect static function Server.start() lost in 2.0.3 (#3055)
b99f03f
fix(events): bind emitters with for..in. (#3059)
ab3c0e3
refactor(temp-dir): update lib/temp_dir.js to ES6 (#3049)
f8f3ebc
fix(launcher): Only markCaptured browsers that are launched. (#3047)
See the full diff
Your tests are still failing with this version. Compare the changes 🚨
EADDRINUSE
issue. (#3065) (850a90b)The new version differs by 10 commits.
0018947
chore: release v2.0.5
02dc1f4
chore: update contributors
dc7265b
fix(browser): ensure browser state is EXECUTING when tests start (#3074)
7617279
refactor(filelist): rename promise -> lastCompletedRefresh and remove unused promise (#3060)
a701732
fix(doc): Document release steps for admins (#3063)
93ba05a
fix(middleware): Obey the Promise API.
518cb11
fix: remove circular reference in Browser
850a90b
fix(server): pass bound port to preventEADDRINUSE
issue. (#3065)
ad820a1
refactor(preprocessor): update lib/preprocessor.js to ES6
7b66e18
feat(preprocessor): Allow preprocessor to handle binary files (#3054)
See the full diff
Version 2.0.2 of karma was just published.
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/hypery2k/angular-errorhandler/builds/368893766?utm_source=github_status&utm_medium=notification)Release Notes
v2.0.2Bug Fixes
Commits
The new version differs by 31 commits.
dae189d
chore: release v2.0.2
e095b05
fix(package.json): sinon-chai 2.13 is not compatible with sinon 4.x (#2977)
446c1f3
chore: release v2.0.1
25fdf3e
chore: update contributors
2270abb
Merge pull request #2948 from devoto13/es2015
0e6d46c
refactor: migrate EmitterWrapped to ES2015
9b472c4
refactor: migrate misc files to ES2015
75ec567
refactor: migrate config to ES2015
a1f4716
refactor: migrate complection to ES2015
aeb4541
refactor: migrate cli to ES2015
33b1078
refactor: migrate BrowserResult class to ES2015
5809653
refactor: migrate BrowserCollection class to ES2015
bb012e2
refactor: migrate Browser class to ES2015
6c92019
refactor: subscribe to socket events explicitly
2694d54
fix: ignore jsVersion configuration property in Firefox 59+
There are 31 commits in total.
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: