owncloud / notes

:notebook_with_decorative_cover: Notes app for ownCloud
GNU Affero General Public License v3.0
196 stars 46 forks source link

Update karma requirement from ^0.13.3 to ^4.0.1 in /js #295

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on karma to permit the latest version.

Release notes *Sourced from [karma's releases](https://github.com/karma-runner/karma/releases).* > ## v4.0.1 > ### Bug Fixes > > * **browser:** allow updating total specs count ([#3264](https://github-redirect.dependabot.com/karma-runner/karma/issues/3264)) ([d5df723](https://github.com/karma-runner/karma/commit/d5df723)) > * remove vulnerable dependency combine-lists ([#3273](https://github-redirect.dependabot.com/karma-runner/karma/issues/3273)) ([c43f584](https://github.com/karma-runner/karma/commit/c43f584)), closes [#3265](https://github-redirect.dependabot.com/karma-runner/karma/issues/3265) > * remove vulnerable dependency expand-braces ([#3270](https://github-redirect.dependabot.com/karma-runner/karma/issues/3270)) ([4ec4f6f](https://github.com/karma-runner/karma/commit/4ec4f6f)), closes [#3268](https://github-redirect.dependabot.com/karma-runner/karma/issues/3268) [#3269](https://github-redirect.dependabot.com/karma-runner/karma/issues/3269) > * **filelist:** correct logger name. ([#3262](https://github-redirect.dependabot.com/karma-runner/karma/issues/3262)) ([375bb5e](https://github.com/karma-runner/karma/commit/375bb5e)) > * **launcher:** Debug Child Processes exit signal ([#3259](https://github-redirect.dependabot.com/karma-runner/karma/issues/3259)) ([c277a6b](https://github.com/karma-runner/karma/commit/c277a6b))
Changelog *Sourced from [karma's changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md).* > ## [4.0.1](https://github.com/karma-runner/karma/compare/v4.0.0...v4.0.1) (2019-02-28) > > > ### Bug Fixes > > * **browser:** allow updating total specs count ([#3264](https://github-redirect.dependabot.com/karma-runner/karma/issues/3264)) ([d5df723](https://github.com/karma-runner/karma/commit/d5df723)) > * remove vulnerable dependency combine-lists ([#3273](https://github-redirect.dependabot.com/karma-runner/karma/issues/3273)) ([c43f584](https://github.com/karma-runner/karma/commit/c43f584)), closes [#3265](https://github-redirect.dependabot.com/karma-runner/karma/issues/3265) > * remove vulnerable dependency expand-braces ([#3270](https://github-redirect.dependabot.com/karma-runner/karma/issues/3270)) ([4ec4f6f](https://github.com/karma-runner/karma/commit/4ec4f6f)), closes [#3268](https://github-redirect.dependabot.com/karma-runner/karma/issues/3268) [#3269](https://github-redirect.dependabot.com/karma-runner/karma/issues/3269) > * **filelist:** correct logger name. ([#3262](https://github-redirect.dependabot.com/karma-runner/karma/issues/3262)) ([375bb5e](https://github.com/karma-runner/karma/commit/375bb5e)) > * **launcher:** Debug Child Processes exit signal ([#3259](https://github-redirect.dependabot.com/karma-runner/karma/issues/3259)) ([c277a6b](https://github.com/karma-runner/karma/commit/c277a6b)) > > > > > # [4.0.0](https://github.com/karma-runner/karma/compare/v3.1.4...v4.0.0) (2019-01-23) > > > ### Bug Fixes > > * **client:** fix issue with loaded on safari 10 ([#3252](https://github-redirect.dependabot.com/karma-runner/karma/issues/3252)) ([571191c](https://github.com/karma-runner/karma/commit/571191c)), closes [#3198](https://github-redirect.dependabot.com/karma-runner/karma/issues/3198) > * **config:** add test:unit npm script ([#3242](https://github-redirect.dependabot.com/karma-runner/karma/issues/3242)) ([02f071d](https://github.com/karma-runner/karma/commit/02f071d)) > > > ### Chores > > * remove support for node 6 ([#3246](https://github-redirect.dependabot.com/karma-runner/karma/issues/3246)) ([8a83990](https://github.com/karma-runner/karma/commit/8a83990)), closes [#3151](https://github-redirect.dependabot.com/karma-runner/karma/issues/3151) > > > ### BREAKING CHANGES > > * Drop Support for Node 6, to make it possible to use async/await in karma codebase. > > > > > ## [3.1.4](https://github.com/karma-runner/karma/compare/v3.1.3...v3.1.4) (2018-12-17) > > > ### Bug Fixes > > * **file-list:** revert "do not preprocess up-to-date files" ([#3226](https://github-redirect.dependabot.com/karma-runner/karma/issues/3226)) ([#3230](https://github-redirect.dependabot.com/karma-runner/karma/issues/3230)) ([bb022a7](https://github.com/karma-runner/karma/commit/bb022a7)) > * improve error msg when bin is a directory ([#3231](https://github-redirect.dependabot.com/karma-runner/karma/issues/3231)) ([584dddc](https://github.com/karma-runner/karma/commit/584dddc)) > * restarted browsers not running tests ([#3233](https://github-redirect.dependabot.com/karma-runner/karma/issues/3233)) ([cc2eff2](https://github.com/karma-runner/karma/commit/cc2eff2)) > > > > > ## [3.1.3](https://github.com/karma-runner/karma/compare/v3.1.2...v3.1.3) (2018-12-01) > > > ... (truncated)
Commits - [`c7ebf0b`](https://github.com/karma-runner/karma/commit/c7ebf0bd7343d9e7afe683005c38ba1cb4a7752b) chore: release v4.0.1 - [`c190c4a`](https://github.com/karma-runner/karma/commit/c190c4a60a708be4115f9726da964e2d23116269) chore: update contributors - [`375bb5e`](https://github.com/karma-runner/karma/commit/375bb5e37c34535e222e019d0b11454f5a2b1593) fix(filelist): correct logger name. ([#3262](https://github-redirect.dependabot.com/karma-runner/karma/issues/3262)) - [`c43f584`](https://github.com/karma-runner/karma/commit/c43f58427227e6a7fbaa95420a72ca9018839b87) fix: remove vulnerable dependency combine-lists ([#3273](https://github-redirect.dependabot.com/karma-runner/karma/issues/3273)) - [`4ec4f6f`](https://github.com/karma-runner/karma/commit/4ec4f6f26b175e3f759dfae9c1ba6a41654185da) fix: remove vulnerable dependency expand-braces ([#3270](https://github-redirect.dependabot.com/karma-runner/karma/issues/3270)) - [`d5df723`](https://github.com/karma-runner/karma/commit/d5df723f97d1b48133416109276feebb0c6fa82d) fix(browser): allow updating total specs count ([#3264](https://github-redirect.dependabot.com/karma-runner/karma/issues/3264)) - [`c277a6b`](https://github.com/karma-runner/karma/commit/c277a6bd130531702e2529f0410aa441328f187e) fix(launcher): Debug Child Processes exit signal ([#3259](https://github-redirect.dependabot.com/karma-runner/karma/issues/3259)) - [`bd95d89`](https://github.com/karma-runner/karma/commit/bd95d89044ecd68c088d56797fe87cc170a7991f) chore: upgrade log4js to v4.0.0 ([#3257](https://github-redirect.dependabot.com/karma-runner/karma/issues/3257)) - [`5a47718`](https://github.com/karma-runner/karma/commit/5a47718e5c621a7afc549353e9bef60ff2d2dc0d) chore: release v4.0.0 - [`56cc239`](https://github.com/karma-runner/karma/commit/56cc239388b1df8b92f68216fb408adc287603f9) chore: update contributors - Additional commits viewable in [compare view](https://github.com/karma-runner/karma/compare/v0.13.3...v4.0.1)


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #295   +/-   ##
=========================================
  Coverage     67.15%   67.15%           
  Complexity       65       65           
=========================================
  Files             9        9           
  Lines           271      271           
=========================================
  Hits            182      182           
  Misses           89       89

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 32a1dae...81afd49. Read the comment docs.

dependabot-preview[bot] commented 5 years ago

Superseded by #308.