Skip to content

Commit d75399f

Browse files
chore(deps): update dependency ts-jest to ^29.4.0 (#221)
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.4` -> `^29.4.0`](https://renovatebot.com/diffs/npm/ts-jest/29.3.4/29.4.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/ts-jest/29.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ts-jest/29.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ts-jest/29.3.4/29.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ts-jest/29.3.4/29.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>kulshekhar/ts-jest (ts-jest)</summary> ### [`v29.4.0`](https://redirect.github.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#2940-2025-06-11) [Compare Source](https://redirect.github.com/kulshekhar/ts-jest/compare/v29.3.4...v29.4.0) ##### Features - feat: support Jest 30 ([84e093e](https://redirect.github.com/kulshekhar/ts-jest/commit/84e093e)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MC41MC4wIiwidXBkYXRlZEluVmVyIjoiNDAuNTAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsibnBtIiwicmVub3ZhdGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9112814 commit d75399f

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
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.4",
44+
"ts-jest": "^29.4.0",
4545
"ts-node": "^10.9.2",
4646
"typescript": "^5.8.3"
4747
},

yarn.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3298,7 +3298,7 @@ jest-snapshot@^29.7.0:
32983298
pretty-format "^29.7.0"
32993299
semver "^7.5.3"
33003300

3301-
jest-util@^29.0.0, jest-util@^29.7.0:
3301+
jest-util@^29.7.0:
33023302
version "29.7.0"
33033303
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.7.0.tgz#23c2b62bfb22be82b44de98055802ff3710fc0bc"
33043304
integrity sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==
@@ -4650,15 +4650,14 @@ 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.4:
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==
4653+
ts-jest@^29.4.0:
4654+
version "29.4.0"
4655+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.0.tgz#bef0ee98d94c83670af7462a1617bf2367a83740"
4656+
integrity sha512-d423TJMnJGu80/eSgfQ5w/R+0zFJvdtTxwtF9KzFFunOpSeD+79lHJQIiAhluJoyGRbvj9NZJsl9WjCUo0ND7Q==
46574657
dependencies:
46584658
bs-logger "^0.2.6"
46594659
ejs "^3.1.10"
46604660
fast-json-stable-stringify "^2.1.0"
4661-
jest-util "^29.0.0"
46624661
json5 "^2.2.3"
46634662
lodash.memoize "^4.1.2"
46644663
make-error "^1.3.6"

0 commit comments

Comments
 (0)