Update dependency karma to v6
Status | Pipeline | Created by | Stages | Actions |
---|---|---|---|---|
Passed 00:09:14
| Stage: test |
Download artifacts
No artifacts found |
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
karma (source) | devDependencies | major | ^5.1.0 -> ^6.0.0 |
v6.0.0
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.
This MR has been generated by Renovate Bot.
Status | Pipeline | Created by | Stages | Actions |
---|---|---|---|---|
Passed 00:09:14
| Stage: test |
Download artifacts
No artifacts found |