Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump ts-jest from 29.1.1 to 29.1.5 (#766)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.1 to 29.1.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.1.5</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.1.4</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.1.3</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.1.2</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.4...v29.1.5">29.1.5</a> (2024-06-16)</h2> <h3>Bug Fixes</h3> <ul> <li>build(deps-dev): bump braces (<a href="https://github.com/kulshekhar/ts-jest/commit/5560334">5560334</a>), (<a href="https://github.com/kulshekhar/ts-jest/commit/59026b4">59026b4</a>), (<a href="https://github.com/kulshekhar/ts-jest/commit/0d9e359">0d9e359</a>)</li> </ul> <h2><a href="https://github.com/kulshekhar/ts-jest/compare/v29.1.3...v29.1.4">29.1.4</a> (2024-05-28)</h2> <h3>Bug Fixes</h3> <ul> <li>fix(transformer): allow transforming of .cts/.mts extensions. (<a href="https://github.com/kulshekhar/ts-jest/commit/b8f6eaa">b8f6eaa</a>), closes <a href="https://redirect.github.com/kulshekhar/ts-jest/issues/3996">#3996</a></li> </ul> <h3>Features</h3> <ul> <li>feat: make cli generate esm config based on <code>type: "module"</code> (<a href="https://github.com/kulshekhar/ts-jest/commit/81a5f64">81a5f64</a>), closes <a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4210">#4210</a> <a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4012">#4012</a></li> </ul> <h2><a href="https://github.com/kulshekhar/ts-jest/compare/v29.1.2...v29.1.3">29.1.3</a> (2024-05-21)</h2> <h3>Bug Fixes</h3> <ul> <li>add <code>@jest/transform</code> as an optional peer dependency (<a href="https://github.com/kulshekhar/ts-jest/commit/0ba7f861c3e1905de5627b4e5d2a2cadad011b67">0ba7f86</a>)</li> <li>bring back Node 14 support (<a href="https://github.com/kulshekhar/ts-jest/commit/eda56a779789d70963b7572e2914b2a3a25ac43a">eda56a7</a>)</li> </ul> <h3>Performance Improvements</h3> <ul> <li>remove ts resolved module cache file (<a href="https://github.com/kulshekhar/ts-jest/commit/4c88da58991b000aa90ea489acfa6aed39b36120">4c88da5</a>)</li> </ul> <h2><a href="https://github.com/kulshekhar/ts-jest/compare/v29.1.1...v29.1.2">29.1.2</a> (2024-01-22)</h2> <h3>Bug Fixes</h3> <ul> <li>calculated cache key based on <code>supportsStaticESM</code> (<a href="https://github.com/kulshekhar/ts-jest/commit/a5d6f2d4f4bfa1c7c217f6faf9310958797b436f">a5d6f2d</a>)</li> <li>correct error handling in <code>processAsync</code> (<a href="https://github.com/kulshekhar/ts-jest/commit/e7be4bf6a863cd76efec28f40fdd5193b2f50bad">e7be4bf</a>), closes <a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4207">#4207</a></li> <li>use <code>Config.ProjectConfig</code> (<a href="https://github.com/kulshekhar/ts-jest/commit/918312bee22a795ec6bb347f95df4c1ff0a054de">918312b</a>), closes <a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4028">#4028</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kulshekhar/ts-jest/commit/a5f3c8a65af8df42a50ee69800cea1dc505222a6"><code>a5f3c8a</code></a> chore(release): 29.1.5</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/78d61b39b2db9b4c9c3f92d1adb3c97b223f26e0"><code>78d61b3</code></a> build(deps): Update dependency eslint-plugin-jsdoc to ^48.2.12</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/59026b4341a05ba53abaab7c8695f69eb2ea735d"><code>59026b4</code></a> build(deps-dev): bump braces in /examples/type-module</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/32cc6bb48d126091c9c7cb002bb67dee8310aa68"><code>32cc6bb</code></a> build(deps): Update dependency eslint-plugin-jsdoc to ^48.2.11</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/487172c8ad28f6a1e31b4df548ddcba7328c3a9d"><code>487172c</code></a> build(deps): Update actions/checkout digest to 692973e</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/556033414c919c327bf908918d8653128646b323"><code>5560334</code></a> build(deps-dev): bump braces from 3.0.2 to 3.0.3 in /examples/js-with-ts</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/0d9e359b8def7c944b0304bb2714bef321cd8ea5"><code>0d9e359</code></a> build(deps): bump braces from 3.0.2 to 3.0.3 in /website</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/9803934e3dfa8b12bdd67fa363f027331bd8c6e5"><code>9803934</code></a> build(deps): Update dependency prettier to ^3.3.2</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/543182ae28b28b953e974d68df2844850e06bb50"><code>543182a</code></a> build(deps): Update dependency esbuild to ~0.21.5</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/b59777ee06261d640347868166242d7e18643832"><code>b59777e</code></a> build(deps): Update <a href="https://github.com/types"><code>@types</code></a> packages to ^7.13.0</li> <li>Additional commits viewable in <a href="https://github.com/kulshekhar/ts-jest/compare/v29.1.1...v29.1.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.1.1&new-version=29.1.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information