Skip to content
This repository was archived by the owner on Mar 25, 2023. It is now read-only.

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

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/karma-6.x
Open

chore(deps): update dependency karma to v6#18
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/karma-6.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 11, 2021

Mend Renovate

This PR contains the following updates:

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

Release Notes

karma-runner/karma

v6.4.1

Compare Source

Bug Fixes

v6.4.0

Compare Source

Features
  • support SRI verification of link tags (dc51a2e)
  • support SRI verification of script tags (6a54b1c)

6.3.20 (2022-05-13)

Bug Fixes

6.3.19 (2022-04-19)

Bug Fixes
  • client: error out when opening a new tab fails (099b85e)

6.3.18 (2022-04-13)

Bug Fixes
  • deps: upgrade socket.io to v4.4.1 (52a30bb)

6.3.17 (2022-02-28)

Bug Fixes

6.3.16 (2022-02-10)

Bug Fixes
  • security: mitigate the "Open Redirect Vulnerability" (ff7edbb)

6.3.15 (2022-02-05)

Bug Fixes

6.3.14 (2022-02-05)

Bug Fixes
  • remove string template from client code (91d5acd)
  • warn when singleRun and autoWatch are false (69cfc76)
  • security: remove XSS vulnerability in returnUrl query param (839578c)

6.3.13 (2022-01-31)

Bug Fixes

6.3.12 (2022-01-24)

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

6.3.11 (2022-01-13)

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

6.3.10 (2022-01-08)

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

6.3.9 (2021-11-16)

Bug Fixes

6.3.8 (2021-11-07)

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

6.3.7 (2021-11-01)

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

6.3.6 (2021-10-25)

Bug Fixes

6.3.5 (2021-10-20)

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

6.3.4 (2021-06-14)

Bug Fixes

6.3.3 (2021-06-01)

Bug Fixes

6.3.2 (2021-03-29)

Bug Fixes

6.3.1 (2021-03-24)

Bug Fixes

v6.3.20

Compare Source

Bug Fixes

v6.3.19

Compare Source

Bug Fixes
  • client: error out when opening a new tab fails (099b85e)

v6.3.18

Compare Source

Bug Fixes
  • deps: upgrade socket.io to v4.4.1 (52a30bb)

v6.3.17

Compare Source

Bug Fixes

v6.3.16

Compare Source

Bug Fixes
  • security: mitigate the "Open Redirect Vulnerability" (ff7edbb)

v6.3.15

Compare Source

Bug Fixes

v6.3.14

Compare Source

Bug Fixes
  • remove string template from client code (91d5acd)
  • warn when singleRun and autoWatch are false (69cfc76)
  • security: remove XSS vulnerability in returnUrl query param (839578c)

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
  • client: error out when opening a new tab fails (099b85e)

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

v5.2.3

Compare Source

Bug Fixes

v5.2.2

Compare Source

Bug Fixes

v5.2.1

Compare Source

Bug Fixes

v5.2.0

Compare Source

Bug Fixes
Features

5.1.1 (2020-07-28)

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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, check this box

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

@codecov
Copy link

codecov bot commented Feb 11, 2021

Codecov Report

Base: 9.99% // Head: 14.84% // Increases project coverage by +4.85% 🎉

Coverage data is based on head (f019074) compared to base (4fb9818).
Patch has no changes to coverable lines.

❗ Current head f019074 differs from pull request most recent head b848054. Consider uploading reports for the commit b848054 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #18      +/-   ##
==========================================
+ Coverage    9.99%   14.84%   +4.85%     
==========================================
  Files          96       74      -22     
  Lines        4003     2553    -1450     
  Branches      646      316     -330     
==========================================
- Hits          400      379      -21     
+ Misses       3600     2174    -1426     
+ Partials        3        0       -3     
Impacted Files Coverage Δ
...es/im-pact-action-wait-for-schedule/src/matcher.ts 67.56% <0.00%> (-1.88%) ⬇️
...s/ml/modules/module-helpers/tweet-filter.helper.ts 43.75% <0.00%> (-1.42%) ⬇️
...rver/src/topics/ml/modules/module-tweet-storage.ts 21.62% <0.00%> (-1.24%) ⬇️
...es/im-pact-filter-tweet-text-bayesian/src/index.ts 10.52% <0.00%> (-0.19%) ⬇️
...ter-tf-cg-illust-image-classification/src/index.ts 8.26% <0.00%> (-0.14%) ⬇️
packages/server/src/helper.ts 0.00% <0.00%> (ø)
packages/server/src/topics/ml/ml.service.ts 0.00% <0.00%> (ø)
packages/server/src/openapi-doc-generator.ts 0.00% <0.00%> (ø)
...es/server/src/topics/ml/twitter-crawler.service.ts 0.00% <0.00%> (ø)
...ages/im-pact-action-wait-for-schedule/src/index.ts 80.88% <0.00%> (ø)
... and 25 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@renovate renovate bot force-pushed the renovate/karma-6.x branch from ebcce5f to 7299b22 Compare February 12, 2021 20:46
@renovate renovate bot force-pushed the renovate/karma-6.x branch 2 times, most recently from e77bd60 to f0abc6d Compare March 10, 2021 23:49
@renovate renovate bot force-pushed the renovate/karma-6.x branch 3 times, most recently from 0d7c879 to f15fbb9 Compare March 30, 2021 05:26
@renovate renovate bot force-pushed the renovate/karma-6.x branch from f15fbb9 to 928dbe8 Compare June 6, 2021 21:18
@renovate renovate bot force-pushed the renovate/karma-6.x branch from 928dbe8 to ba540fa Compare June 17, 2021 09:10
@renovate renovate bot force-pushed the renovate/karma-6.x branch from ba540fa to 6c4a488 Compare February 5, 2022 18:33
@renovate renovate bot force-pushed the renovate/karma-6.x branch from 6c4a488 to 7a734a7 Compare March 7, 2022 14:36
@renovate renovate bot force-pushed the renovate/karma-6.x branch from 7a734a7 to 41578d1 Compare April 24, 2022 18:47
@renovate renovate bot force-pushed the renovate/karma-6.x branch from 41578d1 to e13769d Compare May 15, 2022 20:28
@renovate renovate bot force-pushed the renovate/karma-6.x branch from e13769d to f019074 Compare June 18, 2022 17:31
@renovate renovate bot force-pushed the renovate/karma-6.x branch from f019074 to b848054 Compare September 25, 2022 19:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

0 participants