This repository has been archived by the owner on Feb 20, 2022. It is now read-only.
Update dependency eslint-plugin-jest to v26 #517
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^24.4.0
->^26.0.0
Release Notes
jest-community/eslint-plugin-jest
v26.1.1
Compare Source
Bug Fixes
v26.1.0
Compare Source
Features
no-conditional-in-test
rule (#1027) (d551850)prefer-snapshot-hint
rule (#1012) (d854723)no-if
in favor ofno-conditional-in-test
(#1049) (35f32cc)v26.0.0
Compare Source
Bug Fixes
BREAKING CHANGES
@typescript-eslint/eslint-plugin@4
v25.7.0
Compare Source
Features
prefer-equality-matcher
rule (#1016) (341353b)asyncMatchers
option and default tojest-extended
matchers (#1018) (c82205a)v25.6.0
Compare Source
Features
prefer-comparison-matcher
rule (#1015) (eb11876)v25.5.0
Compare Source
Features
expect
is used in a callback (#1028) (8d5fd33)v25.4.0
Compare Source
Features
expect
is used in a loop (#1013) (e6f4f8a)25.3.4 (2022-01-01)
Bug Fixes
it
andtest
separately (#1011) (f1a7674)25.3.3 (2021-12-30)
Bug Fixes
25.3.2 (2021-12-27)
Bug Fixes
25.3.1 (2021-12-27)
Bug Fixes
v25.3.4
Compare Source
Bug Fixes
it
andtest
separately (#1011) (f1a7674)v25.3.3
Compare Source
Bug Fixes
v25.3.2
Compare Source
Bug Fixes
v25.3.1
Compare Source
Bug Fixes
v25.3.0
Compare Source
Features
allowedFunctionCalls
setting (#983) (9d9336a)25.2.4 (2021-11-08)
Bug Fixes
resolves
andrejects
modifiers (#980) (a1296bd)25.2.3 (2021-11-04)
Bug Fixes
25.2.2 (2021-10-17)
Bug Fixes
const
or declarations (#959) (ce8cd61)25.2.1 (2021-10-15)
Bug Fixes
it.todo
&test.todo
calls (#954) (d3cc0db)v25.2.4
Compare Source
Bug Fixes
resolves
andrejects
modifiers (#980) (a1296bd)v25.2.3
Compare Source
Bug Fixes
v25.2.2
Compare Source
Bug Fixes
const
or declarations (#959) (ce8cd61)v25.2.1
Compare Source
Bug Fixes
it.todo
&test.todo
calls (#954) (d3cc0db)v25.2.0
Compare Source
Features
additionalTestBlockFunctions
option (#850) (3b94c62)v25.1.0
Compare Source
Features
eslint@8
(#940) (5a9e45f)25.0.6 (2021-10-14)
Bug Fixes
expect.resolve
&expect.reject
(#948) (71b7e17), closes #947await
in arrays (#949) (a62130c)25.0.5 (2021-10-11)
Bug Fixes
@typescript-eslint/eslint-plugin@5
(#942) (9b842a3)25.0.4 (2021-10-11)
Bug Fixes
@typescript-eslint/experimental-utils
to v5 (#941) (afad49a)25.0.3 (2021-10-11)
Bug Fixes
25.0.2 (2021-10-11)
Bug Fixes
25.0.1 (2021-10-10)
Bug Fixes
v25.0.6
Compare Source
Bug Fixes
expect.resolve
&expect.reject
(#948) (71b7e17), closes #947await
in arrays (#949) (a62130c)v25.0.5
Compare Source
Bug Fixes
@typescript-eslint/eslint-plugin@5
(#942) (9b842a3)v25.0.4
Compare Source
Bug Fixes
@typescript-eslint/experimental-utils
to v5 (#941) (afad49a)v25.0.3
Compare Source
Bug Fixes
v25.0.2
Compare Source
Bug Fixes
v25.0.1
Compare Source
Bug Fixes
v25.0.0
Compare Source
Bug Fixes
Features
prefer-to-be
to style ruleset (2a3376f)prefer-lowercase-title
(b860084)valid-describe-callback
(f3e9e9a)BREAKING CHANGES
valid-describe
tovalid-describe-callback
lowercase-name
toprefer-lowercase-title
prefer-to-be-undefined
ruleprefer-to-be-null
ruleprefer-to-be
ruleno-expect-resolves
,no-truthy-falsy
,no-try-expect
, andprefer-inline-snapshots
v24.7.0
Compare Source
Features
require-hook
rule (#929) (6204b31)prefer-to-be-null
rule (4db9161)prefer-to-be-undefined
rule (fa08f09)v24.6.0
Compare Source
Features
24.5.2 (2021-10-04)
Bug Fixes
24.5.1 (2021-10-04)
Bug Fixes
toBe
-able (#922) (99b6d42)v24.5.2
Compare Source
Bug Fixes
v24.5.1
Compare Source
Bug Fixes
toBe
-able (#922) (99b6d42)v24.5.0
Compare Source
Bug Fixes
process.cwd
from resolve paths (#889) (6940488).each
titles unique (#910) (a41a40e)Features
prefer-expect-resolves
rule (#822) (2556020)prefer-to-be
rule (#864) (3a64aea)24.4.3 (2021-09-28)
Bug Fixes
finally
(#914) (9c89855)24.4.2 (2021-09-17)
Bug Fixes
hasSuggestions
rather thanhasSuggestion
(#899) (dfd2368)24.4.1 (2021-09-17)
Bug Fixes
hasSuggestion
for ESLint v8 (#898) (ec0a21b)v24.4.3
Compare Source
Bug Fixes
finally
(#914) (9c89855)v24.4.2
Compare Source
Bug Fixes
hasSuggestions
rather thanhasSuggestion
(#899) (dfd2368)v24.4.1
Compare Source
Bug Fixes
hasSuggestion
for ESLint v8 (#898) (ec0a21b)Configuration
📅 Schedule: 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.
This PR has been generated by WhiteSource Renovate. View repository job log here.