Closed greenkeeper[bot] closed 6 years ago
After pinning to 2.0.2 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 🚨
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.3 of karma was just published.
[karma](https://github.com/karma-runner/karma)
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/appveyor/branch** AppVeyor build failed [Details](https://ci.appveyor.com/project/Narazaka/narloader/build/124) - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/Ikagaka/NarLoader/builds/392861011?utm_source=github_status&utm_medium=notification)Release Notes
v2.0.3Bug Fixes
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 #1544Code Refactoring
Features
stopper
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 withws@1.1.2
(264442b), closes #2593Reverts
BREAKING CHANGES
context.html
anddebug.html
structures have changed to lean oncontext.js
anddebug.js
.change
to
Commits
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
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: