Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade: [dependabot] - bump ts-jest from 29.1.5 to 29.2.0 (#490)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.5 to 29.2.0. <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.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> <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>)</li> <li>feat(presets): add util functions to create CJS presets (<a href="https://github.com/kulshekhar/ts-jest/commit/f9cc3c0">f9cc3c0</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/e9fc9661cb4da455e8e4fa2d1c36fda2e4ce901e"><code>e9fc966</code></a> docs: fix formatting</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/8f8f96a575c89daa2456b0dbff45b5f213171b17"><code>8f8f96a</code></a> chore(release): 29.2.0</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/7a3abe4c2e970b50bb06c68535902ec914d815b0"><code>7a3abe4</code></a> revert: allow <code>babelConfig</code> in default/js-with-ts presets</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/06f78ed7d2d9e98da29346fa494896046743ce6c"><code>06f78ed</code></a> feat(presets): add util functions to create ESM presets</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/922d6d08af15c36e5146d78d2b191c0ea87719f6"><code>922d6d0</code></a> refactor(presets): use create preset util functions for cjs presets</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/22fb027ebad144cc6180bddc7b271cc4ee956ab1"><code>22fb027</code></a> feat(cli): allow migrating cjs <code>presets</code> to <code>transform</code> config</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/72074d2f8aa819081da7f57f6049ba747b349aa2"><code>72074d2</code></a> build(deps): Update dependency <code>@types/node</code> to v20.14.10</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/5251354d2c1068acdb198578a56b2e0a81b17840"><code>5251354</code></a> refactor: <code>JsWithBabelPreset</code> not compat with original <code>transform</code> type</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/7d001be30a0859e3d1614c78b91c559fc6a6775f"><code>7d001be</code></a> refactor: use <code>TsJestTransformerOptions</code> everywhere possibly</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/9e99c242302c3a63fbc2ba16ceecdccf5ef96e91"><code>9e99c24</code></a> build(deps): Update JamesIves/github-pages-deploy-action action to v4.6.3</li> <li>Additional commits viewable in <a href="https://github.com/kulshekhar/ts-jest/compare/v29.1.5...v29.2.0">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.0)](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>
- Loading branch information