webdriverio-boneyard / wdio-jasmine-framework

A WebdriverIO v4 plugin. Adapter for Jasmine testing framework.
http://webdriver.io/
MIT License
23 stars 23 forks source link

An in-range update of eslint-plugin-mocha is breaking the build 🚨 #101

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 4.12.0 of eslint-plugin-mocha was just published.

Branch Build failing 🚨
Dependency eslint-plugin-mocha
Current Version 4.11.0
Type devDependency

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 - ❌ **continuous-integration/travis-ci/push** The Travis CI build could not complete due to an error [Details](https://travis-ci.org/webdriverio/wdio-jasmine-framework/builds/348518244?utm_source=github_status&utm_medium=notification)

Release Notes 4.12.0

Features

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

  • ac9e768 4.12.0
  • 2a55b86 Merge pull request #147 from donabrams/master
  • 51d87fb 'reduce' complexity
  • 7ad98fa lint fixes
  • b6414b0 rename isPureN, add other member expression test cases, and update error message
  • 7a05700 slight simplification
  • 3276cc7 add link to rule docs
  • 1b80374 add complexity rule back AND reduce complexity
  • 1cd7fc0 some typos and editing
  • dc5a182 change rule name and create documentation
  • 1c99573 add member detection (due to getters/setters) and restrict nesting to only activate in describe blocks
  • 4e22650 add pure-describe rules
  • 6d5f43a Merge pull request #142 from lo1tuma/greenkeeper/coveralls-3.0.0
  • d170a50 Merge pull request #150 from lo1tuma/greenkeeper/mocha-5.0.1
  • 1f5f0e2 chore(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](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:

greenkeeper[bot] commented 6 years ago

After pinning to 4.11.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 6 years ago

Version 4.12.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 4.12.1

Bug Fixes

  • Fix: skip template strings in valid-test-description and valid-suite-description
Commits

The new version differs by 2 commits.

  • 7cbea72 4.12.1
  • 75128e8 Fix: skip template strings in valid-test-description and valid-suite-description

See the full diff