Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Dec 4, 2017

Version 21.4.0 of eslint-plugin-jest was just published.

Dependency eslint-plugin-jest
Current Version 21.3.2
Type devDependency

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

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of eslint-plugin-jest.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


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

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Dec 5, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 5, 2017

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 added a commit that referenced this pull request Dec 6, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 6, 2017

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 added a commit that referenced this pull request Dec 14, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 14, 2017

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 added a commit that referenced this pull request Dec 15, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 15, 2017

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 added a commit that referenced this pull request Jan 11, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 11, 2018

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 added a commit that referenced this pull request Jan 11, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 11, 2018

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 added a commit that referenced this pull request Jan 13, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 13, 2018

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 added a commit that referenced this pull request Jan 17, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 17, 2018

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 added a commit that referenced this pull request Feb 9, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 9, 2018

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 added a commit that referenced this pull request Feb 9, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 9, 2018

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 added a commit that referenced this pull request Feb 12, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 12, 2018

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 added a commit that referenced this pull request Feb 12, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 12, 2018

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 added a commit that referenced this pull request Feb 12, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 12, 2018

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 added a commit that referenced this pull request Feb 12, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 12, 2018

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 added a commit that referenced this pull request Feb 13, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 13, 2018

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 added a commit that referenced this pull request Feb 17, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 17, 2018

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
Copy link
Author

greenkeeper bot commented Mar 3, 2018

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 added a commit that referenced this pull request Mar 5, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 5, 2018

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 added a commit that referenced this pull request Mar 10, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 10, 2018

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 added a commit that referenced this pull request Mar 13, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 13, 2018

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 added a commit that referenced this pull request Mar 15, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 15, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant