Update dependency jest to ^29.4.0
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
jest (source) | ^29.3.1 -> ^29.4.0 |
Release Notes
facebook/jest
v29.4.0
Features
-
[expect, @​jest/expect-utils]
Support custom equality testers (#13654) -
[jest-config, jest-worker]
Useos.availableParallelism
if available to calculate number of workers to spawn (#13738) -
[@jest/globals, jest-mock]
Addjest.replaceProperty()
that replaces property value (#13496) -
[jest-haste-map]
ignore Sapling vcs directories (.sl/
) (#13674) -
[jest-resolve]
Support subpath imports (#13705, #13723, #13777) -
[jest-runtime]
Addjest.isolateModulesAsync
for scoped module initialization of asynchronous functions (#13680) -
[jest-runtime]
Addjest.isEnvironmentTornDown
function (#13741) -
[jest-test-result]
Addedskipped
andfocused
status toFormattedTestResult
(#13700) -
[jest-transform]
Support for asynchronouscreateTransformer
(#13762)
Fixes
-
[jest-environment-node]
Fix non-configurable globals (#13687) -
[@jest/expect-utils]
toMatchObject
should handleSymbol
properties (#13639) -
[jest-mock]
FixmockReset
andresetAllMocks
undefined
return value(#13692) -
[jest-resolve]
Add global paths torequire.resolve.paths
(#13633) -
[jest-resolve]
Correct node core module detection when usingnode:
specifiers (#13806) -
[jest-runtime]
Support WASM files that import JS resources (#13608) -
[jest-runtime]
Use thescriptTransformer
cache injest-runner
(#13735) -
[jest-runtime]
Enforce import assertions when importing JSON in ESM (#12755 & #13805) -
[jest-snapshot]
Make sure to importbabel
outside of the sandbox (#13694) -
[jest-transform]
Ensure the correct configuration is passed to preprocessors specified multiple times in thetransform
option (#13770)
Chore & Maintenance
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.