unlock-protocol / unlock

Ι„nlock is a protocol for memberships built on a blockchain.
https://unlock-protocol.com
MIT License
839 stars 248 forks source link

An in-range update of eslint-plugin-jest is breaking the build 🚨 #3316

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency eslint-plugin-jest was updated from 22.5.1 to 22.6.0.

🚨 View failing branch.

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

eslint-plugin-jest is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details - ❌ **ci/circleci: tickets-tests:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/unlock-protocol/unlock/52300?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - ❌ **ci/circleci: unlock-js-tests:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/unlock-protocol/unlock/52303?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - ❌ **ci/circleci: wedlocks-tests:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/unlock-protocol/unlock/52302?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - ❌ **ci/circleci: locksmith-tests:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/unlock-protocol/unlock/52305?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - ❌ **ci/circleci: paywall-tests:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/unlock-protocol/unlock/52304?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - ❌ **ci/circleci: unlock-app-tests:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/unlock-protocol/unlock/52298?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - ❌ **ci/circleci: unlock-protocol-com-tests:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/unlock-protocol/unlock/52299?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - ❌ **ci/circleci: smart-contracts-tests:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/unlock-protocol/unlock/52301?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - ❌ **build-test-and-deploy:** * [paywall-tests](https://circleci.com/gh/unlock-protocol/unlock/52304?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-checks-link) - Failed * [locksmith-tests](https://circleci.com/gh/unlock-protocol/unlock/52305?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-checks-link) - Failed * [wedlocks-tests](https://circleci.com/gh/unlock-protocol/unlock/52302?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-checks-link) - Failed * [unlock-protocol-com-tests](https://circleci.com/gh/unlock-protocol/unlock/52299?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-checks-link) - Failed * [unlock-js-tests](https://circleci.com/gh/unlock-protocol/unlock/52303?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-checks-link) - Failed * [smart-contracts-tests](https://circleci.com/gh/unlock-protocol/unlock/52301?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-checks-link) - Failed * [unlock-app-tests](https://circleci.com/gh/unlock-protocol/unlock/52298?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-checks-link) - Failed * unlock-app-chromatic - Blocked * [tickets-tests](https://circleci.com/gh/unlock-protocol/unlock/52300?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-checks-link) - Failed * integration-tests - Blocked * deploy-unlock-app-netlify - Blocked * deploy-unlock-protocol-com-netlify - Blocked * deploy-tickets-netlify - Blocked * deploy-paywall-netlify - Blocked

Release Notes for v22.6.0

22.6.0 (2019-05-22)

Features

Commits

The new version differs by 9 commits.

  • 14d83ef feat(rules): add no-commented-out rule (#262)
  • 83ff198 chore: migrate no-jest-import to typescript (#259)
  • 718c08c chore: upgrade @typescript-eslint
  • ca2aa27 chore: port lowercase-name to TypeScript (#258)
  • 3df0058 chore(ci): run danger with lts version of node
  • 48e3a59 chore: precompile with babel (#257)
  • 8670804 chore: bump deps
  • 05eb11a chore: fix lint error
  • dff6446 docs: link to eslint-plugin-jest-formatting

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 22.5.1 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 v22.6.1

22.6.1 (2019-05-22)

Bug Fixes

Commits

The new version differs by 1 commits.

  • 9a7d7f0 fix(install): do not build during postinstall (#265)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v22.6.2

22.6.2 (2019-05-22)

Bug Fixes

  • move @typescript-eslint/experimental-utils to dependencies (#267) (331457d)
Commits

The new version differs by 1 commits.

  • 331457d fix: move @typescript-eslint/experimental-utils to dependencies (#267)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v22.6.3

22.6.3 (2019-05-22)

Bug Fixes

Commits

The new version differs by 2 commits.

  • 1ce1402 fix: revert TypeScript migration
  • 331457d fix: move @typescript-eslint/experimental-utils to dependencies (#267)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v22.6.4

22.6.4 (2019-05-22)

Bug Fixes

  • add-no-commented-out: correct false positives (#271) (1740ee7)
Commits

The new version differs by 3 commits.

  • 1740ee7 fix(add-no-commented-out): correct false positives (#271)
  • 1ce1402 fix: revert TypeScript migration
  • 331457d fix: move @typescript-eslint/experimental-utils to dependencies (#267)

See the full diff