Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update eslint-plugin-mocha to the latest version 🚀 #33

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Jul 6, 2018

Version 5.1.0 of eslint-plugin-mocha was just published.

Dependency eslint-plugin-mocha
Current Version 5.0.0
Type dependency

The version 5.1.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 5.1.0

Bug Fixes

  • Issue #166: No setup in describe hooks (#167)

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.

  • bf69945 5.1.0
  • 667597e Merge pull request #171 from lo1tuma/node-10
  • 29f533a Add node 10 build environment
  • e5fa595 Merge pull request #170 from lo1tuma/greenkeeper/eslint-config-holidaycheck-0.13.1
  • d6151b5 chore(package): update eslint-config-holidaycheck to version 0.13.1
  • 584cd3c Merge pull request #169 from lo1tuma/greenkeeper/eslint-5.0.1
  • a07c075 Merge pull request #168 from lo1tuma/greenkeeper/nyc-12.0.2
  • c61955a Merge pull request #163 from quarklemotion/quarklemotion/add-mocha-aware-prefer-arrow-callback
  • 0a56e2a Merge pull request #167 from joovel/no-setup-in-describe-hooks
  • b301e37 Issue #166 Fix: hook calls are pure nodes
  • f82a7c1 Issue #166: Add failing tests
  • 357373a chore(package): update eslint to version 5.0.1
  • 0285e7c add tests and restructure function to reach 100% test coverage
  • 94819cc relax complexity and max-statements eslint rules for easier updating of imported rule code
  • eff7a6e fix some lint errors with imported rule code

There are 17 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 🌴

greenkeeper bot added a commit that referenced this pull request Aug 13, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 13, 2018

Version 5.2.0 just got published.

Update to this version instead 🚀

Release Notes 5.2.0

Enhancements

  • Prohibit tests in beforeEach etc. hook calls (#174)
Commits

The new version differs by 9 commits.

  • 47f624a 5.2.0
  • 07a362f Merge pull request #174 from papandreou/feature/prohibitTestsInHookCalls
  • 4dea092 Decrease complexity budget again (slightly)
  • 0423cfb Report hooks within hooks with a separate error message
  • 2750d17 Reuse helper
  • 262764a Increase allowed complexity in no-nested-tests.js so I don't have to introduce bogus helper functions
  • 5b22f20 Report tests within a test hook with a separate error message
  • f9b51c5 Add beforeAll/afterAll (jest/jasmine) to the list of hooks
  • 46aa176 Prohibit tests defined inside beforeEach/afterEach/etc. hooks

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 8, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 8, 2019

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

  • Fixing typo (#184)
  • Replace warning with warn (#181)

Dependency Upgrades

  • Update dependencies (#187)
  • Update eslint-plugin-node to the latest version 🚀 (#173)
Commits

The new version differs by 13 commits.

  • 27fa81c 5.2.1
  • 8234a2c Merge pull request #187 from lo1tuma/update-deps
  • 784cb1e Update dependencies
  • bfed921 Merge pull request #184 from nagygergo/patch-1
  • 4671611 Fixing typo
  • d80a7fd Merge pull request #186 from lo1tuma/fix-prefer-arrow-callback
  • b19ae5d Remove invalid test-cases and unreachable code from prefer-arrow-callback
  • 9950901 Merge pull request #173 from lo1tuma/greenkeeper/eslint-plugin-node-7.0.0
  • 5b7f988 Merge pull request #182 from lo1tuma/fix-test
  • 798efa0 Fix invalid syntax in test case
  • 8ad5267 Merge pull request #181 from Drapegnik/master
  • abd0f9b docs: replace warning with warn
  • d5ab073 chore(package): update eslint-plugin-node to version 7.0.0

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 13, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 13, 2019

Update to this version instead 🚀

Release Notes for 5.3.0

Features

  • Implement no-async-describe rule (#188)
Commits

The new version differs by 7 commits.

  • d36c149 5.3.0
  • 4449a3d Merge pull request #188 from papandreou/feature/no-async-describe
  • 0c113b5 Simplify the fixer
  • a5fa46a Fix error message
  • 7c9b6dc Review fixes
  • d1ffa55 Fix wrong string-less describe in test cases
  • e509877 Implement no-async-describe rule

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 17, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 17, 2019

Update to this version instead 🚀

Release Notes for 6.0.0

Breaking Changes

  • Revamped recommended ruleset (#200)
  • Drop nodejs 6 support (#197)

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.

  • 3102e7c 6.0.0
  • 31819a2 Merge pull request #190 from papandreou/feature/no-return-from-async
  • ae913c5 Merge pull request #200 from Lakitna/recommended-ruleset
  • bdc4b70 Dedupe two more occurrences of hasParentMochaFunctionCall
  • 8085bfe Move isReturnOfUndefined into astUtils
  • 7d7eed8 Move hasParentMochaFunctionCall into astUtils
  • c4928ab Move findReturnStatement into astUtils
  • 0f4ab83 Updated README
  • b528be7 Linter changes
  • b3aa4a5 Linter changes
  • 85ff2dc Added recommended ruleset
  • 6fd87a9 Merge pull request #199 from lo1tuma/update-dependencies
  • 96b99c9 Add missing ecmaVersion in test case
  • c9eb7f2 Update all dev dependencies
  • d5108a3 Merge pull request #198 from lo1tuma/node-12

There are 23 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 22, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 22, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 11, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 11, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 14, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 14, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 28, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 28, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 22, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 22, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 19, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 19, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 13, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 13, 2020


🚨 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


Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 30, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 30, 2020


🚨 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


Update to this version instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant