Skip to content

Commit

Permalink
chore(deps): Bump ts-jest from 29.1.5 to 29.2.2 (#205)
Browse files Browse the repository at this point in the history
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.5 to 29.2.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.2.2</h2>
<p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v29.2.1</h2>
<p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v29.2.0</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>
<h3><a href="https://github.com/kulshekhar/ts-jest/compare/v29.2.1...v29.2.2">29.2.2</a> (2024-07-10)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>fix(compiler): update memory cache after changing <code>module</code> value (<a href="https://github.com/kulshekhar/ts-jest/commit/94db43f">94db43f</a>), closes <a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4439">#4439</a></li>
</ul>
<h3><a href="https://github.com/kulshekhar/ts-jest/compare/v29.2.0...v29.2.1">29.2.1</a> (2024-07-10)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>fix: move <code>ejs</code> to <code>dep</code> instead of <code>peerDep</code> (<a href="https://github.com/kulshekhar/ts-jest/commit/26e31a7">26e31a7</a>)</li>
<li>fix: set <code>allowSyntheticDefaultImports</code> properly (<a href="https://github.com/kulshekhar/ts-jest/commit/ff4b302">ff4b302</a>), closes <a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4156">#4156</a></li>
<li>fix(compiler): support <code>Node16/NodeNext</code> value for <code>target</code> (<a href="https://github.com/kulshekhar/ts-jest/commit/2f5cc0c">2f5cc0c</a>), closes <a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4198">#4198</a></li>
</ul>
<h2><a href="https://github.com/kulshekhar/ts-jest/compare/v29.1.5...v29.2.0">29.2.0</a> (2024-07-08)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>fix: don't show warning message with Node16/NodeNext (<a href="https://github.com/kulshekhar/ts-jest/commit/99c4f49">99c4f49</a>), closes <a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4266">#4266</a></li>
</ul>
<h3>Features</h3>
<ul>
<li>feat(cli): allow migrating cjs <code>presets</code> to <code>transform</code> config (<a href="https://github.com/kulshekhar/ts-jest/commit/22fb027">22fb027</a>)</li>
<li>feat(presets): add util functions to create ESM presets (<a href="https://github.com/kulshekhar/ts-jest/commit/06f78ed">06f78ed</a>), close <a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4200">#4200</a></li>
<li>feat(presets): add util functions to create CJS presets (<a href="https://github.com/kulshekhar/ts-jest/commit/f9cc3c0">f9cc3c0</a>), close <a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4200">#4200</a></li>
</ul>
<h3>Code refactoring</h3>
<ul>
<li>refactor: replace lodash deps with native js implementation (<a href="https://github.com/kulshekhar/ts-jest/commit/40f1708">40f1708</a>)</li>
<li>refactor: use <code>TsJestTransformerOptions</code> type everywhere possibly (<a href="https://github.com/kulshekhar/ts-jest/commit/7d001be">7d001be</a>)</li>
<li>refactor(cli): use new preset util functions to initialize test config (<a href="https://github.com/kulshekhar/ts-jest/commit/c2b56ca">c2b56ca</a>)</li>
<li>refactor(presets): use create preset util functions for cjs presets (<a href="https://github.com/kulshekhar/ts-jest/commit/922d6d0">922d6d0</a>)</li>
<li>test: switch <code>react-app</code> to use Vite (<a href="https://github.com/kulshekhar/ts-jest/commit/827c8ad">827c8ad</a>)</li>
</ul>
<h2>DEPRECATIONS</h2>
<ul>
<li>refactor(cli): deprecate cli option <code>babel</code> (<a href="https://github.com/kulshekhar/ts-jest/commit/9617029">9617029</a>). Please use CLI argument <code>--js babel</code> instead.</li>
<li><code>createJestPreset</code> is deprecated. Please check documentation at <a href="https://kulshekhar.github.io/ts-jest/docs/getting-started/presets">https://kulshekhar.github.io/ts-jest/docs/getting-started/presets</a> to see alternative solutions.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/kulshekhar/ts-jest/commit/f94426236779455d127e8b52247de7ede3707d13"><code>f944262</code></a> chore(release): 29.2.2</li>
<li><a href="https://github.com/kulshekhar/ts-jest/commit/94db43f4d1c8d7b010d3ba78e6aa31af4aa25163"><code>94db43f</code></a> fix(compiler): update memory cache after changing <code>module</code> value</li>
<li><a href="https://github.com/kulshekhar/ts-jest/commit/e80594d5d57a4589526afc257d76a5c7bf7ddd9a"><code>e80594d</code></a> build(deps): Update dependency ts-jest to ^29.2.1</li>
<li><a href="https://github.com/kulshekhar/ts-jest/commit/b669f23f3c1527b048ce0f8ab841cdc01590bef7"><code>b669f23</code></a> chore(release): 29.2.1</li>
<li><a href="https://github.com/kulshekhar/ts-jest/commit/ff4b302ae34320dfe9ef317af406f5693efc6c07"><code>ff4b302</code></a> fix: set <code>allowSyntheticDefaultImports</code> properly</li>
<li><a href="https://github.com/kulshekhar/ts-jest/commit/083cd893d7e6446c61d99f934ea9ec795126913b"><code>083cd89</code></a> test(examples): use <code>module: Node16</code> for CJS tests where possible</li>
<li><a href="https://github.com/kulshekhar/ts-jest/commit/54b374a18200fa172612330567873375bd60d58f"><code>54b374a</code></a> test(examples): replace <code>globals.d.ts</code> with <code>@types/jest</code> for projects</li>
<li><a href="https://github.com/kulshekhar/ts-jest/commit/2f5cc0ccad787202ee6fb76694487d661e1a0711"><code>2f5cc0c</code></a> fix(compiler): support <code>Node16/NodeNext</code> value for <code>target</code></li>
<li><a href="https://github.com/kulshekhar/ts-jest/commit/72013750be2bbb8722707f23d1689afe1a562f0f"><code>7201375</code></a> test(examples): use preset util functions in all example projects</li>
<li><a href="https://github.com/kulshekhar/ts-jest/commit/26e31a719dd26888e3b8b6c0f0528da7f12cbb19"><code>26e31a7</code></a> fix: move <code>ejs</code> to <code>dep</code> instead of <code>peerDep</code></li>
<li>Additional commits viewable in <a href="https://github.com/kulshekhar/ts-jest/compare/v29.1.5...v29.2.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.1.5&new-version=29.2.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>
  • Loading branch information
dependabot[bot] authored Jul 13, 2024
1 parent 6f96a5d commit 5363be3
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 8 deletions.
141 changes: 134 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"mongodb-memory-server": "^9.4.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"ts-jest": "^29.1.5",
"ts-jest": "^29.2.2",
"ts-node": "^10.9.2",
"tslint": "^6.1.3",
"typedoc": "^0.26.3",
Expand Down

0 comments on commit 5363be3

Please sign in to comment.