Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Update karma to the latest version 🚀 #78

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

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Jan 14, 2017

Version 1.4.0 of karma just got published.

Dependency karma
Current Version 1.3.0
Type devDependency

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

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of karma.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes v1.4.0

Bug Fixes

  • browser: filter browser logging by level (35965d9), closes #2228
  • cli: restore shell completion in the npm package (f56b5a5), closes #2351
  • config: add crossOriginAttribute config option (1e465b1)
  • middleware: update Buffer usage (3d94b8c)
  • reporter: do not allow URL domains to span new lines (2c13404)
  • reporter: strip only hostname/port (fbbeccf), closes #2209
  • reporters: cannot read property map of undefined (305df2c), closes #1662
  • server: exit with code 1 when failing due to missing browser (86e2ef2), closes #2403

Features

  • api: add constants to the public api (ee10977), closes #2361
  • api: expose config.parseConfig on the public api (7d2c1ae)
  • client: capture confirm & prompt (3a618b3), closes #694
  • server: add listen address option so that IPv6 and loopback interfaces can be used (8e5bee6), closes #2477
  • web-server: allow overriding of default http module (1e7514d), closes #2424
Commits

The new version differs by 42 commits .

  • 99d647b chore: release v1.4.0
  • c168b79 chore: update contributors
  • fbbeccf fix(reporter): strip only hostname/port
  • 3a618b3 feat(client): capture confirm & prompt
  • 35965d9 fix(browser): filter browser logging by level
  • 305df2c fix(reporters): cannot read property map of undefined
  • 79bc193 Merge pull request #2510 from karma-runner/greenkeeper-useragent-2.1.10
  • e89f092 Merge pull request #2527 from karma-runner/greenkeeper-qunitjs-2.1.1
  • 85beac2 Merge pull request #2530 from karma-runner/greenkeeper-eslint-plugin-react-6.9.0
  • daeb31e Merge pull request #2531 from karma-runner/greenkeeper-grunt-auto-release-0.0.7
  • ea40f15 chore(package): update grunt-auto-release to version 0.0.7
  • 495ab0c chore(package): update eslint-plugin-react to version 6.9.0
  • c20d004 chore(package): update qunitjs to version 2.1.1
  • 13cefee Merge pull request #2503 from karma-runner/greenkeeper-eslint-3.12.1
  • c9a3a63 docs(config): add jsdom to the browser launchers list

There are 42 commits in total. See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@codecov-io
Copy link

codecov-io commented Jan 14, 2017

Current coverage is 100% (diff: 100%)

Merging #78 into master will not change coverage

@@           master   #78   diff @@
===================================
  Files          52    52          
  Lines         825   825          
  Methods         6     6          
  Messages        0     0          
  Branches       59    59          
===================================
  Hits          825   825          
  Misses          0     0          
  Partials        0     0          

Powered by Codecov. Last update 36041b2...53eceae

@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 29, 2017

Version 1.4.1 just got published.

Update to this version instead 🚀

Release Notes v1.4.1

Bug Fixes

  • runner: Make process kill timeout configurable (ffaa054), closes #2447
  • runner: Make process kill timeout configurable - Fix Build (a128e5c), closes #2447
  • runner: Test process kill timeout config (99a1d48), closes #2447

Features

  • config: allow config to be a default export (9976dce)
Commits

The new version differs by 12 commits .

  • acc997a chore: release v1.4.1
  • e4833b7 chore: update contributors
  • 9ff095e Merge pull request #2541 from vivganes/devdoc
  • adf5532 docs(runner): Document processKillTimeout property
  • 0bec015 Merge pull request #2533 from vivganes/dev
  • b8b02aa Merge pull request #2537 from mattlewis92/switch-gooks-to-husly
  • 27d9b12 Merge pull request #2536 from mattlewis92/default-export-config
  • 48dad20 chore: switch from ghooks to husky
  • 9976dce feat(config): allow config to be a default export
  • 99a1d48 fix(runner): Test process kill timeout config
  • a128e5c fix(runner): Make process kill timeout configurable - Fix Build
  • ffaa054 fix(runner): Make process kill timeout configurable

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 20, 2017

Version 1.5.0 just got published.

Update to this version instead 🚀

Release Notes v1.5.0

