chore(deps): update dependency karma to v6
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| karma (source) | ^5.2.3 -> ^6.3.9 |
||||
| @types/karma | 5.0.1 -> 6.3.1 |
Release Notes
karma-runner/karma
v6.3.9
Bug Fixes
v6.3.8
Bug Fixes
- reporter: warning if stack trace contains generated code invocation (4f23b14)
v6.3.7
Bug Fixes
v6.3.6
Bug Fixes
v6.3.5
Bug Fixes
v6.3.4
Bug Fixes
v6.3.3
Bug Fixes
- server: clean up vestigial code from proxy (#3640) (f4aeac3), closes /tools.ietf.org/html/std66#section-3
v6.3.2
Bug Fixes
- fix running tests in IE9 (#3668) (0055bc5), closes /github.com/karma-runner/karma/blob/026fff870913fb6cd2858dd962935dc74c92b725/client/main.js#L14 #3665
v6.3.1
Bug Fixes
v6.3.0
Features
v6.2.0
Features
6.1.2 (2021-03-09)
Bug Fixes
- commitlint: skip task on master (#3650) (3fc6fda)
- patch karma to allow loading virtual packages (#3663) (5bfcf5f)
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.2
Bug Fixes
- commitlint: skip task on master (#3650) (3fc6fda)
- patch karma to allow loading virtual packages (#3663) (5bfcf5f)
v6.1.1
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
Features
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
6.0.2 (2021-01-25)
Bug Fixes
6.0.1 (2021-01-20)
Bug Fixes
- server: set maxHttpBufferSize to the socket.io v2 default (#3626) (69baddc), closes #3621
- restore
customFileHandlersprovider (#3624) (25d9abb)
v6.0.4
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
Bug Fixes
v6.0.2
Bug Fixes
v6.0.1
Bug Fixes
- server: set maxHttpBufferSize to the socket.io v2 default (#3626) (69baddc), closes #3621
- restore
customFileHandlersprovider (#3624) (25d9abb)
v6.0.0
Bug Fixes
- ci: abandon browserstack tests for Safari and IE (#3615) (04a811d)
- client: do not reset karmaNavigating in unload handler (#3591) (4a8178f), closes #3482
- context: do not error when karma is navigating (#3565) (05dc288), closes #3560
- cve: update ua-parser-js to 0.7.23 to fix CVE-2020-7793 (#3584) (f819fa8)
- cve: update yargs to 16.1.1 to fix cve-2020-7774 in y18n (#3578) (3fed0bc), closes #3577
- deps: bump socket-io to v3 (#3586) (1b9e1de), closes #3569
- middleware: catch errors when loading a module (#3605) (fec972f), closes #3572
- server: clean up close-server logic (#3607) (3fca456)
- test: clear up clearContext (#3597) (8997b74)
- test: mark all second connections reconnects (#3598) (1c9c2de)
Features
- cli: error out on unexpected options or parameters (#3589) (603bbc0)
- client: update banner with connection, test status, ping times (#3611) (4bf90f7)
- server: print stack of unhandledrejections (#3593) (35a5842)
- server: remove deprecated static methods (#3595) (1a65bf1)
- remove support for running dart code in the browser (#3592) (7a3bd55)
BREAKING CHANGES
-
server: Deprecated
require('karma').server.start()andrequire('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
Configuration
📅 Schedule: "on the 1st through 7th day of the month" in timezone America/Los_Angeles.
🚦 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 these updates again.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by WhiteSource Renovate. View repository job log here.
Codecov Report
Merging #351 (26c0a42) into master (03ac028) will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## master #351 +/- ##
=======================================
Coverage 86.03% 86.03%
=======================================
Files 14 14
Lines 659 659
Branches 177 177
=======================================
Hits 567 567
Misses 92 92
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 03ac028...26c0a42. Read the comment docs.