[PR #2464] [CLOSED] chore(deps-dev): bump ts-jest from 27.1.5 to 28.0.5 #3826

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • b74cb15 chore(deps-dev): bump ts-jest from 27.1.5 to 28.0.5

📊 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.5.

Changelog

Sourced from ts-jest's changelog.

28.0.5 (2022-06-11)

Bug Fixes

  • legacy: throw type check error in ESM mode with reject (#3618) (7dd01ff), closes #3507

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

... (truncated)

Commits
  • 33340d2 chore(release): 28.0.5 (#3627)
  • c999374 build(deps): Pin dependencies (#3629)
  • 6fb943c build(deps): Update dependency @​babel/core to ^7.18.5 (#3631)
  • 4be1e0d chore: renovate bot setting to pin actions to a full length commit SHA (#3628)
  • 800000c build(deps): Update dependency @​tsconfig/docusaurus to ^1.0.6 (#3626)
  • cde25d6 build(deps): Update dependency node-fetch to ^3.2.6 (#3624)
  • 17f248d build(deps): Update dependency esbuild to ~0.14.43 (#3623)
  • 770abea Update .ts extension for extensionsToTreatAsEsm option (#3622)
  • 7dd01ff fix(legacy): throw type check error in ESM mode with reject (#3618)
  • 719c25e build(deps): Update Jest packages to ^28.1.1 (#3621)
  • 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/2464 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/27/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/ts-jest-28.0.5` --- ### 📝 Commits (1) - [`b74cb15`](https://github.com/hoppscotch/hoppscotch/commit/b74cb1529e02fa7407b97e30f44d228f14908b23) chore(deps-dev): bump ts-jest from 27.1.5 to 28.0.5 ### 📊 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.5. <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.4...v28.0.5">28.0.5</a> (2022-06-11)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>legacy:</strong> throw type check error in ESM mode with <code>reject</code> (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3618">#3618</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/7dd01ffe0c7ad3add87b11227964544f2586355a">7dd01ff</a>), closes <a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3507">#3507</a></li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kulshekhar/ts-jest/commit/33340d29325eae1ea94cc60828a1f9e0710228dc"><code>33340d2</code></a> chore(release): 28.0.5 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3627">#3627</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/c999374ba3948de52f5f48c72ef621b387b43e9b"><code>c999374</code></a> build(deps): Pin dependencies (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3629">#3629</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/6fb943cb8e207b4d77f172642bb2bea99c672c7a"><code>6fb943c</code></a> build(deps): Update dependency <code>@​babel/core</code> to ^7.18.5 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3631">#3631</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/4be1e0dbb2f2c349db75afd7fde63ae1c7e9fe5c"><code>4be1e0d</code></a> chore: renovate bot setting to pin actions to a full length commit SHA (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3628">#3628</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/800000c81f55d3864d62573a27e97bcd66359d47"><code>800000c</code></a> build(deps): Update dependency <code>@​tsconfig/docusaurus</code> to ^1.0.6 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3626">#3626</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/cde25d6838b0a8b0e3250c46fcaa07a899e3eb4d"><code>cde25d6</code></a> build(deps): Update dependency node-fetch to ^3.2.6 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3624">#3624</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/17f248d6835fec785f032f9f51f8d21769a66925"><code>17f248d</code></a> build(deps): Update dependency esbuild to ~0.14.43 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3623">#3623</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/770abeae89692e33a7527e5b3ab6311fa567d10c"><code>770abea</code></a> Update .ts extension for extensionsToTreatAsEsm option (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3622">#3622</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/7dd01ffe0c7ad3add87b11227964544f2586355a"><code>7dd01ff</code></a> fix(legacy): throw type check error in ESM mode with <code>reject</code> (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3618">#3618</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/719c25e724474069099e4c3c55255e66b9e3d958"><code>719c25e</code></a> build(deps): Update Jest packages to ^28.1.1 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3621">#3621</a>)</li> <li>Additional commits viewable in <a href="https://github.com/kulshekhar/ts-jest/compare/v27.1.5...v28.0.5">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.5)](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:24:30 +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#3826
No description provided.