Skip to content

Commit c0fa719

Browse files
Bump ts-jest from 29.3.4 to 29.4.0 (#604)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.3.4 to 29.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kulshekhar/ts-jest/releases">ts-jest's releases</a>.</em></p> <blockquote> <h2>v29.4.0</h2> <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">ts-jest's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/kulshekhar/ts-jest/compare/v29.3.4...v29.4.0">29.4.0</a> (2025-06-11)</h2> <h3>Features</h3> <ul> <li>feat: support Jest 30 (<a href="https://github.com/kulshekhar/ts-jest/commit/84e093e">84e093e</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kulshekhar/ts-jest/commit/f692f747c7f12066db54ade66adec09a5710534c"><code>f692f74</code></a> chore(release): 29.4.0</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/84e093ee0e7f546946d40bb9ecc814bcc86dc8cc"><code>84e093e</code></a> feat: support Jest 30</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/2d6fe5cefd9d088e578bd1853d4bc8905aea2d70"><code>2d6fe5c</code></a> build(deps): Update dependency eslint-plugin-jsdoc to ^50.8.0</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/83c6d3538f1725e16ba1ddf58441d3d76cc83fce"><code>83c6d35</code></a> build(deps): Update dependency eslint-plugin-jest to ^28.13.3</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/94797d08a2b0c489ba7992b687b010ef8e07c132"><code>94797d0</code></a> build(deps): Update dependency <code>@​vitejs/plugin-react-swc</code> to ^3.10.2</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/9a9bd5cff4199d11c764937329ba8830107ad69e"><code>9a9bd5c</code></a> build(deps): Update ESLint packages to ^8.34.0</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/cbd81fd0cf0c36da941d4b850f8d0710eebaf5a4"><code>cbd81fd</code></a> build(deps): Update dependency eslint-plugin-jest to ^28.13.0</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/1d3fb0dc809c776547b8a33decbf5da59e6e14f8"><code>1d3fb0d</code></a> build(deps): Update dependency <code>@​types/node</code> to v20.19.0</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/32efecbdcdc9751af50a6add72490db07bcf0d91"><code>32efecb</code></a> build(deps): Update docusaurus monorepo to ^3.8.1</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/5133d4815dae2d2d0f5d50a6be9c3f55afe48a85"><code>5133d48</code></a> build: upgrade <code>docusaurus</code> to 3.8</li> <li>Additional commits viewable in <a href="https://github.com/kulshekhar/ts-jest/compare/v29.3.4...v29.4.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ts-jest&package-manager=npm_and_yarn&previous-version=29.3.4&new-version=29.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details>
1 parent 7350a0a commit c0fa719

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"micromark-util-types": "^2.0.2",
6161
"prettier": "^3.5.3",
6262
"sort-package-json": "^3.2.1",
63-
"ts-jest": "^29.3.4",
63+
"ts-jest": "^29.4.0",
6464
"ts-node": "^10.9.2",
6565
"tsc-alias": "^1.8.16",
6666
"typescript": "^5.8.3"

yarn.lock

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,7 @@ __metadata:
966966
remark-parse: "npm:^11.0.0"
967967
remark-rehype: "npm:^11.1.2"
968968
sort-package-json: "npm:^3.2.1"
969-
ts-jest: "npm:^29.3.4"
969+
ts-jest: "npm:^29.4.0"
970970
ts-node: "npm:^10.9.2"
971971
tsc-alias: "npm:^1.8.16"
972972
typescript: "npm:^5.8.3"
@@ -4646,7 +4646,7 @@ __metadata:
46464646
languageName: node
46474647
linkType: hard
46484648

4649-
"jest-util@npm:^29.0.0, jest-util@npm:^29.7.0":
4649+
"jest-util@npm:^29.7.0":
46504650
version: 29.7.0
46514651
resolution: "jest-util@npm:29.7.0"
46524652
dependencies:
@@ -7159,14 +7159,13 @@ __metadata:
71597159
languageName: node
71607160
linkType: hard
71617161

7162-
"ts-jest@npm:^29.3.4":
7163-
version: 29.3.4
7164-
resolution: "ts-jest@npm:29.3.4"
7162+
"ts-jest@npm:^29.4.0":
7163+
version: 29.4.0
7164+
resolution: "ts-jest@npm:29.4.0"
71657165
dependencies:
71667166
bs-logger: "npm:^0.2.6"
71677167
ejs: "npm:^3.1.10"
71687168
fast-json-stable-stringify: "npm:^2.1.0"
7169-
jest-util: "npm:^29.0.0"
71707169
json5: "npm:^2.2.3"
71717170
lodash.memoize: "npm:^4.1.2"
71727171
make-error: "npm:^1.3.6"
@@ -7175,10 +7174,11 @@ __metadata:
71757174
yargs-parser: "npm:^21.1.1"
71767175
peerDependencies:
71777176
"@babel/core": ">=7.0.0-beta.0 <8"
7178-
"@jest/transform": ^29.0.0
7179-
"@jest/types": ^29.0.0
7180-
babel-jest: ^29.0.0
7181-
jest: ^29.0.0
7177+
"@jest/transform": ^29.0.0 || ^30.0.0
7178+
"@jest/types": ^29.0.0 || ^30.0.0
7179+
babel-jest: ^29.0.0 || ^30.0.0
7180+
jest: ^29.0.0 || ^30.0.0
7181+
jest-util: ^29.0.0 || ^30.0.0
71827182
typescript: ">=4.3 <6"
71837183
peerDependenciesMeta:
71847184
"@babel/core":
@@ -7191,9 +7191,11 @@ __metadata:
71917191
optional: true
71927192
esbuild:
71937193
optional: true
7194+
jest-util:
7195+
optional: true
71947196
bin:
71957197
ts-jest: cli.js
7196-
checksum: 68ed5abbbdb16ff8a9df2ba7ebb8e19ea4fffe87db7e0b59d842d674e7935af8b375b51a69c2cc9215ef22a6325a9f99b80ab97f5c300c30910695000e3bfeee
7198+
checksum: c266431200786995b5bd32f8e61f17a564ce231278aace1d98fb0ae670f24013aeea06c90ec6019431e5a6f5e798868785131bef856085c931d193e2efbcea04
71977199
languageName: node
71987200
linkType: hard
71997201

0 commit comments

Comments
 (0)