comunica / comunica-feature-link-traversal

πŸ“¬ Comunica packages for link traversal-based query execution
Other
8 stars 11 forks source link

Update dependency eslint-plugin-jest to v25 #27

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

jest-community/eslint-plugin-jest ### [`v25.0.5`](https://togithub.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md#​2505-httpsgithubcomjest-communityeslint-plugin-jestcomparev2504v2505-2021-10-11) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v25.0.4...v25.0.5) ##### Bug Fixes - support `@typescript-eslint/eslint-plugin@5` ([#​942](https://togithub.com/jest-community/eslint-plugin-jest/issues/942)) ([9b842a3](https://togithub.com/jest-community/eslint-plugin-jest/commit/9b842a309fb8e4263896f3e5b5150cf091d48698)) ### [`v25.0.4`](https://togithub.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md#​2504-httpsgithubcomjest-communityeslint-plugin-jestcomparev2503v2504-2021-10-11) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v25.0.3...v25.0.4) ##### Bug Fixes - update `@typescript-eslint/experimental-utils` to v5 ([#​941](https://togithub.com/jest-community/eslint-plugin-jest/issues/941)) ([afad49a](https://togithub.com/jest-community/eslint-plugin-jest/commit/afad49a885eeb1ac52f00d8e1666259210a4b675)) ### [`v25.0.3`](https://togithub.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md#​2503-httpsgithubcomjest-communityeslint-plugin-jestcomparev2502v2503-2021-10-11) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v25.0.2...v25.0.3) ##### Bug Fixes - **valid-expect-in-promise:** support awaited promises in arguments ([#​936](https://togithub.com/jest-community/eslint-plugin-jest/issues/936)) ([bd2c33c](https://togithub.com/jest-community/eslint-plugin-jest/commit/bd2c33c858573d5414d8bc0d401eb6f27801ad2b)) ### [`v25.0.2`](https://togithub.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md#​2502-httpsgithubcomjest-communityeslint-plugin-jestcomparev2501v2502-2021-10-11) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v25.0.1...v25.0.2) ##### Bug Fixes - **valid-expect-in-promise:** support out of order awaits ([#​939](https://togithub.com/jest-community/eslint-plugin-jest/issues/939)) ([07d2137](https://togithub.com/jest-community/eslint-plugin-jest/commit/07d213719de974d6b5a1cab75e836dc39b432f87)) ### [`v25.0.1`](https://togithub.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md#​2501-httpsgithubcomjest-communityeslint-plugin-jestcomparev2500v2501-2021-10-10) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v25.0.0...v25.0.1) ##### Bug Fixes - specify peer dependency ranges correctly ([cb87458](https://togithub.com/jest-community/eslint-plugin-jest/commit/cb87458d5f7dc7f669ab0c4067d75fc06ee29553)) ### [`v25.0.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md#​2500-httpsgithubcomjest-communityeslint-plugin-jestcomparev2470v2500-2021-10-10) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v24.7.0...v25.0.0) ##### Bug Fixes - stop testing ESLint 5 ([#​893](https://togithub.com/jest-community/eslint-plugin-jest/issues/893)) ([47a0138](https://togithub.com/jest-community/eslint-plugin-jest/commit/47a0138856e6247cde00b17682e49865b8f5a1f6)) - stop testing on Node 10 and 15 ([#​891](https://togithub.com/jest-community/eslint-plugin-jest/issues/891)) ([bcd8d11](https://togithub.com/jest-community/eslint-plugin-jest/commit/bcd8d112fcd98a7652c767bd246d05101979239c)) ##### Features - add `prefer-to-be` to style ruleset ([2a3376f](https://togithub.com/jest-community/eslint-plugin-jest/commit/2a3376fc9f5fe60d03d9aad0c4e5c7c423487e60)) - **lowercase-name:** rename to `prefer-lowercase-title` ([b860084](https://togithub.com/jest-community/eslint-plugin-jest/commit/b8600841e371d5d9f36be4e50e53252fd8f62734)) - **prefer-to-be-null:** remove rule ([809bcda](https://togithub.com/jest-community/eslint-plugin-jest/commit/809bcda12c555a24c764d152bcac9814ea55e72f)) - **prefer-to-be-undefined:** remove rule ([3434d9b](https://togithub.com/jest-community/eslint-plugin-jest/commit/3434d9bd22b92bace6e0a50e2c72b401ac17704d)) - remove deprecated rules ([#​661](https://togithub.com/jest-community/eslint-plugin-jest/issues/661)) ([e8f16ec](https://togithub.com/jest-community/eslint-plugin-jest/commit/e8f16ec0e204a94a0e549cb9b415b3c6c8981aee)) - **valid-describe:** rename to `valid-describe-callback` ([f3e9e9a](https://togithub.com/jest-community/eslint-plugin-jest/commit/f3e9e9a64e183a0fb8af3436611a7f70366a528d)) ##### BREAKING CHANGES - **valid-describe:** renamed `valid-describe` to `valid-describe-callback` - **lowercase-name:** renamed `lowercase-name` to `prefer-lowercase-title` - **prefer-to-be-undefined:** removed `prefer-to-be-undefined` rule - **prefer-to-be-null:** removed `prefer-to-be-null` rule - recommend `prefer-to-be` rule - Removes rules `no-expect-resolves`, `no-truthy-falsy`, `no-try-expect`, and `prefer-inline-snapshots` - Drop support for ESLint 5 - Drop support for Node 10 and 15 ### [`v24.7.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md#​2470-httpsgithubcomjest-communityeslint-plugin-jestcomparev2460v2470-2021-10-10) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v24.6.0...v24.7.0) ##### Features - create `require-hook` rule ([#​929](https://togithub.com/jest-community/eslint-plugin-jest/issues/929)) ([6204b31](https://togithub.com/jest-community/eslint-plugin-jest/commit/6204b311e849b51a0e4705015575139f590ae7a4)) - deprecate `prefer-to-be-null` rule ([4db9161](https://togithub.com/jest-community/eslint-plugin-jest/commit/4db91612e988e84ac2facbfe466331b22eeccec9)) - deprecate `prefer-to-be-undefined` rule ([fa08f09](https://togithub.com/jest-community/eslint-plugin-jest/commit/fa08f0944e89915fb215bbeff970f12459121cb8)) ### [`v24.6.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md#​2460-httpsgithubcomjest-communityeslint-plugin-jestcomparev2452v2460-2021-10-09) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v24.5.2...v24.6.0) ##### Features - **valid-expect-in-promise:** re-implement rule ([#​916](https://togithub.com/jest-community/eslint-plugin-jest/issues/916)) ([7a49c58](https://togithub.com/jest-community/eslint-plugin-jest/commit/7a49c5831e3d85a60c11e385203b8f83d98ad580)) #### [24.5.2](https://togithub.com/jest-community/eslint-plugin-jest/compare/v24.5.1...v24.5.2) (2021-10-04) ##### Bug Fixes - **lowercase-name:** consider skip and only prefixes for ignores ([#​923](https://togithub.com/jest-community/eslint-plugin-jest/issues/923)) ([8716c24](https://togithub.com/jest-community/eslint-plugin-jest/commit/8716c24678ea7dc7c9f692b573d1ea19a67efd84)) #### [24.5.1](https://togithub.com/jest-community/eslint-plugin-jest/compare/v24.5.0...v24.5.1) (2021-10-04) ##### Bug Fixes - **prefer-to-be:** don't consider RegExp literals as `toBe`-able ([#​922](https://togithub.com/jest-community/eslint-plugin-jest/issues/922)) ([99b6d42](https://togithub.com/jest-community/eslint-plugin-jest/commit/99b6d429e697d60645b4bc64ee4ae34d7016118c))

Configuration

πŸ“… Schedule: "before 7am every weekday" in timezone Europe/Brussels.

🚦 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 WhiteSource Renovate. View repository job log here.