You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by GitBox <gi...@apache.org> on 2021/02/24 07:09:29 UTC

[GitHub] [myfaces-tobago] dependabot[bot] opened a new pull request #557: chore(deps-dev): bump ts-jest from 26.5.1 to 26.5.2 in /tobago-theme/tobago-theme-standard/npm

dependabot[bot] opened a new pull request #557:
URL: https://github.com/apache/myfaces-tobago/pull/557


   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
   - `@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>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [myfaces-tobago] henningn commented on pull request #557: chore(deps-dev): bump ts-jest from 26.5.1 to 26.5.2 in /tobago-theme/tobago-theme-standard/npm

Posted by GitBox <gi...@apache.org>.
henningn commented on pull request #557:
URL: https://github.com/apache/myfaces-tobago/pull/557#issuecomment-784865641


   @dependabot squash and merge


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [myfaces-tobago] dependabot[bot] merged pull request #557: chore(deps-dev): bump ts-jest from 26.5.1 to 26.5.2 in /tobago-theme/tobago-theme-standard/npm

Posted by GitBox <gi...@apache.org>.
dependabot[bot] merged pull request #557:
URL: https://github.com/apache/myfaces-tobago/pull/557


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org