Skip to content
This repository has been archived by the owner on Nov 25, 2021. It is now read-only.

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 1, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
karma (source) ^5.2.3 -> ^6.3.9 age adoption passing confidence
@types/karma 5.0.1 -> 6.3.1 age adoption passing confidence

Release Notes

karma-runner/karma

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: "on the 1st through 7th day of the month" in timezone America/Los_Angeles.

🚦 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 these updates 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 requested a review from a team February 1, 2021 08:05
@codecov
Copy link

codecov bot commented Feb 1, 2021

Codecov Report

Merging #351 (26c0a42) into master (03ac028) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #351   +/-   ##
=======================================
  Coverage   86.03%   86.03%           
=======================================
  Files          14       14           
  Lines         659      659           
  Branches      177      177           
=======================================
  Hits          567      567           
  Misses         92       92           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 03ac028...26c0a42. Read the comment docs.

@renovate renovate bot force-pushed the renovate/karma-6.x branch 3 times, most recently from c71ff1c to 8e35a36 Compare February 4, 2021 20:15
@renovate renovate bot force-pushed the renovate/karma-6.x branch from 8e35a36 to af5a238 Compare February 12, 2021 19:38
@renovate renovate bot force-pushed the renovate/karma-6.x branch from af5a238 to 40f04d4 Compare March 1, 2021 15:24
@renovate renovate bot force-pushed the renovate/karma-6.x branch 2 times, most recently from e985e69 to 1bfff60 Compare March 11, 2021 00:47
@renovate renovate bot force-pushed the renovate/karma-6.x branch 3 times, most recently from 50dbc1e to b9ebf67 Compare March 29, 2021 23:58
@renovate renovate bot force-pushed the renovate/karma-6.x branch from b9ebf67 to fdc6afa Compare April 1, 2021 14:51
@renovate renovate bot force-pushed the renovate/karma-6.x branch from fdc6afa to e712f15 Compare April 10, 2021 10:00
@renovate renovate bot force-pushed the renovate/karma-6.x branch from e712f15 to bbf26c5 Compare May 1, 2021 13:06
@renovate renovate bot force-pushed the renovate/karma-6.x branch 5 times, most recently from 61e6f17 to 55b917f Compare June 8, 2021 01:16
@renovate renovate bot force-pushed the renovate/karma-6.x branch from 55b917f to 717ac86 Compare June 14, 2021 04:40
@renovate renovate bot force-pushed the renovate/karma-6.x branch from 717ac86 to 52a036e Compare July 6, 2021 23:19
@renovate renovate bot force-pushed the renovate/karma-6.x branch 2 times, most recently from 42793d7 to 986595e Compare October 25, 2021 21:54
@renovate renovate bot force-pushed the renovate/karma-6.x branch 4 times, most recently from 850c4a5 to 227bd0f Compare November 1, 2021 22:20
@renovate renovate bot force-pushed the renovate/karma-6.x branch from 227bd0f to dfa26ae Compare November 7, 2021 15:33
@renovate renovate bot force-pushed the renovate/karma-6.x branch from dfa26ae to 26c0a42 Compare November 16, 2021 22:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant