Update eslint-plugin-mocha to the latest version π
βοΈ Greenkeeperβs updated Terms of Service will come into effect on April 6th, 2018.
Version 4.12.0 of eslint-plugin-mocha was just published.
| Dependency | eslint-plugin-mocha |
|---|---|
| Current Version | 4.11.0 |
| Type | devDependency |
The version 4.12.0 is not covered by your current version range.
If you donβt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of eslint-plugin-mocha.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you donβt have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes
4.12.0Features
- Adds rule "no setup in describe" (#147)
Dependency Upgrades
- Update coveralls to the latest version
π (#142) - chore(package): update mocha to version 5.0.1 (#150)
- Update ramda to the latest version
π (#144)
Bug Fixes
- Fix complexity problems (#149)
Commits
The new version differs by 36 commits.
ac9e7684.12.02a55b86Merge pull request #147 from donabrams/master51d87fb'reduce' complexity7ad98falint fixesb6414b0rename isPureN, add other member expression test cases, and update error message7a05700slight simplification3276cc7add link to rule docs1b80374add complexity rule back AND reduce complexity1cd7fc0some typos and editingdc5a182change rule name and create documentation1c99573add member detection (due to getters/setters) and restrict nesting to only activate in describe blocks4e22650add pure-describe rules6d5f43aMerge pull request #142 from lo1tuma/greenkeeper/coveralls-3.0.0d170a50Merge pull request #150 from lo1tuma/greenkeeper/mocha-5.0.11f5f0e2chore(package): update mocha to version 5.0.1
There are 36 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot :palm_tree:
Version 4.12.1 just got published.
Update to this version instead π
Release Notes
4.12.1Bug Fixes
- Fix: skip template strings in valid-test-description and valid-suite-description
Version 5.0.0 just got published.
Update to this version instead π
Release Notes
5.0.0Breaking Changes
Dependency Upgrades
Code Refactoring
- Use new language features (#156)
Build-Related
Commits
The new version differs by 23 commits.
796c7805.0.091a8865Merge pull request #156 from lo1tuma/eslint-config8782325Fixup problems in no-setup-in-describe8d95e29Use eslint-plugin-node to prevent usage of unsupported language features04deda1Use some new language features6aed5f1Use eslint-config-holidaycheck with es2015 settings694243bSpecify required node version in engines fieldedae523Use overrides instead of multiple config files27863c0Rename .eslintrc to .eslintrc.jsonce011bfMerge pull request #159 from lo1tuma/greenkeeper/pr-log-3.0.05c1f9dcchore(package): update pr-log to version 3.0.08566faaMerge branch '4.x'bbdf2b4Merge pull request #151 from lo1tuma/greenkeeper/chai-4.1.289d92d0Change deep.property assertion to nested.property4a584a3chore(package): update chai to version 4.1.2
There are 23 commits in total.
See the full diff
Version 5.1.0 just got published.
Update to this version instead π
Release Notes
5.1.0Bug Fixes
Features
- Adds mocha-aware prefer-arrow-callback rule (#163)
Dependency Upgrades
- Update eslint-config-holidaycheck to version 0.13.1 (#170)
- Update eslint to version 5.0.1 (#169)
- Update nyc to version 12.0.2 (#168)
Build-Related
- Add node 10 build environment (#171)
Commits
The new version differs by 17 commits.
bf699455.1.0667597eMerge pull request #171 from lo1tuma/node-1029f533aAdd node 10 build environmente5fa595Merge pull request #170 from lo1tuma/greenkeeper/eslint-config-holidaycheck-0.13.1d6151b5chore(package): update eslint-config-holidaycheck to version 0.13.1584cd3cMerge pull request #169 from lo1tuma/greenkeeper/eslint-5.0.1a07c075Merge pull request #168 from lo1tuma/greenkeeper/nyc-12.0.2c61955aMerge pull request #163 from quarklemotion/quarklemotion/add-mocha-aware-prefer-arrow-callback0a56e2aMerge pull request #167 from joovel/no-setup-in-describe-hooksb301e37Issue #166 Fix: hook calls are pure nodesf82a7c1Issue #166: Add failing tests357373achore(package): update eslint to version 5.0.10285e7cadd tests and restructure function to reach 100% test coverage94819ccrelax complexity and max-statements eslint rules for easier updating of imported rule codeeff7a6efix some lint errors with imported rule code
There are 17 commits in total.
See the full diff
Version 5.2.0 just got published.
Update to this version instead π
Commits
The new version differs by 9 commits.
47f624a5.2.007a362fMerge pull request #174 from papandreou/feature/prohibitTestsInHookCalls4dea092Decrease complexity budget again (slightly)0423cfbReport hooks within hooks with a separate error message2750d17Reuse helper262764aIncrease allowed complexity in no-nested-tests.js so I don't have to introduce bogus helper functions5b22f20Report tests within a test hook with a separate error messagef9b51c5Add beforeAll/afterAll (jest/jasmine) to the list of hooks46aa176Prohibit tests defined inside beforeEach/afterEach/etc. hooks
See the full diff
- The
devDependencyeslint-plugin-mocha was updated from4.11.0to5.2.1.
Update to this version instead π
Release Notes for 5.2.1
Bug Fixes
- Remove invalid test-cases and unreachable code from prefer-arrow-callback (#186)
- Fix invalid syntax in test case (#182)
Documentation
Dependency Upgrades
Commits
The new version differs by 13 commits.
27fa81c5.2.18234a2cMerge pull request #187 from lo1tuma/update-deps784cb1eUpdate dependenciesbfed921Merge pull request #184 from nagygergo/patch-14671611Fixing typod80a7fdMerge pull request #186 from lo1tuma/fix-prefer-arrow-callbackb19ae5dRemove invalid test-cases and unreachable code from prefer-arrow-callback9950901Merge pull request #173 from lo1tuma/greenkeeper/eslint-plugin-node-7.0.05b7f988Merge pull request #182 from lo1tuma/fix-test798efa0Fix invalid syntax in test case8ad5267Merge pull request #181 from Drapegnik/masterabd0f9bdocs: replacewarningwithwarnd5ab073chore(package): update eslint-plugin-node to version 7.0.0
See the full diff
- The
devDependencyeslint-plugin-mocha was updated from4.11.0to5.3.0.
Update to this version instead π
Commits
The new version differs by 7 commits.
d36c1495.3.04449a3dMerge pull request #188 from papandreou/feature/no-async-describe0c113b5Simplify the fixera5fa46aFix error message7c9b6dcReview fixesd1ffa55Fix wrong string-less describe in test casese509877Implement no-async-describe rule
See the full diff
- The
devDependencyeslint-plugin-mocha was updated from4.11.0to6.0.0.
Update to this version instead π
Release Notes for 6.0.0
Breaking Changes
Bug Fixes
- Fix no-setup-in-describe to correctly detect describe calls (#196)
- Fix no-setup-in-describe to work with arrow functions (#195)
Features
- Implement no-return-from-async rule (#190)
Dependency Upgrades
- Update dev dependencies (#199)
Build-Related
- Add nodejs to travis build environments (#198)
Commits
The new version differs by 23 commits.
3102e7c6.0.031819a2Merge pull request #190 from papandreou/feature/no-return-from-asyncae913c5Merge pull request #200 from Lakitna/recommended-rulesetbdc4b70Dedupe two more occurrences of hasParentMochaFunctionCall8085bfeMove isReturnOfUndefined into astUtils7d7eed8Move hasParentMochaFunctionCall into astUtilsc4928abMove findReturnStatement into astUtils0f4ab83Updated READMEb528be7Linter changesb3aa4a5Linter changes85ff2dcAdded recommended ruleset6fd87a9Merge pull request #199 from lo1tuma/update-dependencies96b99c9Add missing ecmaVersion in test casec9eb7f2Update all dev dependenciesd5108a3Merge pull request #198 from lo1tuma/node-12
There are 23 commits in total.
See the full diff
- The
devDependencyeslint-plugin-mocha was updated from4.11.0to6.1.0.
- The
devDependencyeslint-plugin-mocha was updated from4.11.0to6.1.1.
- The
devDependencyeslint-plugin-mocha was updated from4.11.0to6.2.0.
- The
devDependencyeslint-plugin-mocha was updated from4.11.0to6.2.1.
- The
devDependencyeslint-plugin-mocha was updated from4.11.0to6.2.2.
- The
devDependencyeslint-plugin-mocha was updated from4.11.0to6.3.0.
π¨ Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! π ππ¨ π
Find out how to migrate to Snyk at greenkeeper.io
- The
devDependencyeslint-plugin-mocha was updated from4.11.0to7.0.0.
π¨ Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! π ππ¨ π
Find out how to migrate to Snyk at greenkeeper.io
- The
devDependencyeslint-plugin-mocha was updated from4.11.0to7.0.1.