This version is covered by your current version range and after updating it in your project the build failed.
eslint-plugin-mocha is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- β **Run tests:** There are 1 failures, 4 warnings, and 0 notices.
Release Notes for 6.3.0
Bug Fixes
no-hooks-for-single-case: fix false postive in nested suites (#238)
Fix max-top-level-suites to ignore generated suites (#239)
Check static template strings in valid-test-description and valid-suite-description (#237)
Enhancements
no-hooks: add option to allow certain kind of hooks (#236)
Add schemas for options (and remove for files which are using settings) (#234)
Add u flag in RegExp for valid-test-description and valid-suite-description (#232)
Add fixable property to fixable rules (and mention in docs) (#228)
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
After pinning to 6.2.2 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
The devDependency eslint-plugin-mocha was updated from
6.2.2
to6.3.0
.π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
eslint-plugin-mocha is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- β **Run tests:** There are 1 failures, 4 warnings, and 0 notices.Release Notes for 6.3.0
Bug Fixes
Enhancements
u
flag in RegExp forvalid-test-description
andvalid-suite-description
(#232)fixable
property to fixable rules (and mention in docs) (#228)Documentation
Code Refactoring
Build-Related
Commits
The new version differs by 36 commits.
b2d8c9e
6.3.0
b91a2f8
Update dependencies
c470a3d
Merge pull request #238 from lo1tuma/fix-nested
a18680d
Merge pull request #239 from lo1tuma/fix-top-level
2633908
Fix max-top-level-suites to ignore generated suites
46f716d
no-hooks-for-single-case: fix false postive in nested suites
1c3a545
Merge pull request #237 from lo1tuma/template-strings
6255546
Check static template strings in valid-test-description and valid-suite-description
7eea93d
Merge pull request #236 from lo1tuma/no-hooks-option
8778d96
no-hooks: add option to allow certain kind of hooks
36c9e67
Merge pull request #235 from brettz9/nondeprecated-rule-format
471e354
Switch to nondeprecated eslint rule format
8cf8640
Merge pull request #234 from brettz9/schemas-for-options
c1f8049
Merge pull request #229 from brettz9/recommended-rules
fdb3843
- Remove regex literal argument; simplify
There are 36 commits in total.
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: