Skip to content

Commit 93ccf6d

Browse files
chore(deps): update dependency ts-jest to ^29.3.3 (#219)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://redirect.github.com/kulshekhar/ts-jest)) | [`^29.3.2` -> `^29.3.3`](https://renovatebot.com/diffs/npm/ts-jest/29.3.2/29.3.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/ts-jest/29.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ts-jest/29.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ts-jest/29.3.2/29.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ts-jest/29.3.2/29.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>kulshekhar/ts-jest (ts-jest)</summary> ### [`v29.3.3`](https://redirect.github.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#2933-2025-05-14) [Compare Source](https://redirect.github.com/kulshekhar/ts-jest/compare/v29.3.2...v29.3.3) ##### Bug Fixes - fix(cli): init config with preset creator functions ([cdd3039](https://redirect.github.com/kulshekhar/ts-jest/commit/cdd3039)), closes [#&#8203;4840](https://redirect.github.com/kulshekhar/ts-jest/issues/4840) - fix(config): disable `isolatedDeclarations` ([5d6b35f](https://redirect.github.com/kulshekhar/ts-jest/commit/5d6b35f)), closes [#&#8203;4847](https://redirect.github.com/kulshekhar/ts-jest/issues/4847) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone UTC, Automerge - "after 8:00 before 23:00 every weekday except on Friday" in timezone UTC. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/valora-inc/typescript-app-starter). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xMS4xOCIsInVwZGF0ZWRJblZlciI6IjQwLjExLjE4IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJucG0iLCJyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9643367 commit 93ccf6d

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"knip": "^5.2.2",
4242
"prettier": "^3.5.3",
4343
"shelljs": "^0.8.5",
44-
"ts-jest": "^29.3.2",
44+
"ts-jest": "^29.3.3",
4545
"ts-node": "^10.9.2",
4646
"typescript": "^5.8.3"
4747
},

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4270,10 +4270,10 @@ semver@^6.0.0, semver@^6.1.0, semver@^6.3.0, semver@^6.3.1:
42704270
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
42714271
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
42724272

4273-
semver@^7.0.0, semver@^7.1.1, semver@^7.3.2, semver@^7.3.5, semver@^7.3.7, semver@^7.4.0, semver@^7.5.3, semver@^7.5.4, semver@^7.7.1:
4274-
version "7.7.1"
4275-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
4276-
integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
4273+
semver@^7.0.0, semver@^7.1.1, semver@^7.3.2, semver@^7.3.5, semver@^7.3.7, semver@^7.4.0, semver@^7.5.3, semver@^7.5.4, semver@^7.7.2:
4274+
version "7.7.2"
4275+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
4276+
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
42774277

42784278
set-function-length@^1.2.1:
42794279
version "1.2.1"
@@ -4650,10 +4650,10 @@ ts-api-utils@^1.0.1:
46504650
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.1.tgz#8144e811d44c749cd65b2da305a032510774452d"
46514651
integrity sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==
46524652

4653-
ts-jest@^29.3.2:
4654-
version "29.3.2"
4655-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.3.2.tgz#0576cdf0a507f811fe73dcd16d135ce89f8156cb"
4656-
integrity sha512-bJJkrWc6PjFVz5g2DGCNUo8z7oFEYaz1xP1NpeDU7KNLMWPpEyV8Chbpkn8xjzgRDpQhnGMyvyldoL7h8JXyug==
4653+
ts-jest@^29.3.3:
4654+
version "29.3.4"
4655+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.3.4.tgz#9354472aceae1d3867a80e8e02014ea5901aee41"
4656+
integrity sha512-Iqbrm8IXOmV+ggWHOTEbjwyCf2xZlUMv5npExksXohL+tk8va4Fjhb+X2+Rt9NBmgO7bJ8WpnMLOwih/DnMlFA==
46574657
dependencies:
46584658
bs-logger "^0.2.6"
46594659
ejs "^3.1.10"
@@ -4662,8 +4662,8 @@ ts-jest@^29.3.2:
46624662
json5 "^2.2.3"
46634663
lodash.memoize "^4.1.2"
46644664
make-error "^1.3.6"
4665-
semver "^7.7.1"
4666-
type-fest "^4.39.1"
4665+
semver "^7.7.2"
4666+
type-fest "^4.41.0"
46674667
yargs-parser "^21.1.1"
46684668

46694669
ts-node@^10.9.2:
@@ -4734,10 +4734,10 @@ type-fest@^0.6.0:
47344734
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b"
47354735
integrity sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==
47364736

4737-
type-fest@^4.39.1:
4738-
version "4.40.0"
4739-
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.40.0.tgz#62bc09caccb99a75e1ad6b9b4653e8805e5e1eee"
4740-
integrity sha512-ABHZ2/tS2JkvH1PEjxFDTUWC8dB5OsIGZP4IFLhR293GqT5Y5qB1WwL2kMPYhQW9DVgVD8Hd7I8gjwPIf5GFkw==
4737+
type-fest@^4.41.0:
4738+
version "4.41.0"
4739+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.41.0.tgz#6ae1c8e5731273c2bf1f58ad39cbae2c91a46c58"
4740+
integrity sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==
47414741

47424742
typed-array-buffer@^1.0.2:
47434743
version "1.0.2"

0 commit comments

Comments
 (0)