Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

chore(deps): update dependency karma to v6 #10

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 13, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
karma (source) 5.2.3 -> 6.3.13 age adoption passing confidence

Release Notes

karma-runner/karma

v6.3.13

Compare Source

Bug Fixes

v6.3.12

Compare Source

Bug Fixes
  • remove depreciation warning from log4js (41bed33)

v6.3.11

Compare Source

Bug Fixes
  • deps: pin colors package to 1.4.0 due to security vulnerability (a5219c5)

v6.3.10

Compare Source

Bug Fixes
  • logger: create parent folders if they are missing (0d24bd9), closes #​3734

v6.3.9

Compare Source

Bug Fixes

v6.3.8

Compare Source

Bug Fixes
  • reporter: warning if stack trace contains generated code invocation (4f23b14)

v6.3.7

Compare Source

Bug Fixes
  • middleware: replace %X_UA_COMPATIBLE% marker anywhere in the file (f1aeaec), closes #​3711

v6.3.6

Compare Source

Bug Fixes

v6.3.5

Compare Source

Bug Fixes
  • client: prevent socket.io from hanging due to mocked clocks (#​3695) (105da90)

v6.3.4

Compare Source

Bug Fixes

v6.3.3

Compare Source

Bug Fixes

v6.3.2

Compare Source

Bug Fixes

v6.3.1

Compare Source

Bug Fixes

v6.3.0

Compare Source

Features
  • support asynchronous config.set() call in karma.conf.js (#​3660) (4c9097a)

v6.2.0

Compare Source

Features
  • plugins: add support wildcard config for scoped package plugin (#​3659) (39831b1)

6.1.2 (2021-03-09)

Bug Fixes

6.1.1 (2021-02-12)

Bug Fixes

v6.1.2

Compare Source

Bug Fixes

v6.1.1

Compare Source

Bug Fixes

v6.1.0

Compare Source

Features
  • config: improve karma.config.parseConfig error handling (#​3635) (9dba1e2)

6.0.4 (2021-02-01)

Bug Fixes

6.0.3 (2021-01-27)

Bug Fixes
  • plugins: refactor instantiatePlugin from preproprocessor (#​3628) (e02858a)

6.0.2 (2021-01-25)

Bug Fixes

6.0.1 (2021-01-20)

Bug Fixes

v6.0.4

Compare Source

Bug Fixes

v6.0.3

Compare Source

Bug Fixes
  • plugins: refactor instantiatePlugin from preproprocessor (#​3628) (e02858a)

v6.0.2

Compare Source

Bug Fixes

v6.0.1

Compare Source

Bug Fixes

v6.0.0

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • server: Deprecated require('karma').server.start() and require('karma').Server.start() variants were removed from the public API. Instead use canonical form:
const { Server } = require('karma');
const server = new Server();
server.start();
  • cli: Karma is more strict and will error out if unknown option or argument is passed to CLI.
  • Using Karma to run Dart code in the browser is no longer supported. Use your favorite Dart-to-JS compiler instead.

dart file type has been removed without a replacement.

customFileHandlers DI token has been removed. Use middleware to achieve similar functionality.

customScriptTypes DI token has been removed. It had no effect, so no replacement is provided.

  • deps: Some projects have socket.io tests that are version sensitive.

5.2.3 (2020-09-25)

Bug Fixes

5.2.2 (2020-09-08)

Bug Fixes

5.2.1 (2020-09-02)

Bug Fixes

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/karma-6.x branch 2 times, most recently from 6304419 to fe006e3 Compare January 25, 2021 22:47
@renovate renovate bot force-pushed the renovate/karma-6.x branch 3 times, most recently from 40c474f to 398b4a1 Compare February 3, 2021 02:45
@renovate renovate bot force-pushed the renovate/karma-6.x branch from 398b4a1 to ba34f26 Compare February 12, 2021 19:53
@renovate renovate bot force-pushed the renovate/karma-6.x branch 2 times, most recently from 6a1e2ca to faf81b6 Compare March 11, 2021 00:19
@renovate renovate bot force-pushed the renovate/karma-6.x branch 3 times, most recently from 23d561e to 3181ec5 Compare March 30, 2021 04:00
@renovate renovate bot force-pushed the renovate/karma-6.x branch from 3181ec5 to 6fd4cdf Compare June 1, 2021 20:35
@renovate renovate bot force-pushed the renovate/karma-6.x branch from 6fd4cdf to 5b23601 Compare June 14, 2021 05:19
@renovate renovate bot force-pushed the renovate/karma-6.x branch 2 times, most recently from 000bf16 to ac4d9ae Compare October 25, 2021 19:42
@renovate renovate bot force-pushed the renovate/karma-6.x branch 2 times, most recently from f6175ab to 9b76037 Compare November 7, 2021 14:44
@renovate renovate bot force-pushed the renovate/karma-6.x branch from 9b76037 to 3da7d0a Compare November 16, 2021 23:21
@renovate renovate bot force-pushed the renovate/karma-6.x branch 2 times, most recently from ed6c8c5 to 5ac5438 Compare January 13, 2022 08:14
@renovate renovate bot force-pushed the renovate/karma-6.x branch from 5ac5438 to b2f3bbc Compare January 24, 2022 18:16
@renovate renovate bot force-pushed the renovate/karma-6.x branch from b2f3bbc to 84146e7 Compare January 31, 2022 23:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant