Skip to content

Commit

Permalink
chore(deps-dev): Bump ts-jest from 26.5.1 to 26.5.2
Browse files Browse the repository at this point in the history
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

If you make any changes to it yourself then they will take precedence over the rebase.

---

[//]: # (dependabot-end)

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 />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ts-jest&package-manager=npm_and_yarn&previous-version=26.5.1&new-version=26.5.2)](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


</details>
  • Loading branch information
dependabot[bot] committed Feb 24, 2021
1 parent f700fcb commit 05bba87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"jest-create-mock-instance": "^1.1.0",
"monocdk": "1.87.1",
"standard-version": "^9.1.1",
"ts-jest": "^26.5.1",
"ts-jest": "^26.5.2",
"typescript": "^4.2.2"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5877,10 +5877,10 @@ trim-off-newlines@^1.0.0:
resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3"
integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM=

ts-jest@^26.5.1:
version "26.5.1"
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.5.1.tgz#4d53ee4481552f57c1624f0bd3425c8b17996150"
integrity sha512-G7Rmo3OJMvlqE79amJX8VJKDiRcd7/r61wh9fnvvG8cAjhA9edklGw/dCxRSQmfZ/z8NDums5srSVgwZos1qfg==
ts-jest@^26.5.2:
version "26.5.2"
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.5.2.tgz#5281d6b44c2f94f71205728a389edc3d7995b0c4"
integrity sha512-bwyJ2zJieSugf7RB+o8fgkMeoMVMM2KPDE0UklRLuACxjwJsOrZNo6chrcScmK33YavPSwhARffy8dZx5LJdUQ==
dependencies:
"@types/jest" "26.x"
bs-logger "0.x"
Expand Down

0 comments on commit 05bba87

Please sign in to comment.