Bug Fixes

  • filter browser logging by level of LOG (89a7a1c), closes #2228
  • make window.parent.karma available in debugged context (3e7eaeb)
  • client: don't crash if receive array-like results (e095411), closes #2061

Features

  • add an option to run the tests by dynamically loading test scripts without iframe (aa42c41)
  • add support for node@7 (eb407ab), closes #2559
Commits

The new version differs by 18 commits .

  • cc6accd chore: release v1.5.0
  • 8b78aa5 chore: update contributors
  • 153880f chore: upgrade dev dependencies
  • e095411 fix(client): don't crash if receive array-like results
  • 89a7a1c fix: filter browser logging by level of LOG
  • eaeffe9 docs(config): update note on config languages to include TypeScript
  • b40af7e docs(dev): fix browsers_ready event heading level
  • aa42c41 feat: add an option to run the tests by dynamically loading test scripts without iframe
  • eb407ab feat: add support for node@7
  • 18757e6 Merge pull request #2555 from karma-runner/greenkeeper-supertest-3.0.0
  • 01b35c4 docs(config): fix typescript comment syntax
  • e7dd612 Merge pull request #2564 from dryajov/master
  • 6a7a22f Merge pull request #2561 from danielcompton/docs-commit-msg-example
  • 3e7eaeb fix: make window.parent.karma available in debugged context
  • 7f55f4f docs(contributing): add sample commit message

There are 18 commits in total. See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 5, 2017

Version 1.6.0 just got published.

Update to this version instead 🚀

Release Notes v1.6.0

Bug Fixes

  • client: add proxy support to stringify (be10116)
  • file-list: always use file from first matcher (74bfdf3)
  • middleware: does not work with mootools (#2591) (2685e13)
  • reporter: keep users exact formatError result (17c2c43)

Features

  • browser: add browser_info event (09ac7d7), closes #2192
  • launcher: output stderr for failing launchers (7d33398)
  • proxy: add proxy events to config (f5d99fb)
Commits

The new version differs by 33 commits .

  • 03958ce chore: release v1.6.0
  • af32d0c chore: update contributors
  • 2685e13 fix(middleware): does not work with mootools (#2591)
  • 3263c06 Merge pull request #2639 from twolfson/dev/better.launch.fail.errors.sqwished
  • 17c2c43 fix(reporter): keep users exact formatError result
  • db9682c Merge pull request #2642 from maksimr/chore-file-list-tests
  • 332ac4b Merge pull request #2643 from maksimr/chore-remove-pending-tests
  • b1de55f Merge pull request #2620 from chriscasola/fix/file-cache
  • 74bfdf3 fix(file-list): always use file from first matcher
  • 83a6be2 chore: remove skipped tests
  • 85a1769 chore: Remove unhandled rejection Error from unit tests
  • bcfac8a Merge pull request #2641 from chriscasola/fix/test-line-nums
  • 67d1cfe chore: ensure test failures show correct line number
  • 7d33398 feat(launcher): output stderr for failing launchers
  • de55bc6 Merge pull request #2637 from maksimr/issue-2192

There are 33 commits in total. See the full diff.

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

greenkeeper bot commented May 6, 2017

Version 1.7.0 just got published.

Update to this version instead 🚀

Release Notes v1.7.0

Bug Fixes

  • middleware: change to use vanilla for loop (ac62cc0), closes #2671
  • reporters: Revert the backwards-incompatible log priority order changes (316b944), closes #2582

Features

  • runner: Buffer stdout and stderr for output when errors occur (460d423)
Commits

The new version differs by 11 commits0.

  • 2a847c2 chore: release v1.7.0
  • 47e52e4 chore: update contributors
  • a99dc52 chore: fix lint task
  • 51b4f64 Merge pull request #2682 from wesleycho/fix/for-in
  • ac62cc0 fix(middleware): change to use vanilla for loop
  • 14b6dfd Merge pull request #2664 from LoveIsGrief/feature-karma-2663
  • 722bbbb docs: add notice about casing in exports
  • e93d1e3 Merge pull request #2676 from mgol/log-order-fixes
  • 316b944 fix(reporters): Revert the backwards-incompatible log priority order changes
  • ef62da9 test(reporters): Fix the log suppressing tests
  • 460d423 feat(runner): Buffer stdout and stderr for output when errors occur

false

See the full diff

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
1 participant