chore(deps): update dependency jest-extended to v4 #33
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:
0.11.5
->4.0.2
Release Notes
jest-community/jest-extended (jest-extended)
v4.0.2
Compare Source
Patch Changes
1f88101
: Mark 2nd param of toHaveBeenCalledBefore and toHaveBeenCalledAfter optionalv4.0.1
Compare Source
Patch Changes
bad7056
: FixtoHaveBeenCalledExactlyOnceWith
typings1609897
: Remove problematic Vitest typesv4.0.0
Compare Source
Major Changes
ab20845
: Rename toHaveBeenCalledOnceWith to toHaveBeenCalledExactlyOnceWithMinor Changes
5b80ca8
: support vitest 0.31.0Patch Changes
ab20845
: Make CustomMatchers extend Record to fix a TypeScript errorab20845
: Fix toHaveBeenCalledOnceWith messagesab20845
: Change unknown to any in toHaveBeenCalledBefore and toHaveBeenCalledAfterv3.2.4
Compare Source
Patch Changes
0b07513
: Support varargs in toHaveBeenCalledOnceWith (#557)v3.2.3
Compare Source
What's Changed
Full Changelog: jest-community/jest-extended@v3.2.2...v3.2.3
v3.2.2
Compare Source
What's Changed
New Contributors
Full Changelog: jest-community/jest-extended@v3.2.1...v3.2.2
v3.2.1
Compare Source
What's Changed
New Contributors
Full Changelog: jest-community/jest-extended@v3.2.0...v3.2.1
v3.2.0
Compare Source
What's Changed
Result
toany
(closes #484) by @keeganwitt in https://github.com/jest-community/jest-extended/pull/492toHaveBeenCalledOnceWith
typing by @akoreh in https://github.com/jest-community/jest-extended/pull/507vitest
info to docs by @silverwind in https://github.com/jest-community/jest-extended/pull/515jest
peerDependency as optional by @silverwind in https://github.com/jest-community/jest-extended/pull/520expect
: Add matchertoBeInRange()
to validate if array elements are within the specified range by @mayankshukla94 in https://github.com/jest-community/jest-extended/pull/461toHaveBeenCalledOnceWith
type definition (closes #518) by @keeganwitt in https://github.com/jest-community/jest-extended/pull/523New Contributors
Full Changelog: jest-community/jest-extended@v3.1.0...v3.2.0
v3.1.0
Compare Source
What's Changed
eslint-plugin-jest-extended
in README by @G-Rath in https://github.com/jest-community/jest-extended/pull/493New Contributors
Full Changelog: jest-community/jest-extended@v3.0.2...v3.1.0
v3.0.2
Compare Source
What's Changed
toThrowWithMessage
, support unconstructable errors by @GerkinDev in https://github.com/jest-community/jest-extended/pull/475New Contributors
Full Changelog: jest-community/jest-extended@v3.0.1...v3.0.2
v3.0.1
Compare Source
What's Changed
readonly
array types in matchers by @ilyub in https://github.com/jest-community/jest-extended/pull/465failIfNoSecondInvocation
parameter by @j-waaang in https://github.com/jest-community/jest-extended/pull/468New Contributors
Full Changelog: jest-community/jest-extended@v3.0.0...v3.0.1
v3.0.0
Compare Source
This is the same as https://github.com/jest-community/jest-extended/releases/tag/v2.1.0, but properly released as a major
v2.1.0
Compare Source
What's Changed
New Contributors
Full Changelog: jest-community/jest-extended@v2.0.0...v2.1.0
v2.0.0
Compare Source
What's Changed
Breaking changes
[email protected]
and newer is supportedFull Changelog: jest-community/jest-extended@v1.2.1...v2.0.0
v1.2.1
Compare Source
What's Changed
New Contributors
Full Changelog: jest-community/jest-extended@v1.2.0...v1.2.1
v1.2.0
Compare Source
What's Changed
New Contributors
Full Changelog: jest-community/jest-extended@v1.1.0...v1.2.0
v1.1.0
Compare Source
What's Changed
8977bca
c3bf852
New Contributors
Full Changelog: jest-community/jest-extended@v1.0.0...v1.1.0
v1.0.0
: 1.0.0Compare Source
What's Changed
toBeBetween
,toBeAfterOrEqualTo
andtoBeBeforeOrEqualTo
matchers. (#229)b7e2332
expect.extend
(#333)a2904bd
.toHaveBeenCalledOnce
(#274)405f1e7
toIncludeAllPartialMembers
(#210)32afe6f
toBeSymbol
matcher (#217)adb82b8
fail()
to break the typescript's control flow (#312)c4961cd
pass
&fail
matchers (#204)61c92f8
.rejects.toThrowWithMessage
(#315)cbdbe11
Array.toSatisfyAny
(#227)ee70268
toBeDateString
matcher (#252)627dc26
.toBeEmptyObject()
custom matcher. (#255)35812e3
toBeInteger
matcher (#279)f5d5ad3
e3f4029
New Contributors
Full Changelog: jest-community/jest-extended@v0.11.5...v1.0.0
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 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 was generated by Mend Renovate. View the repository job log.