Skip to content

Update dependency karma to v6#2459

Merged
pethers merged 1 commit into
masterfrom
renovate/karma-6.x
Jan 13, 2021
Merged

Update dependency karma to v6#2459
pethers merged 1 commit into
masterfrom
renovate/karma-6.x

Conversation

@renovate

@renovate renovate Bot commented Jan 13, 2021

Copy link
Copy Markdown
Contributor

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

karma-runner/karma

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

Renovate configuration

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

🚦 Automerge: Disabled due to failing status checks.

♻️ 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 WhiteSource Renovate. View repository job log here.

@pethers pethers merged commit ec03a54 into master Jan 13, 2021
@renovate renovate Bot deleted the renovate/karma-6.x branch January 13, 2021 18:51
@sonarqubecloud

Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants