[PR #2326] [CLOSED] chore(deps-dev): bump ts-jest from 27.1.4 to 28.0.2 #3740

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • eaa7f96 chore(deps-dev): bump ts-jest from 27.1.4 to 28.0.2

📊 Changes

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

View changed files

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

📄 Description

Bumps ts-jest from 27.1.4 to 28.0.2.

Changelog

Sourced from ts-jest's changelog.

28.0.2 (2022-05-07)

Bug Fixes

  • transformers: use Array.sort in hoisting transformer (#3498) (e400a6e), closes #3476

28.0.1 (2022-05-03)

Bug Fixes

28.0.0 (2022-05-02)

Bug Fixes

  • legacy invoke Babel processAsync for babel-jest in ESM mode instead of process (#3430) (0d7356c)

Features

BREAKING CHANGES

  • path-mapping AST transformer is no longer shipped in ts-jest v28. Please use an alternative one like https://github.com/LeDDGroup/typescript-transform-paths instead.
  • Any imports ts-jest/dist/compiler/ts-compiler should change to ts-jest/dist/legacy/compiler/ts-compiler
  • Any imports ts-jest/dist/compiler/ts-jest-compiler should change to ts-jest/dist/legacy/compiler/ts-jest-compiler
  • Any imports ts-jest/dist/config/config-set should change to ts-jest/dist/legacy/config/config-set
  • Minimum support TypeScript version is now 4.3 since Jest 28 requires it.
  • Jest 28 is required.
  • core: Any imports ts-jest/utils should be replaced with ts-jest.
  • core: Starting from Jest 27.4, mocked has been integrated into Jest repo.
  • core: Support for Node.js v10 has been removed as Jest drops support for it.
Commits
  • aefc5f4 chore(release): 28.0.2 (#3501)
  • 966ca95 build(deps-dev): bump eslint from 8.14.0 to 8.15.0 (#3500)
  • 12d906d build(deps-dev): bump @​types/react from 18.0.8 to 18.0.9 (#3499)
  • e400a6e fix(transformers): use Array.sort in hoisting transformer (#3498)
  • 8e1e8dd build(deps-dev): bump @​types/jest from 27.4.1 to 27.5.0
  • 3621012 chore(release): 28.0.1
  • 3a4e48a fix: lower the required node version to ^16.10 (#1) (#3495)
  • ade9535 build(deps-dev): bump @​types/node from 17.0.30 to 17.0.31 (#3492)
  • b7182d7 build(deps-dev): bump @​typescript-eslint/eslint-plugin (#3491)
  • e1dccfb build(deps-dev): bump @​typescript-eslint/parser from 5.21.0 to 5.22.0 (#3493)
  • 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/2326 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/9/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/ts-jest-28.0.2` --- ### 📝 Commits (1) - [`eaa7f96`](https://github.com/hoppscotch/hoppscotch/commit/eaa7f96fa63dd1a4ee743c453b41a333c8a679f4) chore(deps-dev): bump ts-jest from 27.1.4 to 28.0.2 ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-app/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.4 to 28.0.2. <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/v28.0.1...v28.0.2">28.0.2</a> (2022-05-07)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>transformers:</strong> use <code>Array.sort</code> in hoisting transformer (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3498">#3498</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/e400a6ec0e4706f606ae9b1e2897b0bb1cff6343">e400a6e</a>), closes <a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3476">#3476</a></li> </ul> <h2><a href="https://github.com/kulshekhar/ts-jest/compare/v28.0.0...v28.0.1">28.0.1</a> (2022-05-03)</h2> <h3>Bug Fixes</h3> <ul> <li>lower the required node version to ^16.10 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3495">#3495</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/3a4e48afffa56f76efb98f48ad3e07a92731748e">3a4e48a</a>), closes <a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3494">#3494</a></li> </ul> <h1><a href="https://github.com/kulshekhar/ts-jest/compare/v28.0.0-next.3...v28.0.0">28.0.0</a> (2022-05-02)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>legacy</strong> invoke Babel <code>processAsync</code> for <code>babel-jest</code> in ESM mode instead of <code>process</code> (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3430">#3430</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/0d7356cd767a924e5b57e3a93679eef4ca8fae51">0d7356c</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>presets:</strong> add presets for legacy mode (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3465">#3465</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/543b4ad729d20fbd46a2de5cd4660dc50b94ebe7">543b4ad</a>)</li> <li>mark <code>ConfigSet</code> as legacy (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3456">#3456</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/a98672977a679d1ed882605a3e71ed405432ffdc">a986729</a>)</li> <li>mark <code>TsCompiler</code> and <code>TsJestCompiler</code> as legacy (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3457">#3457</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/0f2fe306762d8549bd29737becd4aed14a650427">0f2fe30</a>)</li> <li>remove <code>path-mapping</code> AST transformer (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3455">#3455</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/f5668698f8fab78b3008d936aa5001f134f530e2">f566869</a>)</li> <li>set Jest peer dependencies to v28 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3454">#3454</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/1e880fffe82bca231d1d23f6508f4ab4bc31e03e">1e880ff</a>)</li> <li><strong>core:</strong> drop support for Node.js 10 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3332">#3332</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/7a9aa615ea0be881105676a17d5bd655afdc27f5">7a9aa61</a>)</li> <li><strong>core:</strong> remove <code>mocked</code> testing util (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3333">#3333</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/2d9017ddfea39f45aa991876b314d1dbe4a36aad">2d9017d</a>)</li> <li><strong>core:</strong> remove <code>ts-jest/utils</code> sub path export (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3334">#3334</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/9f253d31dfcefa35ae00049d0d2dc4a3fe1b2f34">9f253d3</a>)</li> <li>mark <code>TsJestTransformer</code> as legacy (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3451">#3451</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/b0901799adc519959a954dba5e7b8fc8b97a9665">b090179</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li><code>path-mapping</code> AST transformer is no longer shipped in <code>ts-jest</code> v28. Please use an alternative one like <a href="https://github.com/LeDDGroup/typescript-transform-paths">https://github.com/LeDDGroup/typescript-transform-paths</a> instead.</li> <li>Any imports <code>ts-jest/dist/compiler/ts-compiler</code> should change to <code>ts-jest/dist/legacy/compiler/ts-compiler</code></li> <li>Any imports <code>ts-jest/dist/compiler/ts-jest-compiler</code> should change to <code>ts-jest/dist/legacy/compiler/ts-jest-compiler</code></li> <li>Any imports <code>ts-jest/dist/config/config-set</code> should change to <code>ts-jest/dist/legacy/config/config-set</code></li> <li>Minimum support <code>TypeScript</code> version is now <strong>4.3</strong> since Jest 28 requires it.</li> <li><strong>Jest 28</strong> is required.</li> <li><strong>core:</strong> Any imports <code>ts-jest/utils</code> should be replaced with <code>ts-jest</code>.</li> <li><strong>core:</strong> Starting from Jest 27.4, <code>mocked</code> has been integrated into Jest repo.</li> <li><strong>core:</strong> Support for Node.js v10 has been removed as Jest drops support for it.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kulshekhar/ts-jest/commit/aefc5f40e894aec77c9989a266b2a0ec9a3b727a"><code>aefc5f4</code></a> chore(release): 28.0.2 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3501">#3501</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/966ca95cd92657d405a7a5fe61b63c6a9d5d8dbe"><code>966ca95</code></a> build(deps-dev): bump eslint from 8.14.0 to 8.15.0 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3500">#3500</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/12d906db36ec20032a358f7bbf8b4395f2233ad2"><code>12d906d</code></a> build(deps-dev): bump <code>@​types/react</code> from 18.0.8 to 18.0.9 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3499">#3499</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/e400a6ec0e4706f606ae9b1e2897b0bb1cff6343"><code>e400a6e</code></a> fix(transformers): use <code>Array.sort</code> in hoisting transformer (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3498">#3498</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/8e1e8dd23d6b67314c31cf50afaf805c20494df6"><code>8e1e8dd</code></a> build(deps-dev): bump <code>@​types/jest</code> from 27.4.1 to 27.5.0</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/3621012046385e416efeae92d2e2eb771a4c68a1"><code>3621012</code></a> chore(release): 28.0.1</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/3a4e48afffa56f76efb98f48ad3e07a92731748e"><code>3a4e48a</code></a> fix: lower the required node version to ^16.10 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/1">#1</a>) (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3495">#3495</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/ade95354d2c1c2918c4f272e43823b71f9210229"><code>ade9535</code></a> build(deps-dev): bump <code>@​types/node</code> from 17.0.30 to 17.0.31 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3492">#3492</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/b7182d7cbb7c3188868636bda18e595e6a332ba5"><code>b7182d7</code></a> build(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code> (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3491">#3491</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/e1dccfb803cc7523bfa4d8de39cdd1b756be1362"><code>e1dccfb</code></a> build(deps-dev): bump <code>@​typescript-eslint/parser</code> from 5.21.0 to 5.22.0 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3493">#3493</a>)</li> <li>Additional commits viewable in <a href="https://github.com/kulshekhar/ts-jest/compare/v27.1.4...v28.0.2">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.4&new-version=28.0.2)](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:19:35 +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#3740
No description provided.