create-instantsearch-app
create-instantsearch-app copied to clipboard
chore(deps): update dependency eslint-plugin-jest to v24
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| eslint-plugin-jest | 23.1.1 -> 24.7.0 |
Release Notes
jest-community/eslint-plugin-jest
v24.7.0
Features
- create
require-hookrule (#929) (6204b31) - deprecate
prefer-to-be-nullrule (4db9161) - deprecate
prefer-to-be-undefinedrule (fa08f09)
v24.6.0
Features
24.5.2 (2021-10-04)
Bug Fixes
24.5.1 (2021-10-04)
Bug Fixes
v24.5.2
Bug Fixes
v24.5.1
Bug Fixes
v24.5.0
Bug Fixes
- no-deprecated-functions: remove
process.cwdfrom resolve paths (#889) (6940488) - no-identical-title: always consider
.eachtitles unique (#910) (a41a40e)
Features
- create
prefer-expect-resolvesrule (#822) (2556020) - create
prefer-to-berule (#864) (3a64aea) - require-top-level-describe: support enforcing max num of describes (#912) (14a2d13)
- valid-title: allow custom matcher messages (#913) (ffc9392)
24.4.3 (2021-09-28)
Bug Fixes
- valid-expect-in-promise: support
finally(#914) (9c89855) - valid-expect-in-promise: support additional test functions (#915) (4798005)
24.4.2 (2021-09-17)
Bug Fixes
24.4.1 (2021-09-17)
Bug Fixes
v24.4.3
Bug Fixes
- valid-expect-in-promise: support
finally(#914) (9c89855) - valid-expect-in-promise: support additional test functions (#915) (4798005)
v24.4.2
Bug Fixes
v24.4.1
Bug Fixes
v24.4.0
Features
24.3.7 (2021-07-21)
Bug Fixes
24.3.6 (2021-04-26)
Bug Fixes
- no-conditional-expect: check for expects in
catchs on promises (#819) (1fee973) - valid-expect: support async
expectin ternary statements (#833) (7b7a396) - improve handling of
.eachcalls and with tagged literals (#814) (040c605)
24.3.5 (2021-04-10)
Bug Fixes
24.3.4 (2021-04-05)
Bug Fixes
24.3.3 (2021-04-02)
Bug Fixes
- no-duplicate-hooks: support
describe.each(#797) (243cb4f), closes #642 - prefer-expect-assertions: support
.each(#798) (f758243), closes #676
24.3.2 (2021-03-16)
Bug Fixes
24.3.1 (2021-03-13)
Bug Fixes
v24.3.7
Bug Fixes
v24.3.6
Bug Fixes
- no-conditional-expect: check for expects in
catchs on promises (#819) (1fee973) - valid-expect: support async
expectin ternary statements (#833) (7b7a396) - improve handling of
.eachcalls and with tagged literals (#814) (040c605)
v24.3.5
Bug Fixes
v24.3.4
Bug Fixes
v24.3.3
Bug Fixes
- no-duplicate-hooks: support
describe.each(#797) (243cb4f), closes #642 - prefer-expect-assertions: support
.each(#798) (f758243), closes #676
v24.3.2
Bug Fixes
v24.3.1
Bug Fixes
v24.3.0
Features
24.2.1 (2021-03-10)
Bug Fixes
v24.2.1
Bug Fixes
v24.2.0
Features
24.1.10 (2021-03-09)
Bug Fixes
24.1.9 (2021-03-08)
Bug Fixes
24.1.8 (2021-03-07)
Bug Fixes
24.1.7 (2021-03-06)
Bug Fixes
- no-disabled-tests: adjust selector to match only test functions (#777) (c916902)
- no-disabled-tests: support
describe.skip.each&xdescribe.each(#778) (6a32e87)
24.1.6 (2021-03-06)
Bug Fixes
24.1.5 (2021-02-17)
Bug Fixes
24.1.4 (2021-02-16)
Bug Fixes
- lowercase-name: support
.eachmethods (#746) (3d847b2) - require-top-level-describe: handle
describe.eachproperly (#745) (677be45)
24.1.3 (2020-11-12)
Bug Fixes
24.1.2 (2020-11-12)
Bug Fixes
24.1.1 (2020-11-12)
Bug Fixes
v24.1.10
Bug Fixes
v24.1.9
Bug Fixes
v24.1.8
Bug Fixes
v24.1.7
Bug Fixes
- no-disabled-tests: adjust selector to match only test functions (#777) (c916902)
- no-disabled-tests: support
describe.skip.each&xdescribe.each(#778) (6a32e87)
v24.1.6
Bug Fixes
v24.1.5
Bug Fixes
v24.1.4
Bug Fixes
- lowercase-name: support
.eachmethods (#746) (3d847b2) - require-top-level-describe: handle
describe.eachproperly (#745) (677be45)
v24.1.3
Bug Fixes
v24.1.2
Bug Fixes
v24.1.1
Bug Fixes
v24.1.0
Features
24.0.2 (2020-09-20)
Bug Fixes
24.0.1 (2020-09-12)
Bug Fixes
v24.0.2
Bug Fixes
v24.0.1
Bug Fixes
v24.0.0
Bug Fixes
- no-large-snapshots: run on all files regardless of type (#637) (22113db), closes #370
- remove Jasmine globals (#596) (a0e2bc5)
- update to typescript-eslint@4 (1755965), closes #590
Code Refactoring
Features
- no-done-callback: support hooks (#656) (3e6cb44), closes #649 #651
- add
no-conditional-expectto the recommended ruleset (40cd89d) - add
no-deprecated-functionsto the recommended ruleset (5b2af00) - add
no-interpolation-in-snapshotsto the recommended ruleset (3705dff) - add
valid-titleto recommended ruleset (41f7873) - drop support for node 8 (#570) (6788e72)
- set
no-jasmine-globalstoerrorin recommended ruleset (7080952) - no-large-snapshots: remove
whitelistedSnapshotsoption (8c1c0c9)
BREAKING CHANGES
- no-done-callback:
no-done-callbackwill now report hooks using callbacks as well, not just tests - no-test-callback: rename
no-test-callbacktono-done-callback - recommend
no-conditional-expectrule - recommend
no-interpolation-in-snapshotsrule - recommend
no-deprecated-functionsrule - recommend
valid-titlerule - recommend erroring for
no-jasmine-globalsrule - no-large-snapshots:
no-large-snapshotsruns on all files regardless of type - Jasmine globals are no marked as such
- Node 10+ required
v23.20.0
Features
v23.19.0
Features
23.18.2 (2020-07-26)
Bug Fixes
23.18.1 (2020-07-26)
Bug Fixes
v23.18.2
Bug Fixes
v23.18.1
Bug Fixes
v23.18.0
Features
23.17.1 (2020-06-23)
Bug Fixes
v23.17.1
Bug Fixes
v23.17.0
Features
v23.16.0
Features
- create
no-conditional-expectrule (aba53e4) - deprecate
no-try-expectin favor ofno-conditional-expect(6d07cad)
v23.15.0
Features
v23.14.0
Bug Fixes
- no-test-callback: check argument is an identifier (f70612d)
- no-test-callback: provide suggestion instead of autofix (782d8fa)
- prefer-strict-equal: provide suggestion instead of autofix (2eaed2b)
Features
- prefer-expect-assertions: provide suggestions (bad88a0)
23.13.2 (2020-05-26)
Bug Fixes
23.13.1 (2020-05-17)
Bug Fixes
- no-if: use correct syntax for placeholder substitution in message (6d1eda8)
v23.13.2
Bug Fixes
v23.13.1
Bug Fixes
- no-if: use correct syntax for placeholder substitution in message (6d1eda8)
v23.13.0
Features
v23.12.0
Features
- deprecate
no-expect-resolvesrule (b6a22e5) - deprecate
no-truthy-falsyrule (a67d92d) - deprecate
prefer-inline-snapshotsrule (1360e9b)
v23.11.0
Features
v23.10.0
Features
v23.9.0
Features
23.8.2 (2020-03-06)
Bug Fixes
23.8.1 (2020-02-29)
Bug Fixes
v23.8.2
Bug Fixes
v23.8.1
Bug Fixes
v23.8.0
Bug Fixes
Features
v23.7.0
Bug Fixes
Features
v23.6.0
Features
v23.5.0
Features
- expect-expect: support glob patterns for assertFunctionNames (#509) (295ca9a)
- valid-expect: refactor
valid-expectlinting messages (#501) (7338362)
v23.4.0
Features
- expect-expect: support chained function names (#471) (#508) (beb1aec)
- rules: add support for function declaration as test case (#504) (ac7fa48)
v23.3.0
Features
v23.2.0
Features
23.1.1 (2019-11-30)
Bug Fixes
Configuration
📅 Schedule: Branch creation - "after 4pm on friday,before 9am on monday,every weekend" in timezone Europe/Paris, 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, check this box
This PR has been generated by Mend Renovate. View repository job log here.