Skip to content

Commit a3527c2

Browse files
chore(deps): update dependency ts-jest to ^29.4.5 (#697)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://redirect.github.com/kulshekhar/ts-jest)) | [`^29.4.4` -> `^29.4.5`](https://renovatebot.com/diffs/npm/ts-jest/29.4.4/29.4.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/ts-jest/29.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ts-jest/29.4.4/29.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>kulshekhar/ts-jest (ts-jest)</summary> ### [`v29.4.5`](https://redirect.github.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#2945-2025-10-10) [Compare Source](https://redirect.github.com/kulshekhar/ts-jest/compare/v29.4.4...v29.4.5) ##### Bug Fixes - allow filtering modern module warning message with diagnostic code ([c290d4d](https://redirect.github.com/kulshekhar/ts-jest/commit/c290d4d7f68b47bc4f31b26f241b93ef667dcb72)), , closes [#&#8203;5013](https://redirect.github.com/kulshekhar/ts-jest/issues/5013) </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/address-metadata). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJucG0iLCJyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5f20a17 commit a3527c2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"jest": "^30.2.0",
6969
"jimp": "^0.22.12",
7070
"prettier": "^3.6.2",
71-
"ts-jest": "^29.4.4",
71+
"ts-jest": "^29.4.5",
7272
"ts-node": "^10.9.2"
7373
}
7474
}

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6322,18 +6322,18 @@ ts-api-utils@^1.3.0:
63226322
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
63236323
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
63246324

6325-
ts-jest@^29.4.4:
6326-
version "29.4.4"
6327-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.4.tgz#fc6fefe28652ed81b8e1381ef8391901d9f81417"
6328-
integrity sha512-ccVcRABct5ZELCT5U0+DZwkXMCcOCLi2doHRrKy1nK/s7J7bch6TzJMsrY09WxgUUIP/ITfmcDS8D2yl63rnXw==
6325+
ts-jest@^29.4.5:
6326+
version "29.4.5"
6327+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.5.tgz#a6b0dc401e521515d5342234be87f1ca96390a6f"
6328+
integrity sha512-HO3GyiWn2qvTQA4kTgjDcXiMwYQt68a1Y8+JuLRVpdIzm+UOLSHgl/XqR4c6nzJkq5rOkjc02O2I7P7l/Yof0Q==
63296329
dependencies:
63306330
bs-logger "^0.2.6"
63316331
fast-json-stable-stringify "^2.1.0"
63326332
handlebars "^4.7.8"
63336333
json5 "^2.2.3"
63346334
lodash.memoize "^4.1.2"
63356335
make-error "^1.3.6"
6336-
semver "^7.7.2"
6336+
semver "^7.7.3"
63376337
type-fest "^4.41.0"
63386338
yargs-parser "^21.1.1"
63396339

0 commit comments

Comments
 (0)