Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps-dev): Bump ts-jest from 26.5.5 to 26.5.6 (#328)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.5.5 to 26.5.6. <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.5...v26.5.6">26.5.6</a> (2021-05-05)</h2> <h3>Code Refactoring</h3> <ul> <li>refactor(config): show warning message for <code>sourceMap: false</code> (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/pull/2557">#2557</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/cf609900e2c5937755123bd08ca2c5f2ff5e0651">cf60990</a>).</li> </ul> <h1><a href="https://github.com/kulshekhar/ts-jest/compare/v27.0.0-next.11...v27.0.0-next.12">27.0.0-next.12</a> (2021-05-05)</h1> <h3>Features</h3> <ul> <li><strong>config:</strong> allow disable sourcemap (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/2544">#2544</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/47da6ada5089e58e9bc68ce8e9bc9e17aaa127ae">47da6ad</a>)</li> </ul> <h2>BREAKING CHANGES</h2> <ul> <li>By default, <code>ts-jest</code> will use <code>sourceMap</code> option from your <code>tsconfig</code>. If users want to have sourcemap on, they need to either remove <code>sourceMap</code> or set <code>sourceMap: true</code> in <code>tsconfig</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kulshekhar/ts-jest/commit/46bf72d8bac9a9eccfdb61d96862242bf2ea5dd7"><code>46bf72d</code></a> chore(release): 26.5.6 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/2559">#2559</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/cf609900e2c5937755123bd08ca2c5f2ff5e0651"><code>cf60990</code></a> refactor(config): show warning message for <code>sourceMap: false</code> (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/2557">#2557</a>)</li> <li>See full diff in <a href="https://github.com/kulshekhar/ts-jest/compare/v26.5.5...v26.5.6">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.5&new-version=26.5.6)](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