ChristianMurphy / selective

Statically find HTML anti patterns using CSS Selectors
MIT License
14 stars 0 forks source link

chore: update dependency eslint-plugin-jest to v24.2.0 #1027

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-jest 24.1.9 -> 24.2.0 age adoption passing confidence

Release Notes

jest-community/eslint-plugin-jest ### [`v24.2.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md#​2420-httpsgithubcomjest-communityeslint-plugin-jestcomparev24110v2420-2021-03-09) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v24.1.10...v24.2.0) ##### Features - **no-focused-tests:** make fixable ([#​787](https://togithub.com/jest-community/eslint-plugin-jest/issues/787)) ([040871a](https://togithub.com/jest-community/eslint-plugin-jest/commit/040871a866b7803e5c48b40715d48437d3906b0f)) #### [24.1.10](https://togithub.com/jest-community/eslint-plugin-jest/compare/v24.1.9...v24.1.10) (2021-03-09) ##### Bug Fixes - **no-identical-titles:** ignore .each template cases ([#​788](https://togithub.com/jest-community/eslint-plugin-jest/issues/788)) ([d27a6e6](https://togithub.com/jest-community/eslint-plugin-jest/commit/d27a6e6e013c518a47b9f219edeb5e63d7a974f9)) #### [24.1.9](https://togithub.com/jest-community/eslint-plugin-jest/compare/v24.1.8...v24.1.9) (2021-03-08) ##### Bug Fixes - **valid-describe:** false positive with template describe.each ([#​785](https://togithub.com/jest-community/eslint-plugin-jest/issues/785)) ([aa946a6](https://togithub.com/jest-community/eslint-plugin-jest/commit/aa946a6f7ae7106b78996587760d92ace33227ad)) #### [24.1.8](https://togithub.com/jest-community/eslint-plugin-jest/compare/v24.1.7...v24.1.8) (2021-03-07) ##### Bug Fixes - **consistent-test-it:** support `it.each` in `describe.each` ([#​782](https://togithub.com/jest-community/eslint-plugin-jest/issues/782)) ([0014da0](https://togithub.com/jest-community/eslint-plugin-jest/commit/0014da0e2aeb13199a9da7f969e9eb376e026c8b)) #### [24.1.7](https://togithub.com/jest-community/eslint-plugin-jest/compare/v24.1.6...v24.1.7) (2021-03-06) ##### Bug Fixes - **no-disabled-tests:** adjust selector to match only test functions ([#​777](https://togithub.com/jest-community/eslint-plugin-jest/issues/777)) ([c916902](https://togithub.com/jest-community/eslint-plugin-jest/commit/c9169022c7e4b9c7bd5f09060152f7136ee18521)) - **no-disabled-tests:** support `describe.skip.each` & `xdescribe.each` ([#​778](https://togithub.com/jest-community/eslint-plugin-jest/issues/778)) ([6a32e87](https://togithub.com/jest-community/eslint-plugin-jest/commit/6a32e870c016474687e238944933a96bfe1ca01b)) #### [24.1.6](https://togithub.com/jest-community/eslint-plugin-jest/compare/v24.1.5...v24.1.6) (2021-03-06) ##### Bug Fixes - proper support for it.each ([#​722](https://togithub.com/jest-community/eslint-plugin-jest/issues/722)) ([e1dc42d](https://togithub.com/jest-community/eslint-plugin-jest/commit/e1dc42d9f1ca59d59aca9be0a1473a1b1415e528)) #### [24.1.5](https://togithub.com/jest-community/eslint-plugin-jest/compare/v24.1.4...v24.1.5) (2021-02-17) ##### Bug Fixes - **require-top-level-describe:** import function that actually exists ([#​763](https://togithub.com/jest-community/eslint-plugin-jest/issues/763)) ([d10dc07](https://togithub.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859)) #### [24.1.4](https://togithub.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.4) (2021-02-16) ##### Bug Fixes - **lowercase-name:** support `.each` methods ([#​746](https://togithub.com/jest-community/eslint-plugin-jest/issues/746)) ([3d847b2](https://togithub.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610)) - **require-top-level-describe:** handle `describe.each` properly ([#​745](https://togithub.com/jest-community/eslint-plugin-jest/issues/745)) ([677be45](https://togithub.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337)) #### [24.1.3](https://togithub.com/jest-community/eslint-plugin-jest/compare/v24.1.2...v24.1.3) (2020-11-12) ##### Bug Fixes - revert change causing regressions for test.each ([#​713](https://togithub.com/jest-community/eslint-plugin-jest/issues/713)) ([7c8d75a](https://togithub.com/jest-community/eslint-plugin-jest/commit/7c8d75a4fcbd2c6ce005cf4f57d676c7c44ce0b2)), closes [#​710](https://togithub.com/jest-community/eslint-plugin-jest/issues/710) [#​711](https://togithub.com/jest-community/eslint-plugin-jest/issues/711) #### [24.1.2](https://togithub.com/jest-community/eslint-plugin-jest/compare/v24.1.1...v24.1.2) (2020-11-12) ##### Bug Fixes - **no-done-callback:** fix regression with it.each ([#​708](https://togithub.com/jest-community/eslint-plugin-jest/issues/708)) ([2f032f8](https://togithub.com/jest-community/eslint-plugin-jest/commit/2f032f8d890e3717359d099b1e93e0cc6b52996a)) #### [24.1.1](https://togithub.com/jest-community/eslint-plugin-jest/compare/v24.1.0...v24.1.1) (2020-11-12) ##### Bug Fixes - improve support for it.each involving tagged template literals ([#​701](https://togithub.com/jest-community/eslint-plugin-jest/issues/701)) ([2341814](https://togithub.com/jest-community/eslint-plugin-jest/commit/2341814060b38c55728c0b456d7b432f1e0e1a11)) ### [`v24.1.10`](https://togithub.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md#​24110-httpsgithubcomjest-communityeslint-plugin-jestcomparev2419v24110-2021-03-09) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v24.1.9...v24.1.10) ##### Bug Fixes - **no-identical-titles:** ignore .each template cases ([#​788](https://togithub.com/jest-community/eslint-plugin-jest/issues/788)) ([d27a6e6](https://togithub.com/jest-community/eslint-plugin-jest/commit/d27a6e6e013c518a47b9f219edeb5e63d7a974f9))

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Enabled.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.