[PR #2394] [CLOSED] chore(deps-dev): bump ts-jest from 27.1.5 to 28.0.4 #3779

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 8cb88e8 chore(deps-dev): bump ts-jest from 27.1.5 to 28.0.4

📊 Changes

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

View changed files

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

📄 Description

Bumps ts-jest from 27.1.5 to 28.0.4.

Changelog

Sourced from ts-jest's changelog.

28.0.4 (2022-06-02)

Bug Fixes

28.0.3 (2022-05-23)

Bug Fixes

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

... (truncated)

Commits

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/2394 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/6/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/ts-jest-28.0.4` --- ### 📝 Commits (1) - [`8cb88e8`](https://github.com/hoppscotch/hoppscotch/commit/8cb88e8cfe9a478d561f5bd5da778f3452b9e590) chore(deps-dev): bump ts-jest from 27.1.5 to 28.0.4 ### 📊 Changes **3 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-app/package.json` (+1 -1) 📝 `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 28.0.4. <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.3...v28.0.4">28.0.4</a> (2022-06-02)</h2> <h3>Bug Fixes</h3> <ul> <li>remove <code>@types/jest</code> from peer deps (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3592">#3592</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/b66b656e0f29eea9234a4d1e883c6d249437f03c">b66b656</a>)</li> </ul> <h2><a href="https://github.com/kulshekhar/ts-jest/compare/v28.0.2...v28.0.3">28.0.3</a> (2022-05-23)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>security:</strong> update version of <code>json5</code> (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3528">#3528</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/b31f5bab142466fd8b6157ec03eff7316584e51d">b31f5ba</a>)</li> </ul> <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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kulshekhar/ts-jest/commit/43b72553c971f4f37538539c413de870d74bdf67"><code>43b7255</code></a> chore(release): 28.0.4 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3595">#3595</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/76e030daf368c1bbd379e28083f6560e54d9996e"><code>76e030d</code></a> build(deps): Update dependency glob to ^8.0.3 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3597">#3597</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/41155046ed4c563e30088aa8f21b50c5860da079"><code>4115504</code></a> build(deps): Update dependency esbuild to ~0.14.42 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3596">#3596</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/8b018ffbee2ab6131aedc3e28a51bab92cf5d4de"><code>8b018ff</code></a> build(deps): Update dependency <code>@​formatjs/ts-transformer</code> to ^3.9.7 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3594">#3594</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/b66b656e0f29eea9234a4d1e883c6d249437f03c"><code>b66b656</code></a> fix: remove <code>@types/jest</code> from peer deps (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3592">#3592</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/bfebf0c52e682486e895934705136e6ab1e01193"><code>bfebf0c</code></a> build(devs-infra): remove Dependabot (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3563">#3563</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/5b6faa6a8e345df18e97941b9dae36fc9b09b46b"><code>5b6faa6</code></a> chore(deps): add renovate.json (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3541">#3541</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/0c15aba050db007f331841b0d91989d2488ff84a"><code>0c15aba</code></a> test(e2e): upgrade e2e deps (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3535">#3535</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/49019b2703f4e670284912504b65e8c338b28985"><code>49019b2</code></a> build(deps-dev): bump eslint from 8.15.0 to 8.16.0 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3533">#3533</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/ab2c03fe93da8eb447a5dc1977556892118b0e04"><code>ab2c03f</code></a> build(deps-dev): bump <code>@​typescript-eslint/parser</code> from 5.25.0 to 5.26.0 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3534">#3534</a>)</li> <li>Additional commits viewable in <a href="https://github.com/kulshekhar/ts-jest/compare/v27.1.5...v28.0.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=27.1.5&new-version=28.0.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 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:21:47 +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#3779
No description provided.