Bump ts-jest from 29.0.2 to 29.0.3 #26

Closed
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/ts-jest-29.0.3 into master
dependabot[bot] commented 2022-10-03 05:27:03 +00:00 (Migrated from github.com)

Bumps ts-jest from 29.0.2 to 29.0.3.

Release notes

Sourced from ts-jest's releases.

v29.0.3

Please refer to CHANGELOG.md for details.

Changelog

Sourced from ts-jest's changelog.

29.0.3 (2022-09-28)

Bug Fixes

  • merge config from globals with transformer config correctly (#3842) (9c9fd60), closes #3841
  • presets: allow merging transform config when using presets (#3833) (afc6a94)

Features

  • add useESM option to pathsToModuleNameMapper options (#3792) (eabe906)
Commits

Dependabot compatibility score

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 commands and options

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)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.0.2 to 29.0.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kulshekhar/ts-jest/releases">ts-jest's releases</a>.</em></p> <blockquote> <h2>v29.0.3</h2> <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">ts-jest's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/kulshekhar/ts-jest/compare/v29.0.2...v29.0.3">29.0.3</a> (2022-09-28)</h2> <h3>Bug Fixes</h3> <ul> <li>merge config from <code>globals</code> with transformer config correctly (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3842">#3842</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/9c9fd6097aea36a6e8b06b0e8841df22896f9121">9c9fd60</a>), closes <a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3841">#3841</a></li> <li><strong>presets:</strong> allow merging transform config when using presets (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3833">#3833</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/afc6a948b17c2dc22be51b1a9475a0f6ecbbc372">afc6a94</a>)</li> </ul> <h3>Features</h3> <ul> <li>add <code>useESM</code> option to <code>pathsToModuleNameMapper</code> options (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3792">#3792</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/eabe906e1dd6b132a7b0d05ffc13172cd8a6b73b">eabe906</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kulshekhar/ts-jest/commit/4a27966e55530f9199447f512523a14b3763457e"><code>4a27966</code></a> chore(release): 29.0.3 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3847">#3847</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/9c9fd6097aea36a6e8b06b0e8841df22896f9121"><code>9c9fd60</code></a> fix: merge config from <code>globals</code> with transformer config correctly (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3842">#3842</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/c76195baaacad7d1e0aadfa7320aa60d0a652f38"><code>c76195b</code></a> build(deps): Update <a href="https://github.com/types"><code>@​types</code></a> packages to ^5.38.1 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3838">#3838</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/5a54a63e1d200d4a2c9f65f1b7477408471f910d"><code>5a54a63</code></a> test(e2e): change esm nodejs condition to 14.15.0 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3835">#3835</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/eabe906e1dd6b132a7b0d05ffc13172cd8a6b73b"><code>eabe906</code></a> feat: add <code>useESM</code> option to <code>pathsToModuleNameMapper</code> options (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3792">#3792</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/12a90d30d637f0d284e4e214df7c96aae2def9c4"><code>12a90d3</code></a> docs(devs-infra): add example transform match file regex (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3834">#3834</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/afc6a948b17c2dc22be51b1a9475a0f6ecbbc372"><code>afc6a94</code></a> fix(presets): allow merging transform config when using presets (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3833">#3833</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/071ccbd2969a0590f911018131d61588036ed443"><code>071ccbd</code></a> build(deps): Update dependency eslint to ^8.24.0 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3831">#3831</a>)</li> <li>See full diff in <a href="https://github.com/kulshekhar/ts-jest/compare/v29.0.2...v29.0.3">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=29.0.2&new-version=29.0.3)](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>
dependabot[bot] commented 2022-10-03 08:58:32 +00:00 (Migrated from github.com)

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file. If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Pull request closed

Sign in to join this conversation.
No description provided.