chore(deps-dev): bump karma from 5.2.3 to 6.2.0 #85

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/karma-6.2.0 into master 2021-03-12 19:53:58 +08:00
dependabot[bot] commented 2021-03-11 21:03:10 +08:00 (Migrated from github.com)

Bumps karma from 5.2.3 to 6.2.0.

Release notes

Sourced from karma's releases.

v6.2.0

6.2.0 (2021-03-10)

Features

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

v6.1.2

6.1.2 (2021-03-09)

Bug Fixes

v6.1.1

6.1.1 (2021-02-12)

Bug Fixes

  • config: check extension before ts-node register (#3651) (474f4e1), closes #3329
  • report launcher process error when exit event is not emitted (#3647) (7ab86be)

v6.1.0

6.1.0 (2021-02-03)

Features

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

v6.0.4

6.0.4 (2021-02-01)

Bug Fixes

  • cli: temporarily disable strict parameters validation (#3641) (9c755e0), closes #3625
  • client: fix a false positive page reload error in Safari (#3643) (2a57b23)
  • ensure that Karma supports running tests on IE 11 (#3642) (dbd1943)

v6.0.3

6.0.3 (2021-01-27)

Bug Fixes

... (truncated)

Changelog

Sourced from karma's changelog.

6.2.0 (2021-03-10)

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

  • config: check extension before ts-node register (#3651) (474f4e1), closes #3329
  • report launcher process error when exit event is not emitted (#3647) (7ab86be)

6.1.0 (2021-02-03)

Features

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

6.0.4 (2021-02-01)

Bug Fixes

  • cli: temporarily disable strict parameters validation (#3641) (9c755e0), closes #3625
  • client: fix a false positive page reload error in Safari (#3643) (2a57b23)
  • ensure that Karma supports running tests on IE 11 (#3642) (dbd1943)

6.0.3 (2021-01-27)

Bug Fixes

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

6.0.2 (2021-01-25)

Bug Fixes

... (truncated)

Commits
  • a2bca0d chore(release): 6.2.0 [skip ci]
  • 39831b1 feat(plugins): add support wildcard config for scoped package plugin (#3659)
  • 10afab1 chore(release): 6.1.2 [skip ci]
  • 3fc6fda fix(commitlint): skip task on master (#3650)
  • 5bfcf5f fix: patch karma to allow loading virtual packages (#3663)
  • f52a071 chore(release): 6.1.1 [skip ci]
  • 99908c3 docs(plugins): add more information about plugins (#3649)
  • 474f4e1 fix(config): check extension before ts-node register (#3651)
  • 7ab86be fix: report launcher process error when exit event is not emitted (#3647)
  • 3cb26e3 chore(release): 6.1.0 [skip ci]
  • 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 recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)
Bumps [karma](https://github.com/karma-runner/karma) from 5.2.3 to 6.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/karma-runner/karma/releases">karma's releases</a>.</em></p> <blockquote> <h2>v6.2.0</h2> <h1><a href="https://github.com/karma-runner/karma/compare/v6.1.2...v6.2.0">6.2.0</a> (2021-03-10)</h1> <h3>Features</h3> <ul> <li><strong>plugins:</strong> add support wildcard config for scoped package plugin (<a href="https://github-redirect.dependabot.com/karma-runner/karma/issues/3659">#3659</a>) (<a href="https://github.com/karma-runner/karma/commit/39831b1c2f9cbeebdba94c73ce353efb7c44e802">39831b1</a>)</li> </ul> <h2>v6.1.2</h2> <h2><a href="https://github.com/karma-runner/karma/compare/v6.1.1...v6.1.2">6.1.2</a> (2021-03-09)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>commitlint:</strong> skip task on master (<a href="https://github-redirect.dependabot.com/karma-runner/karma/issues/3650">#3650</a>) (<a href="https://github.com/karma-runner/karma/commit/3fc6fdadd6b0ed6838de048c15485b1bd815fe23">3fc6fda</a>)</li> <li>patch karma to allow loading virtual packages (<a href="https://github-redirect.dependabot.com/karma-runner/karma/issues/3663">#3663</a>) (<a href="https://github.com/karma-runner/karma/commit/5bfcf5f37de6f0a12abcf9914c2fad510395b4d6">5bfcf5f</a>)</li> </ul> <h2>v6.1.1</h2> <h2><a href="https://github.com/karma-runner/karma/compare/v6.1.0...v6.1.1">6.1.1</a> (2021-02-12)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>config:</strong> check extension before ts-node register (<a href="https://github-redirect.dependabot.com/karma-runner/karma/issues/3651">#3651</a>) (<a href="https://github.com/karma-runner/karma/commit/474f4e1caff469cce87f19a11d9179e4e05552f9">474f4e1</a>), closes <a href="https://github-redirect.dependabot.com/karma-runner/karma/issues/3329">#3329</a></li> <li>report launcher process error when exit event is not emitted (<a href="https://github-redirect.dependabot.com/karma-runner/karma/issues/3647">#3647</a>) (<a href="https://github.com/karma-runner/karma/commit/7ab86be25c334b07747632b0a6bdb1d650d881bc">7ab86be</a>)</li> </ul> <h2>v6.1.0</h2> <h1><a href="https://github.com/karma-runner/karma/compare/v6.0.4...v6.1.0">6.1.0</a> (2021-02-03)</h1> <h3>Features</h3> <ul> <li><strong>config:</strong> improve <code>karma.config.parseConfig</code> error handling (<a href="https://github-redirect.dependabot.com/karma-runner/karma/issues/3635">#3635</a>) (<a href="https://github.com/karma-runner/karma/commit/9dba1e20af48d4885e1a1c6da8c08454acb0db9d">9dba1e2</a>)</li> </ul> <h2>v6.0.4</h2> <h2><a href="https://github.com/karma-runner/karma/compare/v6.0.3...v6.0.4">6.0.4</a> (2021-02-01)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>cli:</strong> temporarily disable strict parameters validation (<a href="https://github-redirect.dependabot.com/karma-runner/karma/issues/3641">#3641</a>) (<a href="https://github.com/karma-runner/karma/commit/9c755e0d61f1e8fb0fed1281fc8a331d5f1734be">9c755e0</a>), closes <a href="https://github-redirect.dependabot.com/karma-runner/karma/issues/3625">#3625</a></li> <li><strong>client:</strong> fix a false positive page reload error in Safari (<a href="https://github-redirect.dependabot.com/karma-runner/karma/issues/3643">#3643</a>) (<a href="https://github.com/karma-runner/karma/commit/2a57b230cd6b27e1a6e903ca6557c5a6b3e31bf6">2a57b23</a>)</li> <li>ensure that Karma supports running tests on IE 11 (<a href="https://github-redirect.dependabot.com/karma-runner/karma/issues/3642">#3642</a>) (<a href="https://github.com/karma-runner/karma/commit/dbd1943e6901c4cb86280db7663afde32f9ab86c">dbd1943</a>)</li> </ul> <h2>v6.0.3</h2> <h2><a href="https://github.com/karma-runner/karma/compare/v6.0.2...v6.0.3">6.0.3</a> (2021-01-27)</h2> <h3>Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/karma-runner/karma/blob/master/CHANGELOG.md">karma's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/karma-runner/karma/compare/v6.1.2...v6.2.0">6.2.0</a> (2021-03-10)</h1> <h3>Features</h3> <ul> <li><strong>plugins:</strong> add support wildcard config for scoped package plugin (<a href="https://github-redirect.dependabot.com/karma-runner/karma/issues/3659">#3659</a>) (<a href="https://github.com/karma-runner/karma/commit/39831b1c2f9cbeebdba94c73ce353efb7c44e802">39831b1</a>)</li> </ul> <h2><a href="https://github.com/karma-runner/karma/compare/v6.1.1...v6.1.2">6.1.2</a> (2021-03-09)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>commitlint:</strong> skip task on master (<a href="https://github-redirect.dependabot.com/karma-runner/karma/issues/3650">#3650</a>) (<a href="https://github.com/karma-runner/karma/commit/3fc6fdadd6b0ed6838de048c15485b1bd815fe23">3fc6fda</a>)</li> <li>patch karma to allow loading virtual packages (<a href="https://github-redirect.dependabot.com/karma-runner/karma/issues/3663">#3663</a>) (<a href="https://github.com/karma-runner/karma/commit/5bfcf5f37de6f0a12abcf9914c2fad510395b4d6">5bfcf5f</a>)</li> </ul> <h2><a href="https://github.com/karma-runner/karma/compare/v6.1.0...v6.1.1">6.1.1</a> (2021-02-12)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>config:</strong> check extension before ts-node register (<a href="https://github-redirect.dependabot.com/karma-runner/karma/issues/3651">#3651</a>) (<a href="https://github.com/karma-runner/karma/commit/474f4e1caff469cce87f19a11d9179e4e05552f9">474f4e1</a>), closes <a href="https://github-redirect.dependabot.com/karma-runner/karma/issues/3329">#3329</a></li> <li>report launcher process error when exit event is not emitted (<a href="https://github-redirect.dependabot.com/karma-runner/karma/issues/3647">#3647</a>) (<a href="https://github.com/karma-runner/karma/commit/7ab86be25c334b07747632b0a6bdb1d650d881bc">7ab86be</a>)</li> </ul> <h1><a href="https://github.com/karma-runner/karma/compare/v6.0.4...v6.1.0">6.1.0</a> (2021-02-03)</h1> <h3>Features</h3> <ul> <li><strong>config:</strong> improve <code>karma.config.parseConfig</code> error handling (<a href="https://github-redirect.dependabot.com/karma-runner/karma/issues/3635">#3635</a>) (<a href="https://github.com/karma-runner/karma/commit/9dba1e20af48d4885e1a1c6da8c08454acb0db9d">9dba1e2</a>)</li> </ul> <h2><a href="https://github.com/karma-runner/karma/compare/v6.0.3...v6.0.4">6.0.4</a> (2021-02-01)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>cli:</strong> temporarily disable strict parameters validation (<a href="https://github-redirect.dependabot.com/karma-runner/karma/issues/3641">#3641</a>) (<a href="https://github.com/karma-runner/karma/commit/9c755e0d61f1e8fb0fed1281fc8a331d5f1734be">9c755e0</a>), closes <a href="https://github-redirect.dependabot.com/karma-runner/karma/issues/3625">#3625</a></li> <li><strong>client:</strong> fix a false positive page reload error in Safari (<a href="https://github-redirect.dependabot.com/karma-runner/karma/issues/3643">#3643</a>) (<a href="https://github.com/karma-runner/karma/commit/2a57b230cd6b27e1a6e903ca6557c5a6b3e31bf6">2a57b23</a>)</li> <li>ensure that Karma supports running tests on IE 11 (<a href="https://github-redirect.dependabot.com/karma-runner/karma/issues/3642">#3642</a>) (<a href="https://github.com/karma-runner/karma/commit/dbd1943e6901c4cb86280db7663afde32f9ab86c">dbd1943</a>)</li> </ul> <h2><a href="https://github.com/karma-runner/karma/compare/v6.0.2...v6.0.3">6.0.3</a> (2021-01-27)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>plugins:</strong> refactor instantiatePlugin from preproprocessor (<a href="https://github-redirect.dependabot.com/karma-runner/karma/issues/3628">#3628</a>) (<a href="https://github.com/karma-runner/karma/commit/e02858ae0d0de3f05add976b10e4b6b935cc3dd7">e02858a</a>)</li> </ul> <h2><a href="https://github.com/karma-runner/karma/compare/v6.0.1...v6.0.2">6.0.2</a> (2021-01-25)</h2> <h3>Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/karma-runner/karma/commit/a2bca0df0b9ca23ce8620eee1fc3935515ab8840"><code>a2bca0d</code></a> chore(release): 6.2.0 [skip ci]</li> <li><a href="https://github.com/karma-runner/karma/commit/39831b1c2f9cbeebdba94c73ce353efb7c44e802"><code>39831b1</code></a> feat(plugins): add support wildcard config for scoped package plugin (<a href="https://github-redirect.dependabot.com/karma-runner/karma/issues/3659">#3659</a>)</li> <li><a href="https://github.com/karma-runner/karma/commit/10afab16bfc10b5199bb97207413c0045de442c1"><code>10afab1</code></a> chore(release): 6.1.2 [skip ci]</li> <li><a href="https://github.com/karma-runner/karma/commit/3fc6fdadd6b0ed6838de048c15485b1bd815fe23"><code>3fc6fda</code></a> fix(commitlint): skip task on master (<a href="https://github-redirect.dependabot.com/karma-runner/karma/issues/3650">#3650</a>)</li> <li><a href="https://github.com/karma-runner/karma/commit/5bfcf5f37de6f0a12abcf9914c2fad510395b4d6"><code>5bfcf5f</code></a> fix: patch karma to allow loading virtual packages (<a href="https://github-redirect.dependabot.com/karma-runner/karma/issues/3663">#3663</a>)</li> <li><a href="https://github.com/karma-runner/karma/commit/f52a07199f7f589ab2bee1c1f2eb0cd2c05a0ce2"><code>f52a071</code></a> chore(release): 6.1.1 [skip ci]</li> <li><a href="https://github.com/karma-runner/karma/commit/99908c3f5b5e48bc2e2158d090ca2e9d514fcb03"><code>99908c3</code></a> docs(plugins): add more information about plugins (<a href="https://github-redirect.dependabot.com/karma-runner/karma/issues/3649">#3649</a>)</li> <li><a href="https://github.com/karma-runner/karma/commit/474f4e1caff469cce87f19a11d9179e4e05552f9"><code>474f4e1</code></a> fix(config): check extension before ts-node register (<a href="https://github-redirect.dependabot.com/karma-runner/karma/issues/3651">#3651</a>)</li> <li><a href="https://github.com/karma-runner/karma/commit/7ab86be25c334b07747632b0a6bdb1d650d881bc"><code>7ab86be</code></a> fix: report launcher process error when exit event is not emitted (<a href="https://github-redirect.dependabot.com/karma-runner/karma/issues/3647">#3647</a>)</li> <li><a href="https://github.com/karma-runner/karma/commit/3cb26e353202c773438f422e41cd01856879b464"><code>3cb26e3</code></a> chore(release): 6.1.0 [skip ci]</li> <li>Additional commits viewable in <a href="https://github.com/karma-runner/karma/compare/v5.2.3...v6.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=karma&package-manager=npm_and_yarn&previous-version=5.2.3&new-version=6.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) </details>
xiaohai2271 commented 2021-03-12 19:35:38 +08:00 (Migrated from github.com)

@dependabot rebase

@dependabot rebase
xiaohai2271 (Migrated from github.com) approved these changes 2021-03-12 19:53:51 +08:00
Sign in to join this conversation.
No description provided.