Release notes
*Sourced from [karma's releases](https://github.com/karma-runner/karma/releases).*
> ## v4.1.0
> ### Bug Fixes
>
> * **client:** Enable loading different file types when running in parent mode without iframe ([#3289](https://github-redirect.dependabot.com/karma-runner/karma/issues/3289)) ([7968db6](https://github.com/karma-runner/karma/commit/7968db6))
> * **client:** Only create the funky object if message is not a string ([#3298](https://github-redirect.dependabot.com/karma-runner/karma/issues/3298)) ([ce6825f](https://github.com/karma-runner/karma/commit/ce6825f)), closes [#3296](https://github-redirect.dependabot.com/karma-runner/karma/issues/3296)
> * **launcher:** Log state transitions in debug ([#3294](https://github-redirect.dependabot.com/karma-runner/karma/issues/3294)) ([6556ab4](https://github.com/karma-runner/karma/commit/6556ab4)), closes [#3290](https://github-redirect.dependabot.com/karma-runner/karma/issues/3290)
> * **middleware:** log invalid filetype ([#3292](https://github-redirect.dependabot.com/karma-runner/karma/issues/3292)) ([7eb48c5](https://github.com/karma-runner/karma/commit/7eb48c5)), closes [#3291](https://github-redirect.dependabot.com/karma-runner/karma/issues/3291)
>
> ## 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.1.0](https://github.com/karma-runner/karma/compare/v4.0.1...v4.1.0) (2019-04-15)
>
>
> ### Bug Fixes
>
> * **client:** Enable loading different file types when running in parent mode without iframe ([#3289](https://github-redirect.dependabot.com/karma-runner/karma/issues/3289)) ([7968db6](https://github.com/karma-runner/karma/commit/7968db6))
> * **client:** Only create the funky object if message is not a string ([#3298](https://github-redirect.dependabot.com/karma-runner/karma/issues/3298)) ([ce6825f](https://github.com/karma-runner/karma/commit/ce6825f)), closes [#3296](https://github-redirect.dependabot.com/karma-runner/karma/issues/3296)
> * **launcher:** Log state transitions in debug ([#3294](https://github-redirect.dependabot.com/karma-runner/karma/issues/3294)) ([6556ab4](https://github.com/karma-runner/karma/commit/6556ab4)), closes [#3290](https://github-redirect.dependabot.com/karma-runner/karma/issues/3290)
> * **middleware:** log invalid filetype ([#3292](https://github-redirect.dependabot.com/karma-runner/karma/issues/3292)) ([7eb48c5](https://github.com/karma-runner/karma/commit/7eb48c5)), closes [#3291](https://github-redirect.dependabot.com/karma-runner/karma/issues/3291)
>
>
>
>
> ## [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))
>
>
>
> Commits
- [`13ed695`](https://github.com/karma-runner/karma/commit/13ed69522bb19a2d26b61fe72f1ce43b64ac30c3) chore: release v4.1.0
- [`d844a48`](https://github.com/karma-runner/karma/commit/d844a48ba1e8fcd42379c1c2f259e99c24633cc8) chore: update contributors
- [`ce6825f`](https://github.com/karma-runner/karma/commit/ce6825f4c88c2737fd6bd943e006c6ab5a0fe485) fix(client): Only create the funky object if message is not a string ([#3298](https://github-redirect.dependabot.com/karma-runner/karma/issues/3298))
- [`7968db6`](https://github.com/karma-runner/karma/commit/7968db63eb9899961dec19655904502334043735) fix(client): Enable loading different file types when running in parent mode ...
- [`6556ab4`](https://github.com/karma-runner/karma/commit/6556ab4e0523e6be9f89f80f9b2d075338841a0b) fix(launcher): Log state transitions in debug ([#3294](https://github-redirect.dependabot.com/karma-runner/karma/issues/3294))
- [`7eb48c5`](https://github.com/karma-runner/karma/commit/7eb48c53c9e591b2f886baacf40468988219c360) fix(middleware): log invalid filetype ([#3292](https://github-redirect.dependabot.com/karma-runner/karma/issues/3292))
- [`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))
- Additional commits viewable in [compare view](https://github.com/karma-runner/karma/compare/v4.0.0...v4.1.0)
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.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now in your Dependabot dashboard.
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). To ignore the version in this PR you can just close it
- `@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)
- 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.
Coverage remained the same at 100.0% when pulling baca6ad398e5d249a7276acf913b86208e37d0f6 on dependabot/npm_and_yarn/karma-4.1.0 into 5b84f7dbaa70b195bfc398fdaaf558e7a9ca6d11 on master.
Bumps karma from 4.0.0 to 4.1.0.
Release notes
*Sourced from [karma's releases](https://github.com/karma-runner/karma/releases).* > ## v4.1.0 > ### Bug Fixes > > * **client:** Enable loading different file types when running in parent mode without iframe ([#3289](https://github-redirect.dependabot.com/karma-runner/karma/issues/3289)) ([7968db6](https://github.com/karma-runner/karma/commit/7968db6)) > * **client:** Only create the funky object if message is not a string ([#3298](https://github-redirect.dependabot.com/karma-runner/karma/issues/3298)) ([ce6825f](https://github.com/karma-runner/karma/commit/ce6825f)), closes [#3296](https://github-redirect.dependabot.com/karma-runner/karma/issues/3296) > * **launcher:** Log state transitions in debug ([#3294](https://github-redirect.dependabot.com/karma-runner/karma/issues/3294)) ([6556ab4](https://github.com/karma-runner/karma/commit/6556ab4)), closes [#3290](https://github-redirect.dependabot.com/karma-runner/karma/issues/3290) > * **middleware:** log invalid filetype ([#3292](https://github-redirect.dependabot.com/karma-runner/karma/issues/3292)) ([7eb48c5](https://github.com/karma-runner/karma/commit/7eb48c5)), closes [#3291](https://github-redirect.dependabot.com/karma-runner/karma/issues/3291) > > ## 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.1.0](https://github.com/karma-runner/karma/compare/v4.0.1...v4.1.0) (2019-04-15) > > > ### Bug Fixes > > * **client:** Enable loading different file types when running in parent mode without iframe ([#3289](https://github-redirect.dependabot.com/karma-runner/karma/issues/3289)) ([7968db6](https://github.com/karma-runner/karma/commit/7968db6)) > * **client:** Only create the funky object if message is not a string ([#3298](https://github-redirect.dependabot.com/karma-runner/karma/issues/3298)) ([ce6825f](https://github.com/karma-runner/karma/commit/ce6825f)), closes [#3296](https://github-redirect.dependabot.com/karma-runner/karma/issues/3296) > * **launcher:** Log state transitions in debug ([#3294](https://github-redirect.dependabot.com/karma-runner/karma/issues/3294)) ([6556ab4](https://github.com/karma-runner/karma/commit/6556ab4)), closes [#3290](https://github-redirect.dependabot.com/karma-runner/karma/issues/3290) > * **middleware:** log invalid filetype ([#3292](https://github-redirect.dependabot.com/karma-runner/karma/issues/3292)) ([7eb48c5](https://github.com/karma-runner/karma/commit/7eb48c5)), closes [#3291](https://github-redirect.dependabot.com/karma-runner/karma/issues/3291) > > > > > ## [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)) > > > >Commits
- [`13ed695`](https://github.com/karma-runner/karma/commit/13ed69522bb19a2d26b61fe72f1ce43b64ac30c3) chore: release v4.1.0 - [`d844a48`](https://github.com/karma-runner/karma/commit/d844a48ba1e8fcd42379c1c2f259e99c24633cc8) chore: update contributors - [`ce6825f`](https://github.com/karma-runner/karma/commit/ce6825f4c88c2737fd6bd943e006c6ab5a0fe485) fix(client): Only create the funky object if message is not a string ([#3298](https://github-redirect.dependabot.com/karma-runner/karma/issues/3298)) - [`7968db6`](https://github.com/karma-runner/karma/commit/7968db63eb9899961dec19655904502334043735) fix(client): Enable loading different file types when running in parent mode ... - [`6556ab4`](https://github.com/karma-runner/karma/commit/6556ab4e0523e6be9f89f80f9b2d075338841a0b) fix(launcher): Log state transitions in debug ([#3294](https://github-redirect.dependabot.com/karma-runner/karma/issues/3294)) - [`7eb48c5`](https://github.com/karma-runner/karma/commit/7eb48c53c9e591b2f886baacf40468988219c360) fix(middleware): log invalid filetype ([#3292](https://github-redirect.dependabot.com/karma-runner/karma/issues/3292)) - [`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)) - Additional commits viewable in [compare view](https://github.com/karma-runner/karma/compare/v4.0.0...v4.1.0)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
.Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking
Bump now
in your Dependabot dashboard.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). To ignore the version in this PR you can just close it - `@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) - 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.