Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update karma to the latest version 馃殌 #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Aug 9, 2018

Version 3.0.0 of karma was just published.

Dependency karma
Current Version 2.0.5
Type devDependency

The version 3.0.0 is not covered by your current version range.

If you don鈥檛 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鈥檛 have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v3.0.0

Bug Fixes

  • config: wait 20s for browser activity. (#3087) (88b977f)
  • config: Wait 30s for browser activity per Travis. (#3091) (f6d2f0e)
  • init: add "ChromeHeadless" to the browsers' options (#3096) (56fda53)
  • server: Exit clean on unhandledRejections. (#3092) (02f54c6), closes #3064
  • travis: Up the socket timeout 2->20s. (#3103) (732396a), closes #3102
  • travis: use the value not the key name. (#3097) (90f5546)
  • travis: validate TRAVIS_COMMIT if TRAVIS_PULL_REQUEST_SHA is not set. (#3094) (fba5d36)
  • travis: Validate TRAVIS_PULL_REQUEST_SHA rather than TRAVIS_COMMIT. (#3093) (a58fa45)
Commits

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

FAQ and help

There is a collection of frequently asked questions. If those don鈥檛 help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 馃尨

greenkeeper bot added a commit that referenced this pull request Oct 22, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 22, 2018

  • The devDependency karma was updated from 2.0.5 to 3.1.0.

Update to this version instead 馃殌

Release Notes for v3.1.0

Bug Fixes

Features

  • config: Add config option for browser socket timeout (#3102) (11e3a9d), closes #2927
  • config: add support for ES modules (e811adb)
  • frameworks: report start() errors back to server. (#3126) (8257375)
  • server: .dom files include HTML tags in page. (#3178) (4651524)
  • server: Add public API to force a file refresh (dab8a82)
  • server: Add stop method (#3153) (6d96d8e), closes #3149
  • server: Add support for encoded source files (#3123) (68b37d3)
Commits

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

greenkeeper bot added a commit that referenced this pull request Oct 23, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 23, 2018

  • The devDependency karma was updated from 2.0.5 to 3.1.1.

Update to this version instead 馃殌

Release Notes for v3.1.1

Bug Fixes

  • config: move puppeteer from dependency to dev-dependency (#3193) (f0d52ad), closes #3191
Commits

The new version differs by 2 commits.

  • 361aa3f chore: release v3.1.1
  • f0d52ad fix(config): move puppeteer from dependency to dev-dependency (#3193)

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 1, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 1, 2018

  • The devDependency karma was updated from 2.0.5 to 3.1.2.

Update to this version instead 馃殌

Release Notes for v3.1.2

Bug Fixes

Features

Commits

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

greenkeeper bot added a commit that referenced this pull request Dec 1, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 1, 2018

  • The devDependency karma was updated from 2.0.5 to 3.1.3.

Update to this version instead 馃殌

Release Notes for v3.1.3

Bug Fixes

Commits

The new version differs by 3 commits.

  • 169f3a9 chore: release v3.1.3
  • 6f351a5 chore: update contributors
  • 655d4d2 fix: add missing dep flatted (#3223)

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 17, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 17, 2018

  • The devDependency karma was updated from 2.0.5 to 3.1.4.

Update to this version instead 馃殌

Release Notes for v3.1.4

Bug Fixes

Commits

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

greenkeeper bot added a commit that referenced this pull request Jan 23, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 23, 2019

  • The devDependency karma was updated from 2.0.5 to 4.0.0.

Update to this version instead 馃殌

Release Notes for v4.0.0

Bug Fixes

Chores

BREAKING CHANGES

  • Drop Support for Node 6, to make it possible to use async/await in karma codebase.
Commits

The new version differs by 12 commits.

  • 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)
  • 8a83990 chore: remove support for node 6 (#3246)
  • 1a57029 refactor(watcher): refactor watchPatterns method
  • b05a54e refactor(fileList): small refactoring (#3243)
  • 51007b1 refactor(watcher): move baseDirFromPattern into PatternUtils.getBaseDir (#3241)
  • 02f071d fix(config): add test:unit npm script (#3242)

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 28, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 28, 2019

  • The devDependency karma was updated from 2.0.5 to 4.0.1.

Update to this version instead 馃殌

Release Notes for v4.0.1

Bug Fixes

Commits

The new version differs by 8 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)

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 15, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 15, 2019

  • The devDependency karma was updated from 2.0.5 to 4.1.0.

Update to this version instead 馃殌

Release Notes for v4.1.0

Bug Fixes

  • client: Enable loading different file types when running in parent mode without iframe (#3289) (7968db6)
  • client: Only create the funky object if message is not a string (#3298) (ce6825f), closes #3296
  • launcher: Log state transitions in debug (#3294) (6556ab4), closes #3290
  • middleware: log invalid filetype (#3292) (7eb48c5), closes #3291
Commits

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

greenkeeper bot added a commit that referenced this pull request Jul 12, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 12, 2019

  • The devDependency karma was updated from 2.0.5 to 4.2.0.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Aug 27, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 27, 2019

  • The devDependency karma was updated from 2.0.5 to 4.3.0.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Oct 17, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 17, 2019

  • The devDependency karma was updated from 2.0.5 to 4.4.0.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Oct 18, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 18, 2019

  • The devDependency karma was updated from 2.0.5 to 4.4.1.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Apr 9, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 9, 2020

  • The devDependency karma was updated from 2.0.5 to 5.0.0.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Apr 10, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 10, 2020

  • The devDependency karma was updated from 2.0.5 to 5.0.1.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Apr 16, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 16, 2020

  • The devDependency karma was updated from 2.0.5 to 5.0.2.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Apr 30, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 30, 2020

  • The devDependency karma was updated from 2.0.5 to 5.0.3.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Apr 30, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 30, 2020

  • The devDependency karma was updated from 2.0.5 to 5.0.4.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request May 7, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 7, 2020


馃毃 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


  • The devDependency karma was updated from 2.0.5 to 5.0.5.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request May 16, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 16, 2020


馃毃 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


  • The devDependency karma was updated from 2.0.5 to 5.0.6.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request May 16, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 16, 2020


馃毃 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


  • The devDependency karma was updated from 2.0.5 to 5.0.7.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request May 18, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 18, 2020


馃毃 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


  • The devDependency karma was updated from 2.0.5 to 5.0.8.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request May 19, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 19, 2020


馃毃 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


  • The devDependency karma was updated from 2.0.5 to 5.0.9.

Update to this version instead 馃殌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants