adamkeinan / Metro-Desktop

React Webpack Babel full stack Metro multi-app environment
MIT License
2 stars 0 forks source link

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

Open greenkeeper[bot] opened 4 years ago

greenkeeper[bot] commented 4 years ago

The devDependency eslint-plugin-jest was updated from 23.6.0 to 23.7.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 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/appveyor/branch:** AppVeyor build failed ([Details](https://ci.appveyor.com/project/adamkeinan/metro-desktop/builds/30652887)). - ❌ **build (12.x):** There are 2 failures, 0 warnings, and 0 notices. - ❌ **build (10.x):** There are 1 failures, 0 warnings, and 0 notices. - ❌ **build (8.x):** There are 1 failures, 0 warnings, and 0 notices.

Release Notes for v23.7.0

23.7.0 (2020-02-07)

Bug Fixes

Features

  • valid-title: support disallowedWords option (#522) (38bbe93)
Commits

The new version differs by 7 commits.

  • 88068a7 chore(release): 23.7.0 [skip ci]
  • c12b725 fix(expect-expect): use u flag in regex (#532)
  • ff25588 chore(deps): removed dependency on micromatch for expect-expect (#517)
  • 38bbe93 feat(valid-title): support disallowedWords option (#522)
  • 1449675 chore: make gh actions badge always point to master
  • 95cce6b chore(deps): lock file maintenance (#490)
  • 735f143 chore(lint): enable require-unicode-regexp rule (#520)

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

After pinning to 23.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 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v23.8.0

23.8.0 (2020-02-23)

Bug Fixes

  • valid-title: ensure argument node is defined before accessing props (#538) (7730f75)

Features

  • no-large-snapshots: add setting to define maxSize by snapshot type (#524) (0d77300)
Commits

The new version differs by 6 commits.

  • adc3b2e chore(release): 23.8.0 [skip ci]
  • 0d77300 feat(no-large-snapshots): add setting to define maxSize by snapshot type (#524)
  • 7730f75 fix(valid-title): ensure argument node is defined before accessing props (#538)
  • 5d8be9d chore: fix parameter name typo (#537)
  • 6507a7a chore: simplify getNodeName (#536)
  • 7becf4a chore: remove duplicated interface (#535)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v23.8.1

23.8.1 (2020-02-29)

Bug Fixes

Commits

The new version differs by 2 commits.

  • c5d7d3b chore(release): 23.8.1 [skip ci]
  • 099a150 fix: remove tests from published package (#541)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v23.8.2

23.8.2 (2020-03-06)

Bug Fixes

  • prefer-to-contain: check that expect argument is defined before use (#542) (56f909b)
Commits

The new version differs by 2 commits.

  • 95ca6d9 chore(release): 23.8.2 [skip ci]
  • 56f909b fix(prefer-to-contain): check that expect argument is defined before use (#542)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v23.9.0

23.9.0 (2020-05-04)

Features

Commits

The new version differs by 7 commits.

  • 495c3e9 chore(release): 23.9.0 [skip ci]
  • 55d0504 feat: create no-deprecated-functions (#560)
  • f6e0bd0 chore: update eslint-plugin-import
  • ae05835 chore(deps): lock file maintenance (#552)
  • bf99a44 chore: upgrade to jest 25 (#527)
  • 8c6fb1e chore: lock down eslint-plugin-import version
  • e99283c chore: refresh lockfile (#544)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v23.10.0

23.10.0 (2020-05-09)

Features

  • no-deprecated-functions: support jest version setting (#564) (05f20b8)
Commits

The new version differs by 3 commits.

  • 8b2568b chore(release): 23.10.0 [skip ci]
  • 05f20b8 feat(no-deprecated-functions): support jest version setting (#564)
  • 0d9dce0 chore: ensure that every rule has a .test.ts file in __tests__

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v23.11.0

23.11.0 (2020-05-12)

Features

Commits

The new version differs by 7 commits.

  • 6ffba8e chore(release): 23.11.0 [skip ci]
  • ac926e7 feat: create no-restricted-matchers rule (#575)
  • d7cc77e Create more tooling (#578)
  • feac055 chore: add codecov integration (#576)
  • 968d190 chore: run tests on node v14
  • 2bbad16 chore(deps): update dependency jest-runner-eslint to ^0.8.0 (#566)
  • 5e79476 ci: run tests against eslint@7 (#572)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v23.12.0

23.12.0 (2020-05-16)

Features

  • deprecate no-expect-resolves rule (b6a22e5)
  • deprecate no-truthy-falsy rule (a67d92d)
  • deprecate prefer-inline-snapshots rule (1360e9b)
Commits

The new version differs by 5 commits.

  • 18424de chore(release): 23.12.0 [skip ci]
  • 1360e9b feat: deprecate prefer-inline-snapshots rule
  • a67d92d feat: deprecate no-truthy-falsy rule
  • b6a22e5 feat: deprecate no-expect-resolves rule
  • 538e561 docs(no-deprecated-functions): add missing code quotes (#582)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v23.13.0

23.13.0 (2020-05-16)

Features

  • valid-expect: support minArgs & maxArgs options (#584) (9e0e2fa)
Commits

The new version differs by 2 commits.

  • d442f4f chore(release): 23.13.0 [skip ci]
  • 9e0e2fa feat(valid-expect): support minArgs & maxArgs options (#584)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v23.13.1

23.13.1 (2020-05-17)

Bug Fixes

  • no-if: use correct syntax for placeholder substitution in message (6d1eda8)
Commits

The new version differs by 4 commits.

  • 325ec77 chore(release): 23.13.1 [skip ci]
  • ed341a6 chore(no-if): messageId noConditionalExpect -> conditionalInTest
  • 6d1eda8 fix(no-if): use correct syntax for placeholder substitution in message
  • f249ee7 chore: adjust test names

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v23.13.2

23.13.2 (2020-05-26)

Bug Fixes

Commits

The new version differs by 3 commits.

  • 67c8b5f chore(release): 23.13.2 [skip ci]
  • aadc5ec fix: add fail to globals (#595)
  • 5a06390 chore: refresh lock file

See the full diff