Closed greenkeeper[bot] closed 6 years ago
Update to this version instead 🚀
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
Update to this version instead 🚀
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
Version 2.0.0 of karma was just published.
The version 2.0.0 is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of karma.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes
v2.0.0Bug Fixes
Features
Commits
The new version differs by 73 commits.
db41e8e
chore: release v2.0.0
0a1a8ef
chore: update contributors
1afcb09
chore: add yarn.lock
f64e1e0
Merge pull request #2899 from outsideris/fix-bad-url-in-stacktrace
78ad12f
refactor(server): move compile step to first run
34dc7d3
fix(reporter): show file path correctly when urlRoot specified
b53929a
Merge pull request #2712 from macjohnny/patch-1
c9e1ca9
feat: better string representation of errors
10fac07
Merge pull request #2885 from karma-runner/prep-2
00e3f88
chore: remove yarn.lock for now
60dfc5c
feat: drop core-js and babel where possible
0e1907d
test: improve linting and fix test on node 4
af0efda
test(e2e): update cucumber step definitions
c3ccc5d
chore(ci): focus on even node versions
bf25094
chore(deps): update to latest
There are 73 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: