[PR #2463] [CLOSED] chore(deps-dev): bump jest from 27.5.1 to 28.1.1 #3822

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

📋 Pull Request Information

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

Base: mainHead: dependabot/npm_and_yarn/jest-28.1.1


📝 Commits (1)

  • 37b3b0f chore(deps-dev): bump jest from 27.5.1 to 28.1.1

📊 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 jest from 27.5.1 to 28.1.1.

Release notes

Sourced from jest's releases.

v28.1.1

Features

  • [jest] Expose Config type (#12848)
  • [@jest/reporters] Improve GitHubActionsReporters annotation format (#12826)
  • [@jest/types] Infer argument types passed to test and describe callback functions from each tables (#12885, #12905)

Fixes

  • [@jest/expect-utils] Fix deep equality of ImmutableJS OrderedMaps (#12763)
  • [jest-docblock] Handle multiline comments in parseWithComments (#12845)
  • [jest-mock] Improve spyOn error messages (#12901)
  • [jest-runtime] Correctly report V8 coverage with resetModules: true (#12912)
  • [jest-worker] Make JestWorkerFarm helper type to include methods of worker module that take more than one argument (#12839)

Chore & Maintenance

  • [docs] Updated docs to indicate that jest-environment-jsdom is a separate package #12828

  • [docs] Document the comments used by coverage providers #12835

  • [docs] Use docusaurus-remark-plugin-tab-blocks to format tabs with code examples (#12859)

  • [jest-haste-map] Bump walker version (#12324)

  • [expect] Adjust typings of lastCalledWith, nthCalledWith, toBeCalledWith matchers to allow a case there a mock was called with no arguments (#12807)

  • [@jest/expect-utils] Fix deep equality of ImmutableJS Lists (#12763)

  • [jest-core] Do not collect SIGNREQUEST as open handles (#12789)

New Contributors

Full Changelog: https://github.com/facebook/jest/compare/v28.1.0...v28.1.1

v28.1.0

Features

  • [jest-circus] Add failing test modifier that inverts the behaviour of tests (#12610)
  • [jest-environment-node, jest-environment-jsdom] Allow specifying customExportConditions (#12774)

Fixes

... (truncated)

Changelog

Sourced from jest's changelog.

28.1.1

Features

  • [jest] Expose Config type (#12848)
  • [@jest/reporters] Improve GitHubActionsReporters annotation format (#12826)
  • [@jest/types] Infer argument types passed to test and describe callback functions from each tables (#12885, #12905)

Fixes

  • [@jest/expect-utils] Fix deep equality of ImmutableJS OrderedMaps (#12763)
  • [jest-docblock] Handle multiline comments in parseWithComments (#12845)
  • [jest-mock] Improve spyOn error messages (#12901)
  • [jest-runtime] Correctly report V8 coverage with resetModules: true (#12912)
  • [jest-worker] Make JestWorkerFarm helper type to include methods of worker module that take more than one argument (#12839)

Chore & Maintenance

  • [docs] Updated docs to indicate that jest-environment-jsdom is a separate package #12828
  • [docs] Document the comments used by coverage providers #12835
  • [docs] Use docusaurus-remark-plugin-tab-blocks to format tabs with code examples (#12859)
  • [jest-haste-map] Bump walker version (#12324)

28.1.0

Features

  • [jest-circus] Add failing test modifier that inverts the behavior of tests (#12610)
  • [jest-environment-node, jest-environment-jsdom] Allow specifying customExportConditions (#12774)

Fixes

  • [expect] Adjust typings of lastCalledWith, nthCalledWith, toBeCalledWith matchers to allow a case there a mock was called with no arguments (#12807)
  • [@jest/expect-utils] Fix deep equality of ImmutableJS Lists (#12763)
  • [jest-core] Do not collect SIGNREQUEST as open handles (#12789)

Chore & Maintenance

  • [docs] Specified documentation about --filter CLI docs (#12799)
  • [@jest-reporters] Move helper functions from utils.ts into separate files (#12782)
  • [jest-resolve] Replace process.versions.pnp type declaration with @types/pnpapi devDependency (#12783)

28.0.3

Fixes

  • [jest-config] Normalize reporters option defined in presets (#12769)
  • [@jest/reporters] Fix trailing slash in matching coverageThreshold key (#12714)
  • [jest-resolve] Fix (experimental) ESM module mocking for re-exports (#12766)
  • [@jest/transform] Throw better error if an invalid return value if encountered (#12764)

... (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/2463 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/27/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/jest-28.1.1` --- ### 📝 Commits (1) - [`37b3b0f`](https://github.com/hoppscotch/hoppscotch/commit/37b3b0f71a90aefa7f2002838110c2e4d6b657cb) chore(deps-dev): bump jest from 27.5.1 to 28.1.1 ### 📊 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 [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 27.5.1 to 28.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/jest/releases">jest's releases</a>.</em></p> <blockquote> <h2>v28.1.1</h2> <h2>Features</h2> <ul> <li><code>[jest]</code> Expose <code>Config</code> type (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12848">#12848</a>)</li> <li><code>[@jest/reporters]</code> Improve <code>GitHubActionsReporter</code>s annotation format (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12826">#12826</a>)</li> <li><code>[@jest/types]</code> Infer argument types passed to <code>test</code> and <code>describe</code> callback functions from <code>each</code> tables (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12885">#12885</a>, <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12905">#12905</a>)</li> </ul> <h2>Fixes</h2> <ul> <li><code>[@jest/expect-utils]</code> Fix deep equality of ImmutableJS OrderedMaps (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12899">#12763</a>)</li> <li><code>[jest-docblock]</code> Handle multiline comments in parseWithComments (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12845">#12845</a>)</li> <li><code>[jest-mock]</code> Improve <code>spyOn</code> error messages (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12901">#12901</a>)</li> <li><code>[jest-runtime]</code> Correctly report V8 coverage with <code>resetModules: true</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12912">#12912</a>)</li> <li><code>[jest-worker]</code> Make <code>JestWorkerFarm</code> helper type to include methods of worker module that take more than one argument (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12839">#12839</a>)</li> </ul> <h2>Chore &amp; Maintenance</h2> <ul> <li> <p><code>[docs]</code> Updated docs to indicate that <code>jest-environment-jsdom</code> is a separate package <a href="https://github-redirect.dependabot.com/facebook/jest/issues/12828">#12828</a></p> </li> <li> <p><code>[docs]</code> Document the comments used by coverage providers <a href="https://github-redirect.dependabot.com/facebook/jest/issues/12835">#12835</a></p> </li> <li> <p><code>[docs]</code> Use <code>docusaurus-remark-plugin-tab-blocks</code> to format tabs with code examples (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12859">#12859</a>)</p> </li> <li> <p><code>[jest-haste-map]</code> Bump <code>walker</code> version (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12324">#12324</a>)</p> </li> <li> <p><code>[expect]</code> Adjust typings of <code>lastCalledWith</code>, <code>nthCalledWith</code>, <code>toBeCalledWith</code> matchers to allow a case there a mock was called with no arguments (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12807">#12807</a>)</p> </li> <li> <p><code>[@jest/expect-utils]</code> Fix deep equality of ImmutableJS Lists (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12763">#12763</a>)</p> </li> <li> <p><code>[jest-core]</code> Do not collect <code>SIGNREQUEST</code> as open handles (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12789">#12789</a>)</p> </li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/owjsub"><code>@​owjsub</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12324">facebook/jest#12324</a></li> <li><a href="https://github.com/Aveline-art"><code>@​Aveline-art</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12831">facebook/jest#12831</a></li> <li><a href="https://github.com/spenserblack"><code>@​spenserblack</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12836">facebook/jest#12836</a></li> <li><a href="https://github.com/dimitropoulos"><code>@​dimitropoulos</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12817">facebook/jest#12817</a></li> <li><a href="https://github.com/ullumullu"><code>@​ullumullu</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12845">facebook/jest#12845</a></li> <li><a href="https://github.com/limonte"><code>@​limonte</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12851">facebook/jest#12851</a></li> <li><a href="https://github.com/Dennis273"><code>@​Dennis273</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12870">facebook/jest#12870</a></li> <li><a href="https://github.com/shreykinshu"><code>@​shreykinshu</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12886">facebook/jest#12886</a></li> <li><a href="https://github.com/pbomb"><code>@​pbomb</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12899">facebook/jest#12899</a></li> <li><a href="https://github.com/ChrisCoastal"><code>@​ChrisCoastal</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12887">facebook/jest#12887</a></li> <li><a href="https://github.com/HyunseungLee-Travis"><code>@​HyunseungLee-Travis</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12810">facebook/jest#12810</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/facebook/jest/compare/v28.1.0...v28.1.1">https://github.com/facebook/jest/compare/v28.1.0...v28.1.1</a></p> <h2>v28.1.0</h2> <h2>Features</h2> <ul> <li><code>[jest-circus]</code> Add <code>failing</code> test modifier that inverts the behaviour of tests (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12610">#12610</a>)</li> <li><code>[jest-environment-node, jest-environment-jsdom]</code> Allow specifying <code>customExportConditions</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12774">#12774</a>)</li> </ul> <h2>Fixes</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/facebook/jest/blob/main/CHANGELOG.md">jest's changelog</a>.</em></p> <blockquote> <h2>28.1.1</h2> <h3>Features</h3> <ul> <li><code>[jest]</code> Expose <code>Config</code> type (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12848">#12848</a>)</li> <li><code>[@jest/reporters]</code> Improve <code>GitHubActionsReporter</code>s annotation format (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12826">#12826</a>)</li> <li><code>[@jest/types]</code> Infer argument types passed to <code>test</code> and <code>describe</code> callback functions from <code>each</code> tables (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12885">#12885</a>, <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12905">#12905</a>)</li> </ul> <h3>Fixes</h3> <ul> <li><code>[@jest/expect-utils]</code> Fix deep equality of ImmutableJS OrderedMaps (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12899">#12763</a>)</li> <li><code>[jest-docblock]</code> Handle multiline comments in parseWithComments (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12845">#12845</a>)</li> <li><code>[jest-mock]</code> Improve <code>spyOn</code> error messages (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12901">#12901</a>)</li> <li><code>[jest-runtime]</code> Correctly report V8 coverage with <code>resetModules: true</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12912">#12912</a>)</li> <li><code>[jest-worker]</code> Make <code>JestWorkerFarm</code> helper type to include methods of worker module that take more than one argument (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12839">#12839</a>)</li> </ul> <h3>Chore &amp; Maintenance</h3> <ul> <li><code>[docs]</code> Updated docs to indicate that <code>jest-environment-jsdom</code> is a separate package <a href="https://github-redirect.dependabot.com/facebook/jest/issues/12828">#12828</a></li> <li><code>[docs]</code> Document the comments used by coverage providers <a href="https://github-redirect.dependabot.com/facebook/jest/issues/12835">#12835</a></li> <li><code>[docs]</code> Use <code>docusaurus-remark-plugin-tab-blocks</code> to format tabs with code examples (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12859">#12859</a>)</li> <li><code>[jest-haste-map]</code> Bump <code>walker</code> version (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12324">#12324</a>)</li> </ul> <h2>28.1.0</h2> <h3>Features</h3> <ul> <li><code>[jest-circus]</code> Add <code>failing</code> test modifier that inverts the behavior of tests (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12610">#12610</a>)</li> <li><code>[jest-environment-node, jest-environment-jsdom]</code> Allow specifying <code>customExportConditions</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12774">#12774</a>)</li> </ul> <h3>Fixes</h3> <ul> <li><code>[expect]</code> Adjust typings of <code>lastCalledWith</code>, <code>nthCalledWith</code>, <code>toBeCalledWith</code> matchers to allow a case there a mock was called with no arguments (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12807">#12807</a>)</li> <li><code>[@jest/expect-utils]</code> Fix deep equality of ImmutableJS Lists (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12763">#12763</a>)</li> <li><code>[jest-core]</code> Do not collect <code>SIGNREQUEST</code> as open handles (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12789">#12789</a>)</li> </ul> <h3>Chore &amp; Maintenance</h3> <ul> <li><code>[docs]</code> Specified documentation about <code>--filter</code> CLI docs (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12799">#12799</a>)</li> <li><code>[@jest-reporters]</code> Move helper functions from <code>utils.ts</code> into separate files (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12782">#12782</a>)</li> <li><code>[jest-resolve]</code> Replace <code>process.versions.pnp</code> type declaration with <code>@types/pnpapi</code> devDependency (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12783">#12783</a>)</li> </ul> <h2>28.0.3</h2> <h3>Fixes</h3> <ul> <li><code>[jest-config]</code> Normalize <code>reporters</code> option defined in presets (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12769">#12769</a>)</li> <li><code>[@jest/reporters]</code> Fix trailing slash in matching <code>coverageThreshold</code> key (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12714">#12714</a>)</li> <li><code>[jest-resolve]</code> Fix (experimental) ESM module mocking for re-exports (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12766">#12766</a>)</li> <li><code>[@jest/transform]</code> Throw better error if an invalid return value if encountered (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12764">#12764</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/facebook/jest/commit/eb954f8874960920ac50a8f976bb333fbb06ada9"><code>eb954f8</code></a> v28.1.1</li> <li><a href="https://github.com/facebook/jest/commit/6e6d4b4616abf4912ce61fa4a3042b755f44d36a"><code>6e6d4b4</code></a> chore: bump <code>typescript</code> to v4.7.3 (<a href="https://github.com/facebook/jest/tree/HEAD/packages/jest/issues/12909">#12909</a>)</li> <li><a href="https://github.com/facebook/jest/commit/3e38157ad5f23fb7d24669d24fae8ded06a7ab75"><code>3e38157</code></a> chore: bump <code>typescript</code> to v4.7 (<a href="https://github.com/facebook/jest/tree/HEAD/packages/jest/issues/12901">#12901</a>)</li> <li><a href="https://github.com/facebook/jest/commit/a841a7422bd3057adf8f11037b7dbffed1135e6b"><code>a841a74</code></a> feat(jest): expose <code>Config</code> type from <code>jest</code> (<a href="https://github.com/facebook/jest/tree/HEAD/packages/jest/issues/12848">#12848</a>)</li> <li><a href="https://github.com/facebook/jest/commit/f5db241312f46528389e55c38221e6b6968622cf"><code>f5db241</code></a> v28.1.0</li> <li><a href="https://github.com/facebook/jest/commit/1bea778422dc049b0fb3d7da809ffec39be549ff"><code>1bea778</code></a> v28.0.3</li> <li><a href="https://github.com/facebook/jest/commit/279ee6658d763f024d51f340fab6a37c17d94502"><code>279ee66</code></a> v28.0.2</li> <li><a href="https://github.com/facebook/jest/commit/924132163cf7f54148bd78a8e6007ffc1a9c1f00"><code>9241321</code></a> fix(*): Lower Node requirement to 16.10 (<a href="https://github.com/facebook/jest/tree/HEAD/packages/jest/issues/12754">#12754</a>)</li> <li><a href="https://github.com/facebook/jest/commit/0a08639e4299f07becf1020a761adfec83536018"><code>0a08639</code></a> v28.0.1</li> <li><a href="https://github.com/facebook/jest/commit/8f9b812faf8e4d241d560a8574f0c6ed20a89365"><code>8f9b812</code></a> v28.0.0</li> <li>Additional commits viewable in <a href="https://github.com/facebook/jest/commits/v28.1.1/packages/jest">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jest&package-manager=npm_and_yarn&previous-version=27.5.1&new-version=28.1.1)](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: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#3822
No description provided.