[PR #457] [MERGED] chore(deps-dev): bump ts-jest from 29.1.2 to 29.1.4 in /web #467

Closed
opened 2026-03-03 16:38:32 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/457
Author: @dependabot[bot]
Created: 6/1/2024
Status: Merged
Merged: 6/2/2024
Merged by: @AchoArnold

Base: mainHead: dependabot/npm_and_yarn/web/ts-jest-29.1.4


📝 Commits (1)

  • b7e7352 chore(deps-dev): bump ts-jest from 29.1.2 to 29.1.4 in /web

📊 Changes

2 files changed (+3072 additions, -8843 deletions)

View changed files

📝 web/package.json (+1 -1)
📝 web/pnpm-lock.yaml (+3071 -8842)

📄 Description

Bumps ts-jest from 29.1.2 to 29.1.4.

Release notes

Sourced from ts-jest's releases.

v29.1.4

Please refer to CHANGELOG.md for details.

v29.1.3

Please refer to CHANGELOG.md for details.

Changelog

Sourced from ts-jest's changelog.

29.1.4 (2024-05-28)

Bug Fixes

  • fix(transformer): allow transforming of .cts/.mts extensions. (#3996) (b8f6eaa), closes #3996

Features

29.1.3 (2024-05-21)

Bug Fixes

  • add @jest/transform as an optional peer dependency (0ba7f86)
  • bring back Node 14 support (eda56a7)

Performance Improvements

  • remove ts resolved module cache file (4c88da5)
Commits
  • 150c492 chore(release): 29.1.4
  • 81a5f64 feat: make cli generate esm config based on type: "module" (#4210)
  • b8f6eaa fix(transformer): allow transforming of .cts/.mts extensions. (#3996)
  • 3efa2e2 build(deps): Update @​types packages to ^7.11.0
  • e2c6d54 build(deps): Update softprops/action-gh-release action to v2
  • ad416b4 build(deps): Update dependency @​types/rimraf to v4
  • bf0c0cc build(deps): Update dependency esbuild to ~0.21.4
  • b5eb0ce build(deps): Update babel monorepo to ^7.24.6
  • 60ea3ee build(deps): Update dependency @​types/node to v20
  • 8c15775 build: upgrade deps for documentation site
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NdoleStudio/httpsms/pull/457 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/1/2024 **Status:** ✅ Merged **Merged:** 6/2/2024 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/ts-jest-29.1.4` --- ### 📝 Commits (1) - [`b7e7352`](https://github.com/NdoleStudio/httpsms/commit/b7e73529d3aff523de338ebefe635927b0e92912) chore(deps-dev): bump ts-jest from 29.1.2 to 29.1.4 in /web ### 📊 Changes **2 files changed** (+3072 additions, -8843 deletions) <details> <summary>View changed files</summary> 📝 `web/package.json` (+1 -1) 📝 `web/pnpm-lock.yaml` (+3071 -8842) </details> ### 📄 Description Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.2 to 29.1.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kulshekhar/ts-jest/releases">ts-jest's releases</a>.</em></p> <blockquote> <h2>v29.1.4</h2> <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v29.1.3</h2> <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">ts-jest's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/kulshekhar/ts-jest/compare/v29.1.3...v29.1.4">29.1.4</a> (2024-05-28)</h2> <h3>Bug Fixes</h3> <ul> <li>fix(transformer): allow transforming of .cts/.mts extensions. (<a href="https://redirect.github.com/kulshekhar/ts-jest/issues/3996">#3996</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/b8f6eaa">b8f6eaa</a>), closes <a href="https://redirect.github.com/kulshekhar/ts-jest/issues/3996">#3996</a></li> </ul> <h3>Features</h3> <ul> <li>feat: make cli generate esm config based on <code>type: &quot;module&quot;</code> (<a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4210">#4210</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/81a5f64">81a5f64</a>), closes <a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4210">#4210</a> <a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4012">#4012</a></li> </ul> <h2><a href="https://github.com/kulshekhar/ts-jest/compare/v29.1.2...v29.1.3">29.1.3</a> (2024-05-21)</h2> <h3>Bug Fixes</h3> <ul> <li>add <code>@jest/transform</code> as an optional peer dependency (<a href="https://github.com/kulshekhar/ts-jest/commit/0ba7f861c3e1905de5627b4e5d2a2cadad011b67">0ba7f86</a>)</li> <li>bring back Node 14 support (<a href="https://github.com/kulshekhar/ts-jest/commit/eda56a779789d70963b7572e2914b2a3a25ac43a">eda56a7</a>)</li> </ul> <h3>Performance Improvements</h3> <ul> <li>remove ts resolved module cache file (<a href="https://github.com/kulshekhar/ts-jest/commit/4c88da58991b000aa90ea489acfa6aed39b36120">4c88da5</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kulshekhar/ts-jest/commit/150c4928c8cd612d788ed078da782bc5250bf6c3"><code>150c492</code></a> chore(release): 29.1.4</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/81a5f64e054463fe791855a99cd3abf69d6d45a1"><code>81a5f64</code></a> feat: make cli generate esm config based on <code>type: &quot;module&quot;</code> (<a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4210">#4210</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/b8f6eaa66662f6463c330645129c07a86722a2b2"><code>b8f6eaa</code></a> fix(transformer): allow transforming of .cts/.mts extensions. (<a href="https://redirect.github.com/kulshekhar/ts-jest/issues/3996">#3996</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/3efa2e28a89809854e423a53dea1b600345d8f60"><code>3efa2e2</code></a> build(deps): Update <a href="https://github.com/types"><code>@​types</code></a> packages to ^7.11.0</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/e2c6d5438c2be488ac098020a3a302111d135cce"><code>e2c6d54</code></a> build(deps): Update softprops/action-gh-release action to v2</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/ad416b4969d5af3d63d16b9c83663813d8065f34"><code>ad416b4</code></a> build(deps): Update dependency <code>@​types/rimraf</code> to v4</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/bf0c0cc58c6b333de26e2016f27838b2eae00bee"><code>bf0c0cc</code></a> build(deps): Update dependency esbuild to ~0.21.4</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/b5eb0ce0f10047d09d7be4706c4b5d33652c8124"><code>b5eb0ce</code></a> build(deps): Update babel monorepo to ^7.24.6</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/60ea3ee31b93626dc2cb9409ba2e659e03b74824"><code>60ea3ee</code></a> build(deps): Update dependency <code>@​types/node</code> to v20</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/8c15775d4e681798b98e5e8cb066f03280a28932"><code>8c15775</code></a> build: upgrade deps for documentation site</li> <li>Additional commits viewable in <a href="https://github.com/kulshekhar/ts-jest/compare/v29.1.2...v29.1.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ts-jest&package-manager=npm_and_yarn&previous-version=29.1.2&new-version=29.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:38:32 +03:00
Sign in to join this conversation.
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
starred/httpsms#467
No description provided.