Skip to content

Commit 2b1860e

Browse files
Bump ts-jest from 29.4.4 to 29.4.5 (#861)
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) 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 3d3bfd3 commit 2b1860e

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
@@ -58,7 +58,7 @@
5858
"nodemon": "^3.1.10",
5959
"prettier": "^3.6.2",
6060
"sort-package-json": "^3.4.0",
61-
"ts-jest": "^29.4.4",
61+
"ts-jest": "^29.4.5",
6262
"ts-node": "^10.9.2",
6363
"typescript": "^5.9.3",
6464
"yaml": "^2.8.1"

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ __metadata:
925925
nodemon: "npm:^3.1.10"
926926
prettier: "npm:^3.6.2"
927927
sort-package-json: "npm:^3.4.0"
928-
ts-jest: "npm:^29.4.4"
928+
ts-jest: "npm:^29.4.5"
929929
ts-node: "npm:^10.9.2"
930930
typescript: "npm:^5.9.3"
931931
yaml: "npm:^2.8.1"
@@ -5494,12 +5494,12 @@ __metadata:
54945494
languageName: node
54955495
linkType: hard
54965496

5497-
"semver@npm:2 || 3 || 4 || 5 || 6 || 7, semver@npm:^7.3.5, semver@npm:^7.5.3, semver@npm:^7.5.4, semver@npm:^7.6.0, semver@npm:^7.6.3, semver@npm:^7.7.1, semver@npm:^7.7.2":
5498-
version: 7.7.2
5499-
resolution: "semver@npm:7.7.2"
5497+
"semver@npm:2 || 3 || 4 || 5 || 6 || 7, semver@npm:^7.3.5, semver@npm:^7.5.3, semver@npm:^7.5.4, semver@npm:^7.6.0, semver@npm:^7.6.3, semver@npm:^7.7.1, semver@npm:^7.7.2, semver@npm:^7.7.3":
5498+
version: 7.7.3
5499+
resolution: "semver@npm:7.7.3"
55005500
bin:
55015501
semver: bin/semver.js
5502-
checksum: aca305edfbf2383c22571cb7714f48cadc7ac95371b4b52362fb8eeffdfbc0de0669368b82b2b15978f8848f01d7114da65697e56cd8c37b0dab8c58e543f9ea
5502+
checksum: 4afe5c986567db82f44c8c6faef8fe9df2a9b1d98098fc1721f57c696c4c21cebd572f297fc21002f81889492345b8470473bc6f4aff5fb032a6ea59ea2bc45e
55035503
languageName: node
55045504
linkType: hard
55055505

@@ -6061,17 +6061,17 @@ __metadata:
60616061
languageName: node
60626062
linkType: hard
60636063

6064-
"ts-jest@npm:^29.4.4":
6065-
version: 29.4.4
6066-
resolution: "ts-jest@npm:29.4.4"
6064+
"ts-jest@npm:^29.4.5":
6065+
version: 29.4.5
6066+
resolution: "ts-jest@npm:29.4.5"
60676067
dependencies:
60686068
bs-logger: "npm:^0.2.6"
60696069
fast-json-stable-stringify: "npm:^2.1.0"
60706070
handlebars: "npm:^4.7.8"
60716071
json5: "npm:^2.2.3"
60726072
lodash.memoize: "npm:^4.1.2"
60736073
make-error: "npm:^1.3.6"
6074-
semver: "npm:^7.7.2"
6074+
semver: "npm:^7.7.3"
60756075
type-fest: "npm:^4.41.0"
60766076
yargs-parser: "npm:^21.1.1"
60776077
peerDependencies:
@@ -6097,7 +6097,7 @@ __metadata:
60976097
optional: true
60986098
bin:
60996099
ts-jest: cli.js
6100-
checksum: f99d612704cda98369f4a54d3db771bad5edd1390fded4f1691f3182f0c8ce8b7f827e5846952bd8bcd26df26c9fb18f11089de760956bdf357875a5f1d49fcc
6100+
checksum: 789f00666ba785ac425606d42601cbdc03015e46f228a0b333f06c6658d80865819bae0ddd59c762285352d2b14d0aa50912574ec699ba6369ddb0d400a49ac0
61016101
languageName: node
61026102
linkType: hard
61036103

0 commit comments

Comments
 (0)