rpl / flow-coverage-report

Generate flow coverage reports in JSON, HTML and in the console.
MIT License
505 stars 42 forks source link

Update eslint-plugin-jest to the latest version 🚀 #114

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 7 years ago

Version 21.0.0 of eslint-plugin-jest just got published.

Dependency eslint-plugin-jest
Current Version 20.0.2
Type devDependency

The version 21.0.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of eslint-plugin-jest. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 21.0.2 just got published.

Update to this version instead 🚀

greenkeeper[bot] commented 7 years ago

Version 21.1.0 just got published.

Update to this version instead 🚀

greenkeeper[bot] commented 7 years ago

Version 21.2.0 just got published.

Update to this version instead 🚀

greenkeeper[bot] commented 6 years ago

Version 21.3.0 just got published.

Update to this version instead 🚀

greenkeeper[bot] commented 6 years ago

Version 21.3.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 21.3.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 4bbec5f v21.3.2
  • 1df3bd5 Fix to-have-length when there are no argument properties (#6)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 21.4.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 23 commits.

  • 2306f85 v21.4.0
  • e35f58b chore: update yarn.lock
  • 465c31d docs: update changelog for release
  • bc74d33 Refactor prefer rules (#26)
  • a42d917 feat(rules): add no-large-snapshots
  • 19aac60 chore(package): update lockfile
  • cabfd20 chore(package): update lint-staged to version 6.0.0
  • fbdddb2 docs: Add rules table (#23)
  • 29813d2 chore: git ignore coverage directory
  • 15cebfa Update links in changelog
  • d7a7e84 Add changelog
  • 493dc2d Update deps
  • 8972c41 Add prefer-to-be-undefined rule (#9)
  • 8591e9f Add prefer-to-be-null rule (#10)
  • dda7d74 Use the current ESLint logo (#16)

There are 23 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 21.4.1 just got published.

Update to this version instead 🚀

Release Notes v21.4.1

21.4.1 (2017-12-05)

Bug Fixes

  • add argument node checks (7673c54), closes #29
  • add null guards on argument selectors (2879920), closes #28
Commits

The new version differs by 4 commits.

  • e3f8884 ci: build branches named next
  • 2879920 fix: add null guards on argument selectors
  • 7673c54 fix: add argument node checks
  • e7e9e62 ci: use semantic release (#27)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 21.4.2 just got published.

Update to this version instead 🚀

Release Notes v21.4.2

21.4.2 (2017-12-06)

Bug Fixes

  • make .not.to{Be,Equal} autofixable (e25f7af)
  • support identifiers in to-be-undefined (c35f2a1)
Commits

The new version differs by 2 commits.

  • e25f7af fix: make .not.to{Be,Equal} autofixable
  • c35f2a1 fix: support identifiers in to-be-undefined

See the full diff

greenkeeper[bot] commented 6 years ago

Version 21.4.3 just got published.

Update to this version instead 🚀

Release Notes v21.4.3

21.4.3 (2017-12-14)

Bug Fixes

  • update link to no-identical-title rule (#36) (2577b8c)
Commits

The new version differs by 1 commits.

  • 2577b8c fix: update link to no-identical-title rule (#36)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 21.5.0 just got published.

Update to this version instead 🚀

Release Notes v21.5.0

21.5.0 (2017-12-15)

Features

  • recommended: add plugin and globals env (446fe79), closes #37
Commits

The new version differs by 1 commits.

  • 446fe79 feat(recommended): add plugin and globals env

See the full diff

greenkeeper[bot] commented 6 years ago

Version 21.6.0 just got published.

Update to this version instead 🚀

Release Notes v21.6.0

21.6.0 (2018-01-09)

Features

  • implement prefer-expect-assertions rule (#43) (4effb3c)
Commits

The new version differs by commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 21.6.1 just got published.

Update to this version instead 🚀

Release Notes v21.6.1

21.6.1 (2018-01-09)

Bug Fixes

  • docs: prefer-expect-assertions rule docs (#49) (d96baca)
Commits

The new version differs by 2 commits.

  • d96baca fix(docs): prefer-expect-assertions rule docs (#49)
  • 08f93ff chore(package): add semantic-release as a dev dependency

See the full diff

greenkeeper[bot] commented 6 years ago

Version 21.6.2 just got published.

Update to this version instead 🚀

Release Notes v21.6.2

21.6.2 (2018-01-13)

Bug Fixes

  • valid-expect: error on missing async matchers (#53) (16889bb)
Commits

The new version differs by 4 commits.

  • 16889bb fix(valid-expect): error on missing async matchers (#53)
  • 6960e93 chore(package): upgrade commitlint config to version 6
  • a9e343a chore(ci): ignore engines for greenkeeper as well
  • b3f2490 chore(package): upgrade @commitlint to 6

See the full diff

greenkeeper[bot] commented 6 years ago

Version 21.7.0 just got published.

Update to this version instead 🚀

Release Notes v21.7.0

21.7.0 (2018-01-17)

Features

  • implement valid-expect-in-promise rule (#42) (eb31a54)
Commits

The new version differs by 2 commits.

  • eb31a54 feat: implement valid-expect-in-promise rule (#42)
  • b44813a chore(package): update semantic-release to version 12.2.2 🚀 (#55)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 21.7.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 33bdfbf chore(lint): add pattern option to require-meta-docs-url rule
  • 5a6d64b refactor: rename files to use kebab-case
  • 824c2a3 fix: include meta.docs.url for all rules
  • 5e5ceba chore: add eslint-plugin-eslint-plugin (#59)
  • 911bba1 chore(ci): separate lint and test command

See the full diff

greenkeeper[bot] commented 6 years ago

Version 21.8.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 1 commits.

  • 5e01e6b feat(rule): add valid-describe rule (#57)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 21.9.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 11 commits.

  • 38f8ca0 chore(ci): set correct build leader for release
  • f4cb4a2 refactor(tests): rename test file to be aligned with the rule name (#71)
  • eb0a2a2 feat(rules): add consistent-test-it rule
  • 8518811 chore(package): set engine to node 4
  • b05a3f5 chore: add proseWrap and update dependencies
  • beb8128 chore: add prettylint
  • 18203aa style(lint): enable node/no-unsupported-features rule (#66)
  • 18c97de fix: add warning to describe (#65)
  • 883a842 style(lint): enable eqeqeq rule (#62)
  • 5ea5c23 Merge pull request #15 from jest-community/add_danger
  • bcafe77 ci: add Danger

See the full diff

greenkeeper[bot] commented 6 years ago

Version 21.10.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 1 commits.

  • 178744b feat(rule): add no-hooks rule (#74)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 21.11.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 1 commits.

  • a12a2d2 feat(rules): add no-test-prefixes rule (#70)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 21.12.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 1 commits.

  • ad377d8 feat: add lowercase-description rule (#56)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 21.12.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 1 commits.

  • 47eb6c2 fix(valid-describe): support TemplateLiteral first argument (#77)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 21.12.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • 58f4396 fix(coverage): get close to 100% test coverage (#67)
  • 6f2256b refactor: require rule file in tests (#85)
  • 092514b chore: add jest-runner-eslint (#82)
  • 7412b82 style: tweak eslint config (#84)
  • faf0403 docs: improve docs URL resolution (#80)
  • e0160e5 docs: Use link to tagged version for rule docs (#79)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 21.12.3 just got published.

Update to this version instead 🚀

Release Notes v21.12.3

21.12.3 (2018-03-03)

Bug Fixes

  • util: add a test instead of throwing an error on getDocsUrl (#96) (6e79636), closes #91
Commits

The new version differs by 4 commits.

  • 6e79636 fix(util): add a test instead of throwing an error on getDocsUrl (#96)
  • 7ca76fa chore: get to 100% test coverage (#89)
  • 62d4660 chore(package): update lint-staged to version 7.0.0 🚀 (#87)
  • a3e8b5f chore(tests): increase test coverage (#88)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 21.13.0 just got published.

Update to this version instead 🚀

Release Notes v21.13.0

21.13.0 (2018-03-05)

Features

Commits

The new version differs by 1 commits.

  • ee218ad feat: adds no jest import rule (#95)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 21.14.0 just got published.

Update to this version instead 🚀

Release Notes v21.14.0

21.14.0 (2018-03-10)

Features

  • rules: add 'no-jest-import' rule to the recommended config (#99) (fb54759), closes #98
Commits

The new version differs by 2 commits.

  • fb54759 feat(rules): add 'no-jest-import' rule to the recommended config (#99)
  • 2404f42 chore(package): upgrade to semantic-release@15

See the full diff

greenkeeper[bot] commented 6 years ago

Version 21.14.1 just got published.

Update to this version instead 🚀

Release Notes v21.14.1

21.14.1 (2018-03-13)

Bug Fixes

  • valid-describe: add check for empty arguments (#94) (80c9b33), closes #93
Commits

The new version differs by 1 commits.

  • 80c9b33 fix(valid-describe): add check for empty arguments (#94)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 21.15.0 just got published.

Update to this version instead 🚀

Release Notes v21.15.0

21.15.0 (2018-03-15)

Features

  • lowercase-name: add 'ignore' option (#92) (03a7cda), closes #76
Commits

The new version differs by 1 commits.

  • 03a7cda feat(lowercase-name): add 'ignore' option (#92)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 21.15.1 just got published.

Update to this version instead 🚀

Release Notes v21.15.1

21.15.1 (2018-04-19)

Bug Fixes

  • rules: improve no-identical-title error message (#108) (8213ada)
Commits

The new version differs by 1 commits.

  • 8213ada fix(rules): improve no-identical-title error message (#108)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 21.15.2 just got published.

Update to this version instead 🚀

Release Notes v21.15.2

21.15.2 (2018-05-23)

Bug Fixes

  • valid-describe: allow concise body arrow function (#106) (4586bdc)
Commits

The new version differs by commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 21.15.3 just got published.

Update to this version instead 🚀

Release Notes v21.15.3

21.15.3 (2018-05-27)

Bug Fixes

Commits

The new version differs by 1 commits.

  • 523e2f4 fix(rules): don't crash on require() (#115)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 21.16.0 just got published.

Update to this version instead 🚀

Release Notes v21.16.0

21.16.0 (2018-05-27)

Features

Commits

The new version differs by 1 commits.

  • 7707e14 feat(rules): add no-jasmine-globals (#116)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 21.16.1 just got published.

Update to this version instead 🚀

Release Notes v21.16.1

21.16.1 (2018-05-27)

Bug Fixes

  • handle callexpressions with anonymous calles (885ce17)
Commits

The new version differs by 1 commits.

  • 885ce17 fix: handle callexpressions with anonymous calles

See the full diff

greenkeeper[bot] commented 6 years ago

Version 21.17.0 just got published.

Update to this version instead 🚀

Release Notes v21.17.0

21.17.0 (2018-05-28)

Features

Commits

The new version differs by 3 commits.

  • e40113d chore(package): update to prettier@1.13.0 (#120)
  • d7f3de3 feat: add fixer for lowercase-name rule (#119)
  • ca2d60b docs(readme): add no-jasmine-global to Readme (#117)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 21.18.0 just got published.

Update to this version instead 🚀

Release Notes v21.18.0

21.18.0 (2018-07-17)

Features

Commits

The new version differs by 4 commits.

  • 5208173 chore(ci): attempt to add npm token
  • b5a13fd feat(rules): add prefer-inline-snapshots (#129)
  • 2b55a86 Create LICENSE
  • f605560 docs: clean up rules table links (#122)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 21.19.0 just got published.

Update to this version instead 🚀

Release Notes v21.19.0

21.19.0 (2018-08-09)

Features

Commits

The new version differs by 2 commits.

  • 61c2adf feat(rules): add expect-expect (#133)
  • 5bc0eea chore(ci): run jest with 2 workers on CI

See the full diff

greenkeeper[bot] commented 6 years ago

Version 21.20.0 just got published.

Update to this version instead 🚀

Release Notes v21.20.0

21.20.0 (2018-08-09)

Features

Commits

The new version differs by 1 commits.

  • 9fca36b feat(rules): add no-test-return-statement (#136)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 21.20.1 just got published.

Update to this version instead 🚀

Release Notes v21.20.1

21.20.1 (2018-08-09)

Bug Fixes

  • docs: add expect-expect rule in list (#137) (3aa7c99)
Commits

The new version differs by 1 commits.

  • 3aa7c99 fix(docs): add expect-expect rule in list (#137)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 21.20.2 just got published.

Update to this version instead 🚀

Release Notes v21.20.2

21.20.2 (2018-08-09)

Bug Fixes

  • rule: no-large-snapshots to allow maxSize of 0 (#132) (e42c9e3)
Commits

The new version differs by 1 commits.

  • e42c9e3 fix(rule): no-large-snapshots to allow maxSize of 0 (#132)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 21.21.0 just got published.

Update to this version instead 🚀

Release Notes v21.21.0

21.21.0 (2018-08-11)

Features

Commits

The new version differs by 2 commits.

  • e039fed chore: fix lint
  • 92b1d5c feat(rules): add prefer-strict-equal (#134)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 21.22.0 just got published.

Update to this version instead 🚀

Release Notes v21.22.0

21.22.0 (2018-08-24)

Features

  • rule: add allow option to expect-expect rule (#139) (97a5fce)
Commits

The new version differs by 1 commits.

  • 97a5fce feat(rule): add allow option to expect-expect rule (#139)

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead 🚀

Release Notes for v21.22.1

21.22.1 (2018-09-21)

Bug Fixes

  • no-disabled-tests: fix false positives for pending() usage (#155) (fdce162), closes #149
Commits

The new version differs by 3 commits.

  • fdce162 fix(no-disabled-tests): fix false positives for pending() usage (#155)
  • 1361d59 chore: simplify semantic-release a bit (#153)
  • f4850a3 chore(docs): fixed typo (#142)

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead 🚀

Release Notes for v21.23.0

21.23.0 (2018-09-29)

Features

Commits

The new version differs by 2 commits.

  • 7515458 feat(rules): require-tothrow-message (#160)
  • a194da6 chore: update lockfile with integrity field

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead 🚀

Release Notes for v21.24.0

21.24.0 (2018-09-30)

Bug Fixes

  • prefer-strict-equal: only run if expect is used (#163) (ee2647e)
  • require-tothrow-message: cover more cases (#161) (f2d2dbe)

Features

Commits

The new version differs by 3 commits.

  • f2d2dbe fix(require-tothrow-message): cover more cases (#161)
  • ee2647e fix(prefer-strict-equal): only run if expect is used (#163)
  • 2894eaa feat(rules): no-alias-methods (#164)

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead 🚀

Release Notes for v21.24.1

21.24.1 (2018-10-02)

Bug Fixes

  • no-focused-tests: detect usage like 'test.only.each()' (4e4313e)
Commits

The new version differs by 3 commits.

  • 4e4313e fix(no-focused-tests): detect usage like 'test.only.each()'
  • 9ea1f78 chore(docs): use real Jest logo (#167)
  • 2a1ae17 refactor(no-jest-import): use ESQuery syntax for selectors (#158)

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead 🚀

Release Notes for v21.24.2

21.24.2 (2018-10-14)

Bug Fixes

  • expect-expect: support MemberExpressions in assertFunctionNames (#176) (9466959), closes #175
Commits

The new version differs by 4 commits.

  • 9466959 fix(expect-expect): support MemberExpressions in assertFunctionNames (#176)
  • 0276985 refactor(expect-expect): use ESQuery selector syntax (#171)
  • be29fba refactor(prefer-expect-assertions): use ESQuery selectors (#170)
  • 6fa003b refactor(no-disabled-tests): use ESQuery selector syntax (#169)

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead 🚀

Release Notes for v21.25.0

21.25.0 (2018-10-14)

Features

Commits

The new version differs by 1 commits.

  • 83a4c48 feat: add prefer-to-contain rule (#174)

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead 🚀

Release Notes for v21.25.1

21.25.1 (2018-10-16)

Bug Fixes

  • no-disabled-tests: stop picking up all funcs that start it/test (9b5939e)
  • prefer-expect-assertions: fix greedy regex (9a6ce6c)
Commits

The new version differs by 2 commits.

  • 9a6ce6c fix(prefer-expect-assertions): fix greedy regex
  • 9b5939e fix(no-disabled-tests): stop picking up all funcs that start it/test

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead 🚀

Release Notes for v21.26.0

21.26.0 (2018-10-22)

Features

Commits

The new version differs by 1 commits.

  • 7344607 feat(rules): add no-test-callback rule (#179)

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead 🚀

Release Notes for v21.26.1

21.26.1 (2018-10-24)

Bug Fixes

  • no-large-snapshots: support inline snapshots (#186) (9137c21)
Commits

The new version differs by 3 commits.

  • 9fb09de chore(ci): remove node 11 from CI
  • 9137c21 fix(no-large-snapshots): support inline snapshots (#186)
  • 225a0e1 chore(ci): test on node 10 and 11

See the full diff