nx-packaged
nx-packaged copied to clipboard
build: update karma to version ~5.2.0 (major)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| karma (source) | devDependencies | major | ~4.0.0 -> ~5.2.0 |
| karma-chrome-launcher | devDependencies | major | ~2.2.0 -> ~3.1.0 |
| karma-coverage-istanbul-reporter | devDependencies | major | ^2.0.0 -> ^3.0.0 |
| karma-jasmine | devDependencies | major | ~2.0.0 -> ~4.0.0 |
Release Notes
karma-runner/karma
v5.2.3
Bug Fixes
v5.2.2
Bug Fixes
v5.2.1
Bug Fixes
- remove broken link from docs - 06-angularjs.md (#3555) (da2f307)
- remove unused JSON utilities and flatted dependency (#3550) (beed255)
v5.2.0
Bug Fixes
- client: avoid race between execute and clearContext (#3452) (8bc5b46), closes #3424
- client: check in bundled client code into version control (#3524) (6cd5a3b), closes /github.com/karma-runner/karma/commit/f5521df7df5cd1201b5dce28dc4e326b1ffc41fd#commitcomment-38967493
- dependencies: update dependencies (#3543) (5db46b7)
- docs: Update 03-how-it-works.md (#3539) (e7cf7b1)
- server: log error when file loading or preprocessing fails (#3540) (fc2fd61)
Features
5.1.1 (2020-07-28)
Bug Fixes
v5.1.1
Bug Fixes
v5.1.0
Features
5.0.9 (2020-05-19)
Bug Fixes
5.0.8 (2020-05-18)
Bug Fixes
- dependencies: update and unlock socket.io dependency (#3513) (b60391f)
- dependencies: update to latest log4js major (#3514) (47f1cb2)
5.0.7 (2020-05-16)
Bug Fixes
5.0.6 (2020-05-16)
Bug Fixes
5.0.5 (2020-05-07)
Bug Fixes
5.0.4 (2020-04-30)
Bug Fixes
5.0.3 (2020-04-29)
Bug Fixes
5.0.2 (2020-04-16)
Bug Fixes
5.0.1 (2020-04-10)
Bug Fixes
v5.0.9
Bug Fixes
v5.0.8
Bug Fixes
- dependencies: update and unlock socket.io dependency (#3513) (b60391f)
- dependencies: update to latest log4js major (#3514) (47f1cb2)
v5.0.7
Bug Fixes
v5.0.6
Bug Fixes
v5.0.5
Bug Fixes
v5.0.4
Bug Fixes
v5.0.3
Bug Fixes
v5.0.2
Bug Fixes
v5.0.1
Bug Fixes
v5.0.0
Bug Fixes
- install semantic-release as a regular dev dependency (#3455) (1eaf35e)
- ci: echo travis env that gates release after_success (#3446) (b8b2ed8)
- ci: poll every 10s to avoid rate limit. (#3388) (91e7e00)
- middleware/runner: handle file list rejections (#3400) (80febfb), closes #3396 #3396
- server: cleanup import of the removed method (#3439) (cb1bcbf)
- server: createPreprocessor was removed (#3435) (5c334f5)
- server: detection new MS Edge Chromium (#3440) (7166ce2)
- server: replace optimist on yargs lib (#3451) (ec1e69a), closes #2473
- server: Report original error message (#3415) (79ee331), closes #3414
Code Refactoring
- use native Promise instead of Bluebird (#3436) (33a069f), closes /github.com/karma-runner/karma/pull/3060#discussion_r284797390
Continuous Integration
Features
- docs: document
DEFAULT_LISTEN_ADDRconstant (#3443) (057d527), closes #2479 - karma-server: added log to the server.js for uncaught exception (#3399) (adc6a66)
- preprocessor: obey Pattern.isBinary when set (#3422) (708ae13), closes #3405
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
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
Bug Fixes
Features
- client: Add trusted types support (#3360) (019bfd4)
- Preprocessor can return Promise (#3376) (3ffcd83)
- config: add failOnSkippedTests option. (#3374) (4ed3af0)
- config: clientDisplayNone sets client elements display none. (#3348) (6235e68)
- deps: Remove core-js dependency. (#3379) (0d70809)
v4.3.0
Bug Fixes
- build: switch from yarn to package-lock.json (#3351) (6c5add2)
- config: Simpilfy error proceesing. (#3345) (582a406), closes #3339
- deps: lodash update. (#3341) (5614c04)
- server: Simplify 'dom' inclusion. (#3356) (5f13e11)
- test:
test:clientsilently failing on Travis (#3343) (1489e9a), closes /travis-ci.org/karma-runner/karma/jobs/537027667#L1046 - travis: Pin to trusty (#3347) (1c6c690)
Features
- async: frameworks can be loaded asynchronously (#3297) (177e2ef), closes #851
- config: socket.io server pingTimeout config option. (#3355) (817fbbd)
- preprocessor: preprocessor_priority execution order. (#3303) (c5f3560)
- runner: feat(runner): (62d4c5a), closes #2121 #2799 #2121 #2799
v4.2.0
Bug Fixes
- logging: Util inspect for logging the config. (#3332) (70b72a9)
- reporter: format stack with 1-based column (#3325) (182c04d), closes #3324
- server: Add error handler for webserver socket. (#3300) (fe9a1dd)
v4.1.0
Bug Fixes
- client: Enable loading different file types when running in parent mode without iframe (#3289) (7968db6)
- client: Only create the funky object if message is not a string (#3298) (ce6825f), closes #3296
- launcher: Log state transitions in debug (#3294) (6556ab4), closes #3290
- middleware: log invalid filetype (#3292) (7eb48c5), closes #3291
4.0.1 (2019-02-28)
Bug Fixes
- browser: allow updating total specs count (#3264) (d5df723)
- remove vulnerable dependency combine-lists (#3273) (c43f584), closes #3265
- remove vulnerable dependency expand-braces (#3270) (4ec4f6f), closes #3268 #3269
- filelist: correct logger name. (#3262) (375bb5e)
- launcher: Debug Child Processes exit signal (#3259) (c277a6b)
karma-runner/karma-chrome-launcher
v3.1.0
Features
- add --disable-dev-shm-usage flag to headless (137005d)
v3.0.0
Features
mattlewis92/karma-coverage-istanbul-reporter
v3.0.3
v3.0.2
v3.0.1
v3.0.0
⚠ BREAKING CHANGES
- node 6 and node 8 are no longer supported. To use this package you must upgrade to node 10 or higher.
Features
- upgrade to latest istanbul api (28cbbfb)
karma-runner/karma-jasmine
v4.0.1
Bug Fixes
v4.0.0
chore
BREAKING CHANGES
- Drop support for node 8 (add support for node 14)
3.3.1 (2020-05-28)
Bug Fixes
v3.3.1
Bug Fixes
v3.3.0
Features
v3.2.0
Features
3.1.1 (2020-02-11)
Bug Fixes
v3.1.1
Bug Fixes
v3.1.0
Features
3.0.3 (2020-01-08)
Bug Fixes
3.0.2 (2020-01-08)
3.0.1 (2020-01-06)
Bug Fixes
- adapter: Remove incorrect function and its call. (#183) (cada4a9)
- build: run eslint on npm test (#237) (a12024d)
- console: Re-add Error: to the stack (#228) (d0b980d)
- dep: Depend upon the jasmine-core version we test (#229) (c4dfef5)
- stack: On error in beforeAll/afterAll relevant information to debug are miss… (#232) (cd6f060)
- time: report correct time since Jasmine v2.9.0 (#197) (022ee04), closes #196
- travis: use new syntax for xenial and pin to it. (#236) (cb99ef8)
- return false for every entry is irrelevant (#206) (d7523d0), closes /github.com/karma-runner/karma-jasmine/pull/206#discussion_r186142116
Chores
Features
-
adapter: log when Jasmine fails because no expect() were run (#238) (646796e)
-
reporter: On no-single-run and failure, emit a debug URL (#235) (76f092a)
-
Propagate errors thrown in afterAll blocks (f3fa264), closes #161
-
update the version to 2.0.0 and restrict node version available to 4.0 (c84316e)
-
Update deps and drop node v6 to match karma v4.0 (#233) (097eed4), closes #233
-
feat (adapter): Use jasmine's new configure method (#224) (6663e47), closes #224 #221
BREAKING CHANGES
-
drop support for node v6
-
Also update travis config to drop v6 andd v10
-
stopOnFailure, which was previously documented in karma-jasmine's README, is not configuration option for jasmine. UseoneFailurePerSpecinstead.
Requires peerDependency Jasmine@^3.3.0
- deps: Drop support for node 4.x
v3.0.3
Bug Fixes
v3.0.1
Bug Fixes
- adapter: Remove incorrect function and its call. (#183) (cada4a9)
- build: run eslint on npm test (#237) (a12024d)
- console: Re-add Error: to the stack (#228) (d0b980d)
- dep: Depend upon the jasmine-core version we test (#229) (c4dfef5)
- stack: On error in beforeAll/afterAll relevant information to debug are miss… (#232) (cd6f060)
- time: report correct time since Jasmine v2.9.0 (#197) (022ee04), closes #196
- travis: use new syntax for xenial and pin to it. (#236) (cb99ef8)
- return false for every entry is irrelevant (#206) (d7523d0), closes /github.com/karma-runner/karma-jasmine/pull/206#discussion_r186142116
Chores
Features
-
adapter: log when Jasmine fails because no expect() were run (#238) (646796e)
-
reporter: On no-single-run and failure, emit a debug URL (#235) (76f092a)
-
Propagate errors thrown in afterAll blocks (f3fa264), closes #161
-
update the version to 2.0.0 and restrict node version available to 4.0 (c84316e)
-
Update deps and drop node v6 to match karma v4.0 (#233) (097eed4), closes #233
-
feat (adapter): Use jasmine's new configure method (#224) (6663e47), closes #224 #221
BREAKING CHANGES
-
drop support for node v6
-
Also update travis config to drop v6 andd v10
-
stopOnFailure, which was previously documented in karma-jasmine's README, is not configuration option for jasmine. UseoneFailurePerSpecinstead.
Requires peerDependency Jasmine@^3.3.0
- deps: Drop support for node 4.x
v3.0.0
Bug Fixes
- build: run eslint on npm test (#237) (a12024d)
- stack: On error in beforeAll/afterAll relevant information to debug are miss… (#232) (cd6f060)
- travis: use new syntax for xenial and pin to it. (#236) (cb99ef8)
Features
- adapter: log when Jasmine fails because no expect() were run (#238) (646796e)
- reporter: On no-single-run and failure, emit a debug URL (#235) (76f092a)
BREAKING CHANGES
-
drop support for node v6
-
Also update travis config to drop v6 andd v10
2.0.1 (2018-11-17)
Bug Fixes
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.