-
Notifications
You must be signed in to change notification settings - Fork 101
Commit a172046
Merge #815
815: build(deps-dev): bump ts-jest from 26.5.1 to 26.5.2 r=bidoubiwa a=dependabot-preview[bot]
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.5.1 to 26.5.2.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md">ts-jest's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/kulshekhar/ts-jest/compare/v26.5.1...v26.5.2">26.5.2</a> (2021-02-21)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>compiler:</strong> exclude files in <code>outDir</code> from compiler source files (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/2376">#2376</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/9034677f9ce0968339d3d942a70e888996fac532">9034677</a>), closes <a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/2350">#2350</a> <a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/2374">#2374</a></li>
<li><strong>config:</strong> define <code>matchTestFilePath</code> before <code>setupTsJestCfg</code> (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/2373">#2373</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/c427fea48a24b5ce6e8b9260d3c322583b062a77">c427fea</a>), closes <a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/2371">#2371</a></li>
<li><strong>config:</strong> improve emit skipped error message (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/2357">#2357</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/f2808bb0b15231c67ccb9a97ed606741213c03e6">f2808bb</a>)</li>
<li><strong>typings:</strong> set correct typing for <code>tsconfig</code>/<code>tsConfig</code> option (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/2377">#2377</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/d4f6aff3f181761bf25c64ff1a97dd19a69196f9">d4f6aff</a>), closes <a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/2368">#2368</a></li>
</ul>
<h1><a href="https://github.com/kulshekhar/ts-jest/compare/v27.0.0-next.5...v27.0.0-next.6">27.0.0-next.6</a> (2021-02-11)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>config:</strong> invalidate Jest transform cache when <code>astTransformers</code> value changes (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/2345">#2345</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/d726016a17a26215fad782cf57bb9b9bec807307">d726016</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>compiler:</strong> expose <code>TsCompiler</code> as public api (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/2344">#2344</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/871cd6a3abb10569a04d05f72bbb41c952665ed4">871cd6a</a>)</li>
<li><strong>config:</strong> support typed config options for jest config typescript (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/2335">#2335</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/3cfc37b1eba125fe861cea0415095dbe1f538520">3cfc37b</a>)</li>
<li><strong>presets:</strong> add typing for <code>presets</code> entry point (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/2337">#2337</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/1a3058f3b7f8a2e377cb6a7e829cea310a06d4fa">1a3058f</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/kulshekhar/ts-jest/commit/f54068b20a58f0390ba3b287cb26b51939f5185e"><code>f54068b</code></a> refactor(config): improve cannot process error message (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/2392">#2392</a>)</li>
<li><a href="https://github.com/kulshekhar/ts-jest/commit/c4e45ac059d4d28366ce3e5af2fd4e4e5f4cd885"><code>c4e45ac</code></a> chore(release): 26.5.2</li>
<li><a href="https://github.com/kulshekhar/ts-jest/commit/d4f6aff3f181761bf25c64ff1a97dd19a69196f9"><code>d4f6aff</code></a> fix(typings): set correct typing for <code>tsconfig</code>/<code>tsConfig</code> option (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/2377">#2377</a>)</li>
<li><a href="https://github.com/kulshekhar/ts-jest/commit/9034677f9ce0968339d3d942a70e888996fac532"><code>9034677</code></a> fix(compiler): exclude files in <code>outDir</code> from compiler source files (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/2376">#2376</a>)</li>
<li><a href="https://github.com/kulshekhar/ts-jest/commit/c427fea48a24b5ce6e8b9260d3c322583b062a77"><code>c427fea</code></a> fix(config): define <code>matchTestFilePath</code> before <code>setupTsJestCfg</code> (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/2373">#2373</a>)</li>
<li><a href="https://github.com/kulshekhar/ts-jest/commit/f2808bb0b15231c67ccb9a97ed606741213c03e6"><code>f2808bb</code></a> fix(config): improve emit skipped error message and ensure <code>outDir</code> always `T...</li>
<li>See full diff in <a href="https://github.com/kulshekhar/ts-jest/compare/v26.5.1...v26.5.2">compare view</a></li>
</ul>
</details>
<br />
[](https://dependabot.com/compatibility-score/?dependency-name=ts-jest&package-manager=npm_and_yarn&previous-version=26.5.1&new-version=26.5.2)
You can trigger a rebase of this PR 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 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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>File tree
Expand file treeCollapse file tree
2 files changed
+5
-5
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
2 files changed
+5
-5
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
Collapse file
+4-4Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5830 | 5830 | | |
5831 | 5831 | | |
5832 | 5832 | | |
5833 | | - | |
5834 | | - | |
5835 | | - | |
5836 | | - | |
| 5833 | + | |
| 5834 | + | |
| 5835 | + | |
| 5836 | + | |
5837 | 5837 | | |
5838 | 5838 | | |
5839 | 5839 | | |
| |||
0 commit comments