chore(deps): update jest to ^29.7.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
jest (source) | devDependencies | minor | ^29.6.4 -> ^29.7.0 |
jest-circus | devDependencies | minor | 29.6.4 -> 29.7.0 |
jest-environment-jsdom | devDependencies | minor | 29.6.4 -> 29.7.0 |
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
jestjs/jest
v29.7.0
Features
-
[create-jest]
Addnpm init
/yarn create
initialiser for Jest projects (#14465) -
[jest-validate]
Allow deprecation warnings for unknown options (#14499)
Fixes
-
[jest-resolver]
Replace unmatched capture groups inmoduleNameMapper
with empty string instead ofundefined
(#14507) -
[jest-snapshot]
Allow for strings as well as template literals in inline snapshots (#14465) -
[@jest/test-sequencer]
Calculate test runtime ifperStats.duration
is missing (#14473)
Performance
-
[@jest/create-cache-key-function]
Cache access ofNODE_ENV
andBABEL_ENV
(#14455)
Chore & Maintenance
-
[jest-cli]
Move internal config initialisation logic to thecreate-jest
package (#14465)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.