webdriverio-boneyard / wdio-junit-reporter

A WebdriverIO v4 plugin. Report results in junit xml format.
http://v4.webdriver.io
MIT License
11 stars 42 forks source link

Update eslint-plugin-mocha to the latest version šŸš€ #95

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

ā˜ļø 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](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: