Skip to content

Commit a86fcc0

Browse files
Bump ts-jest from 29.3.1 to 29.3.2 (#412)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.3.1 to 29.3.2. <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.2</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.1...v29.3.2">29.3.2</a> (2025-04-12)</h2> <h3>Bug Fixes</h3> <ul> <li>fix: transpile <code>js</code> files from <code>node_modules</code> whenever Jest asks (<a href="https://github.com/kulshekhar/ts-jest/commit/968370e">968370e</a>), closes <a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4637">#4637</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kulshekhar/ts-jest/commit/e1c60171712e8aaea5f7b777d6af16946058b2e7"><code>e1c6017</code></a> chore(release): 29.3.2</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/968370e6efa0cf8d93f2374607d9ae1b484b1552"><code>968370e</code></a> fix: transpile <code>js</code> files from <code>node_modules</code> whenever Jest asks (<a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4791">#4791</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/ddfd81287a16b7ed604ff6d6e66d6cf5895b4e98"><code>ddfd812</code></a> build(deps): Update dependency lint-staged to ^15.5.1</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/efd5274bf65279850de0ef2544421afd5eac88b9"><code>efd5274</code></a> build: use faster mode to build/serve doc</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/ccd9a0e7988c8f31ae1d907057e82e9b2620941a"><code>ccd9a0e</code></a> build: fix npm audit issue for <code>website</code></li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/7e730d3056b1676eea817773c493dc692cda7eb4"><code>7e730d3</code></a> docs: add Hybrid Node module doc about <code>Node16/NodeNext</code></li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/39a12223262d526368b3ffb6252e0303e5dc1c57"><code>39a1222</code></a> test: add dynamic import code test for <code>transpile-module</code></li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/5a21aca63a020effb3709222558970314ef88491"><code>5a21aca</code></a> build(deps): Update dependency eslint-config-prettier to ^10.1.2</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/e10053f4f5ed5f84324baa8a80ab2776360d0a16"><code>e10053f</code></a> build(deps): Update dependency vite to ^6.2.6</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/a83170c492ca629e68adb3d3aeb11282edf955b3"><code>a83170c</code></a> build(deps): Update ESLint packages to ^8.29.1</li> <li>Additional commits viewable in <a href="https://github.com/kulshekhar/ts-jest/compare/v29.3.1...v29.3.2">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.1&new-version=29.3.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ce63269 commit a86fcc0

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"jest": "29.7.0",
3939
"prettier": "3.5.3",
4040
"rimraf": "6.0.1",
41-
"ts-jest": "29.3.1",
41+
"ts-jest": "29.3.2",
4242
"typescript": "5.8.2",
4343
"typescript-eslint": "8.31.1"
4444
},

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ __metadata:
555555
jest: "npm:29.7.0"
556556
prettier: "npm:3.5.3"
557557
rimraf: "npm:6.0.1"
558-
ts-jest: "npm:29.3.1"
558+
ts-jest: "npm:29.3.2"
559559
tslib: "npm:^2.8.1"
560560
typescript: "npm:5.8.2"
561561
typescript-eslint: "npm:8.31.1"
@@ -5662,9 +5662,9 @@ __metadata:
56625662
languageName: node
56635663
linkType: hard
56645664

5665-
"ts-jest@npm:29.3.1":
5666-
version: 29.3.1
5667-
resolution: "ts-jest@npm:29.3.1"
5665+
"ts-jest@npm:29.3.2":
5666+
version: 29.3.2
5667+
resolution: "ts-jest@npm:29.3.2"
56685668
dependencies:
56695669
bs-logger: "npm:^0.2.6"
56705670
ejs: "npm:^3.1.10"
@@ -5674,7 +5674,7 @@ __metadata:
56745674
lodash.memoize: "npm:^4.1.2"
56755675
make-error: "npm:^1.3.6"
56765676
semver: "npm:^7.7.1"
5677-
type-fest: "npm:^4.38.0"
5677+
type-fest: "npm:^4.39.1"
56785678
yargs-parser: "npm:^21.1.1"
56795679
peerDependencies:
56805680
"@babel/core": ">=7.0.0-beta.0 <8"
@@ -5696,7 +5696,7 @@ __metadata:
56965696
optional: true
56975697
bin:
56985698
ts-jest: cli.js
5699-
checksum: 10c0/5df9239223b974fc61bbe018d4e72bbdbea530c4b624fab0936a152438a58e97ce0d0cee2258d10e7ecebbf0ab699ab41d0a52fc5b5f13201cdac4419ab0fe04
5699+
checksum: 10c0/84762720dbef45c1644348d67d0dcb8b7ad6369a16628c4752aceeb47f0ccdad63ae14485048b641c20ce096337a160ab816881361ef5517325bac6a5b3756e0
57005700
languageName: node
57015701
linkType: hard
57025702

@@ -5760,10 +5760,10 @@ __metadata:
57605760
languageName: node
57615761
linkType: hard
57625762

5763-
"type-fest@npm:^4.38.0":
5764-
version: 4.38.0
5765-
resolution: "type-fest@npm:4.38.0"
5766-
checksum: 10c0/db9990d682a08697cf8ae67ac3cdbca734c742c96615e8888401d7d54e376b390e6a5d3be25fe3b4b439e1bb88a7da461da678a614ece8caccd9c0a07dd2e5f4
5763+
"type-fest@npm:^4.39.1":
5764+
version: 4.40.1
5765+
resolution: "type-fest@npm:4.40.1"
5766+
checksum: 10c0/590cb7d4dcd3da83efe49b5b52cd041661f6fa29f18cb76650fe1fdeb4090688e92955656e9d981e606abb13d25c0418be8c6c6504d80e87fe18dc9ca0888392
57675767
languageName: node
57685768
linkType: hard
57695769

0 commit comments

Comments
 (0)