Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Sep 12, 2022

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.0.4 age adoption passing confidence

Release Notes

jest-community/eslint-plugin-jest

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, click this checkbox.

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

@renovate renovate bot force-pushed the renovate/major-linters branch 4 times, most recently from 669f95e to 513d969 Compare August 30, 2022 19:48
@renovate renovate bot force-pushed the renovate/major-linters branch from 513d969 to 4020d63 Compare September 6, 2022 00:29
@renovate renovate bot force-pushed the renovate/major-linters branch from b248136 to e9597b2 Compare September 12, 2022 20:33
@rudi23 rudi23 enabled auto-merge (squash) September 12, 2022 20:34
@rudi23 rudi23 merged commit 685aeb4 into master Sep 12, 2022
@rudi23 rudi23 deleted the renovate/major-linters branch September 12, 2022 20:34
rudi23 pushed a commit that referenced this pull request Sep 12, 2022
## [2.2.4](v2.2.3...v2.2.4) (2022-09-12)

### Miscellaneous Chores

* **deps:** update dependency @types/jest to v28.1.7 ([#45](#45)) ([3ec7d79](3ec7d79))
* **deps:** update dependency @types/jest to v28.1.8 ([#52](#52)) ([43b96ea](43b96ea))
* **deps:** update dependency @types/koa__router to v12 ([#62](#62)) ([2906e14](2906e14))
* **deps:** update dependency eslint to v8.21.0 ([#34](#34)) ([d3e3506](d3e3506))
* **deps:** update dependency eslint to v8.22.0 ([#42](#42)) ([3367deb](3367deb))
* **deps:** update dependency eslint to v8.23.0 ([#56](#56)) ([e3ebf21](e3ebf21))
* **deps:** update dependency eslint-import-resolver-typescript to v3.4.1 ([#41](#41)) ([3b670c0](3b670c0))
* **deps:** update dependency eslint-import-resolver-typescript to v3.4.2 ([#47](#47)) ([76bb691](76bb691))
* **deps:** update dependency eslint-plugin-jest to v26.7.0 ([#33](#33)) ([d368fa6](d368fa6))
* **deps:** update dependency eslint-plugin-jest to v26.8.0 ([#36](#36)) ([9ec610c](9ec610c))
* **deps:** update dependency eslint-plugin-jest to v26.8.2 ([#38](#38)) ([a5f7ba0](a5f7ba0))
* **deps:** update dependency eslint-plugin-jest to v26.8.3 ([#43](#43)) ([271ff22](271ff22))
* **deps:** update dependency eslint-plugin-jest to v26.8.4 ([#48](#48)) ([d614eba](d614eba))
* **deps:** update dependency eslint-plugin-jest to v26.8.5 ([#49](#49)) ([9aa9e3c](9aa9e3c))
* **deps:** update dependency eslint-plugin-jest to v26.8.7 ([#50](#50)) ([54c3029](54c3029))
* **deps:** update dependency eslint-plugin-jest to v26.9.0 ([#57](#57)) ([50383f6](50383f6))
* **deps:** update dependency eslint-plugin-jest to v27 ([#58](#58)) ([685aeb4](685aeb4))
* **deps:** update dependency ts-jest to v28.0.8 ([#44](#44)) ([92caaa6](92caaa6))
* **deps:** update dependency typescript to v4.8.2 ([#55](#55)) ([9252332](9252332))
* **deps:** update dependency typescript to v4.8.3 ([#63](#63)) ([a7d46ed](a7d46ed))
* **deps:** update linters ([#35](#35)) ([b66ef5e](b66ef5e))
* **deps:** update linters ([#37](#37)) ([3bdaf9e](3bdaf9e))
* **deps:** update linters ([#51](#51)) ([3184b22](3184b22))
* **deps:** update linters to v5.33.1 ([#46](#46)) ([b3197a4](b3197a4))
* **deps:** update linters to v5.35.1 ([#53](#53)) ([8c348d1](8c348d1))
* **deps:** update linters to v5.36.0 ([#59](#59)) ([83d7111](83d7111))
* **deps:** update linters to v5.36.1 ([#60](#60)) ([ffbdb93](ffbdb93))
* **deps:** update linters to v5.36.2 ([#61](#61)) ([033bf7e](033bf7e))
* **deps:** update release-related tools ([#40](#40)) ([dcfa522](dcfa522))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant