[PR #2712] [CLOSED] build(deps-dev): bump ts-jest from 27.1.5 to 29.0.3 #4014

Closed
opened 2026-03-17 01:34:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2712
Author: @dependabot[bot]
Created: 9/30/2022
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/ts-jest-29.0.3


📝 Commits (1)

  • 0ae1b18 build(deps-dev): bump ts-jest from 27.1.5 to 29.0.3

📊 Changes

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

View changed files

📝 packages/hoppscotch-cli/package.json (+1 -1)
📝 packages/hoppscotch-js-sandbox/package.json (+1 -1)

📄 Description

Bumps ts-jest from 27.1.5 to 29.0.3.

Release notes

Sourced from ts-jest's releases.

v29.0.3

Please refer to CHANGELOG.md for details.

v29.0.2

Please refer to CHANGELOG.md for details.

v29.0.1

Please refer to CHANGELOG.md for details.

v29.0.0

Please refer to CHANGELOG.md for details.

v29.0.0-next.1

Please refer to CHANGELOG.md for details.

v29.0.0-next.0

Please refer to CHANGELOG.md for details.

v28.0.8

Please refer to CHANGELOG.md for details.

v28.0.7

No release notes provided.

v28.0.6

No release notes provided.

v28.0.5

No release notes provided.

v28.0.4

No release notes provided.

v28.0.3

No release notes provided.

v28.0.2

No release notes provided.

v28.0.1

No release notes provided.

v28.0.0

No release notes provided.

v28.0.0-next.3

No release notes provided.

v28.0.0-next.2

No release notes provided.

... (truncated)

Changelog

Sourced from ts-jest's changelog.

29.0.3 (2022-09-28)

Bug Fixes

  • merge config from globals with transformer config correctly (#3842) (9c9fd60), closes #3841
  • presets: allow merging transform config when using presets (#3833) (afc6a94)

Features

  • add useESM option to pathsToModuleNameMapper options (#3792) (eabe906)

29.0.2 (2022-09-23)

Bug Fixes

29.0.2 (2022-09-22)

Bug Fixes

29.0.1 (2022-09-13)

Bug Fixes

  • legacy: include existing globals config in cached config (#3803) (e79be47)

Features

  • add typings for ts-jest options via transform config (#3805) (664b0f2)

29.0.0 (2022-09-08)

... (truncated)

Commits
  • 4a27966 chore(release): 29.0.3 (#3847)
  • 9c9fd60 fix: merge config from globals with transformer config correctly (#3842)
  • c76195b build(deps): Update @​types packages to ^5.38.1 (#3838)
  • 5a54a63 test(e2e): change esm nodejs condition to 14.15.0 (#3835)
  • eabe906 feat: add useESM option to pathsToModuleNameMapper options (#3792)
  • 12a90d3 docs(devs-infra): add example transform match file regex (#3834)
  • afc6a94 fix(presets): allow merging transform config when using presets (#3833)
  • 071ccbd build(deps): Update dependency eslint to ^8.24.0 (#3831)
  • 0a33c98 chore(release): 29.0.2 (#3824)
  • 214cb8c fix: use transformer config in config:init instead of globals (#3829)
  • 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 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/hoppscotch/hoppscotch/pull/2712 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/30/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/ts-jest-29.0.3` --- ### 📝 Commits (1) - [`0ae1b18`](https://github.com/hoppscotch/hoppscotch/commit/0ae1b18ed67694272d4185381bc83880594657c1) build(deps-dev): bump ts-jest from 27.1.5 to 29.0.3 ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-cli/package.json` (+1 -1) 📝 `packages/hoppscotch-js-sandbox/package.json` (+1 -1) </details> ### 📄 Description Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 27.1.5 to 29.0.3. <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.0.3</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.0.2</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.0.1</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.0.0</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.0.0-next.1</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.0.0-next.0</h2> <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v28.0.8</h2> <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v28.0.7</h2> <p>No release notes provided.</p> <h2>v28.0.6</h2> <p>No release notes provided.</p> <h2>v28.0.5</h2> <p>No release notes provided.</p> <h2>v28.0.4</h2> <p>No release notes provided.</p> <h2>v28.0.3</h2> <p>No release notes provided.</p> <h2>v28.0.2</h2> <p>No release notes provided.</p> <h2>v28.0.1</h2> <p>No release notes provided.</p> <h2>v28.0.0</h2> <p>No release notes provided.</p> <h2>v28.0.0-next.3</h2> <p>No release notes provided.</p> <h2>v28.0.0-next.2</h2> <p>No release notes provided.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.0.2...v29.0.3">29.0.3</a> (2022-09-28)</h2> <h3>Bug Fixes</h3> <ul> <li>merge config from <code>globals</code> with transformer config correctly (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3842">#3842</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/9c9fd6097aea36a6e8b06b0e8841df22896f9121">9c9fd60</a>), closes <a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3841">#3841</a></li> <li><strong>presets:</strong> allow merging transform config when using presets (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3833">#3833</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/afc6a948b17c2dc22be51b1a9475a0f6ecbbc372">afc6a94</a>)</li> </ul> <h3>Features</h3> <ul> <li>add <code>useESM</code> option to <code>pathsToModuleNameMapper</code> options (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3792">#3792</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/eabe906e1dd6b132a7b0d05ffc13172cd8a6b73b">eabe906</a>)</li> </ul> <h2><a href="https://github.com/kulshekhar/ts-jest/compare/v29.0.1...v29.0.2">29.0.2</a> (2022-09-23)</h2> <h3>Bug Fixes</h3> <ul> <li>mark <code>ts-jest</code> as optional in <code>ConfigGlobals</code> (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3816">#3816</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/cbb88bba34dbb852d8f4013be6e020769feb306d">cbb88bb</a>), closes <a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3815">#3815</a></li> <li>use correct typings for <code>config:init</code> command (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3825">#3825</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/21b94dbca25b762f79e63b92dea12d830f444570">21b94db</a>)</li> </ul> <h2><a href="https://github.com/kulshekhar/ts-jest/compare/v29.0.1...v29.0.2">29.0.2</a> (2022-09-22)</h2> <h3>Bug Fixes</h3> <ul> <li>mark <code>ts-jest</code> as optional in <code>ConfigGlobals</code> (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3816">#3816</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/cbb88bba34dbb852d8f4013be6e020769feb306d">cbb88bb</a>), closes <a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3815">#3815</a></li> </ul> <h2><a href="https://github.com/kulshekhar/ts-jest/compare/v29.0.0...v29.0.1">29.0.1</a> (2022-09-13)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>legacy:</strong> include existing globals config in cached config (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3803">#3803</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/e79be47d2b81a677d0dd39d84328a38ca0f0ffc6">e79be47</a>)</li> </ul> <h3>Features</h3> <ul> <li>add typings for <code>ts-jest</code> options via <code>transform</code> config (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3805">#3805</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/664b0f2b446a36dd7661f4840ca3dd7722f1f6ff">664b0f2</a>)</li> </ul> <h1><a href="https://github.com/kulshekhar/ts-jest/compare/v29.0.0-next.1...v29.0.0">29.0.0</a> (2022-09-08)</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kulshekhar/ts-jest/commit/4a27966e55530f9199447f512523a14b3763457e"><code>4a27966</code></a> chore(release): 29.0.3 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3847">#3847</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/9c9fd6097aea36a6e8b06b0e8841df22896f9121"><code>9c9fd60</code></a> fix: merge config from <code>globals</code> with transformer config correctly (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3842">#3842</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/c76195baaacad7d1e0aadfa7320aa60d0a652f38"><code>c76195b</code></a> build(deps): Update <a href="https://github.com/types"><code>@​types</code></a> packages to ^5.38.1 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3838">#3838</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/5a54a63e1d200d4a2c9f65f1b7477408471f910d"><code>5a54a63</code></a> test(e2e): change esm nodejs condition to 14.15.0 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3835">#3835</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/eabe906e1dd6b132a7b0d05ffc13172cd8a6b73b"><code>eabe906</code></a> feat: add <code>useESM</code> option to <code>pathsToModuleNameMapper</code> options (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3792">#3792</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/12a90d30d637f0d284e4e214df7c96aae2def9c4"><code>12a90d3</code></a> docs(devs-infra): add example transform match file regex (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3834">#3834</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/afc6a948b17c2dc22be51b1a9475a0f6ecbbc372"><code>afc6a94</code></a> fix(presets): allow merging transform config when using presets (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3833">#3833</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/071ccbd2969a0590f911018131d61588036ed443"><code>071ccbd</code></a> build(deps): Update dependency eslint to ^8.24.0 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3831">#3831</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/0a33c9833b853908f47487b465d0c3e24b657371"><code>0a33c98</code></a> chore(release): 29.0.2 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3824">#3824</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/214cb8c47ca4c190372a2c003f890338c2d9b30d"><code>214cb8c</code></a> fix: use transformer config in <code>config:init</code> instead of <code>globals</code> (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3829">#3829</a>)</li> <li>Additional commits viewable in <a href="https://github.com/kulshekhar/ts-jest/compare/v27.1.5...v29.0.3">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=27.1.5&new-version=29.0.3)](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 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-17 01:34:49 +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/hoppscotch#4014
No description provided.