121.md (9454B)
1 # PR #121 Bump ts-jest from 29.1.1 to 29.3.0 2 3 - **Status:** open 4 - **Author:** @dependabot[bot] 5 - **Created:** 2025-03-24T07:53:55Z 6 - **Branch:** dependabot/npm_and_yarn/ts-jest-29.3.0 → main 7 - **Labels:** dependencies, javascript 8 - **Diff:** [121.diff](./121.diff) 9 10 --- 11 12 Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.1 to 29.3.0. 13 <details> 14 <summary>Release notes</summary> 15 <p><em>Sourced from <a href="https://github.com/kulshekhar/ts-jest/releases">ts-jest's releases</a>.</em></p> 16 <blockquote> 17 <h2>v29.3.0</h2> 18 <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> 19 <h2>v29.2.6</h2> 20 <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> 21 <h2>v29.2.5</h2> 22 <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> 23 <h2>v29.2.4</h2> 24 <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> 25 <h2>v29.2.3</h2> 26 <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> 27 <h2>v29.2.2</h2> 28 <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> 29 <h2>v29.2.1</h2> 30 <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> 31 <h2>v29.2.0</h2> 32 <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> 33 <h2>v29.1.5</h2> 34 <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> 35 <h2>v29.1.4</h2> 36 <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> 37 <h2>v29.1.3</h2> 38 <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> 39 <h2>v29.1.2</h2> 40 <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> 41 </blockquote> 42 </details> 43 <details> 44 <summary>Changelog</summary> 45 <p><em>Sourced from <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">ts-jest's changelog</a>.</em></p> 46 <blockquote> 47 <h2><a href="https://github.com/kulshekhar/ts-jest/compare/v29.2.6...v29.3.0">29.3.0</a> (2025-03-21)</h2> 48 <h3>Features</h3> 49 <ul> 50 <li>feat: support hybrid <code>module</code> values for <code>isolatedModules: true</code> (<a href="https://github.com/kulshekhar/ts-jest/commit/f372121">f372121</a>)</li> 51 </ul> 52 <h3>Bug Fixes</h3> 53 <ul> 54 <li>fix: set <code>customConditions</code> to <code>undefined</code> in <code>TsCompiler</code> (<a href="https://github.com/kulshekhar/ts-jest/commit/b091d70">b091d70</a>), closes <a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4620">#4620</a></li> 55 </ul> 56 <h3>Code Refactoring</h3> 57 <ul> 58 <li>refactor: remove manual version checker (<a href="https://github.com/kulshekhar/ts-jest/commit/89458fc">89458fc</a>)</li> 59 <li>refactor: remove patching deps based on version checker (<a href="https://github.com/kulshekhar/ts-jest/commit/bac4c43">bac4c43</a>)</li> 60 <li>refactor: deprecate <code>RawCompilerOptions</code> interface (<a href="https://github.com/kulshekhar/ts-jest/commit/2b1b6cd">2b1b6cd</a>)</li> 61 <li>refactor: deprecate transform option <code>isolatedModules</code> (<a href="https://github.com/kulshekhar/ts-jest/commit/7dfef71">7dfef71</a>)</li> 62 </ul> 63 <h2>DEPRECATIONS</h2> 64 <ul> 65 <li><code>RawCompilerOptions</code> is deprecated in favor of <code>TsConfigJson.CompilerOptions</code> from <code>type-fest</code></li> 66 <li><code>isolatedModules</code> transform option is deprecated in favor of <a href="https://www.typescriptlang.org/tsconfig/#isolatedModules">https://www.typescriptlang.org/tsconfig/#isolatedModules</a></li> 67 </ul> 68 <h2><a href="https://github.com/kulshekhar/ts-jest/compare/v29.2.5...v29.2.6">29.2.6</a> (2025-02-22)</h2> 69 <h3>Bug Fixes</h3> 70 <ul> 71 <li>fix: escape dot for <code>JS_TRANSFORM_PATTERN</code> regex (<a href="https://github.com/kulshekhar/ts-jest/commit/8c91c60">8c91c60</a>)</li> 72 <li>fix: escape dot for <code>TS_JS_TRANSFORM_PATTERN</code> regex (<a href="https://github.com/kulshekhar/ts-jest/commit/3eea850">3eea850</a>)</li> 73 <li>fix: escape dot for <code>TS_TRANSFORM_PATTERN</code> regex (<a href="https://github.com/kulshekhar/ts-jest/commit/80d3e4d">80d3e4d</a>), closes <a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4579">#4579</a></li> 74 </ul> 75 <h2><a href="https://github.com/kulshekhar/ts-jest/compare/v29.2.4...v29.2.5">29.2.5</a> (2024-08-23)</h2> 76 <h3>Bug Fixes</h3> 77 <ul> 78 <li>build: build package with <code>NodeNext</code> module (<a href="https://github.com/kulshekhar/ts-jest/commit/9b3ade5">9b3ade5</a>)</li> 79 <li>fix: set value <code>ts/tsx</code> <code>extensionsToTreatAsEsm</code> in default esm preset (<a href="https://github.com/kulshekhar/ts-jest/commit/d9ff362">d9ff362</a>)</li> 80 <li>fix(compiler): fallback to <code>NodeJS</code> module resolution for ts 4.8 (<a href="https://github.com/kulshekhar/ts-jest/commit/b7d3409">b7d3409</a>), closes <a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4499">#4499</a></li> 81 </ul> 82 <!-- raw HTML omitted --> 83 </blockquote> 84 <p>... (truncated)</p> 85 </details> 86 <details> 87 <summary>Commits</summary> 88 <ul> 89 <li><a href="https://github.com/kulshekhar/ts-jest/commit/0ac38917aac39342f66112bcccd63edd11c5e2b1"><code>0ac3891</code></a> chore(release): 29.3.0</li> 90 <li><a href="https://github.com/kulshekhar/ts-jest/commit/4a33ec12844ff93bf3350719d5bd748dbb76b620"><code>4a33ec1</code></a> docs: update new compiler options interface</li> 91 <li><a href="https://github.com/kulshekhar/ts-jest/commit/130057e231bb156b6db854c1ba10f23587de0186"><code>130057e</code></a> build(deps): Update dependency eslint-plugin-prettier to ^5.2.4</li> 92 <li><a href="https://github.com/kulshekhar/ts-jest/commit/f3721214eecb6effa92c9ede505cbba9ed9fc5e4"><code>f372121</code></a> feat: support hybrid module values for <code>isolatedModules: true</code></li> 93 <li><a href="https://github.com/kulshekhar/ts-jest/commit/273dba1c44766f6da3d5b5ba398af03492a73dd3"><code>273dba1</code></a> build(deps): Update dependency eslint-plugin-jsdoc to ^50.6.9</li> 94 <li><a href="https://github.com/kulshekhar/ts-jest/commit/f5151576f2e9f01bc13fe808d9eca8eac0d3510a"><code>f515157</code></a> build(deps): Update ESLint packages</li> 95 <li><a href="https://github.com/kulshekhar/ts-jest/commit/708861b7a9856734f0eb626efeb95b819bca2599"><code>708861b</code></a> build(deps): Update dependency <code>@formatjs/ts-transformer</code> to ^3.13.33</li> 96 <li><a href="https://github.com/kulshekhar/ts-jest/commit/91cd0a6ce99c67b81ba03a1655cd5ac86d063249"><code>91cd0a6</code></a> build(deps): Update dependency <code>@types/node</code> to v20.17.25</li> 97 <li><a href="https://github.com/kulshekhar/ts-jest/commit/7c78c170e8d165db36547a130a2471f6e2d45711"><code>7c78c17</code></a> build(deps): Update ESLint packages to ^8.27.0</li> 98 <li><a href="https://github.com/kulshekhar/ts-jest/commit/2b1b6cd8085e6cdc807e4a3daf5d0ffb7946d2ac"><code>2b1b6cd</code></a> refactor: deprecate <code>RawCompilerOptions</code> interface</li> 99 <li>Additional commits viewable in <a href="https://github.com/kulshekhar/ts-jest/compare/v29.1.1...v29.3.0">compare view</a></li> 100 </ul> 101 </details> 102 <br /> 103 104 105 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 106 107 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`. 108 109 [//]: # (dependabot-automerge-start) 110 [//]: # (dependabot-automerge-end) 111 112 --- 113 114 <details> 115 <summary>Dependabot commands and options</summary> 116 <br /> 117 118 You can trigger Dependabot actions by commenting on this PR: 119 - `@dependabot rebase` will rebase this PR 120 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 121 - `@dependabot merge` will merge this PR after your CI passes on it 122 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 123 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 124 - `@dependabot reopen` will reopen this PR if it is closed 125 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 126 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency 127 - `@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) 128 - `@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) 129 - `@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) 130 131 132 </details> 133