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 🚀 #20

Closed
wants to merge 2 commits into from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Mar 24, 2018

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

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

Dependency eslint-plugin-mocha
Current Version 4.12.1
Type devDependency

The version 5.0.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.0.0

Breaking Changes

  • Remove support for ESLint versions < 4.0.0 (#155)
  • Remove support for nodejs 4, 5 and 7 (#154)

Dependency Upgrades

  • Update pr-log to the latest version 🚀 (#159)
  • Update chai to version 4.1.2 (#151)

Code Refactoring

  • Use new language features (#156)

Build-Related

  • Use nyc instead of istanbul (#153)
  • Whitelist files instead of using .npmignore (#152)
Commits

The new version differs by 23 commits.

  • 796c780 5.0.0
  • 91a8865 Merge pull request #156 from lo1tuma/eslint-config
  • 8782325 Fixup problems in no-setup-in-describe
  • 8d95e29 Use eslint-plugin-node to prevent usage of unsupported language features
  • 04deda1 Use some new language features
  • 6aed5f1 Use eslint-config-holidaycheck with es2015 settings
  • 694243b Specify required node version in engines field
  • edae523 Use overrides instead of multiple config files
  • 27863c0 Rename .eslintrc to .eslintrc.json
  • ce011bf Merge pull request #159 from lo1tuma/greenkeeper/pr-log-3.0.0
  • 5c1f9dc chore(package): update pr-log to version 3.0.0
  • 8566faa Merge branch '4.x'
  • bbdf2b4 Merge pull request #151 from lo1tuma/greenkeeper/chai-4.1.2
  • 89d92d0 Change deep.property assertion to nested.property
  • 4a584a3 chore(package): update chai to version 4.1.2

There are 23 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 Jul 6, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 6, 2018

Version 5.1.0 just got published.

Update to this version instead 🚀

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

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 commits.

See the full diff

@jrjohnson jrjohnson closed this Feb 8, 2019
@jrjohnson jrjohnson deleted the greenkeeper/eslint-plugin-mocha-5.0.0 branch February 8, 2019 05:43
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.

2 participants