chore(deps): update dependency eslint-plugin-jest to v27 #76

Merged
renovate[bot] merged 1 commit from renovate/eslint-plugin-jest-27.x into main 2022-09-04 17:11:20 +00:00
renovate[bot] commented 2022-09-03 18:55:49 +00:00 (Migrated from github.com)

Mend Renovate

This PR contains the following updates:

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

Release Notes

jest-community/eslint-plugin-jest

v27.0.1

Compare Source

Bug Fixes
  • prefer-expect-assertions: report on concise arrow functions with expect call (#​1225) (64ec9c1)

v27.0.0

Compare Source

Bug Fixes
  • unbound-method: don't suppress errors from base rule (#​1219) (7c1389e)
Features
BREAKING CHANGES
  • no-alias-methods is now recommended as the methods themselves will be removed in the next major version of Jest
  • no-jest-import: removed no-jest-import rule
  • unbound-method: errors thrown by the unbound-method base rule are no longer suppressed - really this means that if you don't specify project when this rule is enabled and @typescript-eslint/eslint-plugin is present, that error will no longer be suppressed instead of silently doing nothing; it will still not throw if this rule is enabled without the base rule being present
  • no-restricted-matchers: no-restricted-matchers now checks against the start of the expect chain, meaning you have to explicitly list each possible matcher & modifier permutations that you want to restrict
  • Support for ESLint version 6 is removed
  • Node versions 12 and 17 are no longer supported

Configuration

📅 Schedule: Branch creation - "on friday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, click this checkbox.

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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-jest](https://togithub.com/jest-community/eslint-plugin-jest) | [`26.9.0` -> `27.0.1`](https://renovatebot.com/diffs/npm/eslint-plugin-jest/26.9.0/27.0.1) | [![age](https://badges.renovateapi.com/packages/npm/eslint-plugin-jest/27.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/eslint-plugin-jest/27.0.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/eslint-plugin-jest/27.0.1/compatibility-slim/26.9.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/eslint-plugin-jest/27.0.1/confidence-slim/26.9.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>jest-community/eslint-plugin-jest</summary> ### [`v27.0.1`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#&#8203;2701-httpsgithubcomjest-communityeslint-plugin-jestcomparev2700v2701-2022-08-28) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.0.0...v27.0.1) ##### Bug Fixes - **prefer-expect-assertions:** report on concise arrow functions with `expect` call ([#&#8203;1225](https://togithub.com/jest-community/eslint-plugin-jest/issues/1225)) ([64ec9c1](https://togithub.com/jest-community/eslint-plugin-jest/commit/64ec9c10b0b67a19893e09f4462d5b1a1e984baf)) ### [`v27.0.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#&#8203;2700-httpsgithubcomjest-communityeslint-plugin-jestcomparev2690v2700-2022-08-28) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.9.0...v27.0.0) ##### Bug Fixes - **unbound-method:** don't suppress errors from base rule ([#&#8203;1219](https://togithub.com/jest-community/eslint-plugin-jest/issues/1219)) ([7c1389e](https://togithub.com/jest-community/eslint-plugin-jest/commit/7c1389e3d8c59e283de37ed86f3f4c12fb38c3ff)) ##### Features - drop support for `eslint@6` ([#&#8203;1212](https://togithub.com/jest-community/eslint-plugin-jest/issues/1212)) ([21fc2fe](https://togithub.com/jest-community/eslint-plugin-jest/commit/21fc2feea67a8fd9f6673fd6a1e91ca1f5bdda11)) - drop support for Node versions 12 and 17 ([#&#8203;1211](https://togithub.com/jest-community/eslint-plugin-jest/issues/1211)) ([4c987f5](https://togithub.com/jest-community/eslint-plugin-jest/commit/4c987f5f566398d95584668bd2bc18bfdf438e40)) - make `no-alias-methods` recommended ([#&#8203;1221](https://togithub.com/jest-community/eslint-plugin-jest/issues/1221)) ([914b24a](https://togithub.com/jest-community/eslint-plugin-jest/commit/914b24a0bc12a151e6f7ecec37a440769b555b94)) - **no-jest-import:** remove rule ([#&#8203;1220](https://togithub.com/jest-community/eslint-plugin-jest/issues/1220)) ([918873b](https://togithub.com/jest-community/eslint-plugin-jest/commit/918873beb15d4a698fe5150d826d44b696283683)) - **no-restricted-matchers:** match based on start of chain, requiring each permutation to be set ([#&#8203;1218](https://togithub.com/jest-community/eslint-plugin-jest/issues/1218)) ([f4dd97a](https://togithub.com/jest-community/eslint-plugin-jest/commit/f4dd97a7ec3b985d0f7e42a5a6331bc0c65a7d56)) ##### BREAKING CHANGES - `no-alias-methods` is now recommended as the methods themselves will be removed in the next major version of Jest - **no-jest-import:** removed `no-jest-import` rule - **unbound-method:** errors thrown by the `unbound-method` base rule are no longer suppressed - really this means that if you don't specify `project` when this rule is enabled and `@typescript-eslint/eslint-plugin` is present, that error will no longer be suppressed instead of silently doing nothing; it will still not throw if this rule is enabled without the base rule being present - **no-restricted-matchers:** `no-restricted-matchers` now checks against the start of the expect chain, meaning you have to explicitly list each possible matcher & modifier permutations that you want to restrict - Support for ESLint version 6 is removed - Node versions 12 and 17 are no longer supported </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on friday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/mcataford/rss-reader). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xODkuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE4OS4wIn0=-->
github-actions[bot] commented 2022-09-03 19:00:34 +00:00 (Migrated from github.com)

👀 Branch deployed at Website Draft URL: https://6313a44c48c9b84c1609c3df--sleepy-shaw-d8efec.netlify.app

:eyes: Branch deployed at Website Draft URL: https://6313a44c48c9b84c1609c3df--sleepy-shaw-d8efec.netlify.app
github-actions[bot] commented 2022-09-03 21:01:00 +00:00 (Migrated from github.com)

👀 Branch deployed at Website Draft URL: https://6313c086ea0294611ef616ba--sleepy-shaw-d8efec.netlify.app

:eyes: Branch deployed at Website Draft URL: https://6313c086ea0294611ef616ba--sleepy-shaw-d8efec.netlify.app
mcataford (Migrated from github.com) approved these changes 2022-09-04 17:11:15 +00:00
Sign in to join this conversation.
No description provided.