Skip to content

Commit e17a364

Browse files
Bump ts-jest from 29.2.5 to 29.2.6 (#402)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.2.5 to 29.2.6. <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.6</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.5...v29.2.6">29.2.6</a> (2025-02-22)</h3> <h3>Bug Fixes</h3> <ul> <li>fix: escape dot for <code>JS_TRANSFORM_PATTERN</code> regex (<a href="https://github.com/kulshekhar/ts-jest/commit/8c91c60">8c91c60</a>)</li> <li>fix: escape dot for <code>TS_JS_TRANSFORM_PATTERN</code> regex (<a href="https://github.com/kulshekhar/ts-jest/commit/3eea850">3eea850</a>)</li> <li>fix: escape dot for <code>TS_TRANSFORM_PATTERN</code> regex (<a href="https://github.com/kulshekhar/ts-jest/commit/80d3e4d">80d3e4d</a>), closes <a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4579">#4579</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kulshekhar/ts-jest/commit/6a387675bf6b375dc02e700ae42a1f8584b111d7"><code>6a38767</code></a> chore(release): 29.2.6</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/36e50e4bc3e85bbf6b0c0685988979ed9bcde288"><code>36e50e4</code></a> docs: update transform regex</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/8c91c60b32f8e017bd9e6eda6a277d4e85a4b0dc"><code>8c91c60</code></a> fix: escape dot for <code>JS_TRANSFORM_PATTERN</code> regex</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/3eea850c43510b663dbf0592d98ef92a3c8670f2"><code>3eea850</code></a> fix: escape dot for <code>TS_JS_TRANSFORM_PATTERN</code> regex</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/80d3e4dc417f718ddf46bb5eaf9f88a712f2e767"><code>80d3e4d</code></a> fix: escape dot for <code>TS_TRANSFORM_PATTERN</code> regex</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/4811d4242ea2e64094c88228bcb70f8f231562ba"><code>4811d42</code></a> build(deps): Update JamesIves/github-pages-deploy-action action to v4.7.3</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/82d11169257d554e7d67770f4ec44ae70b3e4595"><code>82d1116</code></a> build(deps): Update babel monorepo to ^7.26.9</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/ab058a976240e6a0910c44fef1f54177a1456003"><code>ab058a9</code></a> build(deps): Update dependency <code>@​types/node</code> to v20.17.19</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/399e918ddf19193ea2b73187e39d66aa14a2d612"><code>399e918</code></a> build(deps): Update dependency <code>@​formatjs/ts-transformer</code> to ^3.13.32</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/54181f14685ad9393e9b3b1dca7b4c4d05ac95e5"><code>54181f1</code></a> build(deps): Update dependency <code>@​vitejs/plugin-react-swc</code> to ^3.8.0</li> <li>Additional commits viewable in <a href="https://github.com/kulshekhar/ts-jest/compare/v29.2.5...v29.2.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=29.2.5&new-version=29.2.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 - `@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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5dee5bc commit e17a364

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"jest": "29.7.0",
3939
"prettier": "3.4.2",
4040
"rimraf": "6.0.1",
41-
"ts-jest": "29.2.5",
41+
"ts-jest": "29.2.6",
4242
"typescript": "5.7.3",
4343
"typescript-eslint": "8.22.0"
4444
},

yarn.lock

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ __metadata:
548548
jest: "npm:29.7.0"
549549
prettier: "npm:3.4.2"
550550
rimraf: "npm:6.0.1"
551-
ts-jest: "npm:29.2.5"
551+
ts-jest: "npm:29.2.6"
552552
tslib: "npm:^2.8.1"
553553
typescript: "npm:5.7.3"
554554
typescript-eslint: "npm:8.22.0"
@@ -5225,7 +5225,7 @@ __metadata:
52255225
languageName: node
52265226
linkType: hard
52275227

5228-
"semver@npm:^7.3.5, semver@npm:^7.5.3, semver@npm:^7.5.4, semver@npm:^7.6.0, semver@npm:^7.6.3":
5228+
"semver@npm:^7.3.5, semver@npm:^7.5.3, semver@npm:^7.5.4, semver@npm:^7.6.0":
52295229
version: 7.6.3
52305230
resolution: "semver@npm:7.6.3"
52315231
bin:
@@ -5234,6 +5234,15 @@ __metadata:
52345234
languageName: node
52355235
linkType: hard
52365236

5237+
"semver@npm:^7.7.1":
5238+
version: 7.7.1
5239+
resolution: "semver@npm:7.7.1"
5240+
bin:
5241+
semver: bin/semver.js
5242+
checksum: 10c0/fd603a6fb9c399c6054015433051bdbe7b99a940a8fb44b85c2b524c4004b023d7928d47cb22154f8d054ea7ee8597f586605e05b52047f048278e4ac56ae958
5243+
languageName: node
5244+
linkType: hard
5245+
52375246
"set-function-length@npm:^1.2.1":
52385247
version: 1.2.2
52395248
resolution: "set-function-length@npm:1.2.2"
@@ -5645,9 +5654,9 @@ __metadata:
56455654
languageName: node
56465655
linkType: hard
56475656

5648-
"ts-jest@npm:29.2.5":
5649-
version: 29.2.5
5650-
resolution: "ts-jest@npm:29.2.5"
5657+
"ts-jest@npm:29.2.6":
5658+
version: 29.2.6
5659+
resolution: "ts-jest@npm:29.2.6"
56515660
dependencies:
56525661
bs-logger: "npm:^0.2.6"
56535662
ejs: "npm:^3.1.10"
@@ -5656,7 +5665,7 @@ __metadata:
56565665
json5: "npm:^2.2.3"
56575666
lodash.memoize: "npm:^4.1.2"
56585667
make-error: "npm:^1.3.6"
5659-
semver: "npm:^7.6.3"
5668+
semver: "npm:^7.7.1"
56605669
yargs-parser: "npm:^21.1.1"
56615670
peerDependencies:
56625671
"@babel/core": ">=7.0.0-beta.0 <8"
@@ -5678,7 +5687,7 @@ __metadata:
56785687
optional: true
56795688
bin:
56805689
ts-jest: cli.js
5681-
checksum: 10c0/acb62d168faec073e64b20873b583974ba8acecdb94681164eb346cef82ade8fb481c5b979363e01a97ce4dd1e793baf64d9efd90720bc941ad7fc1c3d6f3f68
5690+
checksum: 10c0/2a79bdb2631bbd004cd6ec171d62dc3681b86e7d1c20eece7f56e7c3df11a0f5a14f4831960b1ba8d1836787395c8f9dcbd084fd7f59246bbee8048feb93f892
56825691
languageName: node
56835692
linkType: hard
56845693

0 commit comments

Comments
 (0)