chore(deps): update dependency ts-jest to v29.4.4 #109

Merged
realaravinth merged 1 commit from renovate/ts-jest-29.x-lockfile into master 2025-10-02 13:36:10 +05:30
Member

This PR contains the following updates:

Package Change Age Confidence
ts-jest (source) 29.3.1 -> 29.4.4 age confidence

Release Notes

kulshekhar/ts-jest (ts-jest)

v29.4.4

Compare Source

Bug Fixes

v29.4.3

Compare Source

Bug Fixes

v29.4.2

Compare Source

v29.4.1

Compare Source

v29.4.0

Compare Source

Features

v29.3.4

Compare Source

Bug Fixes
  • fix: fix TsJestTransformerOptions type (3b11e29), closes #​4247
  • fix(cli): fix wrong path for preset creator fns (249eb2c)
  • fix(config): disable rewriteRelativeImportExtensions always (9b1f472), closes #​4855

v29.3.3

Compare Source

Bug Fixes

v29.3.2

Compare Source

Bug Fixes
  • fix: transpile js files from node_modules whenever Jest asks (968370e), closes #​4637

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.3.1` -> `29.4.4`](https://renovatebot.com/diffs/npm/ts-jest/29.3.1/29.4.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/ts-jest/29.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ts-jest/29.3.1/29.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>kulshekhar/ts-jest (ts-jest)</summary> ### [`v29.4.4`](https://github.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#2944-2025-09-19) [Compare Source](https://github.com/kulshekhar/ts-jest/compare/v29.4.3...v29.4.4) ##### Bug Fixes - revert **29.4.3** changes ([25cb706](https://github.com/kulshekhar/ts-jest/commit/25cb7065528f7a43b6c6ee5bb33fc3f940932ccd)), closes [#&#8203;5049](https://github.com/kulshekhar/ts-jest/issues/5049) ### [`v29.4.3`](https://github.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#2944-2025-09-19) [Compare Source](https://github.com/kulshekhar/ts-jest/compare/v29.4.2...v29.4.3) ##### Bug Fixes - revert **29.4.3** changes ([25cb706](https://github.com/kulshekhar/ts-jest/commit/25cb7065528f7a43b6c6ee5bb33fc3f940932ccd)), closes [#&#8203;5049](https://github.com/kulshekhar/ts-jest/issues/5049) ### [`v29.4.2`](https://github.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#2942-2025-09-15) [Compare Source](https://github.com/kulshekhar/ts-jest/compare/v29.4.1...v29.4.2) ### [`v29.4.1`](https://github.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#2941-2025-08-03) [Compare Source](https://github.com/kulshekhar/ts-jest/compare/v29.4.0...v29.4.1) ### [`v29.4.0`](https://github.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#2940-2025-06-11) [Compare Source](https://github.com/kulshekhar/ts-jest/compare/v29.3.4...v29.4.0) ##### Features - feat: support Jest 30 ([84e093e](https://github.com/kulshekhar/ts-jest/commit/84e093e)) ### [`v29.3.4`](https://github.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#2934-2025-05-16) [Compare Source](https://github.com/kulshekhar/ts-jest/compare/v29.3.3...v29.3.4) ##### Bug Fixes - fix: fix `TsJestTransformerOptions` type ([3b11e29](https://github.com/kulshekhar/ts-jest/commit/3b11e29)), closes [#&#8203;4247](https://github.com/kulshekhar/ts-jest/issues/4247) - fix(cli): fix wrong path for preset creator fns ([249eb2c](https://github.com/kulshekhar/ts-jest/commit/249eb2c)) - fix(config): disable `rewriteRelativeImportExtensions` always ([9b1f472](https://github.com/kulshekhar/ts-jest/commit/9b1f472)), closes [#&#8203;4855](https://github.com/kulshekhar/ts-jest/issues/4855) ### [`v29.3.3`](https://github.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#2933-2025-05-14) [Compare Source](https://github.com/kulshekhar/ts-jest/compare/v29.3.2...v29.3.3) ##### Bug Fixes - fix(cli): init config with preset creator functions ([cdd3039](https://github.com/kulshekhar/ts-jest/commit/cdd3039)), closes [#&#8203;4840](https://github.com/kulshekhar/ts-jest/issues/4840) - fix(config): disable `isolatedDeclarations` ([5d6b35f](https://github.com/kulshekhar/ts-jest/commit/5d6b35f)), closes [#&#8203;4847](https://github.com/kulshekhar/ts-jest/issues/4847) ### [`v29.3.2`](https://github.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#2932-2025-04-12) [Compare Source](https://github.com/kulshekhar/ts-jest/compare/v29.3.1...v29.3.2) ##### Bug Fixes - fix: transpile `js` files from `node_modules` whenever Jest asks ([968370e](https://github.com/kulshekhar/ts-jest/commit/968370e)), closes [#&#8203;4637](https://github.com/kulshekhar/ts-jest/issues/4637) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNDAuMSIsInVwZGF0ZWRJblZlciI6IjQxLjEyMi4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlLWJvdCJdfQ==-->
Author
Member

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
Unknown Syntax Error: Unsupported option name ("--ignore-platform").

$ yarn install [--json] [--immutable] [--immutable-cache] [--refresh-lockfile] [--check-cache] [--check-resolutions] [--inline-builds] [--mode #0]

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: yarn.lock ``` Unknown Syntax Error: Unsupported option name ("--ignore-platform"). $ yarn install [--json] [--immutable] [--immutable-cache] [--refresh-lockfile] [--check-cache] [--check-resolutions] [--inline-builds] [--mode #0] ```
renovate-bot force-pushed renovate/ts-jest-29.x-lockfile from bd1b5f392e
Some checks failed
renovate/artifacts Artifact file update failure
to 6a946ee613
Some checks failed
renovate/artifacts Artifact file update failure
2025-05-19 05:18:47 +05:30
Compare
renovate-bot changed title from chore(deps): update dependency ts-jest to v29.3.2 to chore(deps): update dependency ts-jest to v29.3.4 2025-05-19 05:18:50 +05:30
renovate-bot force-pushed renovate/ts-jest-29.x-lockfile from 6a946ee613
Some checks failed
renovate/artifacts Artifact file update failure
to 75ee836c9f
Some checks failed
renovate/artifacts Artifact file update failure
2025-06-16 06:07:31 +05:30
Compare
renovate-bot changed title from chore(deps): update dependency ts-jest to v29.3.4 to chore(deps): update dependency ts-jest to v29.4.0 2025-06-16 06:07:32 +05:30
renovate-bot force-pushed renovate/ts-jest-29.x-lockfile from 75ee836c9f
Some checks failed
renovate/artifacts Artifact file update failure
to 7603aa2c64
Some checks failed
renovate/artifacts Artifact file update failure
2025-08-04 05:25:16 +05:30
Compare
renovate-bot changed title from chore(deps): update dependency ts-jest to v29.4.0 to chore(deps): update dependency ts-jest to v29.4.1 2025-08-04 05:25:18 +05:30
renovate-bot force-pushed renovate/ts-jest-29.x-lockfile from 7603aa2c64
Some checks failed
renovate/artifacts Artifact file update failure
to 289ef84a26
Some checks failed
renovate/artifacts Artifact file update failure
2025-09-22 05:27:50 +05:30
Compare
renovate-bot changed title from chore(deps): update dependency ts-jest to v29.4.1 to chore(deps): update dependency ts-jest to v29.4.4 2025-09-22 05:27:54 +05:30
renovate-bot force-pushed renovate/ts-jest-29.x-lockfile from 289ef84a26
Some checks failed
renovate/artifacts Artifact file update failure
to 12a2f62355
Some checks failed
renovate/artifacts Artifact file update failure
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
2025-10-02 13:30:25 +05:30
Compare
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mCaptcha/pow_sha256-polyfill!109
No description provided.