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 dependency karma to v5 #203

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

Conversation

mend-for-github-com[bot]
Copy link
Contributor

@mend-for-github-com mend-for-github-com bot commented Apr 23, 2023

This PR contains the following updates:

Package Type Update Change
karma (source) devDependencies major ~2.0.0 -> ~5.0.0

By merging this PR, the below issues will be automatically resolved and closed:

Severity CVSS Score CVE GitHub Issue
Critical 9.8 CVE-2019-10196 #28
Critical 9.8 CVE-2020-7769 #72
Critical 9.8 CVE-2021-23406 #10
Critical 9.8 CVE-2021-23406 #10
Critical 9.8 CVE-2021-23518 #129
Critical 9.8 CVE-2021-42740 #170
Critical 9.8 CVE-2022-2421 #212
Critical 9.8 CVE-2023-42282 #216
Critical 9.4 CVE-2021-31597 #91
Critical 9.1 CVE-2021-28918 #98
High 8.8 CVE-2021-23400 #122
High 8.1 CVE-2020-28502 #47
High 8.1 WS-2020-0443 #71
High 7.8 CVE-2021-43138 #155
High 7.7 CVE-2020-13822 #79
High 7.5 CVE-2017-20165 #198
High 7.5 CVE-2018-16472 #9
High 7.5 CVE-2019-10742 #12
High 7.5 CVE-2020-36048 #111
High 7.5 CVE-2020-36049 #114
High 7.5 CVE-2021-29469 #117
High 7.5 CVE-2021-3749 #157
High 7.5 CVE-2022-0654 #144
High 7.5 CVE-2022-24999 #187
High 7.5 CVE-2023-46234 #209
High 7.5 CVE-2024-37890 #228
High 7.5 WS-2020-0091 #109
High 7.2 CVE-2021-23358 #107

Release Notes

karma-runner/karma (karma)

v5.0.8

Compare Source

Bug Fixes

v5.0.7

Compare Source

Bug Fixes

v5.0.6

Compare Source

Bug Fixes

v5.0.5

Compare Source

Bug Fixes

v5.0.4

Compare Source

