ravsamhq / notify-slack-action

🔔 Send a Slack Notification from Github Actions regarding failure, warnings, or even success.
https://ravsam.in/blog/send-slack-notification-when-github-actions-fails/
MIT License
173 stars 57 forks source link

chore(deps): update dependency eslint-plugin-jest to v26.9.0 #70

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-jest ^26.5.3 -> 26.9.0 age adoption passing confidence

Release Notes

jest-community/eslint-plugin-jest ### [`v26.9.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#​2690-httpsgithubcomjest-communityeslint-plugin-jestcomparev2687v2690-2022-08-28) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.8.7...v26.9.0) ##### Features - create `prefer-each` rule ([#​1222](https://togithub.com/jest-community/eslint-plugin-jest/issues/1222)) ([574eaed](https://togithub.com/jest-community/eslint-plugin-jest/commit/574eaed9fafcdc4ed5624451f792c8951eb49f0a)) #### [26.8.7](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.8.6...v26.8.7) (2022-08-21) ##### Bug Fixes - **prefer-expect-assertions:** report on concise arrow functions ([#​1207](https://togithub.com/jest-community/eslint-plugin-jest/issues/1207)) ([f928747](https://togithub.com/jest-community/eslint-plugin-jest/commit/f92874783dd437108463231bf83afdb946641229)) #### [26.8.6](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.8.5...v26.8.6) (2022-08-21) ##### Bug Fixes - **max-expect:** reset `expect` counter when entering and exiting test function calls ([#​1206](https://togithub.com/jest-community/eslint-plugin-jest/issues/1206)) ([3908ab8](https://togithub.com/jest-community/eslint-plugin-jest/commit/3908ab8c4bf7453d70a5ed04e22bf3ed90834576)) #### [26.8.5](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.8.4...v26.8.5) (2022-08-20) ##### Bug Fixes - **prefer-expect-assertions:** use scoped based jest fn call parser for `expect` checks ([#​1201](https://togithub.com/jest-community/eslint-plugin-jest/issues/1201)) ([fd54ca1](https://togithub.com/jest-community/eslint-plugin-jest/commit/fd54ca15575692c56a0caa28cb6227e0fb4aa4e2)) #### [26.8.4](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.8.3...v26.8.4) (2022-08-19) ##### Bug Fixes - **prefer-mock-promise-shorthand:** ignore `mockImplementation` functions that have parameters ([#​1199](https://togithub.com/jest-community/eslint-plugin-jest/issues/1199)) ([78ccbef](https://togithub.com/jest-community/eslint-plugin-jest/commit/78ccbefc01720f5c44ae439389cb27afda0315c2)) #### [26.8.3](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.8.2...v26.8.3) (2022-08-15) ##### Performance Improvements - cache jest fn call parsing results ([#​1187](https://togithub.com/jest-community/eslint-plugin-jest/issues/1187)) ([525631e](https://togithub.com/jest-community/eslint-plugin-jest/commit/525631ebddbb0ebbfe9415c330b3751100bee6a5)) #### [26.8.2](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.8.1...v26.8.2) (2022-08-09) ##### Bug Fixes - **max-expects:** don't count `expect.()` calls towards max ([#​1194](https://togithub.com/jest-community/eslint-plugin-jest/issues/1194)) ([75a0ff2](https://togithub.com/jest-community/eslint-plugin-jest/commit/75a0ff2d74abca9cffe3c9135f16469116c73633)) #### [26.8.1](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.8.0...v26.8.1) (2022-08-08) ##### Bug Fixes - **no-standalone-expect:** only report on `expect.hasAssertions` & `expect.assertions` member calls ([#​1191](https://togithub.com/jest-community/eslint-plugin-jest/issues/1191)) ([4bf9eea](https://togithub.com/jest-community/eslint-plugin-jest/commit/4bf9eea3985a4855e7d3b575bd65f70fa62b9e0a)) ### [`v26.8.7`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#​2687-httpsgithubcomjest-communityeslint-plugin-jestcomparev2686v2687-2022-08-21) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.8.6...v26.8.7) ##### Bug Fixes - **prefer-expect-assertions:** report on concise arrow functions ([#​1207](https://togithub.com/jest-community/eslint-plugin-jest/issues/1207)) ([f928747](https://togithub.com/jest-community/eslint-plugin-jest/commit/f92874783dd437108463231bf83afdb946641229)) ### [`v26.8.6`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#​2686-httpsgithubcomjest-communityeslint-plugin-jestcomparev2685v2686-2022-08-21) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.8.5...v26.8.6) ##### Bug Fixes - **max-expect:** reset `expect` counter when entering and exiting test function calls ([#​1206](https://togithub.com/jest-community/eslint-plugin-jest/issues/1206)) ([3908ab8](https://togithub.com/jest-community/eslint-plugin-jest/commit/3908ab8c4bf7453d70a5ed04e22bf3ed90834576)) ### [`v26.8.5`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#​2685-httpsgithubcomjest-communityeslint-plugin-jestcomparev2684v2685-2022-08-20) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.8.4...v26.8.5) ##### Bug Fixes - **prefer-expect-assertions:** use scoped based jest fn call parser for `expect` checks ([#​1201](https://togithub.com/jest-community/eslint-plugin-jest/issues/1201)) ([fd54ca1](https://togithub.com/jest-community/eslint-plugin-jest/commit/fd54ca15575692c56a0caa28cb6227e0fb4aa4e2)) ### [`v26.8.4`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#​2684-httpsgithubcomjest-communityeslint-plugin-jestcomparev2683v2684-2022-08-19) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.8.3...v26.8.4) ##### Bug Fixes - **prefer-mock-promise-shorthand:** ignore `mockImplementation` functions that have parameters ([#​1199](https://togithub.com/jest-community/eslint-plugin-jest/issues/1199)) ([78ccbef](https://togithub.com/jest-community/eslint-plugin-jest/commit/78ccbefc01720f5c44ae439389cb27afda0315c2)) ### [`v26.8.3`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#​2683-httpsgithubcomjest-communityeslint-plugin-jestcomparev2682v2683-2022-08-15) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.8.2...v26.8.3) ##### Performance Improvements - cache jest fn call parsing results ([#​1187](https://togithub.com/jest-community/eslint-plugin-jest/issues/1187)) ([525631e](https://togithub.com/jest-community/eslint-plugin-jest/commit/525631ebddbb0ebbfe9415c330b3751100bee6a5)) ### [`v26.8.2`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#​2682-httpsgithubcomjest-communityeslint-plugin-jestcomparev2681v2682-2022-08-09) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.8.1...v26.8.2) ##### Bug Fixes - **max-expects:** don't count `expect.()` calls towards max ([#​1194](https://togithub.com/jest-community/eslint-plugin-jest/issues/1194)) ([75a0ff2](https://togithub.com/jest-community/eslint-plugin-jest/commit/75a0ff2d74abca9cffe3c9135f16469116c73633)) ### [`v26.8.1`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#​2681-httpsgithubcomjest-communityeslint-plugin-jestcomparev2680v2681-2022-08-08) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.8.0...v26.8.1) ##### Bug Fixes - **no-standalone-expect:** only report on `expect.hasAssertions` & `expect.assertions` member calls ([#​1191](https://togithub.com/jest-community/eslint-plugin-jest/issues/1191)) ([4bf9eea](https://togithub.com/jest-community/eslint-plugin-jest/commit/4bf9eea3985a4855e7d3b575bd65f70fa62b9e0a)) ### [`v26.8.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#​2680-httpsgithubcomjest-communityeslint-plugin-jestcomparev2670v2680-2022-08-07) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.7.0...v26.8.0) ##### Features - resolve `expect` based on scope ([#​1173](https://togithub.com/jest-community/eslint-plugin-jest/issues/1173)) ([aa4be21](https://togithub.com/jest-community/eslint-plugin-jest/commit/aa4be21dc4ad9be0d2f27a95f25c10555c653a4b)) ### [`v26.7.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#​2670-httpsgithubcomjest-communityeslint-plugin-jestcomparev2660v2670-2022-07-29) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.6.0...v26.7.0) ##### Features - create `prefer-mock-promise-shorthand` rule ([#​1167](https://togithub.com/jest-community/eslint-plugin-jest/issues/1167)) ([d965592](https://togithub.com/jest-community/eslint-plugin-jest/commit/d965592bef6e120358b43fbc0a741bd5b516dae9)) ### [`v26.6.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#​2660-httpsgithubcomjest-communityeslint-plugin-jestcomparev2653v2660-2022-07-14) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.5.3...v26.6.0) ##### Features - create `max-expects` rule ([#​1166](https://togithub.com/jest-community/eslint-plugin-jest/issues/1166)) ([5b6fd20](https://togithub.com/jest-community/eslint-plugin-jest/commit/5b6fd20b37baee87779c9aef856f747e55e0f467)) #### [26.5.3](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.5.2...v26.5.3) (2022-06-06) ##### Bug Fixes - **prefer-equality-matcher:** handle `resolves` and `rejects` modifiers correctly ([#​1146](https://togithub.com/jest-community/eslint-plugin-jest/issues/1146)) ([0fad4df](https://togithub.com/jest-community/eslint-plugin-jest/commit/0fad4df6a342f6eebf57f7a9fd7f13a17fbc0d1b)) #### [26.5.2](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.5.1...v26.5.2) (2022-06-06) ##### Bug Fixes - **prefer-comparison-matcher:** handle `resolves` and `rejects` modifiers correctly ([#​1145](https://togithub.com/jest-community/eslint-plugin-jest/issues/1145)) ([b1795ff](https://togithub.com/jest-community/eslint-plugin-jest/commit/b1795ff8aca9901b1c5054584d653fb0c04caebf)) #### [26.5.1](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.5.0...v26.5.1) (2022-06-05) ##### Bug Fixes - **prefer-called-with:** handle `resolves` and `rejects` modifiers correctly ([#​1143](https://togithub.com/jest-community/eslint-plugin-jest/issues/1143)) ([dff1cb4](https://togithub.com/jest-community/eslint-plugin-jest/commit/dff1cb4709941fe5538d2edf0a1cf4d3df508acf))

Configuration

📅 Schedule: Branch creation - "before 9am on the first day of the month" in timezone Asia/Kolkata, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

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



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

renovate[bot] commented 2 years ago

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.