Files
bracket/frontend
dependabot[bot] 16ce3da1aa Bump ts-jest from 29.2.0 to 29.3.0 in /frontend (#1165)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.2.0 to
29.3.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.3.0</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.6</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.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.2.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.2.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.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>
</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.2.6...v29.3.0">29.3.0</a>
(2025-03-21)</h2>
<h3>Features</h3>
<ul>
<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>
</ul>
<h3>Bug Fixes</h3>
<ul>
<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>
</ul>
<h3>Code Refactoring</h3>
<ul>
<li>refactor: remove manual version checker (<a
href="https://github.com/kulshekhar/ts-jest/commit/89458fc">89458fc</a>)</li>
<li>refactor: remove patching deps based on version checker (<a
href="https://github.com/kulshekhar/ts-jest/commit/bac4c43">bac4c43</a>)</li>
<li>refactor: deprecate <code>RawCompilerOptions</code> interface (<a
href="https://github.com/kulshekhar/ts-jest/commit/2b1b6cd">2b1b6cd</a>)</li>
<li>refactor: deprecate transform option <code>isolatedModules</code>
(<a
href="https://github.com/kulshekhar/ts-jest/commit/7dfef71">7dfef71</a>)</li>
</ul>
<h2>DEPRECATIONS</h2>
<ul>
<li><code>RawCompilerOptions</code> is deprecated in favor of
<code>TsConfigJson.CompilerOptions</code> from
<code>type-fest</code></li>
<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>
</ul>
<h2><a
href="https://github.com/kulshekhar/ts-jest/compare/v29.2.5...v29.2.6">29.2.6</a>
(2025-02-22)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>fix: escape dot for <code>JS_TRANSFORM_PATTERN</code> regex (<a
href="https://github.com/kulshekhar/ts-jest/commit/8c91c60">8c91c60</a>)</li>
<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>
<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>
</ul>
<h2><a
href="https://github.com/kulshekhar/ts-jest/compare/v29.2.4...v29.2.5">29.2.5</a>
(2024-08-23)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>build: build package with <code>NodeNext</code> module (<a
href="https://github.com/kulshekhar/ts-jest/commit/9b3ade5">9b3ade5</a>)</li>
<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>
<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>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="0ac38917aa"><code>0ac3891</code></a>
chore(release): 29.3.0</li>
<li><a
href="4a33ec1284"><code>4a33ec1</code></a>
docs: update new compiler options interface</li>
<li><a
href="130057e231"><code>130057e</code></a>
build(deps): Update dependency eslint-plugin-prettier to ^5.2.4</li>
<li><a
href="f3721214ee"><code>f372121</code></a>
feat: support hybrid module values for <code>isolatedModules:
true</code></li>
<li><a
href="273dba1c44"><code>273dba1</code></a>
build(deps): Update dependency eslint-plugin-jsdoc to ^50.6.9</li>
<li><a
href="f5151576f2"><code>f515157</code></a>
build(deps): Update ESLint packages</li>
<li><a
href="708861b7a9"><code>708861b</code></a>
build(deps): Update dependency <code>@​formatjs/ts-transformer</code> to
^3.13.33</li>
<li><a
href="91cd0a6ce9"><code>91cd0a6</code></a>
build(deps): Update dependency <code>@​types/node</code> to
v20.17.25</li>
<li><a
href="7c78c170e8"><code>7c78c17</code></a>
build(deps): Update ESLint packages to ^8.27.0</li>
<li><a
href="2b1b6cd808"><code>2b1b6cd</code></a>
refactor: deprecate <code>RawCompilerOptions</code> interface</li>
<li>Additional commits viewable in <a
href="https://github.com/kulshekhar/ts-jest/compare/v29.2.0...v29.3.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.2.0&new-version=29.3.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-25 05:05:50 +00:00
..
2025-02-12 13:25:15 +01:00
2023-09-12 21:37:48 +02:00
2023-09-11 11:28:50 +02:00
2025-03-12 08:47:34 +01:00