Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Nov 7, 2018

The devDependency eslint-plugin-jest was updated from 21.27.2 to 22.0.0.

This version 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.


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

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 🌴

@coveralls
Copy link

Pull Request Test Coverage Report for Build 71

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-1.09%) to 97.276%

Totals Coverage Status
Change from base Build 25: -1.09%
Covered Lines: 203
Relevant Lines: 207

💛 - Coveralls

2 similar comments
@coveralls
Copy link

Pull Request Test Coverage Report for Build 71

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-1.09%) to 97.276%

Totals Coverage Status
Change from base Build 25: -1.09%
Covered Lines: 203
Relevant Lines: 207

💛 - Coveralls

@coveralls
Copy link

Pull Request Test Coverage Report for Build 71

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-1.09%) to 97.276%

Totals Coverage Status
Change from base Build 25: -1.09%
Covered Lines: 203
Relevant Lines: 207

💛 - Coveralls

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 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 10 commits.

  • 6cd30a7 feat(rules): add prefer-called-with rule
  • a3edd21 fix: use range instead of start/end properties (#221)
  • 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
  • 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 bot added a commit that referenced this pull request Mar 12, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 12, 2019

Update to this version instead 🚀

Release Notes for v22.3.1

22.3.1 (2019-03-12)

Bug Fixes

  • no-identical-title: not reporting when using backticks (#237) (4f8ef6d), closes #232
Commits

The new version differs by 3 commits.

See the full diff

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

greenkeeper bot commented Mar 12, 2019

Update to this version instead 🚀

Release Notes for v22.3.2

22.3.2 (2019-03-12)

Bug Fixes

  • jest/no-identical-title: don't show an error for different template literals (#239) (f6f6d84)
Commits

The new version differs by commits.

See the full diff

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

greenkeeper bot commented Mar 15, 2019

Update to this version instead 🚀

Release Notes for v22.4.0

22.4.0 (2019-03-15)

Features

Commits

The new version differs by 1 commits.

  • c793b7a feat(rules): Add no-empty-title rule (#238)

See the full diff

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

greenkeeper bot commented Mar 16, 2019

Update to this version instead 🚀

Release Notes for v22.4.1

22.4.1 (2019-03-15)

Bug Fixes

  • make sure to always export all available rules (#240) (556a2c5)
Commits

The new version differs by commits.

See the full diff

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

greenkeeper bot commented Apr 24, 2019

Update to this version instead 🚀

Commits

The new version differs by 1 commits.

  • d0a48e1 feat: add no-mocks-import rule (#246)

See the full diff

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

greenkeeper bot commented Apr 25, 2019

Update to this version instead 🚀

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

greenkeeper bot commented Nov 27, 2019

Update to this version instead 🚀

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

greenkeeper bot commented Nov 29, 2019

Update to this version instead 🚀

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

greenkeeper bot commented Nov 30, 2019

Update to this version instead 🚀

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

greenkeeper bot commented Dec 28, 2019

Update to this version instead 🚀

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

greenkeeper bot commented Feb 7, 2020

Update to this version instead 🚀

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

greenkeeper bot commented Feb 23, 2020

Update to this version instead 🚀

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

greenkeeper bot commented Feb 29, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 6, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 6, 2020

Update to this version instead 🚀

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

greenkeeper bot commented May 4, 2020

Update to this version instead 🚀

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

greenkeeper bot commented May 9, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 12, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 12, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 16, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 16, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 16, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 16, 2020
greenkeeper bot added a commit that referenced this pull request May 17, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 17, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 26, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 26, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead 🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging this pull request may close these issues.

1 participant