Closed renovate[bot] closed 6 years ago
This PR contains the following updates:
21.17.0
21.27.2
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".
rebase!
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.
This PR contains the following updates:
21.17.0
->21.27.2
Release Notes
jest-community/eslint-plugin-jest
### [`v21.27.2`](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/releases/v21.27.2) [Compare Source](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/compare/v21.27.1...v21.27.2) ##### Bug Fixes - **valid-expect-in-promise:** fix type exception ([60919f6](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/commit/60919f6)), closes [#195](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/issues/195) ### [`v21.27.1`](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/releases/v21.27.1) [Compare Source](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/compare/v21.27.0...v21.27.1) ##### Bug Fixes - **prefer-spy-on:** fix Cannot read property 'type' of undefined ([#199](https://renovatebot.com/gh/jest-community/eslint-plugin-jes/issues/199)) ([02cd21a](https://renovatebot.com/gh/jest-community/eslint-plugin-jes/commit/02cd21a)), closes [#198](https://renovatebot.com/gh/jest-community/eslint-plugin-jes/issues/198) ### [`v21.27.0`](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/releases/v21.27.0) [Compare Source](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/compare/v21.26.2...v21.27.0) ##### Features - add prefer-spy-on rule ([#191](https://renovatebot.com/gh/jest-community/eslint-plugin-jes/issues/191)) ([ae7aee9](https://renovatebot.com/gh/jest-community/eslint-plugin-jes/commit/ae7aee9)), closes [#185](https://renovatebot.com/gh/jest-community/eslint-plugin-jes/issues/185) ### [`v21.26.2`](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/releases/v21.26.2) [Compare Source](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/compare/v21.26.1...v21.26.2) ##### Bug Fixes - **no-focused-tests:** detect usage like 'fit.each()' ([63e6818](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/commit/63e6818)), closes [#188](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/issues/188) ### [`v21.26.1`](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/releases/v21.26.1) [Compare Source](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/compare/v21.26.0...v21.26.1) ##### Bug Fixes - **no-large-snapshots:** support inline snapshots ([#186](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/issues/186)) ([9137c21](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/commit/9137c21)) ### [`v21.26.0`](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/releases/v21.26.0) [Compare Source](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/compare/v21.25.1...v21.26.0) ##### Features - **rules:** add `no-test-callback` rule ([#179](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/issues/179)) ([7344607](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/commit/7344607)) ### [`v21.25.1`](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/releases/v21.25.1) [Compare Source](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/compare/v21.25.0...v21.25.1) ##### Bug Fixes - **no-disabled-tests:** stop picking up all funcs that start it/test ([9b5939e](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/commit/9b5939e)) - **prefer-expect-assertions:** fix greedy regex ([9a6ce6c](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/commit/9a6ce6c)) ### [`v21.25.0`](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/releases/v21.25.0) [Compare Source](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/compare/v21.24.2...v21.25.0) ##### Features - add prefer-to-contain rule ([#174](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/issues/174)) ([83a4c48](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/commit/83a4c48)), closes [#100](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/issues/100) ### [`v21.24.2`](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/releases/v21.24.2) [Compare Source](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/compare/v21.24.1...v21.24.2) ##### Bug Fixes - **expect-expect:** support MemberExpressions in assertFunctionNames ([#176](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/issues/176)) ([9466959](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/commit/9466959)), closes [#175](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/issues/175) ### [`v21.24.1`](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/releases/v21.24.1) [Compare Source](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/compare/v21.24.0...v21.24.1) ##### Bug Fixes - **no-focused-tests:** detect usage like 'test.only.each()' ([4e4313e](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/commit/4e4313e)) ### [`v21.24.0`](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/releases/v21.24.0) [Compare Source](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/compare/v21.23.0...v21.24.0) ##### Bug Fixes - **prefer-strict-equal:** only run if `expect` is used ([#163](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/issues/163)) ([ee2647e](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/commit/ee2647e)) - **require-tothrow-message:** cover more cases ([#161](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/issues/161)) ([f2d2dbe](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/commit/f2d2dbe)) ##### Features - **rules:** no-alias-methods ([#164](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/issues/164)) ([2894eaa](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/commit/2894eaa)) ### [`v21.23.0`](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/releases/v21.23.0) [Compare Source](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/compare/v21.22.1...v21.23.0) ##### Features - **rules:** require-tothrow-message ([#160](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/issues/160)) ([7515458](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/commit/7515458)), closes [#154](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/issues/154) ### [`v21.22.1`](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/releases/v21.22.1) [Compare Source](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/compare/v21.22.0...v21.22.1) ##### Bug Fixes - **no-disabled-tests:** fix false positives for pending() usage ([#155](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/issues/155)) ([fdce162](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/commit/fdce162)), closes [#149](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/issues/149) ### [`v21.22.0`](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/releases/v21.22.0) [Compare Source](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/compare/v21.21.0...v21.22.0) ##### Features - **rule:** add allow option to expect-expect rule ([#139](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/issues/139)) ([97a5fce](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/commit/97a5fce)) ### [`v21.21.0`](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/releases/v21.21.0) [Compare Source](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/compare/v21.20.2...v21.21.0) ##### Features - **rules:** add prefer-strict-equal ([#134](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/issues/134)) ([92b1d5c](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/commit/92b1d5c)) ### [`v21.20.2`](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/releases/v21.20.2) [Compare Source](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/compare/v21.20.1...v21.20.2) ##### Bug Fixes - **rule:** no-large-snapshots to allow maxSize of 0 ([#132](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/issues/132)) ([e42c9e3](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/commit/e42c9e3)) ### [`v21.20.1`](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/releases/v21.20.1) [Compare Source](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/compare/v21.20.0...v21.20.1) ##### Bug Fixes - **docs:** add `expect-expect` rule in list ([#137](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/issues/137)) ([3aa7c99](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/commit/3aa7c99)) ### [`v21.20.0`](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/releases/v21.20.0) [Compare Source](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/compare/v21.19.0...v21.20.0) ##### Features - **rules:** add `no-test-return-statement` ([#136](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/issues/136)) ([9fca36b](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/commit/9fca36b)) ### [`v21.19.0`](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/releases/v21.19.0) [Compare Source](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/compare/v21.18.0...v21.19.0) ##### Features - **rules:** add expect-expect ([#133](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/issues/133)) ([61c2adf](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/commit/61c2adf)) ### [`v21.18.0`](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/releases/v21.18.0) [Compare Source](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/compare/v21.17.0...v21.18.0) ##### Features - **rules:** add prefer-inline-snapshots ([#129](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/issues/129)) ([b5a13fd](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/commit/b5a13fd))Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.