nsiregar / pegelinux

Blog aggregator for pegelinux community
https://pegelinux.id
MIT License
10 stars 9 forks source link

Bump karma-jasmine from 1.1.2 to 2.0.1 in /js #97

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

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.x
Changelog *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 compatibility score

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](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)