Bump expect from 25.3.0 to 29.4.3
Created by: dependabot[bot]
Bumps expect from 25.3.0 to 29.4.3.
Release notes
Sourced from expect's releases.
v29.4.3
Features
[expect]
UpdatetoThrow()
to be able to use errorcause
s (#13606)[jest-core]
allow to useworkerIdleMemoryLimit
with only 1 worker orrunInBand
option (#13846)[jest-message-util]
Add support for errorcause
s (#13868 & #13912)[jest-runtime]
Revertimport assertions
for JSON modules as it's been relegated to Stage 2 (#13911)Fixes
[@jest/expect-utils]
subsetEquality
should consider also an object's inherited string keys (#13824)[jest-mock]
Clear mock state whenjest.restoreAllMocks()
is called (#13867)[jest-mock]
PreventmockImplementationOnce
andmockReturnValueOnce
bleeding intowithImplementation
(#13888)[jest-mock]
Do not restore mocks whenjest.resetAllMocks()
is called (#13866)New Contributors
@brodo
made their first contribution in facebook/jest#13868@DannyNemer
made their first contribution in facebook/jest#13878@ghusse
made their first contribution in facebook/jest#13846@broofa
made their first contribution in facebook/jest#13911Full Changelog: https://github.com/facebook/jest/compare/v29.4.2...v29.4.3
v29.4.2
Features
[@jest/core]
Instrument significant lifecycle events withperformance.mark()
(#13859)Fixes
[expect, @jest/expect]
Provide type ofactual
as a generic argument toMatchers
to allow better-typed extensions (#13848)[jest-circus]
Added explicit mention of test failing becausedone()
is not being called in error message (#13847)[jest-runtime]
Handle CJS re-exports of node core modules from ESM (#13856)[jest-transform]
Downgradewrite-file-atomic
to v4 (#13853)[jest-worker]
Ignore IPC messages not intended for Jest (#13543)Chore & Maintenance
[*]
make sure to exclude.eslintcache
from published module (#13832)[docs]
Cleanup incorrect links in CHANGELOG.md (#13857)New Contributors
@benjaminjkraft
made their first contribution in facebook/jest#13848@LinusU
made their first contribution in facebook/jest#13543@SuperSodaSea
made their first contribution in facebook/jest#13857@kowalski
made their first contribution in facebook/jest#13856Full Changelog: https://github.com/facebook/jest/compare/v29.4.1...v29.4.2
v29.4.1
... (truncated)
Changelog
Sourced from expect's changelog.
29.4.3
Features
[expect]
UpdatetoThrow()
to be able to use errorcause
s (#13606)[jest-core]
allow to useworkerIdleMemoryLimit
with only 1 worker orrunInBand
option (#13846)[jest-message-util]
Add support for errorcause
s (#13868 & #13912)[jest-runtime]
Revertimport assertions
for JSON modules as it's been relegated to Stage 2 (#13911)Fixes
[@jest/expect-utils]
subsetEquality
should consider also an object's inherited string keys (#13824)[jest-mock]
Clear mock state whenjest.restoreAllMocks()
is called (#13867)[jest-mock]
PreventmockImplementationOnce
andmockReturnValueOnce
bleeding intowithImplementation
(#13888)[jest-mock]
Do not restore mocks whenjest.resetAllMocks()
is called (#13866)29.4.2
Features
[@jest/core]
Instrument significant lifecycle events withperformance.mark()
(#13859)Fixes
[expect, @jest/expect]
Provide type ofactual
as a generic argument toMatchers
to allow better-typed extensions (#13848)[jest-circus]
Added explicit mention of test failing becausedone()
is not being called in error message (#13847)[jest-runtime]
Handle CJS re-exports of node core modules from ESM (#13856)[jest-transform]
Downgradewrite-file-atomic
to v4 (#13853)[jest-worker]
Ignore IPC messages not intended for Jest (#13543)Chore & Maintenance
[*]
make sure to exclude.eslintcache
from published module (#13832)[docs]
Cleanup incorrect links in CHANGELOG.md (#13857)29.4.1
Features
[expect, jest-circus, @jest/types]
ImplementnumPassingAsserts
of testResults to track the number of passing asserts in a test (#13795)[jest-core]
Add newlines to JSON output (#13817)[@jest/reporters]
Automatic log folding in GitHub Actions Reporter (#13626)Fixes
[@jest/expect-utils]
toMatchObject
diffs should includeSymbol
properties (#13810)[jest-runtime]
Handle missingreplaceProperty
(#13823)[@jest/types]
Add partial support fordone
callbacks in typings ofeach
(#13756)29.4.0
... (truncated)
Commits
-
a49c886
v29.4.3 -
0621b2b
Update toThrow() to be able to use Error.cause (#13606) -
6d2632a
Update copyrights with Meta Platforms, restore original license in Jasmine fo... -
f0fc92e
v29.4.2 -
ffe2352
chore: move@jest/test-utils
reference (#13468) -
427fe2b
feat(@jest/expect
): Expose type of actual to Matchers (#13848) -
bc7b20c
chore: make sure to exclude .eslintcache from published module (#13832) -
bc84c8a
v29.4.1 -
c78905c
ImplementnumPassingAsserts
of testCaseResult (#13795) -
9fa2a46
Include symbol keys when diffing objects (#13810) - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)