amercier / nuxt-template

Nuxt.js-scaffolded project with CI and Deployment.
0 stars 0 forks source link

An in-range update of eslint-plugin-cypress is breaking the build 🚨 #17

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency eslint-plugin-cypress was updated from 2.6.0 to 2.6.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

eslint-plugin-cypress 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 failed ([Details](https://travis-ci.org/amercier/nuxt-template/builds/566494448?utm_source=github_status&utm_medium=notification)).

Release Notes for v2.6.1

2.6.1 (2019-08-01)

Bug Fixes

  • Avoid mutating eslint browser environment (63812a5)
Commits

The new version differs by 2 commits.

  • 63812a5 fix: avoid mutating eslint browser environment
  • 0bd34ab Avoid mutating eslint browser environment

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 5 years ago

After pinning to 2.6.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 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v2.7.0

2.7.0 (2019-09-26)

Features

  • rule: add 'require-data-selectors' rule (#30) (a4a0e8e)
Commits

The new version differs by 4 commits.

  • a4a0e8e feat(rule): add 'require-data-selectors' rule (#30)
  • 7fabf07 Add MIT license
  • 4a867f7 Merge pull request #29 from kentcdodds/patch-1
  • f066853 make the rules config copy/pasteable

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v2.8.0

2.8.0 (2019-12-13)

Features

  • Add handling for when the wait method is given an Identifier which has a number value (e66bdfd)
Commits

The new version differs by 5 commits.

  • e66bdfd feat: Add handling for when the wait method is given an Identifier which has a number value
  • 0ef8935 Added extended tests for no unnecessary waiting to handle const situations.
  • 722ad51 Added support for Identifier values
  • 9086352 chore(wording): fix ruleName of "require-data-selectors" test (#33)
  • 1a7a6ed chore(wording): fix ruleName of "require-data-selectors" test

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v2.8.1

2.8.1 (2019-12-16)

Bug Fixes

  • Handle cy.wait in a function with a default parameter (475a26c)
Commits

The new version differs by 1 commits.

  • 475a26c fix: Handle cy.wait in a function with a default parameter

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v2.9.0

2.9.0 (2020-02-05)

Features

  • Support chained wait in no-unnecessary-waiting rule (3eb3d2e)
Commits

The new version differs by 4 commits.

  • 8f2c44a chore: fix start command
  • 3eb3d2e feat: Support chained wait in no-unnecessary-waiting rule
  • 319338d Fix run start command
  • 9263d51 Catch chained wait

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v2.10.0

2.10.0 (2020-02-14)

Features

Commits

The new version differs by 5 commits.

  • f43c64e feat(rule): add 'no-force-true' rule (#39)
  • c3f1b3d Add link to ESlint to Readme
  • d2b0438 Fix json formatting error
  • f8df97f Merge pull request #42 from arvigeus/patch-1
  • 968493f Update README.md

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v2.10.1

2.10.1 (2020-02-14)

Bug Fixes

Commits

The new version differs by 1 commits.

  • 6c1d538 fix: add no-force to module exports (#45)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v2.10.2

2.10.2 (2020-02-18)

Bug Fixes

  • Add support for template literals to require-data-selectors rule (958549f)
Commits

The new version differs by 6 commits.

  • 958549f fix: Add support for template literals to require-data-selectors rule
  • 61af626 Merge pull request #46 from brettz9/patch-1
  • 550f377 chore: prettify
  • 09aa541 test: add test and fix the rule
  • 5c4a5d5 fix/require-data-selectors-support-TemplateLiteral
  • 53d90f5 Syntax highlight blocks

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v2.10.3

2.10.3 (2020-02-19)

Bug Fixes

  • Add support for eslint 4 to no-assigning-return-values rule (46bf46a), closes #14
  • no-assigning-return-values eslint 4 (f8a2bec)
Commits

The new version differs by 4 commits.

  • 46bf46a fix: Add support for eslint 4 to no-assigning-return-values rule
  • f8a2bec fix: no-assigning-return-values eslint 4
  • 091df8a docs: Demo not needing plugins and rule-extending for friendly plugin
  • f1e3fd5 No need for plugins and rule-extending if using recommended friendly config

See the full diff