Skip to content

Commit 99e03c3

Browse files
Bump ts-jest from 29.3.3 to 29.3.4 (#591)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.3.3 to 29.3.4. <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.3.4</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.3...v29.3.4">29.3.4</a> (2025-05-16)</h2> <h3>Bug Fixes</h3> <ul> <li>fix: fix <code>TsJestTransformerOptions</code> type (<a href="https://github.com/kulshekhar/ts-jest/commit/3b11e29">3b11e29</a>), closes <a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4247">#4247</a></li> <li>fix(cli): fix wrong path for preset creator fns (<a href="https://github.com/kulshekhar/ts-jest/commit/249eb2c">249eb2c</a>)</li> <li>fix(config): disable <code>rewriteRelativeImportExtensions</code> always (<a href="https://github.com/kulshekhar/ts-jest/commit/9b1f472">9b1f472</a>), closes <a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4855">#4855</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kulshekhar/ts-jest/commit/ee81cc61b7b361819b46a083a30e706e66a48bbb"><code>ee81cc6</code></a> chore(release): 29.3.4</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/9b1f472393d2e3833a2c495adbb4d47c6f62e513"><code>9b1f472</code></a> fix(config): disable <code>rewriteRelativeImportExtensions</code> always</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/fce110f2bdb2d2d77b4074ef3226e6db5cf271f2"><code>fce110f</code></a> build: bump <code>typescript</code> to latest</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/3b11e293541d2577c5ebfe85dadebd15626485ee"><code>3b11e29</code></a> fix: fix <code>TsJestTransformerOptions</code> type</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/563780584c1fe1a5263ab4f1d5000963a466f69c"><code>5637805</code></a> build(deps): Update dependency memfs to ^4.17.2</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/249eb2cbce3ba0cf080613b27543b2f34e69d530"><code>249eb2c</code></a> fix(cli): fix wrong path for preset creator fns</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/0dc22cac58b16d3c0459f322d05b604e3a54e36d"><code>0dc22ca</code></a> build(deps): Update dependency eslint-plugin-jsdoc to ^50.6.17</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/6705713351f7f03967dbfe6eea4288761cee684d"><code>6705713</code></a> build(deps): Update dependency ts-jest to ^29.3.3</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/2709d7b53388654dc7aa3e5d22122c1d04ab90ff"><code>2709d7b</code></a> build(deps): Update dependency eslint-plugin-jsdoc to ^50.6.16</li> <li>See full diff in <a href="https://github.com/kulshekhar/ts-jest/compare/v29.3.3...v29.3.4">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.3&new-version=29.3.4)](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 978c948 commit 99e03c3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.3",
63+
"ts-jest": "^29.3.4",
6464
"ts-node": "^10.9.2",
6565
"tsc-alias": "^1.8.16",
6666
"typescript": "^5.8.3"

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ __metadata:
837837
remark-parse: "npm:^11.0.0"
838838
remark-rehype: "npm:^11.1.2"
839839
sort-package-json: "npm:^3.2.1"
840-
ts-jest: "npm:^29.3.3"
840+
ts-jest: "npm:^29.3.4"
841841
ts-node: "npm:^10.9.2"
842842
tsc-alias: "npm:^1.8.16"
843843
typescript: "npm:^5.8.3"
@@ -6832,9 +6832,9 @@ __metadata:
68326832
languageName: node
68336833
linkType: hard
68346834

6835-
"ts-jest@npm:^29.3.3":
6836-
version: 29.3.3
6837-
resolution: "ts-jest@npm:29.3.3"
6835+
"ts-jest@npm:^29.3.4":
6836+
version: 29.3.4
6837+
resolution: "ts-jest@npm:29.3.4"
68386838
dependencies:
68396839
bs-logger: "npm:^0.2.6"
68406840
ejs: "npm:^3.1.10"
@@ -6866,7 +6866,7 @@ __metadata:
68666866
optional: true
68676867
bin:
68686868
ts-jest: cli.js
6869-
checksum: 16f513a4090734158787e9da04f438ae9313d433c7f14fac802c479a90cc2c47542f810970a699ccb7a595f41529b91ede84d25d80d54a53bac20c1c0c92b211
6869+
checksum: 68ed5abbbdb16ff8a9df2ba7ebb8e19ea4fffe87db7e0b59d842d674e7935af8b375b51a69c2cc9215ef22a6325a9f99b80ab97f5c300c30910695000e3bfeee
68706870
languageName: node
68716871
linkType: hard
68726872

0 commit comments

Comments
 (0)