Skip to content

Commit

Permalink
Bump ts-jest from 29.2.4 to 29.2.5 in /gh_actions/third_party/no-resp…
Browse files Browse the repository at this point in the history
…onse (#3878)

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.2.4 to 29.2.5.
<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.2.5</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>
<h3><a href="https://github.com/kulshekhar/ts-jest/compare/v29.2.4...v29.2.5">29.2.5</a> (2024-08-23)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>build: build package with <code>NodeNext</code> module (<a href="https://github.com/kulshekhar/ts-jest/commit/9b3ade5">9b3ade5</a>)</li>
<li>fix: set value <code>ts/tsx</code> <code>extensionsToTreatAsEsm</code> in default esm preset (<a href="https://github.com/kulshekhar/ts-jest/commit/d9ff362">d9ff362</a>)</li>
<li>fix(compiler): fallback to <code>NodeJS</code> module resolution for ts 4.8 (<a href="https://github.com/kulshekhar/ts-jest/commit/b7d3409">b7d3409</a>), closes <a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4499">#4499</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/kulshekhar/ts-jest/commit/500a86307c2fffe97b2483a91c54d3b749e8ec0e"><code>500a863</code></a> chore(release): 29.2.5</li>
<li><a href="https://github.com/kulshekhar/ts-jest/commit/dce986e1e31ddcadb2cb8ffebc2574cf81090386"><code>dce986e</code></a> build(deps): Update dependency <code>@�babel/preset-env</code> to ^7.25.4</li>
<li><a href="https://github.com/kulshekhar/ts-jest/commit/48a28a63f2ae1c1cee780867229d14aebd1acb7d"><code>48a28a6</code></a> build(deps): Update dependency vite to ^5.4.2</li>
<li><a href="https://github.com/kulshekhar/ts-jest/commit/d9ff362490770aa99150610c01f710c967ebbc61"><code>d9ff362</code></a> fix: set value <code>ts/tsx</code> <code>extensionsToTreatAsEsm</code> in default esm preset</li>
<li><a href="https://github.com/kulshekhar/ts-jest/commit/00550eff98b005c61e1c14c6745cb53fc13b24fa"><code>00550ef</code></a> test: add e2e test case for ESM features</li>
<li><a href="https://github.com/kulshekhar/ts-jest/commit/978169ba31424b15f2a7628ad8c22578dfed892f"><code>978169b</code></a> build(deps): Update dependency <code>@�types/node</code> to v20.16.1</li>
<li><a href="https://github.com/kulshekhar/ts-jest/commit/e9a643c8267915fe073dc8229779023e5b85cd5f"><code>e9a643c</code></a> build(deps): Update dependency <code>@�types/node</code> to v20.16.0</li>
<li><a href="https://github.com/kulshekhar/ts-jest/commit/535edab00ed1ad8b117eaf773a59a6b68fab0429"><code>535edab</code></a> build(deps): Update dependency <code>@�types/node</code> to v20.15.0</li>
<li><a href="https://github.com/kulshekhar/ts-jest/commit/011a9d8904e631f87f49ca82589f9e7efd3a0fe2"><code>011a9d8</code></a> build(deps): Update dependency vite to ^5.4.1</li>
<li><a href="https://github.com/kulshekhar/ts-jest/commit/4eb8ccdf8b62dc89d2857c746f5b8d0347abf19a"><code>4eb8ccd</code></a> build: update renovate bot</li>
<li>Additional commits viewable in <a href="https://github.com/kulshekhar/ts-jest/compare/v29.2.4...v29.2.5">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.2.4&new-version=29.2.5)](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`.

---

<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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@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>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent a3baf0c commit d74f9fd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 33 deletions.
45 changes: 13 additions & 32 deletions gh_actions/third_party/no-response/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gh_actions/third_party/no-response/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
"prettier": "3.3.2",
"ts-jest": "^29.2.4",
"ts-jest": "^29.2.5",
"typescript": "^5.5.4"
}
}

0 comments on commit d74f9fd

Please sign in to comment.