ng-packaged icon indicating copy to clipboard operation
ng-packaged copied to clipboard

build: update karma to version ~5.2.0 (major)

Open renovate[bot] opened this issue 6 years ago • 0 comments

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

Compare Source

Bug Fixes

v5.2.2

Compare Source

Bug Fixes

v5.2.1

Compare Source

Bug Fixes

v5.2.0

Compare Source

Bug Fixes
Features

5.1.1 (2020-07-28)

Bug Fixes

v5.1.1

Compare Source

Bug Fixes

v5.1.0

Compare Source

Features

5.0.9 (2020-05-19)

Bug Fixes

5.0.8 (2020-05-18)

Bug Fixes

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
  • browser: make sure that empty results array is still recognized (#​3486) (fa95fa3)

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

Compare Source

Bug Fixes

v5.0.8

Compare Source

Bug Fixes

v5.0.7

Compare Source

Bug Fixes

v5.0.6

Compare Source

Bug Fixes

v5.0.5

Compare Source

Bug Fixes

v5.0.4

Compare Source

Bug Fixes
  • browser: make sure that empty results array is still recognized (#​3486) (fa95fa3)

v5.0.3

Compare Source

Bug Fixes

v5.0.2

Compare Source

Bug Fixes

v5.0.1

Compare Source

Bug Fixes

v5.0.0

Compare Source

Bug Fixes
Code Refactoring
Continuous Integration
Features
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

Compare Source

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

Compare Source

Bug Fixes
Features

v4.3.0

Compare Source

Bug Fixes
Features

v4.2.0

Compare Source

Bug Fixes

v4.1.0

Compare Source

Bug Fixes

4.0.1 (2019-02-28)

Bug Fixes
karma-runner/karma-chrome-launcher

v3.1.0

Compare Source

Features
  • add --disable-dev-shm-usage flag to headless (137005d)

v3.0.0

Compare Source

Features
  • allow overriding of the default debug port (26ae9f4), closes #​187
mattlewis92/karma-coverage-istanbul-reporter

v3.0.3

Compare Source

v3.0.2

Compare Source

v3.0.1

Compare Source

v3.0.0

Compare Source

⚠ 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

Compare Source

Bug Fixes

v4.0.0

Compare Source

chore
BREAKING CHANGES
  • Drop support for node 8 (add support for node 14)

3.3.1 (2020-05-28)

Bug Fixes

v3.3.1

Compare Source

Bug Fixes

v3.3.0

Compare Source

Features
  • reporter: emit info events for suiteStarted/suiteDone (#​269) (7b73ce0)

v3.2.0

Compare Source

Features
  • results: forward passedExpectations and properties (#​268) (ad1d7dd)

3.1.1 (2020-02-11)

Bug Fixes

v3.1.1

Compare Source

Bug Fixes

v3.1.0

Compare Source

Features

3.0.3 (2020-01-08)

Bug Fixes

3.0.2 (2020-01-08)

3.0.1 (2020-01-06)

Bug Fixes
Chores
Features
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. Use oneFailurePerSpec instead.

Requires peerDependency Jasmine@^3.3.0

  • deps: Drop support for node 4.x

v3.0.3

Compare Source

Bug Fixes

v3.0.1

Compare Source

Bug Fixes
Chores
Features
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. Use oneFailurePerSpec instead.

Requires peerDependency Jasmine@^3.3.0

  • deps: Drop support for node 4.x

v3.0.0

Compare Source

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
  • dep: Depend upon the jasmine-core version we test (#​229) (c4dfef5)

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.

renovate[bot] avatar Jul 13 '19 04:07 renovate[bot]