Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Update dependency eslint-plugin-jest to v27 #139

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 28, 2022

Mend Renovate

This PR contains the following updates:

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

Release Notes

jest-community/eslint-plugin-jest

v27.2.1

Compare Source

Bug Fixes

v27.2.0

Compare Source

Features

27.1.7 (2022-12-15)

Bug Fixes

27.1.6 (2022-11-24)

Bug Fixes
  • ensure rule fixes produce valid code when function params and args have trailing commas (#​1282) (8eca0b7)

27.1.5 (2022-11-10)

Performance Improvements
  • use Set instead of iterating, and deduplicate a function (#​1278) (0e048f1)

27.1.4 (2022-11-04)

Performance Improvements
  • don't collect more info than needed when resolving jest functions (#​1275) (e4a5674)

27.1.3 (2022-10-18)

Bug Fixes

27.1.2 (2022-10-14)

Bug Fixes
  • valid-expect-in-promise: adjust grammar in rule message (#​1264) (4494ed2)

27.1.1 (2022-10-05)

Bug Fixes

v27.1.7

Compare Source

Bug Fixes

v27.1.6

Compare Source

Bug Fixes
  • ensure rule fixes produce valid code when function params and args have trailing commas (#​1282) (8eca0b7)

v27.1.5

Compare Source

Performance Improvements
  • use Set instead of iterating, and deduplicate a function (#​1278) (0e048f1)

v27.1.4

Compare Source

Performance Improvements
  • don't collect more info than needed when resolving jest functions (#​1275) (e4a5674)

v27.1.3

Compare Source

Bug Fixes

v27.1.2

Compare Source

Bug Fixes
  • valid-expect-in-promise: adjust grammar in rule message (#​1264) (4494ed2)

v27.1.1

Compare Source

Bug Fixes

v27.1.0

Compare Source

Features

27.0.4 (2022-09-10)

Bug Fixes

27.0.3 (2022-09-09)

Bug Fixes

27.0.2 (2022-09-08)

Bug Fixes
  • no-restricted-matchers: improve check to not be solely based on the start of the matcher chain (#​1236) (5fe4568), closes #​1235

27.0.1 (2022-08-28)

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

v27.0.4

Compare Source

Bug Fixes

v27.0.3

Compare Source

Bug Fixes

v27.0.2

Compare Source

Bug Fixes
  • no-restricted-matchers: improve check to not be solely based on the start of the matcher chain (#​1236) (5fe4568), closes #​1235

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 - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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, check this box

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

@renovate
Copy link
Contributor Author

renovate bot commented Aug 28, 2022

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @storis/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/eslint-plugin-jest
npm ERR!   dev eslint-plugin-jest@"27.2.1" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint-plugin-jest@"^26.0.0" from @storis/[email protected]
npm ERR! node_modules/@storis/eslint-config
npm ERR!   dev @storis/eslint-config@"3.2.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/eslint-plugin-jest
npm ERR!   peer eslint-plugin-jest@"^26.0.0" from @storis/[email protected]
npm ERR!   node_modules/@storis/eslint-config
npm ERR!     dev @storis/eslint-config@"3.2.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2023-01-07T17_25_48_648Z-debug-0.log

@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-27.x branch 3 times, most recently from 302ca5c to b66695e Compare August 30, 2022 20:53
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-27.x branch 6 times, most recently from f7ed8f9 to 0a2166f Compare September 12, 2022 16:25
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-27.x branch from 0a2166f to 8e1b5fa Compare September 13, 2022 00:08
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-27.x branch 3 times, most recently from ce7ba41 to d2a80e5 Compare September 27, 2022 00:47
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-27.x branch 4 times, most recently from dfa5112 to f3ab130 Compare October 4, 2022 00:55
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-27.x branch 3 times, most recently from 3d64177 to 6989e7e Compare October 10, 2022 21:55
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-27.x branch 3 times, most recently from a89b91e to 0658f42 Compare October 18, 2022 19:21
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-27.x branch 2 times, most recently from 53ca905 to 38552a3 Compare October 24, 2022 22:00
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-27.x branch 3 times, most recently from 6f200ce to 706981f Compare November 6, 2022 11:23
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-27.x branch 4 times, most recently from 394141c to 8ec82aa Compare November 15, 2022 00:40
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-27.x branch 3 times, most recently from 004265a to 7e951c2 Compare November 21, 2022 22:06
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-27.x branch 3 times, most recently from 57d239a to 12a09b7 Compare November 28, 2022 20:49
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-27.x branch 5 times, most recently from b94bf01 to 8f8a24a Compare December 8, 2022 15:09
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-27.x branch 4 times, most recently from 8fa783b to 2fd86ff Compare December 19, 2022 22:39
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-27.x branch 3 times, most recently from 0034e02 to c4adbc3 Compare December 31, 2022 21:01
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-27.x branch 4 times, most recently from 642bfb3 to 564852f Compare January 6, 2023 22:33
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-27.x branch from 564852f to d6034aa Compare January 7, 2023 17:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants