Commit 2b1860e
authored
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 />
[](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
2 files changed
+11
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
925 | 925 | | |
926 | 926 | | |
927 | 927 | | |
928 | | - | |
| 928 | + | |
929 | 929 | | |
930 | 930 | | |
931 | 931 | | |
| |||
5494 | 5494 | | |
5495 | 5495 | | |
5496 | 5496 | | |
5497 | | - | |
5498 | | - | |
5499 | | - | |
| 5497 | + | |
| 5498 | + | |
| 5499 | + | |
5500 | 5500 | | |
5501 | 5501 | | |
5502 | | - | |
| 5502 | + | |
5503 | 5503 | | |
5504 | 5504 | | |
5505 | 5505 | | |
| |||
6061 | 6061 | | |
6062 | 6062 | | |
6063 | 6063 | | |
6064 | | - | |
6065 | | - | |
6066 | | - | |
| 6064 | + | |
| 6065 | + | |
| 6066 | + | |
6067 | 6067 | | |
6068 | 6068 | | |
6069 | 6069 | | |
6070 | 6070 | | |
6071 | 6071 | | |
6072 | 6072 | | |
6073 | 6073 | | |
6074 | | - | |
| 6074 | + | |
6075 | 6075 | | |
6076 | 6076 | | |
6077 | 6077 | | |
| |||
6097 | 6097 | | |
6098 | 6098 | | |
6099 | 6099 | | |
6100 | | - | |
| 6100 | + | |
6101 | 6101 | | |
6102 | 6102 | | |
6103 | 6103 | | |
| |||
0 commit comments