Skip to content

Commit 61f95f6

Browse files
Bump ts-jest from 29.2.4 to 29.2.5 (#638)
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) You can trigger a rebase of this PR 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>
1 parent 3bca950 commit 61f95f6

File tree

2 files changed

+20
-31
lines changed

2 files changed

+20
-31
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"nodemon": "^3.1.4",
5959
"prettier": "^3.3.3",
6060
"sort-package-json": "^2.10.1",
61-
"ts-jest": "^29.2.4",
61+
"ts-jest": "^29.2.5",
6262
"ts-node": "^10.9.2",
6363
"typescript": "^5.5.4",
6464
"yaml": "^2.5.0"

yarn.lock

Lines changed: 19 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ __metadata:
849849
nodemon: "npm:^3.1.4"
850850
prettier: "npm:^3.3.3"
851851
sort-package-json: "npm:^2.10.1"
852-
ts-jest: "npm:^29.2.4"
852+
ts-jest: "npm:^29.2.5"
853853
ts-node: "npm:^10.9.2"
854854
typescript: "npm:^5.5.4"
855855
yaml: "npm:^2.5.0"
@@ -1668,7 +1668,7 @@ __metadata:
16681668
languageName: node
16691669
linkType: hard
16701670

1671-
"bs-logger@npm:0.x":
1671+
"bs-logger@npm:^0.2.6":
16721672
version: 0.2.6
16731673
resolution: "bs-logger@npm:0.2.6"
16741674
dependencies:
@@ -4402,7 +4402,7 @@ __metadata:
44024402
languageName: node
44034403
linkType: hard
44044404

4405-
"lodash.memoize@npm:4.x":
4405+
"lodash.memoize@npm:^4.1.2":
44064406
version: 4.1.2
44074407
resolution: "lodash.memoize@npm:4.1.2"
44084408
checksum: c8713e51eccc650422716a14cece1809cfe34bc5ab5e242b7f8b4e2241c2483697b971a604252807689b9dd69bfe3a98852e19a5b89d506b000b4187a1285df8
@@ -4452,15 +4452,6 @@ __metadata:
44524452
languageName: node
44534453
linkType: hard
44544454

4455-
"lru-cache@npm:^6.0.0":
4456-
version: 6.0.0
4457-
resolution: "lru-cache@npm:6.0.0"
4458-
dependencies:
4459-
yallist: "npm:^4.0.0"
4460-
checksum: cb53e582785c48187d7a188d3379c181b5ca2a9c78d2bce3e7dee36f32761d1c42983da3fe12b55cb74e1779fa94cdc2e5367c028a9b35317184ede0c07a30a9
4461-
languageName: node
4462-
linkType: hard
4463-
44644455
"lru-cache@npm:^7.5.1":
44654456
version: 7.18.3
44664457
resolution: "lru-cache@npm:7.18.3"
@@ -4477,7 +4468,7 @@ __metadata:
44774468
languageName: node
44784469
linkType: hard
44794470

4480-
"make-error@npm:1.x, make-error@npm:^1.1.1":
4471+
"make-error@npm:^1.1.1, make-error@npm:^1.3.6":
44814472
version: 1.3.6
44824473
resolution: "make-error@npm:1.3.6"
44834474
checksum: 171e458d86854c6b3fc46610cfacf0b45149ba043782558c6875d9f42f222124384ad0b468c92e996d815a8a2003817a710c0a160e49c1c394626f76fa45396f
@@ -5426,14 +5417,12 @@ __metadata:
54265417
languageName: node
54275418
linkType: hard
54285419

5429-
"semver@npm:2 || 3 || 4 || 5 || 6 || 7, semver@npm:^7.3.5, semver@npm:^7.5.3, semver@npm:^7.5.4, semver@npm:^7.6.0":
5430-
version: 7.6.0
5431-
resolution: "semver@npm:7.6.0"
5432-
dependencies:
5433-
lru-cache: "npm:^6.0.0"
5420+
"semver@npm:2 || 3 || 4 || 5 || 6 || 7, 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":
5421+
version: 7.6.3
5422+
resolution: "semver@npm:7.6.3"
54345423
bin:
54355424
semver: bin/semver.js
5436-
checksum: fbfe717094ace0aa8d6332d7ef5ce727259815bd8d8815700853f4faf23aacbd7192522f0dc5af6df52ef4fa85a355ebd2f5d39f554bd028200d6cf481ab9b53
5425+
checksum: 88f33e148b210c153873cb08cfe1e281d518aaa9a666d4d148add6560db5cd3c582f3a08ccb91f38d5f379ead256da9931234ed122057f40bb5766e65e58adaf
54375426
languageName: node
54385427
linkType: hard
54395428

@@ -5998,19 +5987,19 @@ __metadata:
59985987
languageName: node
59995988
linkType: hard
60005989

6001-
"ts-jest@npm:^29.2.4":
6002-
version: 29.2.4
6003-
resolution: "ts-jest@npm:29.2.4"
5990+
"ts-jest@npm:^29.2.5":
5991+
version: 29.2.5
5992+
resolution: "ts-jest@npm:29.2.5"
60045993
dependencies:
6005-
bs-logger: "npm:0.x"
5994+
bs-logger: "npm:^0.2.6"
60065995
ejs: "npm:^3.1.10"
6007-
fast-json-stable-stringify: "npm:2.x"
5996+
fast-json-stable-stringify: "npm:^2.1.0"
60085997
jest-util: "npm:^29.0.0"
60095998
json5: "npm:^2.2.3"
6010-
lodash.memoize: "npm:4.x"
6011-
make-error: "npm:1.x"
6012-
semver: "npm:^7.5.3"
6013-
yargs-parser: "npm:^21.0.1"
5999+
lodash.memoize: "npm:^4.1.2"
6000+
make-error: "npm:^1.3.6"
6001+
semver: "npm:^7.6.3"
6002+
yargs-parser: "npm:^21.1.1"
60146003
peerDependencies:
60156004
"@babel/core": ">=7.0.0-beta.0 <8"
60166005
"@jest/transform": ^29.0.0
@@ -6031,7 +6020,7 @@ __metadata:
60316020
optional: true
60326021
bin:
60336022
ts-jest: cli.js
6034-
checksum: 43be1d5625d44bc48815d91810e796d74682757b4f64677b54aae1f4da855476e50c01b92d54add4b02976ecf2cbb2f318d7c7788844328de44f145b95185fac
6023+
checksum: acb62d168faec073e64b20873b583974ba8acecdb94681164eb346cef82ade8fb481c5b979363e01a97ce4dd1e793baf64d9efd90720bc941ad7fc1c3d6f3f68
60356024
languageName: node
60366025
linkType: hard
60376026

@@ -6442,7 +6431,7 @@ __metadata:
64426431
languageName: node
64436432
linkType: hard
64446433

6445-
"yargs-parser@npm:^21.0.1, yargs-parser@npm:^21.1.1":
6434+
"yargs-parser@npm:^21.1.1":
64466435
version: 21.1.1
64476436
resolution: "yargs-parser@npm:21.1.1"
64486437
checksum: f84b5e48169479d2f402239c59f084cfd1c3acc197a05c59b98bab067452e6b3ea46d4dd8ba2985ba7b3d32a343d77df0debd6b343e5dae3da2aab2cdf5886b2

0 commit comments

Comments
 (0)