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 🚀 #64

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

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Sep 4, 2017

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

Dependency eslint-plugin-jest
Current Version 20.0.3
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 and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

greenkeeper bot added a commit that referenced this pull request Sep 8, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 8, 2017

Version 21.0.2 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 14, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 14, 2017

Version 21.1.0 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 27, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 27, 2017

Version 21.2.0 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 9, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 9, 2017

Version 21.3.0 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 9, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 9, 2017

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

greenkeeper bot commented Nov 9, 2017

Version 21.3.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by commits.

See the full diff

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

greenkeeper bot commented Dec 4, 2017

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 added a commit that referenced this pull request Dec 5, 2017
@greenkeeper
Copy link
Contributor 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
Contributor 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
Contributor 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
Contributor 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
Contributor 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 3 commits.

  • 4effb3c feat: implement prefer-expect-assertions rule (#43)
  • 439c1f1 chore: update Jest to version 22 (#45)
  • 69ca21a chore(style): add eslintignore file

See the full diff

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

greenkeeper bot commented Oct 24, 2018

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

greenkeeper bot added a commit that referenced this pull request Oct 24, 2018
greenkeeper bot added a commit that referenced this pull request Oct 26, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 26, 2018

Update to this version instead 🚀

Release Notes for v21.26.2

21.26.2 (2018-10-26)

Bug Fixes

  • no-focused-tests: detect usage like 'fit.each()' (63e6818), closes #188
Commits

The new version differs by 1 commits.

  • 63e6818 fix(no-focused-tests): detect usage like 'fit.each()'

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 3, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 3, 2018

Update to this version instead 🚀

Release Notes for v21.27.0

21.27.0 (2018-11-03)

Features

Commits

The new version differs by 3 commits.

  • ae7aee9 feat: add prefer-spy-on rule (#191)
  • 1f658dd chore: mark no-alias-methods as fixable in readme
  • db0fdd8 chore: always install the latest version of yarn

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 4, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 4, 2018

Update to this version instead 🚀

Release Notes for v21.27.1

21.27.1 (2018-11-04)

Bug Fixes

  • prefer-spy-on: fix Cannot read property 'type' of undefined (#199) (02cd21a), closes #198
Commits

The new version differs by 1 commits.

  • 02cd21a fix(prefer-spy-on): fix Cannot read property 'type' of undefined (#199)

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 7, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 7, 2018

Update to this version instead 🚀

Release Notes for v21.27.2

21.27.2 (2018-11-06)

Bug Fixes

  • valid-expect-in-promise: fix type exception (60919f6), closes #195
Commits

The new version differs by 1 commits.

  • 60919f6 fix(valid-expect-in-promise): fix type exception

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 7, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 7, 2018

Update to this version instead 🚀

Release Notes for v22.0.0

22.0.0 (2018-11-07)

chore

  • package: update to ESLint v5 (6010624)
  • drop support for Node 4 (b57c8f6)

Features

  • add style recommended config (af070bc)
  • update list of recommended rules (5d3ebcc)

BREAKING CHANGES

  • New rules added to the recommended config
  • This commit requires Node >=6.
  • package: This commit changes the peerDependency to ESLint >=5.
Commits

The new version differs by 7 commits.

  • af070bc feat: add style recommended config
  • 5d3ebcc feat: update list of recommended rules
  • 37f4396 chore(ci): test on node 11
  • 337b8ee chore: upgrade all dated deps
  • 4bfdee5 refactor: use object destructuring for require statements
  • b57c8f6 chore: drop support for Node 4
  • 6010624 chore(package): update to ESLint v5

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 25, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 25, 2018

Update to this version instead 🚀

Release Notes for v22.0.1

22.0.1 (2018-11-25)

Bug Fixes

  • no-jasmine-globals: fix false positives for pending/fail/spyOn (#205) (edbd1a2), closes #156
Commits

The new version differs by 2 commits.

  • edbd1a2 fix(no-jasmine-globals): fix false positives for pending/fail/spyOn (#205)
  • 4db773d chore(docs): fix minor typo in no-jasmine-globals doc (#206)

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 27, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 27, 2018

Update to this version instead 🚀

Release Notes for v22.1.0

22.1.0 (2018-11-27)

Features

  • rules: add no-truthy-falsy rule (ff34315), closes #204
Commits

The new version differs by 2 commits.

  • ff34315 feat(rules): add no-truthy-falsy rule
  • 666d50d chore(ci): ensure new rules include README changes

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 4, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 4, 2018

Update to this version instead 🚀

Release Notes for v22.1.1

22.1.1 (2018-12-03)

Bug Fixes

  • add guard for missing assertion invocation (#58) (73c9187)
Commits

The new version differs by 1 commits.

  • 73c9187 fix: add guard for missing assertion invocation (#58)

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 4, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 4, 2018

Update to this version instead 🚀

Release Notes for v22.1.2

22.1.2 (2018-12-04)

Bug Fixes

  • no-alias-methods: support .not, .resolves & .rejects (#210) (ee9578f)
Commits

The new version differs by 1 commits.

  • ee9578f fix(no-alias-methods): support .not, .resolves & .rejects (#210)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 9, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 9, 2019

Update to this version instead 🚀

Release Notes for v22.1.3

22.1.3 (2019-01-09)

Bug Fixes

  • no-alias-methods: handle missing assertion node (b5c22dc), closes #213
Commits

The new version differs by 4 commits.

  • b5c22dc fix(no-alias-methods): handle missing assertion node
  • c281827 chore(package): update eslint-plugin-eslint-plugin to version 2.0.0
  • 5a7fe8c chore: update to a version of har-validator that exists in the registry
  • 1c388a5 chore(ci): actually install yarn on travis

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 29, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 29, 2019

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 13b7c98 chore(release): 22.2.0 [skip ci]
  • 0933d82 feat(rules): add prefer-todo rule (#218)
  • 8dd5a80 chore: bump jest to v24 (#216)
  • 176832e chore: add changelog to release process (#214)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 30, 2019

Update to this version instead 🚀

Release Notes for v22.2.1

22.2.1 (2019-01-30)

Bug Fixes

  • dummy commit for release (47e79c8)
Commits

The new version differs by 4 commits.

  • 47e79c8 fix: dummy commit for release
  • d912a70 Revert "chore: add changelog to release process (#214)"
  • 332176d chore: fix typo
  • 924daed chore: add github semantic release plugin

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 30, 2019
greenkeeper bot added a commit that referenced this pull request Feb 1, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 1, 2019

Update to this version instead 🚀

Release Notes for v22.2.2

22.2.2 (2019-02-01)

Bug Fixes

  • use range instead of start/end properties (#221) (a3edd21)
Commits

The new version differs by 1 commits.

  • a3edd21 fix: use range instead of start/end properties (#221)

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 14, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 14, 2019

Update to this version instead 🚀

Release Notes for v22.3.0

22.3.0 (2019-02-14)

Features

  • rules: add prefer-called-with rule (6cd30a7)
Commits

The new version differs by 1 commits.

  • 6cd30a7 feat(rules): add prefer-called-with rule

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.

0 participants