Skip to content

Commit a172046

Browse files
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 /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=ts-jest&package-manager=npm_and_yarn&previous-version=26.5.1&new-version=26.5.2)](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>
2 parents 9af6448 + 1032f4d commit a172046

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"rollup-plugin-terser": "^7.0.0",
9696
"rollup-plugin-typescript2": "^0.30.0",
9797
"shx": "^0.3.2",
98-
"ts-jest": "^26.5.1",
98+
"ts-jest": "^26.5.2",
9999
"typescript": "4.2.2"
100100
}
101101
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5830,10 +5830,10 @@ tr46@^2.0.2:
58305830
dependencies:
58315831
punycode "^2.1.1"
58325832

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

0 commit comments

Comments
 (0)