wKoza / ngx-upload

Ngx-upload is an upload module for Angular Ivy ready
30 stars 15 forks source link

chore(deps): update dependency karma to v2.0.5 - autoclosed #42

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change
karma (source) devDependencies patch 2.0.2 -> 2.0.5

Release Notes

karma-runner/karma ### [`v2.0.5`](https://togithub.com/karma-runner/karma/blob/master/CHANGELOG.md#​300httpsgithubcomkarma-runnerkarmacomparev205v300-2018-08-09) [Compare Source](https://togithub.com/karma-runner/karma/compare/v2.0.4...v2.0.5) ##### Bug Fixes - **config:** wait 20s for browser activity. ([#​3087](https://togithub.com/karma-runner/karma/issues/3087)) ([88b977f](https://togithub.com/karma-runner/karma/commit/88b977f)) - **config:** Wait 30s for browser activity per Travis. ([#​3091](https://togithub.com/karma-runner/karma/issues/3091)) ([f6d2f0e](https://togithub.com/karma-runner/karma/commit/f6d2f0e)) - **init:** add "ChromeHeadless" to the browsers' options ([#​3096](https://togithub.com/karma-runner/karma/issues/3096)) ([56fda53](https://togithub.com/karma-runner/karma/commit/56fda53)) - **server:** Exit clean on unhandledRejections. ([#​3092](https://togithub.com/karma-runner/karma/issues/3092)) ([02f54c6](https://togithub.com/karma-runner/karma/commit/02f54c6)), closes [#​3064](https://togithub.com/karma-runner/karma/issues/3064) - **travis:** Up the socket timeout 2->20s. ([#​3103](https://togithub.com/karma-runner/karma/issues/3103)) ([732396a](https://togithub.com/karma-runner/karma/commit/732396a)), closes [#​3102](https://togithub.com/karma-runner/karma/issues/3102) - **travis:** use the value not the key name. ([#​3097](https://togithub.com/karma-runner/karma/issues/3097)) ([90f5546](https://togithub.com/karma-runner/karma/commit/90f5546)) - **travis:** validate TRAVIS_COMMIT if TRAVIS_PULL_REQUEST_SHA is not set. ([#​3094](https://togithub.com/karma-runner/karma/issues/3094)) ([fba5d36](https://togithub.com/karma-runner/karma/commit/fba5d36)) - **travis:** Validate TRAVIS_PULL_REQUEST_SHA rather than TRAVIS_COMMIT. ([#​3093](https://togithub.com/karma-runner/karma/issues/3093)) ([a58fa45](https://togithub.com/karma-runner/karma/commit/a58fa45)) ##### BREAKING CHANGES - Drop Support for Nodejs4 ([#​3082](https://togithub.com/karma-runner/karma/pull/3082)) #### [2.0.5](https://togithub.com/karma-runner/karma/compare/v2.0.4...v2.0.5) (2018-07-24) ##### Bug Fixes - remove circular reference in Browser ([518cb11](https://togithub.com/karma-runner/karma/commit/518cb11)), closes [#​3075](https://togithub.com/karma-runner/karma/issues/3075) - **browser:** ensure browser state is EXECUTING when tests start ([#​3074](https://togithub.com/karma-runner/karma/issues/3074)) ([dc7265b](https://togithub.com/karma-runner/karma/commit/dc7265b)), closes [#​1640](https://togithub.com/karma-runner/karma/issues/1640) - **doc:** Document release steps for admins ([#​3063](https://togithub.com/karma-runner/karma/issues/3063)) ([a701732](https://togithub.com/karma-runner/karma/commit/a701732)) - **middleware:** Obey the Promise API. ([93ba05a](https://togithub.com/karma-runner/karma/commit/93ba05a)) - **server:** pass bound port to prevent`EADDRINUSE` issue. ([#​3065](https://togithub.com/karma-runner/karma/issues/3065)) ([850a90b](https://togithub.com/karma-runner/karma/commit/850a90b)) ##### Features - **preprocessor:** Allow preprocessor to handle binary files ([#​3054](https://togithub.com/karma-runner/karma/issues/3054)) ([7b66e18](https://togithub.com/karma-runner/karma/commit/7b66e18)) #### [2.0.4](https://togithub.com/karma-runner/karma/compare/v2.0.3...v2.0.4) (2018-06-21) ##### Bug Fixes - **deps:** remove babel-core and babel call in wallaby. ([#​3044](https://togithub.com/karma-runner/karma/issues/3044)) ([7da8ca0](https://togithub.com/karma-runner/karma/commit/7da8ca0)) - **events:** bind emitters with for..in. ([#​3059](https://togithub.com/karma-runner/karma/issues/3059)) ([b99f03f](https://togithub.com/karma-runner/karma/commit/b99f03f)), closes [#​3057](https://togithub.com/karma-runner/karma/issues/3057) - **launcher:** Only markCaptured browsers that are launched. ([#​3047](https://togithub.com/karma-runner/karma/issues/3047)) ([f8f3ebc](https://togithub.com/karma-runner/karma/commit/f8f3ebc)) - **server:** actually call stert(). ([#​3062](https://togithub.com/karma-runner/karma/issues/3062)) ([40d836a](https://togithub.com/karma-runner/karma/commit/40d836a)) - **server:** Resurrect static function Server.start() lost in 2.0.3 ([#​3055](https://togithub.com/karma-runner/karma/issues/3055)) ([c88ebc6](https://togithub.com/karma-runner/karma/commit/c88ebc6)) #### [2.0.3](https://togithub.com/karma-runner/karma/compare/v2.0.2...v2.0.3) (2018-06-15) The 2.03. change log was incorrectly created due to an extra pending tag in the repo. #### [2.0.2](https://togithub.com/karma-runner/karma/compare/v2.0.1...v2.0.2) (2018-04-19) ##### Bug Fixes - **package.json:** sinon-chai 2.13 is not compatible with sinon 4.x ([#​2977](https://togithub.com/karma-runner/karma/issues/2977)) ([e095b05](https://togithub.com/karma-runner/karma/commit/e095b05)) #### [2.0.1](https://togithub.com/karma-runner/karma/compare/v1.7.1...v2.0.1) (2018-04-19) ##### Bug Fixes - **browser:** nicer "disconnect" - no more "Disconnectedundefined" ([a987d63](https://togithub.com/karma-runner/karma/commit/a987d63)) - **common:** fix AppVeyor build ([6c5e7d0](https://togithub.com/karma-runner/karma/commit/6c5e7d0)) - **common:** more detailed info about error ([424aacc](https://togithub.com/karma-runner/karma/commit/424aacc)) - **config:** Call debug log methods after setting the loglevel based upon config/cli-options. ([a340dae](https://togithub.com/karma-runner/karma/commit/a340dae)) - **config:** Call debug log methods after setting the loglevel based upon config/cli-options. ([99fd3f0](https://togithub.com/karma-runner/karma/commit/99fd3f0)) - **config:** Retry install with appveyor-retry. ([17d5791](https://togithub.com/karma-runner/karma/commit/17d5791)) - **config:** Workaround npm 5.4 windows bug ([ec47d81](https://togithub.com/karma-runner/karma/commit/ec47d81)) - **deps:** update socket.io to version 2.0.3. ([3b7b019](https://togithub.com/karma-runner/karma/commit/3b7b019)), closes [#​2777](https://togithub.com/karma-runner/karma/issues/2777) - **logging:** Upgrade to log4js 2.x API. ([#​2868](https://togithub.com/karma-runner/karma/issues/2868)) ([f6f8707](https://togithub.com/karma-runner/karma/commit/f6f8707)), closes [#​2858](https://togithub.com/karma-runner/karma/issues/2858) - **middleware:** add file type to absolute urls ([bd1f799](https://togithub.com/karma-runner/karma/commit/bd1f799)) - ignore jsVersion configuration property in Firefox 59+ ([2694d54](https://togithub.com/karma-runner/karma/commit/2694d54)), closes [#​2957](https://togithub.com/karma-runner/karma/issues/2957) - **middleware:** avoid using deprecated Buffer API ([018e6be](https://togithub.com/karma-runner/karma/commit/018e6be)) - **reporter:** Fix issue causing error stack not to be parsed correctly ([ac4e1a9](https://togithub.com/karma-runner/karma/commit/ac4e1a9)), closes [#​2930](https://togithub.com/karma-runner/karma/issues/2930) - **reporter:** show file path correctly when urlRoot specified ([34dc7d3](https://togithub.com/karma-runner/karma/commit/34dc7d3)), closes [#​2897](https://togithub.com/karma-runner/karma/issues/2897) - **server:** switch to sync write ([6ec74ee](https://togithub.com/karma-runner/karma/commit/6ec74ee)) ##### Features - **cli:** Warn on commands with underscores. ([0801a7f](https://togithub.com/karma-runner/karma/commit/0801a7f)) - **config:** allow to use newer versions of CoffeeScript ([c1fcf42](https://togithub.com/karma-runner/karma/commit/c1fcf42)) - **launcher:** trim whitespace in browser name ([871d46f](https://togithub.com/karma-runner/karma/commit/871d46f)) - **launcher:** trim whitespace in browser name ([334f9fb](https://togithub.com/karma-runner/karma/commit/334f9fb)) - **middleware:** added manual file type option ([0330cd1](https://togithub.com/karma-runner/karma/commit/0330cd1)), closes [#​2824](https://togithub.com/karma-runner/karma/issues/2824) - better string representation of errors ([c9e1ca9](https://togithub.com/karma-runner/karma/commit/c9e1ca9)) - drop core-js and babel where possible ([60dfc5c](https://togithub.com/karma-runner/karma/commit/60dfc5c)) - update of supported node versions ([e79463b](https://togithub.com/karma-runner/karma/commit/e79463b)) #### [1.7.1](https://togithub.com/karma-runner/karma/compare/v1.7.0...1.7.1) (2017-08-25) ##### Bug Fixes - **debug-runner:** support asynchronous tests in the debug runner ([a36f3eb](https://togithub.com/karma-runner/karma/commit/a36f3eb)), closes [#​2811](https://togithub.com/karma-runner/karma/issues/2811) - **file-list:** Stop polluting global environment with core-js ([0988022](https://togithub.com/karma-runner/karma/commit/0988022)) - **preprocessor:** renamed handeFile to readFileCallback ([92a8c81](https://togithub.com/karma-runner/karma/commit/92a8c81)) - **preprocessor:** retry if fs.readFile fails ([4b60513](https://togithub.com/karma-runner/karma/commit/4b60513)) - **preprocessor:** throw if retry fails ([2789bf5](https://togithub.com/karma-runner/karma/commit/2789bf5)) ##### Features - **ci:** disable testing of node versions below 4 ([ec92ea9](https://togithub.com/karma-runner/karma/commit/ec92ea9)) - **client:** log global error stack trace ([523d608](https://togithub.com/karma-runner/karma/commit/523d608)), closes [#​2812](https://togithub.com/karma-runner/karma/issues/2812) - **config:** remove polling usage ([b0f41c7](https://togithub.com/karma-runner/karma/commit/b0f41c7)), closes [#​2669](https://togithub.com/karma-runner/karma/issues/2669) - **deps:** add support for node[@​8](https://togithub.com/8) ([7feaee3](https://togithub.com/karma-runner/karma/commit/7feaee3)), closes [#​2754](https://togithub.com/karma-runner/karma/issues/2754) - **deps:** update socket.io to `1.7.4` to avoid issue with `ws[@​1](https://togithub.com/1).1.2` ([264442b](https://togithub.com/karma-runner/karma/commit/264442b)), closes [#​2593](https://togithub.com/karma-runner/karma/issues/2593) - **watcher:** Debounce autoWatchBatchDelay ([2f8c049](https://togithub.com/karma-runner/karma/commit/2f8c049)), closes [#​2331](https://togithub.com/karma-runner/karma/issues/2331) ### [`v2.0.4`](https://togithub.com/karma-runner/karma/blob/master/CHANGELOG.md#​205httpsgithubcomkarma-runnerkarmacomparev204v205-2018-07-24) [Compare Source](https://togithub.com/karma-runner/karma/compare/v2.0.3...v2.0.4) ##### Bug Fixes - remove circular reference in Browser ([518cb11](https://togithub.com/karma-runner/karma/commit/518cb11)), closes [#​3075](https://togithub.com/karma-runner/karma/issues/3075) - **browser:** ensure browser state is EXECUTING when tests start ([#​3074](https://togithub.com/karma-runner/karma/issues/3074)) ([dc7265b](https://togithub.com/karma-runner/karma/commit/dc7265b)), closes [#​1640](https://togithub.com/karma-runner/karma/issues/1640) - **doc:** Document release steps for admins ([#​3063](https://togithub.com/karma-runner/karma/issues/3063)) ([a701732](https://togithub.com/karma-runner/karma/commit/a701732)) - **middleware:** Obey the Promise API. ([93ba05a](https://togithub.com/karma-runner/karma/commit/93ba05a)) - **server:** pass bound port to prevent`EADDRINUSE` issue. ([#​3065](https://togithub.com/karma-runner/karma/issues/3065)) ([850a90b](https://togithub.com/karma-runner/karma/commit/850a90b)) ##### Features - **preprocessor:** Allow preprocessor to handle binary files ([#​3054](https://togithub.com/karma-runner/karma/issues/3054)) ([7b66e18](https://togithub.com/karma-runner/karma/commit/7b66e18)) ### [`v2.0.3`](https://togithub.com/karma-runner/karma/blob/master/CHANGELOG.md#​204httpsgithubcomkarma-runnerkarmacomparev203v204-2018-06-21) [Compare Source](https://togithub.com/karma-runner/karma/compare/v2.0.2...v2.0.3) ##### Bug Fixes - **deps:** remove babel-core and babel call in wallaby. ([#​3044](https://togithub.com/karma-runner/karma/issues/3044)) ([7da8ca0](https://togithub.com/karma-runner/karma/commit/7da8ca0)) - **events:** bind emitters with for..in. ([#​3059](https://togithub.com/karma-runner/karma/issues/3059)) ([b99f03f](https://togithub.com/karma-runner/karma/commit/b99f03f)), closes [#​3057](https://togithub.com/karma-runner/karma/issues/3057) - **launcher:** Only markCaptured browsers that are launched. ([#​3047](https://togithub.com/karma-runner/karma/issues/3047)) ([f8f3ebc](https://togithub.com/karma-runner/karma/commit/f8f3ebc)) - **server:** actually call stert(). ([#​3062](https://togithub.com/karma-runner/karma/issues/3062)) ([40d836a](https://togithub.com/karma-runner/karma/commit/40d836a)) - **server:** Resurrect static function Server.start() lost in 2.0.3 ([#​3055](https://togithub.com/karma-runner/karma/issues/3055)) ([c88ebc6](https://togithub.com/karma-runner/karma/commit/c88ebc6))

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 if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot. View repository job log here.

codecov-io commented 5 years ago

Codecov Report

Merging #42 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #42   +/-   ##
=======================================
  Coverage   66.66%   66.66%           
=======================================
  Files           7        7           
  Lines         351      351           
  Branches       41       41           
=======================================
  Hits          234      234           
  Misses         91       91           
  Partials       26       26

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update eaf9529...762ec96. Read the comment docs.