[PR #1246] [CLOSED] Bump jest from 26.5.0 to 26.5.2 #3167

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1246
Author: @dependabot[bot]
Created: 10/7/2020
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/jest-26.5.2


📝 Commits (1)

  • b87c452 Bump jest from 26.5.0 to 26.5.2

📊 Changes

2 files changed (+1248 additions, -302 deletions)

View changed files

📝 package-lock.json (+1247 -301)
📝 package.json (+1 -1)

📄 Description

Bumps jest from 26.5.0 to 26.5.2.

Release notes

Sourced from jest's releases.

26.5.2

Fixes

  • [*] Revert usage of Escalade and rollback Yargs to v15 as it breaks Node 13 (#10599)
  • [jest-circus] Setup globals before emitting setup, and include Jest globals in the setup payload (#10598)
  • [jest-mock] Fix typings for mockResolvedValue, mockResolvedValueOnce, mockRejectedValue and mockRejectedValueOnce (#10600)

26.5.1

Fixes

  • [jest-circus] Handle older jest-runtime in jest-circus
Changelog

Sourced from jest's changelog.

26.5.2

Fixes

  • [*] Revert usage of Escalade and rollback Yargs to v15 as it breaks Node 13 (#10599)
  • [jest-circus] Setup globals before emitting setup, and include Jest globals in the setup payload (#10598)
  • [jest-mock] Fix typings for mockResolvedValue, mockResolvedValueOnce, mockRejectedValue and mockRejectedValueOnce (#10600)

26.5.1

Fixes

  • [jest-circus] Handle older jest-runtime in jest-circus
Commits
  • d2bacce v26.5.2
  • 05a1bcb chore: update changelog for release
  • 7e51ac1 fix: revert usage of Escalade and yargs@16 as they breaks Node 13 (#10599)
  • 75bf038 chore: fix type error in test
  • d49cb30 fix(circus): make sure to install globals before emitting setup event (#10598)
  • 911b74e Fix type definitions for promises (#10600)
  • 999ee46 chore: update lockfile after publish
  • 8a70bc2 v26.5.1
  • 9d977bc fix: handle older jest-runtime in jest-circus
  • 2a7b77c chore: update lockfile after publish
  • See full diff 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/1246 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/7/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/jest-26.5.2` --- ### 📝 Commits (1) - [`b87c452`](https://github.com/hoppscotch/hoppscotch/commit/b87c452187c37706582abad32dad19ddcb13425f) Bump jest from 26.5.0 to 26.5.2 ### 📊 Changes **2 files changed** (+1248 additions, -302 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+1247 -301) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [jest](https://github.com/facebook/jest) from 26.5.0 to 26.5.2. <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>26.5.2</h2> <h3>Fixes</h3> <ul> <li><code>[*]</code> Revert usage of Escalade and rollback Yargs to v15 as it breaks Node 13 (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10599">#10599</a>)</li> <li><code>[jest-circus]</code> Setup globals before emitting <code>setup</code>, and include Jest globals in the <code>setup</code> payload (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10598">#10598</a>)</li> <li><code>[jest-mock]</code> Fix typings for <code>mockResolvedValue</code>, <code>mockResolvedValueOnce</code>, <code>mockRejectedValue</code> and <code>mockRejectedValueOnce</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10600">#10600</a>)</li> </ul> <h2>26.5.1</h2> <h3>Fixes</h3> <ul> <li><code>[jest-circus]</code> Handle older <code>jest-runtime</code> in <code>jest-circus</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/facebook/jest/blob/master/CHANGELOG.md">jest's changelog</a>.</em></p> <blockquote> <h2>26.5.2</h2> <h3>Fixes</h3> <ul> <li><code>[*]</code> Revert usage of Escalade and rollback Yargs to v15 as it breaks Node 13 (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10599">#10599</a>)</li> <li><code>[jest-circus]</code> Setup globals before emitting <code>setup</code>, and include Jest globals in the <code>setup</code> payload (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10598">#10598</a>)</li> <li><code>[jest-mock]</code> Fix typings for <code>mockResolvedValue</code>, <code>mockResolvedValueOnce</code>, <code>mockRejectedValue</code> and <code>mockRejectedValueOnce</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10600">#10600</a>)</li> </ul> <h2>26.5.1</h2> <h3>Fixes</h3> <ul> <li><code>[jest-circus]</code> Handle older <code>jest-runtime</code> in <code>jest-circus</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/facebook/jest/commit/d2bacceb51e7f05c9cb6d764d5cd886a2fd71267"><code>d2bacce</code></a> v26.5.2</li> <li><a href="https://github.com/facebook/jest/commit/05a1bcb4fb38d4e8dd26036dcf64579e23eea670"><code>05a1bcb</code></a> chore: update changelog for release</li> <li><a href="https://github.com/facebook/jest/commit/7e51ac129bc7c0a67b15b3eafe0fdf834d7795ed"><code>7e51ac1</code></a> fix: revert usage of Escalade and yargs@16 as they breaks Node 13 (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/10599">#10599</a>)</li> <li><a href="https://github.com/facebook/jest/commit/75bf0387afe653e079bb81ccbf4cb1c2ada7e532"><code>75bf038</code></a> chore: fix type error in test</li> <li><a href="https://github.com/facebook/jest/commit/d49cb30fb2540efa8c451fb6cb24e8997284bc67"><code>d49cb30</code></a> fix(circus): make sure to install globals before emitting <code>setup</code> event (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/10598">#10598</a>)</li> <li><a href="https://github.com/facebook/jest/commit/911b74e4d8af4846ccf964793b9042bd7401f600"><code>911b74e</code></a> Fix type definitions for promises (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/10600">#10600</a>)</li> <li><a href="https://github.com/facebook/jest/commit/999ee461262c217db2827db79296129a13d6e23a"><code>999ee46</code></a> chore: update lockfile after publish</li> <li><a href="https://github.com/facebook/jest/commit/8a70bc269edfc10e20803a0f69e1e39fb2942511"><code>8a70bc2</code></a> v26.5.1</li> <li><a href="https://github.com/facebook/jest/commit/9d977bc36d1e9ca15e3f3741f69a951a0a2977de"><code>9d977bc</code></a> fix: handle older <code>jest-runtime</code> in <code>jest-circus</code></li> <li><a href="https://github.com/facebook/jest/commit/2a7b77c324fd9d447c332552d57bccf80e11b9c6"><code>2a7b77c</code></a> chore: update lockfile after publish</li> <li>See full diff in <a href="https://github.com/facebook/jest/compare/v26.5.0...v26.5.2">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=26.5.0&new-version=26.5.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) 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 00:48:26 +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#3167
No description provided.