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

Bump karma from 2.0.0 to 2.0.3 #822

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jun 19, 2018

Bumps karma from 2.0.0 to 2.0.3.

Release notes

Sourced from karma's releases.

v2.0.3

Bug Fixes

  • BaseReporter: log message correctly with just one browser (#3045) (c1eb236)
  • browser: don't add already active socket again on reconnect (37a7958)
  • browser: filter browser logging by level (35965d9), closes #2228
  • browser: nicer "disconnect" - no more "Disconnectedundefined" (a987d63)
  • build: pin npm version in appveyor to v3, compat with node 4 (#2983) (bc1453e)
  • ci: Repaired AppVeyor for [email protected] (cbfd98c)
  • cli: override if an arg is defined multiple times (31eb2c2), closes #1192
  • cli: print UserAgent string verbatim if from an unknown browser (9d97226)
  • cli: restore shell completion in the npm package (f56b5a5), closes #2351
  • cli: Use bin field in package.json (6823926), closes #1351
  • client: add ES5 shim (14c30b7), closes #1529
  • client: add proxy support to stringify (be10116)
  • client: does not throws an error for non DOM object that has tagName property (ba55afb), closes #2139
  • client: don't crash if receive array-like results (e095411), closes #2061
  • client: dynamic protocol for socket.io (c986eef), closes #1400
  • client: Fix stringify serializing objects (0d0972a)
  • client: Revert back to old reloading detection (f1c22d6), closes #1656
  • client: serialise DOM objects (1f73be4), closes #1106
  • client: Update location detection for socket.io (7a23fa5)
  • client: Use supported shim path. (184f12e)
  • client: Wait for childwindow to load (c1bb15a)
  • client: Wait for iframe to be loaded (1631474), closes #1652
  • client.html: always open debug.html in a new browser process (d176bcf)
  • common: fix AppVeyor build (6c5e7d0)
  • common: more detailed info about error (424aacc)
  • common: Proxy function toString does not contain Proxy. (4fb3484)
  • common: stringify error on 'Cannot convert a Symbol value to a string' (#2990) (65b658a), closes #2856
  • config: #1113 Watching is not working properly on linux (c91ffbc)
  • config: add crossOriginAttribute config option (1e465b1)
  • config: Call debug log methods after setting the loglevel based upon config/cli-options. (a340dae)
  • config: Call debug log methods after setting the loglevel based upon config/cli-options. (99fd3f0)
  • config: corrects spelling in example config template (9fafc60)
  • config: Default remaining client options if any are set (632dd5e), closes #961
  • config: Error when browers option isn't array (b695460)
  • config: Log the final config just before use. (#3041) (05dd09a)
  • config: Retry install with appveyor-retry. (17d5791)
  • config: Workaround npm 5.4 windows bug (ec47d81)
  • context: Updated postMessage listener to stop validating non-Karma messages (306e565)
  • debug-runner: support asynchronous tests in the debug runner (a36f3eb), closes #2811
  • deps: freeze socket.io version (73e300d)
  • deps: Update dependencies (b9a4ce9), closes #1410
  • deps: Update log4js in package.json (#2996) (667b47e)
  • deps: update socket.io to version 2.0.3. (3b7b019), closes #2821 #2777
  • deps: Upgrade connect 3. (b490985), closes #1410
  • docs: fix stopper.stop wrong variable name. closes #2244 (0745a00)
  • docs: Remove mention of pre 1.0.0 version (#3010) (6847ca0)
  • eslint: Fix formatting for the new ESLint 1.8.0 (dc1bbab)
... (truncated)
Changelog

Sourced from karma's changelog.

2.0.3 (2018-06-15)

Bug Fixes

  • BaseReporter: log message correctly with just one browser (#3045) (c1eb236)
  • browser: don't add already active socket again on reconnect (37a7958)
  • browser: filter browser logging by level (35965d9), closes #2228
  • browser: nicer "disconnect" - no more "Disconnectedundefined" (a987d63)
  • build: pin npm version in appveyor to v3, compat with node 4 (#2983) (bc1453e)
  • ci: Repaired AppVeyor for [email protected] (cbfd98c)
  • cli: override if an arg is defined multiple times (31eb2c2), closes #1192
  • cli: print UserAgent string verbatim if from an unknown browser (9d97226)
  • cli: restore shell completion in the npm package (f56b5a5), closes #2351
  • cli: Use bin field in package.json (6823926), closes #1351
  • client: add ES5 shim (14c30b7), closes #1529
  • client: add proxy support to stringify (be10116)
  • client: does not throws an error for non DOM object that has tagName property (ba55afb), closes #2139
  • client: don't crash if receive array-like results (e095411), closes #2061
  • client: dynamic protocol for socket.io (c986eef), closes #1400
  • client: Fix stringify serializing objects (0d0972a)
  • client: Revert back to old reloading detection (f1c22d6), closes #1656
  • client: serialise DOM objects (1f73be4), closes #1106
  • client: Update location detection for socket.io (7a23fa5)
  • client: Use supported shim path. (184f12e)
  • client: Wait for childwindow to load (c1bb15a)
  • client: Wait for iframe to be loaded (1631474), closes #1652
  • client.html: always open debug.html in a new browser process (d176bcf)
  • common: fix AppVeyor build (6c5e7d0)
  • common: more detailed info about error (424aacc)
  • common: Proxy function toString does not contain Proxy. (4fb3484)
  • common: stringify error on 'Cannot convert a Symbol value to a string' (#2990) (65b658a), closes #2856
  • config: #1113 Watching is not working properly on linux (c91ffbc)
  • config: add crossOriginAttribute config option (1e465b1)
  • config: Call debug log methods after setting the loglevel based upon config/cli-options. (a340dae)
  • config: Call debug log methods after setting the loglevel based upon config/cli-options. (99fd3f0)
  • config: corrects spelling in example config template (9fafc60)
  • config: Default remaining client options if any are set (632dd5e), closes #961
  • config: Error when browers option isn't array (b695460)
  • config: Log the final config just before use. (#3041) (05dd09a)
  • config: Retry install with appveyor-retry. (17d5791)
  • config: Workaround npm 5.4 windows bug (ec47d81)
  • context: Updated postMessage listener to stop validating non-Karma messages (306e565)
  • debug-runner: support asynchronous tests in the debug runner (a36f3eb), closes #2811
  • deps: freeze socket.io version (73e300d)
  • deps: Update dependencies (b9a4ce9), closes #1410
  • deps: Update log4js in package.json (#2996) (667b47e)
  • deps: update socket.io to version 2.0.3. (3b7b019), closes #2821 #2777
  • deps: Upgrade connect 3. (b490985), closes #1410
  • docs: fix stopper.stop wrong variable name. closes #2244 (0745a00)
... (truncated)
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)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies This issue or pull request is related to software library dependencies label Jun 19, 2018
@dependabot-preview
Copy link
Contributor Author

Looks like karma is up-to-date now, so this is no longer needed.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/karma-2.0.3 branch June 20, 2018 06:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies This issue or pull request is related to software library dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant