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 馃殌 #2693

Closed
wants to merge 1 commit into from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Jan 29, 2017

Version 1.4.1 of karma just got published.

Dependency karma
Current Version 1.3.0
Type devDependency

The version 1.4.1 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.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 54 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
  • 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

There are 54 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 馃尨

@jsf-clabot
Copy link

jsf-clabot commented Jan 29, 2017

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.

@greenkeeper
Copy link
Contributor 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
Contributor 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
Contributor 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

@kunagpal
Copy link
Contributor

@ScottFreeCode Following the thread here: greenkeeperio/greenkeeper#236, the yellow blocker for greenkeeper pull requests can be overcome.

@ScottFreeCode
Copy link
Contributor

Hi @kunagpal, I can't seem to find the configuration assistant for the CLA bot; you may want to try @boneskull

@boneskull boneskull closed this Sep 28, 2017
@boneskull boneskull deleted the greenkeeper/karma-1.4.1 branch September 28, 2017 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants