Open greenkeeper[bot] opened 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
Update to this version instead π
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
Update to this version instead π
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
Update to this version instead π
The new version differs by 17 commits.
a4d5bdc
chore: release v3.0.0
75f466d
chore: release v2.0.6
5db9399
chore: update contributors
eb3b1b4
chore(deps): update mime -> 2.3.1 (#3107)
732396a
fix(travis): Up the socket timeout 2->20s. (#3103)
173848e
Remove erroneous change log entries for 2.0.3
1002569
chore(ci): drop node 9 from travis tests (#3100)
02f54c6
fix(server): Exit clean on unhandledRejections. (#3092)
0fdd8f9
chore(deps): update socket.io -> 2.1.1 (#3099)
90f5546
fix(travis): use the value not the key name. (#3097)
fba5d36
fix(travis): validate TRAVIS_COMMIT if TRAVIS_PULL_REQUEST_SHA is not set. (#3094)
56fda53
fix(init): add "ChromeHeadless" to the browsers' options (#3096)
f6d2f0e
fix(config): Wait 30s for browser activity per Travis. (#3091)
a58fa45
fix(travis): Validate TRAVIS_PULL_REQUEST_SHA rather than TRAVIS_COMMIT. (#3093)
88b977f
fix(config): wait 20s for browser activity. (#3087)
There are 17 commits in total.
See the full diff
devDependency
karma was updated from 1.7.1
to 3.1.0
.Update to this version instead π
validateBrowser
(#3110) (eeadcf2)The new version differs by 43 commits.
0a2d2e9
chore: release v3.1.0
2385690
chore: update contributors
f94284d
refactor(lib): use assert library instead of throwing error directly
8542f27
refactor(lib): coffe script support (#3188)
1458267
refactor(lib): small update in lib/emitter_wrapper
c311ac0
refactor(server): use ES6 string interpolation wherever possible
7634e71
fix(browser): emit 'browsers_change' in collection (#3183)
e811adb
feat(config): add support for ES modules
0f8b2b1
fix(config): remove phantomjs in favor of chrome headless (#3175)
f28a454
refactor(server): Clearer error messages on fatal errors
4651524
feat(server): .dom files include HTML tags in page. (#3178)
5cc4089
refactor(server): refactoring of stopper (#3174)
8efb28d
refactor(server): refactoring of lib/browser (#3171)
dab8a82
feat(server): Add public API to force a file refresh
871a1c9
refactor(server): refactoring of watcher (#3173)
There are 43 commits in total.
See the full diff
devDependency
karma was updated from 1.7.1
to 3.1.1
.Update to this version instead π
devDependency
karma was updated from 1.7.1
to 3.1.2
.Update to this version instead π
The new version differs by 11 commits.
7d4d347
chore: release v3.1.2
5077c18
chore: update contributors
fb05fb1
fix(server): use flatted for json.stringify (#3220)
2682bff
feat(docs): callout the key debug strategies. (#3219)
4e87902
fix(changelog): remove release which does not exist (#3214)
30ff73b
fix(browser): report errors to console during singleRun=false (#3209)
5334d1a
fix(file-list): do not preprocess up-to-date files (#3196)
dc5f5de
fix(deps): upgrade sinon-chai 2.x -> 3.x (#3207)
d38f344
fix(package): bump lodash version (#3203)
ffb41f9
refactor(browser): log state transitions in debug (#3202)
240209f
fix(dep): Bump useragent to fix HeadlessChrome version (#3201)
See the full diff
devDependency
karma was updated from 1.7.1
to 3.1.3
.devDependency
karma was updated from 1.7.1
to 3.1.4
.Update to this version instead π
The new version differs by 5 commits.
b8b8618
chore: release v3.1.4
10df4ad
chore: update contributors
cc2eff2
fix: restarted browsers not running tests (#3233)
584dddc
fix: improve error msg when bin is a directory (#3231)
bb022a7
fix(file-list): revert "do not preprocess up-to-date files" (#3226) (#3230)
See the full diff
devDependency
karma was updated from 1.7.1
to 4.0.1
.Update to this version instead π
The new version differs by 20 commits.
c7ebf0b
chore: release v4.0.1
c190c4a
chore: update contributors
375bb5e
fix(filelist): correct logger name. (#3262)
c43f584
fix: remove vulnerable dependency combine-lists (#3273)
4ec4f6f
fix: remove vulnerable dependency expand-braces (#3270)
d5df723
fix(browser): allow updating total specs count (#3264)
c277a6b
fix(launcher): Debug Child Processes exit signal (#3259)
bd95d89
chore: upgrade log4js to v4.0.0 (#3257)
5a47718
chore: release v4.0.0
56cc239
chore: update contributors
d59cf35
refactor(watcher): Make watcher injectable to support 3rd-party watchers (#3254)
988b901
chore(license): Update copyright notice to 2019 [ci skip] (#3250)
571191c
fix(client): fix issue with loaded on safari 10 (#3252)
376142e
refactor(fileList): refactor with async/await (#3247)
acdd2dc
refactor(server): refactor start method to use async/await (#3245)
There are 20 commits in total.
See the full diff
devDependency
karma was updated from 1.7.1
to 4.1.0
.Update to this version instead π
The new version differs by 6 commits.
13ed695
chore: release v4.1.0
d844a48
chore: update contributors
ce6825f
fix(client): Only create the funky object if message is not a string (#3298)
7968db6
fix(client): Enable loading different file types when running in parent mode without iframe (#3289)
6556ab4
fix(launcher): Log state transitions in debug (#3294)
7eb48c5
fix(middleware): log invalid filetype (#3292)
See the full diff
devDependency
karma was updated from 1.7.1
to 4.2.0
.devDependency
karma was updated from 1.7.1
to 4.3.0
.devDependency
karma was updated from 1.7.1
to 4.4.0
.devDependency
karma was updated from 1.7.1
to 4.4.1
.devDependency
karma was updated from 1.7.1
to 5.0.0
.devDependency
karma was updated from 1.7.1
to 5.0.1
.devDependency
karma was updated from 1.7.1
to 5.0.2
.devDependency
karma was updated from 1.7.1
to 5.0.3
.devDependency
karma was updated from 1.7.1
to 5.0.4
.π¨ Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! π ππ¨ π
Find out how to migrate to Snyk at greenkeeper.io
devDependency
karma was updated from 1.7.1
to 5.0.5
.π¨ Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! π ππ¨ π
Find out how to migrate to Snyk at greenkeeper.io
devDependency
karma was updated from 1.7.1
to 5.0.6
.π¨ Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! π ππ¨ π
Find out how to migrate to Snyk at greenkeeper.io
devDependency
karma was updated from 1.7.1
to 5.0.7
.π¨ Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! π ππ¨ π
Find out how to migrate to Snyk at greenkeeper.io
devDependency
karma was updated from 1.7.1
to 5.0.8
.π¨ Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! π ππ¨ π
Find out how to migrate to Snyk at greenkeeper.io
devDependency
karma was updated from 1.7.1
to 5.0.9
.
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: