[PR #2376] [CLOSED] chore(deps-dev): bump ts-jest from 27.1.5 to 28.0.3 #3768

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • a461b2a chore(deps-dev): bump ts-jest from 27.1.5 to 28.0.3

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

Changelog

Sourced from ts-jest's changelog.

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

BREAKING CHANGES

... (truncated)

Commits
  • 8ce9f4f chore(release): 28.0.3 (#3531)
  • 67c4159 docs(devs-infra): update changelog of 27.1.5 (#3530)
  • 0f12189 build(deps-dev): bump @​types/node from 17.0.34 to 17.0.35 (#3526)
  • b31f5ba fix(security): update version of json5 (#3528)
  • 8ef4333 build(deps-dev): bump @​typescript-eslint/eslint-plugin (#3523)
  • 33ba1cd build(deps-dev): bump @​typescript-eslint/parser from 5.24.0 to 5.25.0 (#3524)
  • a1331b7 build(deps-dev): bump @​commitlint/cli from 16.2.4 to 17.0.0 (#3516)
  • 42ad521 build(deps-dev): bump eslint-plugin-jest from 26.2.0 to 26.2.2 (#3522)
  • 8174340 build(deps-dev): bump @​typescript-eslint/parser from 5.23.0 to 5.24.0 (#3517)
  • d620972 build(deps-dev): bump @​typescript-eslint/eslint-plugin (#3518)
  • 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/2376 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/30/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/ts-jest-28.0.3` --- ### 📝 Commits (1) - [`a461b2a`](https://github.com/hoppscotch/hoppscotch/commit/a461b2acb67059131a0a5bbb592ebc4765437d8a) chore(deps-dev): bump ts-jest from 27.1.5 to 28.0.3 ### 📊 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.3. <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.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> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kulshekhar/ts-jest/commit/8ce9f4fbe133bfcb2ed70612d2612c6c5e379f54"><code>8ce9f4f</code></a> chore(release): 28.0.3 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3531">#3531</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/67c4159e581823af7cc060f5d274819e007cabaf"><code>67c4159</code></a> docs(devs-infra): update changelog of 27.1.5 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3530">#3530</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/0f12189005ba1e919262628ca1b39e536d1ea880"><code>0f12189</code></a> build(deps-dev): bump <code>@​types/node</code> from 17.0.34 to 17.0.35 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3526">#3526</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/b31f5bab142466fd8b6157ec03eff7316584e51d"><code>b31f5ba</code></a> fix(security): update version of <code>json5</code> (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3528">#3528</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/8ef4333f8e3fbdf247724c3434b5985adbc6ee76"><code>8ef4333</code></a> build(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code> (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3523">#3523</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/33ba1cd8910134ef93e0410b6d9e02fe7b91ae22"><code>33ba1cd</code></a> build(deps-dev): bump <code>@​typescript-eslint/parser</code> from 5.24.0 to 5.25.0 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3524">#3524</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/a1331b7db6333667c3f0c5009f9d8969d772dac3"><code>a1331b7</code></a> build(deps-dev): bump <code>@​commitlint/cli</code> from 16.2.4 to 17.0.0 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3516">#3516</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/42ad521f56ebad34403bc1dba8cddaad0727d4b1"><code>42ad521</code></a> build(deps-dev): bump eslint-plugin-jest from 26.2.0 to 26.2.2 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3522">#3522</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/817434006a7e39922acfa86d66736aba9ac85288"><code>8174340</code></a> build(deps-dev): bump <code>@​typescript-eslint/parser</code> from 5.23.0 to 5.24.0 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3517">#3517</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/d62097214eaa26a8efe273440ca81f23fe6f8ce4"><code>d620972</code></a> build(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code> (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3518">#3518</a>)</li> <li>Additional commits viewable in <a href="https://github.com/kulshekhar/ts-jest/compare/v27.1.5...v28.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=28.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:21:14 +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#3768
No description provided.