Bug Fixes
  • browser: make sure that empty results array is still recognized (#​3486) (fa95fa3)

v5.0.3

Compare Source

Bug Fixes

v5.0.2

Compare Source

Bug Fixes

v5.0.1

Compare Source

Bug Fixes

v5.0.0

Compare Source

Bug Fixes
Code Refactoring
Continuous Integration
Features
BREAKING CHANGES
  • Karma plugins which rely on the fact that Karma uses Bluebird promises may break as Bluebird-specific API is no longer available on Promises returned by the Karma core
  • server: Deprecated createPreprocessor removed, karma-browserify < 7 version doesn't work
  • no more testing on node 8.

4.4.1 (2019-10-18)

Bug Fixes
  • deps: back to karma-browserstack-launcher 1.4 (#​3361) (1cd87ad)
  • server: Add test coverage for config.singleRun true branch. (#​3384) (259be0d)
  • if preprocessor is async function and doesn't return a content then await donePromise (#​3387) (f91be24)

v4.4.1

Compare Source

Bug Fixes
  • deps: back to karma-browserstack-launcher 1.4 (#​3361) (1cd87ad)
  • server: Add test coverage for config.singleRun true branch. (#​3384) (259be0d)
  • if preprocessor is async function and doesn't return a content then await donePromise (#​3387) (f91be24)

v4.4.0

Compare Source

Bug Fixes
Features

v4.3.0

Compare Source

Bug Fixes
Features

v4.2.0

Compare Source

Bug Fixes

v4.1.0

Compare Source

Bug Fixes

4.0.1 (2019-02-28)

Bug Fixes

v4.0.1

Compare Source

Bug Fixes

v4.0.0

Compare Source

Bug Fixes
Chores
BREAKING CHANGES
  • Drop Support for Node 6, to make it possible to use async/await in karma codebase.

3.1.4 (2018-12-17)

Bug Fixes

3.1.3 (2018-12-01)

Bug Fixes

3.1.2 (2018-12-01)

Bug Fixes
Features

3.1.1 (2018-10-23)

Bug Fixes

v3.1.4

Compare Source

Bug Fixes

v3.1.3

Compare Source

Bug Fixes

v3.1.2

Compare Source

Bug Fixes
Features

v3.1.1

Compare Source

Bug Fixes

v3.1.0

Compare Source

Bug Fixes
Features

v3.0.0

Compare Source

Bug Fixes
BREAKING CHANGES

2.0.5 (2018-07-24)

Bug Fixes
Features
  • preprocessor: Allow preprocessor to handle binary files (#​3054) (7b66e18)

2.0.4 (2018-06-21)

Bug Fixes

2.0.3 (2018-06-15)

The 2.03. change log was incorrectly created due to an extra pending tag in the repo.

2.0.2 (2018-04-19)

Bug Fixes
  • package.json: sinon-chai 2.13 is not compatible with sinon 4.x (#​2977) (e095b05)

2.0.1 (2018-04-19)

Bug Fixes
  • browser: nicer "disconnect" - no more "Disconnectedundefined" (a987d63)
  • common: fix AppVeyor build (6c5e7d0)
  • common: more detailed info about error (424aacc)
  • 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: Retry install with appveyor-retry. (17d5791)
  • config: Workaround npm 5.4 windows bug (ec47d81)
  • deps: update socket.io to version 2.0.3. (3b7b019), closes #​2777
  • logging: Upgrade to log4js 2.x API. (#​2868) (f6f8707), closes #​2858
  • middleware: add file type to absolute urls (bd1f799)
  • ignore jsVersion configuration property in Firefox 59+ (2694d54), closes #​2957
  • middleware: avoid using deprecated Buffer API (018e6be)
  • reporter: Fix issue causing error stack not to be parsed correctly (ac4e1a9), closes #​2930
  • reporter: show file path correctly when urlRoot specified (34dc7d3), closes #​2897
  • server: switch to sync write (6ec74ee)
Features
  • cli: Warn on commands with underscores. (0801a7f)
  • config: allow to use newer versions of CoffeeScript (c1fcf42)
  • launcher: trim whitespace in browser name (871d46f)
  • launcher: trim whitespace in browser name (334f9fb)
  • middleware: added manual file type option (0330cd1), closes #​2824
  • better string representation of errors (c9e1ca9)
  • drop core-js and babel where possible (60dfc5c)
  • update of supported node versions (e79463b)

1.7.1 (2017-08-25)

Bug Fixes
  • debug-runner: support asynchronous tests in the debug runner (a36f3eb), closes #​2811
  • file-list: Stop polluting global environment with core-js (0988022)
  • preprocessor: renamed handeFile to readFileCallback (92a8c81)
  • preprocessor: retry if fs.readFile fails (4b60513)
  • preprocessor: throw if retry fails (2789bf5)
Features

v2.0.5

Compare Source

Bug Fixes
Features
  • preprocessor: Allow preprocessor to handle binary files (#​3054) (7b66e18)

v2.0.4

Compare Source

Bug Fixes

v2.0.3

Compare Source

The 2.03. change log was incorrectly created due to an extra pending tag in the repo.

v2.0.2

Compare Source

Bug Fixes
  • package.json: sinon-chai 2.13 is not compatible with sinon 4.x (#​2977) (e095b05)

  • If you want to rebase/retry this PR, check this box

@mend-for-github-com mend-for-github-com bot added the security fix Security fix generated by WhiteSource label Apr 23, 2023
@mend-for-github-com mend-for-github-com bot changed the title Update dependency karma to v5 Update dependency karma to v5 - autoclosed Jun 15, 2023
@mend-for-github-com mend-for-github-com bot deleted the whitesource-remediate/karma-5.x branch June 15, 2023 04:11
@mend-for-github-com mend-for-github-com bot changed the title Update dependency karma to v5 - autoclosed Update dependency karma to v5 Jun 20, 2023
@mend-for-github-com mend-for-github-com bot restored the whitesource-remediate/karma-5.x branch June 20, 2023 02:16
@mend-for-github-com mend-for-github-com bot reopened this Jun 20, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/karma-5.x branch from 5e6e26a to 174308f Compare June 20, 2023 02:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
security fix Security fix generated by WhiteSource
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants