SIGN IN SIGN UP

chore(deps): update jest monorepo (#832)

This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[@types/jest](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest))
| [`29.5.3` →
`29.5.14`](https://renovatebot.com/diffs/npm/@types%2fjest/29.5.3/29.5.14)
|
![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fjest/29.5.14?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fjest/29.5.3/29.5.14?slim=true)
|
| [jest](https://jestjs.io/)
([source](https://redirect.github.com/jestjs/jest/tree/HEAD/packages/jest))
| [`29.6.2` →
`29.7.0`](https://renovatebot.com/diffs/npm/jest/29.6.2/29.7.0) |
![age](https://developer.mend.io/api/mc/badges/age/npm/jest/29.7.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/jest/29.6.2/29.7.0?slim=true)
|

---

### Release Notes

<details>
<summary>jestjs/jest (jest)</summary>

###
[`v29.7.0`](https://redirect.github.com/jestjs/jest/releases/tag/v29.7.0)

[Compare
Source](https://redirect.github.com/jestjs/jest/compare/v29.6.4...v29.7.0)

#### Features

- `[create-jest]` Add `npm init` / `yarn create` initialiser for Jest
projects
([#&#8203;14465](https://redirect.github.com/jestjs/jest/pull/14453))
- `[jest-validate]` Allow deprecation warnings for unknown options
([#&#8203;14499](https://redirect.github.com/jestjs/jest/pull/14499))

#### Fixes

- `[jest-resolver]` Replace unmatched capture groups in
`moduleNameMapper` with empty string instead of `undefined`
([#&#8203;14507](https://redirect.github.com/jestjs/jest/pull/14507))
- `[jest-snapshot]` Allow for strings as well as template literals in
inline snapshots
([#&#8203;14465](https://redirect.github.com/jestjs/jest/pull/14465))
- `[@jest/test-sequencer]` Calculate test runtime if `perStats.duration`
is missing
([#&#8203;14473](https://redirect.github.com/jestjs/jest/pull/14473))

#### Performance

- `[@jest/create-cache-key-function]` Cache access of `NODE_ENV` and
`BABEL_ENV`
([#&#8203;14455](https://redirect.github.com/jestjs/jest/pull/14455))

#### Chore & Maintenance

- `[jest-cli]` Move internal config initialisation logic to the
`create-jest` package
([#&#8203;14465](https://redirect.github.com/jestjs/jest/pull/14453))

#### New Contributors

- [@&#8203;bawjensen](https://redirect.github.com/bawjensen) made their
first contribution in
[#&#8203;14465](https://redirect.github.com/jestjs/jest/pull/14465)
- [@&#8203;malaviya-parth](https://redirect.github.com/malaviya-parth)
made their first contribution in
[#&#8203;14467](https://redirect.github.com/jestjs/jest/pull/14467)
- [@&#8203;niklasholm](https://redirect.github.com/niklasholm) made
their first contribution in
[#&#8203;14507](https://redirect.github.com/jestjs/jest/pull/14507)

**Full Changelog**:
<https://github.com/jestjs/jest/compare/v29.6.4...v29.7.0>

###
[`v29.6.4`](https://redirect.github.com/jestjs/jest/releases/tag/v29.6.4)

[Compare
Source](https://redirect.github.com/jestjs/jest/compare/v29.6.3...v29.6.4)

##### Fixes

- `[jest-core]` Fix typo in `scheduleAndRun` performance marker
([#&#8203;14434](https://redirect.github.com/jestjs/jest/pull/14434))
- `[jest-environment-node]` Make sure `atob` and `btoa` are writeable in
Node 20
([#&#8203;14446](https://redirect.github.com/jestjs/jest/pull/14446))
- `[jest-worker]` Additional error wrapper for `parentPort.postMessage`
to fix unhandled `DataCloneError`.
([#&#8203;14437](https://redirect.github.com/jestjs/jest/pull/14437))

##### New Contributors

- [@&#8203;stanleyume](https://redirect.github.com/stanleyume) made
their first contribution in
[#&#8203;14424](https://redirect.github.com/jestjs/jest/pull/14424)
- [@&#8203;dj-stormtrooper](https://redirect.github.com/dj-stormtrooper)
made their first contribution in
[#&#8203;14437](https://redirect.github.com/jestjs/jest/pull/14437)
- [@&#8203;thw0rted](https://redirect.github.com/thw0rted) made their
first contribution in
[#&#8203;14444](https://redirect.github.com/jestjs/jest/pull/14444)

**Full Changelog**:
<https://github.com/jestjs/jest/compare/v29.6.3...v29.6.4>

###
[`v29.6.3`](https://redirect.github.com/jestjs/jest/releases/tag/v29.6.3)

[Compare
Source](https://redirect.github.com/jestjs/jest/compare/v29.6.2...v29.6.3)

##### Fixes

- `[expect, @&#8203;jest/expect-utils]` `ObjectContaining` support
`symbol` as key
([#&#8203;14414](https://redirect.github.com/jestjs/jest/pull/14414))
- `[expect]` Remove `@types/node` from dependencies
([#&#8203;14385](https://redirect.github.com/jestjs/jest/pull/14385))
- `[jest-core]` Use workers in watch mode by default to avoid crashes
([#&#8203;14059](https://redirect.github.com/facebook/jest/pull/14059) &
[#&#8203;14085](https://redirect.github.com/facebook/jest/pull/14085)).
- `[jest-reporters]` Update `istanbul-lib-instrument` dependency to v6.
([#&#8203;14401](https://redirect.github.com/jestjs/jest/pull/14401))
- `[jest-mock]` Revert
[#&#8203;13692](https://redirect.github.com/jestjs/jest/pull/13692) as
it was a breaking change
([#&#8203;14429](https://redirect.github.com/jestjs/jest/pull/14429))
- `[jest-mock]` Revert
[#&#8203;13866](https://redirect.github.com/jestjs/jest/pull/13866) as
it was a breaking change
([#&#8203;14429](https://redirect.github.com/jestjs/jest/pull/14429))
- `[jest-mock]` Revert
[#&#8203;13867](https://redirect.github.com/jestjs/jest/pull/13867) as
it was a breaking change
([#&#8203;14429](https://redirect.github.com/jestjs/jest/pull/14429))
- `[@jest/reporters]` Marks Reporter's hooks as optional
([#&#8203;14433](https://redirect.github.com/jestjs/jest/pull/14433))
- `[jest-runtime]` Fix dynamic ESM import module bug when loaded module
through `jest.isolateModulesAsync`
([#&#8203;14397](https://redirect.github.com/jestjs/jest/pull/14397))

##### Chore & Maintenance

- `[jest-changed-files, jest-circus, jest-console, @&#8203;jest/core,
@&#8203;jest/runtime, @&#8203;jest/transform]` Use `invariant` and
`notEmpty` from `jest-util` rather than own internal
([#&#8203;14366](https://redirect.github.com/jestjs/jest/pull/14366))

##### New Contributors

- [@&#8203;karlnorling](https://redirect.github.com/karlnorling) made
their first contribution in
[#&#8203;14401](https://redirect.github.com/jestjs/jest/pull/14401)
- [@&#8203;vinicinbgs](https://redirect.github.com/vinicinbgs) made
their first contribution in
[#&#8203;14388](https://redirect.github.com/jestjs/jest/pull/14388)
- [@&#8203;panteleevnikita](https://redirect.github.com/panteleevnikita)
made their first contribution in
[#&#8203;14433](https://redirect.github.com/jestjs/jest/pull/14433)

**Full Changelog**:
<https://github.com/jestjs/jest/compare/v29.6.2...v29.6.3>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/workos/workos-node).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi41Ni4wIiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
R
renovate[bot] committed
3bfab22d54e31e9c8875c688b23b12e76a6a20e4
Parent: 24b8ea8
Committed by GitHub <noreply@github.com> on 1/12/2026, 4:15:44 PM