Closed dependabot-preview[bot] closed 5 years ago
Merging #40 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #40 +/- ##
=======================================
Coverage 84.34% 84.34%
=======================================
Files 1 1
Lines 115 115
=======================================
Hits 97 97
Misses 18 18
Flag | Coverage Δ | |
---|---|---|
#unit | 84.34% <ø> (ø) |
:arrow_up: |
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 5219df9...4c0d14b. Read the comment docs.
Bumps eslint-plugin-mocha from 4.12.1 to 6.1.1.
Release notes
*Sourced from [eslint-plugin-mocha's releases](https://github.com/lo1tuma/eslint-plugin-mocha/releases).* > ## 6.1.1 > ### Bug Fixes > > * Fix no-setup-in-describe to allow Mocha suite config ([#209](https://github-redirect.dependabot.com/lo1tuma/eslint-plugin-mocha/pull/209)) > > ## 6.1.0 > ### Enhancements > > * Add custom message for valid-suite-description ([#207](https://github-redirect.dependabot.com/lo1tuma/eslint-plugin-mocha/pull/207)) > * Add custom message for valid-test-description rule ([#206](https://github-redirect.dependabot.com/lo1tuma/eslint-plugin-mocha/pull/206)) > > ## 6.0.0 > ### Breaking Changes > > * Revamped recommended ruleset ([#200](https://github-redirect.dependabot.com/lo1tuma/eslint-plugin-mocha/pull/200)) > * Drop nodejs 6 support ([#197](https://github-redirect.dependabot.com/lo1tuma/eslint-plugin-mocha/pull/197)) > > ### Bug Fixes > > * Fix no-setup-in-describe to correctly detect describe calls ([#196](https://github-redirect.dependabot.com/lo1tuma/eslint-plugin-mocha/pull/196)) > * Fix no-setup-in-describe to work with arrow functions ([#195](https://github-redirect.dependabot.com/lo1tuma/eslint-plugin-mocha/pull/195)) > > ### Features > > * Implement no-return-from-async rule ([#190](https://github-redirect.dependabot.com/lo1tuma/eslint-plugin-mocha/pull/190)) > > ### Dependency Upgrades > > * Update dev dependencies ([#199](https://github-redirect.dependabot.com/lo1tuma/eslint-plugin-mocha/pull/199)) > > ### Build-Related > > * Add nodejs to travis build environments ([#198](https://github-redirect.dependabot.com/lo1tuma/eslint-plugin-mocha/pull/198)) > > ## 5.3.0 > ### Features > > * Implement no-async-describe rule ([#188](https://github-redirect.dependabot.com/lo1tuma/eslint-plugin-mocha/pull/188)) > > ## 5.2.1 > ### Bug Fixes > > * Remove invalid test-cases and unreachable code from prefer-arrow-callback ([#186](https://github-redirect.dependabot.com/lo1tuma/eslint-plugin-mocha/pull/186)) > * Fix invalid syntax in test case ([#182](https://github-redirect.dependabot.com/lo1tuma/eslint-plugin-mocha/pull/182)) > > ### Documentation > > * Fixing typo ([#184](https://github-redirect.dependabot.com/lo1tuma/eslint-plugin-mocha/pull/184)) > * Replace `warning` with `warn` ([#181](https://github-redirect.dependabot.com/lo1tuma/eslint-plugin-mocha/pull/181)) > > ... (truncated)Changelog
*Sourced from [eslint-plugin-mocha's changelog](https://github.com/lo1tuma/eslint-plugin-mocha/blob/master/CHANGELOG.md).* > ## 6.1.1 (September 11, 2019) > > ### Bug Fixes > > * Fix no-setup-in-describe to allow Mocha suite config ([#209](https://github-redirect.dependabot.com/lo1tuma/eslint-plugin-mocha/pull/209)) > > ## 6.1.0 (August 22, 2019) > > ### Enhancements > > * Add custom message for valid-suite-description ([#207](https://github-redirect.dependabot.com/lo1tuma/eslint-plugin-mocha/pull/207)) > * Add custom message for valid-test-description rule ([#206](https://github-redirect.dependabot.com/lo1tuma/eslint-plugin-mocha/pull/206)) > > ## 6.0.0 (July 17, 2019) > > ### Breaking Changes > > * Revamped recommended ruleset ([#200](https://github-redirect.dependabot.com/lo1tuma/eslint-plugin-mocha/pull/200)) > * Drop nodejs 6 support ([#197](https://github-redirect.dependabot.com/lo1tuma/eslint-plugin-mocha/pull/197)) > > ### Bug Fixes > > * Fix no-setup-in-describe to correctly detect describe calls ([#196](https://github-redirect.dependabot.com/lo1tuma/eslint-plugin-mocha/pull/196)) > * Fix no-setup-in-describe to work with arrow functions ([#195](https://github-redirect.dependabot.com/lo1tuma/eslint-plugin-mocha/pull/195)) > > ### Features > > * Implement no-return-from-async rule ([#190](https://github-redirect.dependabot.com/lo1tuma/eslint-plugin-mocha/pull/190)) > > ### Dependency Upgrades > > * Update dev dependencies ([#199](https://github-redirect.dependabot.com/lo1tuma/eslint-plugin-mocha/pull/199)) > > ### Build-Related > > * Add nodejs to travis build environments ([#198](https://github-redirect.dependabot.com/lo1tuma/eslint-plugin-mocha/pull/198)) > > ## 5.3.0 (February 13, 2019) > > ### Features > > * Implement no-async-describe rule ([#188](https://github-redirect.dependabot.com/lo1tuma/eslint-plugin-mocha/pull/188)) > > ## 5.2.1 (January 8, 2019) > > ### Bug Fixes > > * Remove invalid test-cases and unreachable code from prefer-arrow-callback ([#186](https://github-redirect.dependabot.com/lo1tuma/eslint-plugin-mocha/pull/186)) > * Fix invalid syntax in test case ([#182](https://github-redirect.dependabot.com/lo1tuma/eslint-plugin-mocha/pull/182)) > > ... (truncated)Commits
- [`185f36e`](https://github.com/lo1tuma/eslint-plugin-mocha/commit/185f36e30cef7e468aaed442ec023e70a2063378) 6.1.1 - [`1e32ad7`](https://github.com/lo1tuma/eslint-plugin-mocha/commit/1e32ad7bffb25c249cdd81ff3cb0d1a775d3dfe7) Merge pull request [#209](https://github-redirect.dependabot.com/lo1tuma/eslint-plugin-mocha/issues/209) from straub/fix/208-no-setup-in-describe-timeout - [`64d1db4`](https://github.com/lo1tuma/eslint-plugin-mocha/commit/64d1db4a9c850d090f78d8f99ef750f34ecd236b) Fix no-setup-in-describe to allow suite config call via computed member expre... - [`0d838d5`](https://github.com/lo1tuma/eslint-plugin-mocha/commit/0d838d54cbf8f9176de8fc57962b33c0f6396181) Test no-setup-in-describe on disallowed and computed member expressions - [`0569acd`](https://github.com/lo1tuma/eslint-plugin-mocha/commit/0569acd81aa3035b17c0221cf4089c34114b4899) Document no-setup-in-describe suite config exception - [`a34ccf9`](https://github.com/lo1tuma/eslint-plugin-mocha/commit/a34ccf980782abf563a9cf7c2fb13608e3753d58) Fix no-setup-in-describe to allow Mocha suite config - [`6c7deb0`](https://github.com/lo1tuma/eslint-plugin-mocha/commit/6c7deb02c6bc0f9e0ce4115c3041d4b8188a446d) 6.1.0 - [`b3061ba`](https://github.com/lo1tuma/eslint-plugin-mocha/commit/b3061ba847307e84bdfccb927b82f45a0059ad57) Merge pull request [#207](https://github-redirect.dependabot.com/lo1tuma/eslint-plugin-mocha/issues/207) from BourgoisMickael/suite-custom-message - [`91d38c3`](https://github.com/lo1tuma/eslint-plugin-mocha/commit/91d38c3e22793899b549a3a014b35100d1f09bb4) Merge pull request [#206](https://github-redirect.dependabot.com/lo1tuma/eslint-plugin-mocha/issues/206) from BourgoisMickael/custom-message - [`84a4cf8`](https://github.com/lo1tuma/eslint-plugin-mocha/commit/84a4cf8449d77643dbefea0db38bc0ce11cc3599) Document addition of custom message for valid-test-description rule - Additional commits viewable in [compare view](https://github.com/lo1tuma/eslint-plugin-mocha/compare/4.12.1...6.1.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 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) Finally, you can contact us by mentioning @dependabot.