Skip to content

Commit bc40142

Browse files
Bump ts-jest from 29.4.4 to 29.4.5 (#439)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.4.4 to 29.4.5. <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.5</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.4.4...v29.4.5">29.4.5</a> (2025-10-10)</h2> <h3>Bug Fixes</h3> <ul> <li>allow filtering modern module warning message with diagnostic code (<a href="https://github.com/kulshekhar/ts-jest/commit/c290d4d7f68b47bc4f31b26f241b93ef667dcb72">c290d4d</a>), , closes <a href="https://redirect.github.com/kulshekhar/ts-jest/issues/5013">#5013</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kulshekhar/ts-jest/commit/9d5248a6ee9507cbc875bb9970ed1cdb80c6b486"><code>9d5248a</code></a> chore(release): 29.4.5</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/ca8b623bd57404bbfa30876fb56a4acf4464abbc"><code>ca8b623</code></a> refactor: improve message about using Node16/18/Next</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/c290d4d7f68b47bc4f31b26f241b93ef667dcb72"><code>c290d4d</code></a> fix: allow filtering modern module warning message with diagnostic code</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/1ff2dda2409ed481f26557cbd6b018f55edb47ba"><code>1ff2dda</code></a> build: replace <code>conventional-changelog-cli</code> dep</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/1c08db379ebb585d61e1f7c92e026b646815d52f"><code>1c08db3</code></a> ci: run <code>npm ci --ignore-scripts</code> for workflows</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/9f60d2c069a4249437e4749ddd919a02c07db88a"><code>9f60d2c</code></a> ci: enhance security for Renovate PRs</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/1c1077fa40ad188d4f32c045763deec9a1aa5c54"><code>1c1077f</code></a> build(deps): Update dependency <code>@​formatjs/ts-transformer</code> to ^3.14.2</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/9037f2f9231eca0c55f9b5345895fa5dca4203a2"><code>9037f2f</code></a> build(deps): Update dependency <code>@​types/node</code> to v20.19.20</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/6ed0e1cb3ce0e59c316a0f8fd36b36493be5a81a"><code>6ed0e1c</code></a> build(deps): Update dependency semver to ^7.7.3</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/4a06f8c43f2051e21c40193bcf08c33f9266cbe5"><code>4a06f8c</code></a> build(deps): Update github/codeql-action digest to a8d1ac4</li> <li>Additional commits viewable in <a href="https://github.com/kulshekhar/ts-jest/compare/v29.4.4...v29.4.5">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.4.4&new-version=29.4.5)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6fd7831 commit bc40142

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"jest": "30.2.0",
3939
"prettier": "3.6.2",
4040
"rimraf": "6.0.1",
41-
"ts-jest": "29.4.4",
41+
"ts-jest": "29.4.5",
4242
"typescript": "5.9.3",
4343
"typescript-eslint": "8.45.0"
4444
},

yarn.lock

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@ __metadata:
813813
jest: "npm:30.2.0"
814814
prettier: "npm:3.6.2"
815815
rimraf: "npm:6.0.1"
816-
ts-jest: "npm:29.4.4"
816+
ts-jest: "npm:29.4.5"
817817
tslib: "npm:^2.8.1"
818818
typescript: "npm:5.9.3"
819819
typescript-eslint: "npm:8.45.0"
@@ -5955,6 +5955,15 @@ __metadata:
59555955
languageName: node
59565956
linkType: hard
59575957

5958+
"semver@npm:^7.7.3":
5959+
version: 7.7.3
5960+
resolution: "semver@npm:7.7.3"
5961+
bin:
5962+
semver: bin/semver.js
5963+
checksum: 10c0/4afe5c986567db82f44c8c6faef8fe9df2a9b1d98098fc1721f57c696c4c21cebd572f297fc21002f81889492345b8470473bc6f4aff5fb032a6ea59ea2bc45e
5964+
languageName: node
5965+
linkType: hard
5966+
59585967
"set-function-length@npm:^1.2.1":
59595968
version: 1.2.2
59605969
resolution: "set-function-length@npm:1.2.2"
@@ -6368,17 +6377,17 @@ __metadata:
63686377
languageName: node
63696378
linkType: hard
63706379

6371-
"ts-jest@npm:29.4.4":
6372-
version: 29.4.4
6373-
resolution: "ts-jest@npm:29.4.4"
6380+
"ts-jest@npm:29.4.5":
6381+
version: 29.4.5
6382+
resolution: "ts-jest@npm:29.4.5"
63746383
dependencies:
63756384
bs-logger: "npm:^0.2.6"
63766385
fast-json-stable-stringify: "npm:^2.1.0"
63776386
handlebars: "npm:^4.7.8"
63786387
json5: "npm:^2.2.3"
63796388
lodash.memoize: "npm:^4.1.2"
63806389
make-error: "npm:^1.3.6"
6381-
semver: "npm:^7.7.2"
6390+
semver: "npm:^7.7.3"
63826391
type-fest: "npm:^4.41.0"
63836392
yargs-parser: "npm:^21.1.1"
63846393
peerDependencies:
@@ -6404,7 +6413,7 @@ __metadata:
64046413
optional: true
64056414
bin:
64066415
ts-jest: cli.js
6407-
checksum: 10c0/f99d612704cda98369f4a54d3db771bad5edd1390fded4f1691f3182f0c8ce8b7f827e5846952bd8bcd26df26c9fb18f11089de760956bdf357875a5f1d49fcc
6416+
checksum: 10c0/789f00666ba785ac425606d42601cbdc03015e46f228a0b333f06c6658d80865819bae0ddd59c762285352d2b14d0aa50912574ec699ba6369ddb0d400a49ac0
64086417
languageName: node
64096418
linkType: hard
64106419

0 commit comments

Comments
 (0)