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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update karma to version 1.0.0 πŸš€ #21

Merged
merged 1 commit into from Jun 24, 2016
Merged

Conversation

greenkeeperio-bot
Copy link
Contributor

Hello lovely humans,

karma just published its new version 1.0.0.

State Update πŸš€
Dependency karma
New version 1.0.0
Type devDependency

This version 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.

Do you have any ideas how I could improve these pull requests? Did I report anything you think isn’t right?
Are you unsure about how things are supposed to work?

There is a collection of frequently asked questions and while I’m just a bot, there is a group of people who are happy to teach me new things. Let them know.

Good luck with your project ✨

You rock!

🌴


GitHub Release

Bug Fixes

  • ci: Repaired AppVeyor for Node.js@0.12 (cbfd98c)
  • client: does not throws an error for non DOM object that has tagName property (ba55afb), closes #2139
  • files: Ignore included:false pattern (db42a7f), closes #1530
  • helper: Patched replaceWinPath from choking on null values (caa4d21)
  • karma: Escape quotes for file names. This fixes issue #1876. (9dff3f3), closes #1876 #1876
  • launcher: Allow dynamic browser launches (2b7d703)
  • launcher: send sigkill on timeout when force killing (c615c1f)
  • proxy: Port mixup and infinite loop (05616a2), closes #1987
  • reporter: Better handling of non string error (82f1c12)
  • reporter: Disable source maps for URLs without line number (2080221), closes #1274
  • Change timing on test (0cb6204)
  • Setting default value for config in runner and stopper (414db89)
  • reporters: Fix results not being reported (6303566)
  • reporters: Throwing error without loosing stack trace (8a515ae)
  • runner: Merge config.client.args with client.args provided by run (91de383), closes #1746
  • updater: Fix time unit on screen display from 'ms' to 'seconds'. (f39dd04)
  • web-server: Restart disconnected browser in non-singleRun mode. (f6587dc)
  • web-server: Update config on every request (8ef475f), closes #1972

Code Refactoring

  • context: Future-proofed context.html and debug.html for modularity (43f6a1a)

Features

  • browser: Emit a browser error when a disconnect occurs. (e36ba6c)
  • config: Add configuration for adding javascript version. (0239c75), closes #1719
  • config: Allow custom context and debug files, with feature test and some specs. (225c0e5)
  • file-list: Upgrade bluebird to v.3 (f5c252f)
  • logging: Add colors and log-level options to run-command (9d4e234)
  • logging: Add logging-setup function (d14bd62)
  • logging: Send color option to server (287d0db)
  • preprocessors: if a file matches multiple preprocessor patterns, intelligently merge the list of preprocessors, deduping and trying to preserve the order (59642a6)
  • reporter: improve source map handling and reporting. (cf0be47)
  • reporters: Look for color-reporter (fd9262d)
  • server: add 'listening' event with port number (82cd0df)
  • Add stopper to the public API (3d4fa00)
  • Add possibility to stop a karma server (66ae80b)
  • add support for node 6 (0b8dc2c)
  • adding support for before middleware (51b4206)
  • stopper: Enable programically detached server (f10fd81)
  • Fail on launcher-, reporter-, plugin-, or preprocessor-load errors. (fca930e), closes #855
  • upgrade dependencies to their latest versions (08242a0)

BREAKING CHANGES

  • context: Our context.html and debug.html structures have changed to lean on context.js and debug.js. This is in preparation for deeper context.js changes in #1984.

As a result, all customContextFile and customDebugFile options much update their format
to match this new format.


The new version differs by 133 commits .

  • a96bc5d chore: release v1.0.0
  • ab00824 chore: update contributors
  • eb94739 docs: Removing duplicate customContextFile and customDebugFile
  • 3480c14 Merge pull request #2127 from taskworld/feature-allow-browserDisconnectTolerance-to-be-set-in-non-singleRun-mode
  • ce9038f Merge pull request #2143 from superhuman/feature-add-before-middleware
  • ddba770 Merge pull request #1934 from danielcompton/fix-1746
  • ca1284e Merge pull request #2169 from superhuman/send-sigkill-while-forcekilling
  • 91de383 fix(runner): Merge config.client.args with client.args provided by run
  • c615c1f fix(launcher): send sigkill on timeout when force killing
  • 51b4206 feat: adding support for before middleware
  • ca95553 Merge pull request #2155 from maksimr/patch-2139
  • ba55afb fix(client): does not throws an error for non DOM object that has tagName property
  • 13368e6 Merge pull request #2149 from mprobst/source-map-fixes
  • cf0be47 feat(reporter): improve source map handling and reporting.
  • f6587dc fix(web-server): Restart disconnected browser in non-singleRun mode.

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


This pull request was created by greenkeeper.io.

Tired of seeing this sponsor message? ⚑ greenkeeper upgrade

@wyuenho wyuenho merged commit e5ecd82 into master Jun 24, 2016
@wyuenho wyuenho deleted the greenkeeper-karma-1.0.0 branch June 24, 2016 18:21
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

2 participants