Bump karma from 4.4.1 to 5.0.1
Created by: dependabot-preview[bot]
Bumps karma from 4.4.1 to 5.0.1.
Release notes
Sourced from karma's releases.
v5.0.1
5.0.1 (2020-04-10)
Bug Fixes
v5.0.0
5.0.0 (2020-04-09)
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 karma-runner/karma#3060
Continuous Integration
Features
- docs: document
DEFAULT_LISTEN_ADDR
constant (#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.
Changelog
Sourced from karma's changelog.
5.0.1 (2020-04-10)
Bug Fixes
5.0.0 (2020-04-09)
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 karma-runner/karma#3060
Continuous Integration
Features
- docs: document
DEFAULT_LISTEN_ADDR
constant (#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.
Commits
-
1a3484e
chore(release): 5.0.1 [skip ci] -
55a59e7
fix(file-list): do not define fs.statAsync (#3467) -
007d093
docs(faq): more info about bug reports (#3463) -
9b863f1
Update issue templates -
1b48637
chore(release): 5.0.0 [skip ci] -
a5dbe89
Update issue templates (#3460) -
1074f38
chore(ci): rely on karma-runnre/integration-tests for saucelabs config (#3462) -
4d45cf0
chore(ci): remove more old connection security stuffs (#3459) -
be76fcc
chore(ci): use travis UI for sauce config (#3458) -
a04a542
chore(ci): remove secure encryption var (#3457) - Additional commits viewable in compare view
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 close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor 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:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)