An in-range update of karma is breaking the build π¨
greenkeeper opened this issue Β· 2 comments
Version 2.0.4 of karma was just published.
Branch | Build failing π¨ |
---|---|
Dependency |
[karma](https://github.com/karma-runner/karma)
|
Current Version | 2.0.3 |
Type | devDependency |
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
Release Notes
v2.0.4Bug Fixes
- deps: remove babel-core and babel call in wallaby. (#3044) (7da8ca0)
- events: bind emitters with for..in. (#3059) (b99f03f), closes #3057
- launcher: Only markCaptured browsers that are launched. (#3047) (f8f3ebc)
- server: actually call stert(). (#3062) (40d836a)
- server: Resurrect static function Server.start() lost in 2.0.3 (#3055) (c88ebc6)
Commits
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
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 2.0.3 your tests are passing again. Downgrade this dependency π.
Version 2.0.5 just got published.
Your tests are passing again with this version. Explicitly upgrade to this version π
Release Notes
v2.0.5Bug Fixes
- remove circular reference in Browser (518cb11), closes #3075
- browser: ensure browser state is EXECUTING when tests start (#3074) (dc7265b), closes #1640
- doc: Document release steps for admins (#3063) (a701732)
- middleware: Obey the Promise API. (93ba05a)
- server: pass bound port to prevent
EADDRINUSE
issue. (#3065) (850a90b)
Features
Commits
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 prevent
EADDRINUSE
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