Closed dependabot-preview[bot] closed 5 years ago
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version
or @dependabot ignore this minor version
.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
Bumps karma-jasmine from 1.1.2 to 2.0.1.
Release notes
*Sourced from [karma-jasmine's releases](https://github.com/karma-runner/karma-jasmine/releases).* > ## v2.0.1 > ### Bug Fixes > > * **dep:** Depend upon the jasmine-core version we test ([#229](https://github-redirect.dependabot.com/karma-runner/karma-jasmine/issues/229)) ([c4dfef5](https://github.com/karma-runner/karma-jasmine/commit/c4dfef5)) > > ## v2.0.0 > * feat (adapter): Use jasmine's new configure method ([#224](https://github-redirect.dependabot.com/karma-runner/karma-jasmine/issues/224)) ([6663e47](https://github.com/karma-runner/karma-jasmine/commit/6663e47)), closes [#224](https://github-redirect.dependabot.com/karma-runner/karma-jasmine/issues/224) [#221](https://github-redirect.dependabot.com/karma-runner/karma-jasmine/issues/221) > > > ### Bug Fixes > > * **adapter:** Remove incorrect function and its call. ([#183](https://github-redirect.dependabot.com/karma-runner/karma-jasmine/issues/183)) ([cada4a9](https://github.com/karma-runner/karma-jasmine/commit/cada4a9)) > * return false for every entry is irrelevant ([#206](https://github-redirect.dependabot.com/karma-runner/karma-jasmine/issues/206)) ([d7523d0](https://github.com/karma-runner/karma-jasmine/commit/d7523d0)), closes [/github-redirect.dependabot.com/karma-runner/karma-jasmine/pull/206#discussion_r186142116](https://github.com//github-redirect.dependabot.com/karma-runner/karma-jasmine/pull/206/issues/discussion_r186142116) > * **console:** Re-add Error: to the stack ([#228](https://github-redirect.dependabot.com/karma-runner/karma-jasmine/issues/228)) ([d0b980d](https://github.com/karma-runner/karma-jasmine/commit/d0b980d)) > * **time:** report correct time since Jasmine v2.9.0 ([#197](https://github-redirect.dependabot.com/karma-runner/karma-jasmine/issues/197)) ([022ee04](https://github.com/karma-runner/karma-jasmine/commit/022ee04)), closes [#196](https://github-redirect.dependabot.com/karma-runner/karma-jasmine/issues/196) > > > ### Chores > > * **deps:** Drop node v4 support. ([#214](https://github-redirect.dependabot.com/karma-runner/karma-jasmine/issues/214)) ([e604132](https://github.com/karma-runner/karma-jasmine/commit/e604132)) > > > ### Features > > * Propagate errors thrown in afterAll blocks ([f3fa264](https://github.com/karma-runner/karma-jasmine/commit/f3fa264)), closes [#161](https://github-redirect.dependabot.com/karma-runner/karma-jasmine/issues/161) > * update the version to 2.0.0 and restrict node version available to 4.0 ([c84316e](https://github.com/karma-runner/karma-jasmine/commit/c84316e)) > > > ### BREAKING CHANGES > > * `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.xChangelog
*Sourced from [karma-jasmine's changelog](https://github.com/karma-runner/karma-jasmine/blob/master/CHANGELOG.md).* > ## [2.0.1](https://github.com/karma-runner/karma-jasmine/compare/v2.0.0...v2.0.1) (2018-11-17) > > > ### Bug Fixes > > * **dep:** Depend upon the jasmine-core version we test ([#229](https://github-redirect.dependabot.com/karma-runner/karma-jasmine/issues/229)) ([c4dfef5](https://github.com/karma-runner/karma-jasmine/commit/c4dfef5)) > > > > > # [2.0.0](https://github.com/karma-runner/karma-jasmine/compare/v1.1.0...v2.0.0) (2018-11-15) > > > * feat (adapter): Use jasmine's new configure method ([#224](https://github-redirect.dependabot.com/karma-runner/karma-jasmine/issues/224)) ([6663e47](https://github.com/karma-runner/karma-jasmine/commit/6663e47)), closes [#224](https://github-redirect.dependabot.com/karma-runner/karma-jasmine/issues/224) [#221](https://github-redirect.dependabot.com/karma-runner/karma-jasmine/issues/221) > > > ### Bug Fixes > > * **adapter:** Remove incorrect function and its call. ([#183](https://github-redirect.dependabot.com/karma-runner/karma-jasmine/issues/183)) ([cada4a9](https://github.com/karma-runner/karma-jasmine/commit/cada4a9)) > * return false for every entry is irrelevant ([#206](https://github-redirect.dependabot.com/karma-runner/karma-jasmine/issues/206)) ([d7523d0](https://github.com/karma-runner/karma-jasmine/commit/d7523d0)), closes [/github-redirect.dependabot.com/karma-runner/karma-jasmine/pull/206#discussion_r186142116](https://github.com//github-redirect.dependabot.com/karma-runner/karma-jasmine/pull/206/issues/discussion_r186142116) > * **console:** Re-add Error: to the stack ([#228](https://github-redirect.dependabot.com/karma-runner/karma-jasmine/issues/228)) ([d0b980d](https://github.com/karma-runner/karma-jasmine/commit/d0b980d)) > * **time:** report correct time since Jasmine v2.9.0 ([#197](https://github-redirect.dependabot.com/karma-runner/karma-jasmine/issues/197)) ([022ee04](https://github.com/karma-runner/karma-jasmine/commit/022ee04)), closes [#196](https://github-redirect.dependabot.com/karma-runner/karma-jasmine/issues/196) > > > ### Chores > > * **deps:** Drop node v4 support. ([#214](https://github-redirect.dependabot.com/karma-runner/karma-jasmine/issues/214)) ([e604132](https://github.com/karma-runner/karma-jasmine/commit/e604132)) > > > ### Features > > * Propagate errors thrown in afterAll blocks ([f3fa264](https://github.com/karma-runner/karma-jasmine/commit/f3fa264)), closes [#161](https://github-redirect.dependabot.com/karma-runner/karma-jasmine/issues/161) > * update the version to 2.0.0 and restrict node version available to 4.0 ([c84316e](https://github.com/karma-runner/karma-jasmine/commit/c84316e)) > > > ### BREAKING CHANGES > > * `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 > > > >Commits
- [`5ee5b8b`](https://github.com/karma-runner/karma-jasmine/commit/5ee5b8bf8586f13b22cfee1dce13a3547cf1e672) chore: release v2.0.1 - [`b07bf78`](https://github.com/karma-runner/karma-jasmine/commit/b07bf78eca1083126c6ee9377c5c969336859db3) chore: update contributors - [`c4dfef5`](https://github.com/karma-runner/karma-jasmine/commit/c4dfef56e4a4ae690fccc9919e604630e4022370) fix(dep): Depend upon the jasmine-core version we test ([#229](https://github-redirect.dependabot.com/karma-runner/karma-jasmine/issues/229)) - [`2dbec13`](https://github.com/karma-runner/karma-jasmine/commit/2dbec133017572933d02d67a88673d5d67fb227a) chore: release v2.0.0 - [`4ddfe2f`](https://github.com/karma-runner/karma-jasmine/commit/4ddfe2ffdf667c66eaddcc405c7042cdde685ddb) chore: update contributors - [`d0b980d`](https://github.com/karma-runner/karma-jasmine/commit/d0b980db3cb363b7fb0cd48dcd7d529aac83fbca) fix(console): Re-add Error: to the stack ([#228](https://github-redirect.dependabot.com/karma-runner/karma-jasmine/issues/228)) - [`6663e47`](https://github.com/karma-runner/karma-jasmine/commit/6663e4733ad673472bfc4dae7c76d076370e5770) feat (adapter): Use jasmine's new configure method ([#224](https://github-redirect.dependabot.com/karma-runner/karma-jasmine/issues/224)) - [`e604132`](https://github.com/karma-runner/karma-jasmine/commit/e604132ce243f685b5547745b9739c420a294729) chore(deps): Drop node v4 support. ([#214](https://github-redirect.dependabot.com/karma-runner/karma-jasmine/issues/214)) - [`66f598a`](https://github.com/karma-runner/karma-jasmine/commit/66f598a5fd9b899f655e706576e725b02ccc3de1) docs:(typo) timeoutInterval ([#212](https://github-redirect.dependabot.com/karma-runner/karma-jasmine/issues/212)) - [`5b45cc1`](https://github.com/karma-runner/karma-jasmine/commit/5b45cc12618bf6591bbf8fb3271f2c608927fceb) Adding timeout configuration option ([#211](https://github-redirect.dependabot.com/karma-runner/karma-jasmine/issues/211)) - Additional commits viewable in [compare view](https://github.com/karma-runner/karma-jasmine/compare/v1.1.2...v2.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
.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 cancel merge` will cancel a previously requested merge - `@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.