[PR #2516] [CLOSED] chore(deps-dev): bump ts-jest from 27.1.5 to 28.0.7 #3864

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 966d930 chore(deps-dev): bump ts-jest from 27.1.5 to 28.0.7

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

Changelog

Sourced from ts-jest's changelog.

28.0.7 (2022-07-15)

Bug Fixes

  • update @jest/types to be an optional peer dependency (#3690) (8a8c3fa), closes #3689

28.0.6 (2022-07-13)

Bug Fixes

  • config: don't show diagnostics warning with diagnostics: false (#3647) (9a9bc02), closes #3638
  • legacy: add useCaseSensitiveFileNames wherever needed (#3683) (c40bc34), closes #3665
  • set @jest/types as peer dependency (#3633) (24567e1)

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)

... (truncated)

Commits
  • d51bdbf Merge pull request #3692 from ahnpnl/release-28.0.7
  • 366cc88 chore(release): 28.0.7
  • 8a8c3fa fix: update @​jest/types to be an optional peer dependency (#3690)
  • 8f094bc build(deps): Update docusaurus monorepo to ^2.0.0-rc.1 (#3688)
  • 75a200e build(deps): Update actions/setup-node action to v3.4.1 (#3687)
  • f7893d3 build(deps): Update actions/setup-node digest to 2fddd88 (#3686)
  • b03bb1f build(deps): Update dependency ts-node to ^10.9.1 (#3685)
  • 6f83155 chore(release): 28.0.6 (#3684)
  • c40bc34 fix(legacy): add useCaseSensitiveFileNames wherever needed (#3683)
  • 9fc62e5 build(deps): Update dependency node-fetch to ^3.2.8 (#3681)
  • 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/2516 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/18/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/ts-jest-28.0.7` --- ### 📝 Commits (1) - [`966d930`](https://github.com/hoppscotch/hoppscotch/commit/966d9307732b4a05d01086ad0f4b7d66241d622a) chore(deps-dev): bump ts-jest from 27.1.5 to 28.0.7 ### 📊 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.7. <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.6...v28.0.7">28.0.7</a> (2022-07-15)</h2> <h3>Bug Fixes</h3> <ul> <li>update <code>@jest/types</code> to be an optional peer dependency (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3690">#3690</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/8a8c3fafecffd19380171c661e94246024cae2ff">8a8c3fa</a>), closes <a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3689">#3689</a></li> </ul> <h2><a href="https://github.com/kulshekhar/ts-jest/compare/v28.0.5...v28.0.6">28.0.6</a> (2022-07-13)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>config:</strong> don't show diagnostics warning with <code>diagnostics: false</code> (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3647">#3647</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/9a9bc02935968fb5eb9fd3614a1f7cce019b80d8">9a9bc02</a>), closes <a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3638">#3638</a></li> <li><strong>legacy:</strong> add <code>useCaseSensitiveFileNames</code> wherever needed (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3683">#3683</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/c40bc34625d63cccc0db7296e616af27868fe1fe">c40bc34</a>), closes <a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3665">#3665</a></li> <li>set <code>@jest/types</code> as peer dependency (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3633">#3633</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/24567e13d2780ad8a11c7ff35f9151ec53f8c211">24567e1</a>)</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kulshekhar/ts-jest/commit/d51bdbf5af4ab7f00e38e89e497b01dc418ecebf"><code>d51bdbf</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3692">#3692</a> from ahnpnl/release-28.0.7</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/366cc8824cdf479bf678d2eab70a9b8c20ade5f9"><code>366cc88</code></a> chore(release): 28.0.7</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/8a8c3fafecffd19380171c661e94246024cae2ff"><code>8a8c3fa</code></a> fix: update <code>@​jest/types</code> to be an optional peer dependency (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3690">#3690</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/8f094bcef20b3d9dcd79b02a9fadcd98e1ebe98f"><code>8f094bc</code></a> build(deps): Update docusaurus monorepo to ^2.0.0-rc.1 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3688">#3688</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/75a200e585c1c90e6668bd8813033ac01210f904"><code>75a200e</code></a> build(deps): Update actions/setup-node action to v3.4.1 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3687">#3687</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/f7893d30cc13a5583b8a02a5aa72e4760847d8f2"><code>f7893d3</code></a> build(deps): Update actions/setup-node digest to 2fddd88 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3686">#3686</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/b03bb1fc6388b6f4203755292dbcef743b205a55"><code>b03bb1f</code></a> build(deps): Update dependency ts-node to ^10.9.1 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3685">#3685</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/6f83155359a7bcad03c295b05ae0afaa96546df1"><code>6f83155</code></a> chore(release): 28.0.6 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3684">#3684</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/c40bc34625d63cccc0db7296e616af27868fe1fe"><code>c40bc34</code></a> fix(legacy): add <code>useCaseSensitiveFileNames</code> wherever needed (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3683">#3683</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/9fc62e5c2c7520b0d8589eb5f8767e5a528ede72"><code>9fc62e5</code></a> build(deps): Update dependency node-fetch to ^3.2.8 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3681">#3681</a>)</li> <li>Additional commits viewable in <a href="https://github.com/kulshekhar/ts-jest/compare/v27.1.5...v28.0.7">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.7)](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:26: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#3864
No description provided.