Closed greenkeeper[bot] closed 5 years ago
devDependency
eslint-plugin-jest was updated from 22.3.1
to 22.3.2
.Your tests are still failing with this version. Compare changes
After pinning to 22.3.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
devDependency
eslint-plugin-jest was updated from 22.4.0
to 22.4.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
devDependency
eslint-plugin-jest was updated from 22.4.0
to 22.4.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
devDependency
eslint-plugin-jest was updated from 22.4.1
to 22.5.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
devDependency
eslint-plugin-jest was updated from 22.5.0
to 22.5.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
devDependency
eslint-plugin-jest was updated from 22.5.1
to 22.6.0
.Your tests are still failing with this version. Compare changes
The new version differs by 13 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
bdc0bb0
fix(no-mocks-import): do not crash on dynamic require
(#250)
d0a48e1
feat: add no-mocks-import rule (#246)
556a2c5
fix: make sure to always export all available rules (#240)
c793b7a
feat(rules): Add no-empty-title rule (#238)
See the full diff
devDependency
eslint-plugin-jest was updated from 22.6.0
to 22.6.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
devDependency
eslint-plugin-jest was updated from 22.6.1
to 22.6.2
.Your tests are passing again with this update. Explicitly upgrade to this version π
devDependency
eslint-plugin-jest was updated from 22.6.2
to 22.6.3
.Your tests are passing again with this update. Explicitly upgrade to this version π
devDependency
eslint-plugin-jest was updated from 22.6.3
to 22.6.4
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 4 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)
9a7d7f0
fix(install): do not build during postinstall (#265)
See the full diff
devDependency
eslint-plugin-jest was updated from 22.7.0
to 22.7.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 8 commits.
9cba626
fix: add defined guards to util functions (#285)
d7a9532
feat(config): added shareable configuration jest/all
(#276)
3bb50dc
chore: use messageId in all rules (#278)
75c9773
chore: bump dated deps (#277)
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)
9a7d7f0
fix(install): do not build during postinstall (#265)
See the full diff
devDependency
eslint-plugin-jest was updated from 22.7.1
to 22.7.2
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 9 commits.
e901d03
fix: add missing schemas so rule config is properly validated (#291)
9cba626
fix: add defined guards to util functions (#285)
d7a9532
feat(config): added shareable configuration jest/all
(#276)
3bb50dc
chore: use messageId in all rules (#278)
75c9773
chore: bump dated deps (#277)
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)
9a7d7f0
fix(install): do not build during postinstall (#265)
See the full diff
devDependency
eslint-plugin-jest was updated from 22.7.2
to 22.8.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 12 commits.
e292cb8
chore: refresh lockfile (#300)
dd4bbaf
feat(rules): no-duplicate-hooks (#298)
a3a6dca
chore(docs): fix up eslint logo (#299)
e901d03
fix: add missing schemas so rule config is properly validated (#291)
9cba626
fix: add defined guards to util functions (#285)
d7a9532
feat(config): added shareable configuration jest/all
(#276)
3bb50dc
chore: use messageId in all rules (#278)
75c9773
chore: bump dated deps (#277)
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)
9a7d7f0
fix(install): do not build during postinstall (#265)
See the full diff
devDependency
eslint-plugin-jest was updated from 22.8.0
to 22.9.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 13 commits.
25e3970
feat(no-large-snapshots): option for whitelisting snapshots (#288)
e292cb8
chore: refresh lockfile (#300)
dd4bbaf
feat(rules): no-duplicate-hooks (#298)
a3a6dca
chore(docs): fix up eslint logo (#299)
e901d03
fix: add missing schemas so rule config is properly validated (#291)
9cba626
fix: add defined guards to util functions (#285)
d7a9532
feat(config): added shareable configuration jest/all
(#276)
3bb50dc
chore: use messageId in all rules (#278)
75c9773
chore: bump dated deps (#277)
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)
9a7d7f0
fix(install): do not build during postinstall (#265)
See the full diff
devDependency
eslint-plugin-jest was updated from 22.9.0
to 22.10.0
.Your tests are still failing with this version. Compare changes
The new version differs by 20 commits.
28bd1dc
feat(rules): adds no-if
rule (#293)
7ebdc0e
chore: enforce import destructure order
31c7cef
chore: convert to import/export (#302)
9f858cb
chore: delete tests instead of ignoring them with babel
c595ba0
chore: do not include tests in published tarball
4b4eb78
chore: fix lint error in md file
d3ea720
chore(docs): fix typo (#304)
25e3970
feat(no-large-snapshots): option for whitelisting snapshots (#288)
e292cb8
chore: refresh lockfile (#300)
dd4bbaf
feat(rules): no-duplicate-hooks (#298)
a3a6dca
chore(docs): fix up eslint logo (#299)
e901d03
fix: add missing schemas so rule config is properly validated (#291)
9cba626
fix: add defined guards to util functions (#285)
d7a9532
feat(config): added shareable configuration jest/all
(#276)
3bb50dc
chore: use messageId in all rules (#278)
There are 20 commits in total.
See the full diff
devDependency
eslint-plugin-jest was updated from 22.10.0
to 22.11.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
devDependency
eslint-plugin-jest was updated from 22.11.0
to 22.11.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
devDependency
eslint-plugin-jest was updated from 22.11.1
to 22.12.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
devDependency
eslint-plugin-jest was updated from 22.12.0
to 22.13.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 5 commits.
f09bc99
feat(rules): no-try-expect (#331)
84df1d6
chore(util): simplify check for test names (#317)
7ae98f5
feat: assert that async expect
s are awaited or returned (#255)
3ee3874
fix(require-tothrow-message): require throw messages on async functions (#303)
b3a360d
feat(no-export): new rule for no-export (#307)
See the full diff
devDependency
eslint-plugin-jest was updated from 22.13.0
to 22.13.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 28 commits.
6cbaa0f
chore(prefer-todo): migrate to TS (#335)
ed2a0f6
fix(valid-describe): ignore describe.each
(#337)
d0a8428
chore(no-test-callback): migrate to TS (#321)
ccbe766
chore(prefer-strict-equal): migrate to TS (#329)
ee81058
chore(no-test-prefixes): migrate to TS (#328)
e938636
chore(consistent-test-it): migrate to TS (#327)
26ddedd
chore(expect-expect): migrate to TS (#325)
4200e76
chore(prefer-spy-on): migrate to TS (#326)
3a22ef1
chore(no-if): migrate to TS (#324)
4270fca
chore(no-export): migrate to TS (#323)
12e601a
chore(no-hooks): migrate to TS (#322)
f3c654c
chore(no-focused-tests): migrate to TS (#314)
c455100
chore(prefer-inline-snapshots): migrate to TS (#319)
41ed53a
chore(no-duplicate-hooks): migrate to TS (#318)
384b788
chore(no-test-return-statement): migrate to TS (#320)
There are 28 commits in total.
See the full diff
devDependency
eslint-plugin-jest was updated from 22.13.1
to 22.13.2
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 29 commits.
f64441b
fix: add TypeScript as a dependency
6cbaa0f
chore(prefer-todo): migrate to TS (#335)
ed2a0f6
fix(valid-describe): ignore describe.each
(#337)
d0a8428
chore(no-test-callback): migrate to TS (#321)
ccbe766
chore(prefer-strict-equal): migrate to TS (#329)
ee81058
chore(no-test-prefixes): migrate to TS (#328)
e938636
chore(consistent-test-it): migrate to TS (#327)
26ddedd
chore(expect-expect): migrate to TS (#325)
4200e76
chore(prefer-spy-on): migrate to TS (#326)
3a22ef1
chore(no-if): migrate to TS (#324)
4270fca
chore(no-export): migrate to TS (#323)
12e601a
chore(no-hooks): migrate to TS (#322)
f3c654c
chore(no-focused-tests): migrate to TS (#314)
c455100
chore(prefer-inline-snapshots): migrate to TS (#319)
41ed53a
chore(no-duplicate-hooks): migrate to TS (#318)
There are 29 commits in total.
See the full diff
devDependency
eslint-plugin-jest was updated from 22.13.3
to 22.13.4
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 31 commits.
b27c80d
fix: prefer hasOwnProperty
over in
7f1867b
fix: import TS utils from correct package
f64441b
fix: add TypeScript as a dependency
6cbaa0f
chore(prefer-todo): migrate to TS (#335)
ed2a0f6
fix(valid-describe): ignore describe.each
(#337)
d0a8428
chore(no-test-callback): migrate to TS (#321)
ccbe766
chore(prefer-strict-equal): migrate to TS (#329)
ee81058
chore(no-test-prefixes): migrate to TS (#328)
e938636
chore(consistent-test-it): migrate to TS (#327)
26ddedd
chore(expect-expect): migrate to TS (#325)
4200e76
chore(prefer-spy-on): migrate to TS (#326)
3a22ef1
chore(no-if): migrate to TS (#324)
4270fca
chore(no-export): migrate to TS (#323)
12e601a
chore(no-hooks): migrate to TS (#322)
f3c654c
chore(no-focused-tests): migrate to TS (#314)
There are 31 commits in total.
See the full diff
devDependency
eslint-plugin-jest was updated from 22.13.4
to 22.13.5
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 32 commits.
8e67740
fix(util): identify only valid global properties (#341)
b27c80d
fix: prefer hasOwnProperty
over in
7f1867b
fix: import TS utils from correct package
f64441b
fix: add TypeScript as a dependency
6cbaa0f
chore(prefer-todo): migrate to TS (#335)
ed2a0f6
fix(valid-describe): ignore describe.each
(#337)
d0a8428
chore(no-test-callback): migrate to TS (#321)
ccbe766
chore(prefer-strict-equal): migrate to TS (#329)
ee81058
chore(no-test-prefixes): migrate to TS (#328)
e938636
chore(consistent-test-it): migrate to TS (#327)
26ddedd
chore(expect-expect): migrate to TS (#325)
4200e76
chore(prefer-spy-on): migrate to TS (#326)
3a22ef1
chore(no-if): migrate to TS (#324)
4270fca
chore(no-export): migrate to TS (#323)
12e601a
chore(no-hooks): migrate to TS (#322)
There are 32 commits in total.
See the full diff
devDependency
eslint-plugin-jest was updated from 22.13.5
to 22.13.6
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 33 commits.
ae3e599
fix(tsutils): identify only valid global properties (#343)
8e67740
fix(util): identify only valid global properties (#341)
b27c80d
fix: prefer hasOwnProperty
over in
7f1867b
fix: import TS utils from correct package
f64441b
fix: add TypeScript as a dependency
6cbaa0f
chore(prefer-todo): migrate to TS (#335)
ed2a0f6
fix(valid-describe): ignore describe.each
(#337)
d0a8428
chore(no-test-callback): migrate to TS (#321)
ccbe766
chore(prefer-strict-equal): migrate to TS (#329)
ee81058
chore(no-test-prefixes): migrate to TS (#328)
e938636
chore(consistent-test-it): migrate to TS (#327)
26ddedd
chore(expect-expect): migrate to TS (#325)
4200e76
chore(prefer-spy-on): migrate to TS (#326)
3a22ef1
chore(no-if): migrate to TS (#324)
4270fca
chore(no-export): migrate to TS (#323)
There are 33 commits in total.
See the full diff
devDependency
eslint-plugin-jest was updated from 22.13.6
to 22.13.7
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 41 commits.
0bbfb3a
fix(valid-expect): work with .then
(#352)
f9b6668
chore: add 'ban-types' eslint rule
1992b3d
chore(lint): update linting rules (#351)
0a0f20e
chore(no-identical-title): migrate to TS (#348)
d218d64
chore(docs): fix alphabetical order of rules in README (#349)
6d85e83
chore: use messageId in valid-expect's tests
501de4a
chore(no-try-expect): migrate to TS (#344)
5f544c5
chore(no-empty-title): migrate to TS (#345)
ae3e599
fix(tsutils): identify only valid global properties (#343)
8e67740
fix(util): identify only valid global properties (#341)
b27c80d
fix: prefer hasOwnProperty
over in
7f1867b
fix: import TS utils from correct package
f64441b
fix: add TypeScript as a dependency
6cbaa0f
chore(prefer-todo): migrate to TS (#335)
ed2a0f6
fix(valid-describe): ignore describe.each
(#337)
There are 41 commits in total.
See the full diff
The devDependency eslint-plugin-jest was updated from
22.3.0
to22.3.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-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
- β **Travis CI - Branch:** The build **failed**.Release Notes for v22.3.1
22.3.1 (2019-03-12)
Bug Fixes
Commits
The new version differs by 3 commits.
4f8ef6d
fix(no-identical-title): not reporting when using backticks (#237)
42d2d42
chore: refresh lockfile
3a1dc2d
chore(package): update to eslint-config-prettier@4.1.0 (#228)
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: