Skip to content

Commit

Permalink
chore(deps): update dependency ts-jest to v29.1.5 (#461)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [ts-jest](https://kulshekhar.github.io/ts-jest)
([source](https://togithub.com/kulshekhar/ts-jest)) | [`29.1.2` ->
`29.1.5`](https://renovatebot.com/diffs/npm/ts-jest/29.1.2/29.1.5) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/ts-jest/29.1.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ts-jest/29.1.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ts-jest/29.1.2/29.1.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ts-jest/29.1.2/29.1.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>kulshekhar/ts-jest (ts-jest)</summary>

###
[`v29.1.5`](https://togithub.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#2915-2024-06-16)

[Compare
Source](https://togithub.com/kulshekhar/ts-jest/compare/v29.1.4...v29.1.5)

##### Bug Fixes

- build(deps-dev): bump braces
([5560334](https://togithub.com/kulshekhar/ts-jest/commit/5560334)),
([59026b4](https://togithub.com/kulshekhar/ts-jest/commit/59026b4)),
([0d9e359](https://togithub.com/kulshekhar/ts-jest/commit/0d9e359))

###
[`v29.1.4`](https://togithub.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#2914-2024-05-28)

[Compare
Source](https://togithub.com/kulshekhar/ts-jest/compare/v29.1.3...v29.1.4)

##### Bug Fixes

- fix(transformer): allow transforming of .cts/.mts extensions.
([#&#8203;3996](https://togithub.com/kulshekhar/ts-jest/issues/3996))
([b8f6eaa](https://togithub.com/kulshekhar/ts-jest/commit/b8f6eaa)),
closes
[#&#8203;3996](https://togithub.com/kulshekhar/ts-jest/issues/3996)

##### Features

- feat: make cli generate esm config based on `type: "module"`
([#&#8203;4210](https://togithub.com/kulshekhar/ts-jest/issues/4210))
([81a5f64](https://togithub.com/kulshekhar/ts-jest/commit/81a5f64)),
closes
[#&#8203;4210](https://togithub.com/kulshekhar/ts-jest/issues/4210)
[#&#8203;4012](https://togithub.com/kulshekhar/ts-jest/issues/4012)

###
[`v29.1.3`](https://togithub.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#2913-2024-05-21)

[Compare
Source](https://togithub.com/kulshekhar/ts-jest/compare/v29.1.2...v29.1.3)

##### Bug Fixes

- add `@jest/transform` as an optional peer dependency
([0ba7f86](https://togithub.com/kulshekhar/ts-jest/commit/0ba7f861c3e1905de5627b4e5d2a2cadad011b67))
- bring back Node 14 support
([eda56a7](https://togithub.com/kulshekhar/ts-jest/commit/eda56a779789d70963b7572e2914b2a3a25ac43a))

##### Performance Improvements

- remove ts resolved module cache file
([4c88da5](https://togithub.com/kulshekhar/ts-jest/commit/4c88da58991b000aa90ea489acfa6aed39b36120))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 3am on the first day of the
month" in timezone Etc/UTC, Automerge - At any time (no schedule
defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/ScaleLeap/jest-polly).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlYm90Il19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 1, 2024
1 parent 351e930 commit d19dd28
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 22 deletions.
40 changes: 19 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"jest": "29.7.0",
"node-fetch": "2.7.0",
"rimraf": "5.0.7",
"ts-jest": "29.1.2",
"ts-jest": "29.1.5",
"tsconfigs": "4.0.2",
"typescript": "5.5.3"
},
Expand Down

0 comments on commit d19dd28

Please sign in to comment.