chore(deps): update jest to ^29.4.3
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
jest (source) | devDependencies | patch | ^29.4.2 -> ^29.4.3 |
jest-circus | devDependencies | patch | 29.4.2 -> 29.4.3 |
jest-environment-jsdom | devDependencies | patch | 29.4.2 -> 29.4.3 |
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
facebook/jest
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)
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.