[PR #2517] [CLOSED] chore(deps-dev): bump babel-jest from 27.5.1 to 28.1.3 #3868

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

📋 Pull Request Information

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

Base: mainHead: dependabot/npm_and_yarn/babel-jest-28.1.3


📝 Commits (1)

  • a27d6e4 chore(deps-dev): bump babel-jest from 27.5.1 to 28.1.3

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 packages/hoppscotch-app/package.json (+1 -1)

📄 Description

Bumps babel-jest from 27.5.1 to 28.1.3.

Release notes

Sourced from babel-jest's releases.

v28.1.3

Features

  • [jest-leak-detector] Use native FinalizationRegistry when it exists to get rid of external C dependency (#12973)

Fixes

  • [jest-changed-files] Fix a lock-up after repeated invocations (#12757)
  • [@jest/expect-utils] Fix deep equality of ImmutableJS OrderedSets (#12977)
  • [jest-mock] Add index signature support for spyOn types (#13013, #13020)
  • [jest-snapshot] Fix indentation of awaited inline snapshots (#12986)

Chore & Maintenance

  • [*] Replace internal usage of pretty-format/ConvertAnsi with jest-serializer-ansi-escapes (#12935, #13004)
  • [docs] Update spyOn docs (#13000)

New Contributors

Full Changelog: https://github.com/facebook/jest/compare/v28.1.2...v28.1.3

v28.1.2

Fixes

  • [jest-runtime] Avoid star type import from @jest/globals (#12949)

Chore & Maintenance

  • [docs] Mention that jest-codemods now supports Sinon (#12898)

New Contributors

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

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)

... (truncated)

Changelog

Sourced from babel-jest's changelog.

28.1.3

Features

  • [jest-leak-detector] Use native FinalizationRegistry when it exists to get rid of external C dependency (#12973)

Fixes

  • [jest-changed-files] Fix a lock-up after repeated invocations (#12757)
  • [@jest/expect-utils] Fix deep equality of ImmutableJS OrderedSets (#12977)
  • [jest-mock] Add index signature support for spyOn types (#13013, #13020)
  • [jest-snapshot] Fix indentation of awaited inline snapshots (#12986)

Chore & Maintenance

  • [*] Replace internal usage of pretty-format/ConvertAnsi with jest-serializer-ansi-escapes (#12935, #13004)
  • [docs] Update spyOn docs (#13000)

28.1.2

Fixes

  • [jest-runtime] Avoid star type import from @jest/globals (#12949)

Chore & Maintenance

  • [docs] Mention that jest-codemods now supports Sinon (#12898)

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)

... (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/2517 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/18/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/babel-jest-28.1.3` --- ### 📝 Commits (1) - [`a27d6e4`](https://github.com/hoppscotch/hoppscotch/commit/a27d6e4db140bf22f8379da9c35ebb3a452bca5f) chore(deps-dev): bump babel-jest from 27.5.1 to 28.1.3 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-app/package.json` (+1 -1) </details> ### 📄 Description Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 27.5.1 to 28.1.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/jest/releases">babel-jest's releases</a>.</em></p> <blockquote> <h2>v28.1.3</h2> <h2>Features</h2> <ul> <li><code>[jest-leak-detector]</code> Use native <code>FinalizationRegistry</code> when it exists to get rid of external C dependency (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12973">#12973</a>)</li> </ul> <h2>Fixes</h2> <ul> <li><code>[jest-changed-files]</code> Fix a lock-up after repeated invocations (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/12757">#12757</a>)</li> <li><code>[@jest/expect-utils]</code> Fix deep equality of ImmutableJS OrderedSets (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12977">#12977</a>)</li> <li><code>[jest-mock]</code> Add index signature support for <code>spyOn</code> types (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13013">#13013</a>, <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13020">#13020</a>)</li> <li><code>[jest-snapshot]</code> Fix indentation of awaited inline snapshots (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12986">#12986</a>)</li> </ul> <h2>Chore &amp; Maintenance</h2> <ul> <li><code>[*]</code> Replace internal usage of <code>pretty-format/ConvertAnsi</code> with <code>jest-serializer-ansi-escapes</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12935">#12935</a>, <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13004">#13004</a>)</li> <li><code>[docs]</code> Update spyOn docs (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13000">#13000</a>)</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/joshkel"><code>@​joshkel</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12960">facebook/jest#12960</a></li> <li><a href="https://github.com/enrilzhou"><code>@​enrilzhou</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12973">facebook/jest#12973</a></li> <li><a href="https://github.com/milahu"><code>@​milahu</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12983">facebook/jest#12983</a></li> <li><a href="https://github.com/MiguelYax"><code>@​MiguelYax</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13000">facebook/jest#13000</a></li> <li><a href="https://github.com/kaffarell"><code>@​kaffarell</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13015">facebook/jest#13015</a></li> <li><a href="https://github.com/TheKhanj"><code>@​TheKhanj</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12988">facebook/jest#12988</a></li> <li><a href="https://github.com/Fdawgs"><code>@​Fdawgs</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13019">facebook/jest#13019</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/facebook/jest/compare/v28.1.2...v28.1.3">https://github.com/facebook/jest/compare/v28.1.2...v28.1.3</a></p> <h2>v28.1.2</h2> <h2>Fixes</h2> <ul> <li><code>[jest-runtime]</code> Avoid star type import from <code>@jest/globals</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12949">#12949</a>)</li> </ul> <h2>Chore &amp; Maintenance</h2> <ul> <li><code>[docs]</code> Mention that jest-codemods now supports Sinon (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12898">#12898</a>)</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/danbeam"><code>@​danbeam</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12898">facebook/jest#12898</a></li> <li><a href="https://github.com/DanRowe"><code>@​DanRowe</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12915">facebook/jest#12915</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/facebook/jest/compare/v28.1.1...v28.1.2">https://github.com/facebook/jest/compare/v28.1.1...v28.1.2</a></p> <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> <!-- 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">babel-jest's changelog</a>.</em></p> <blockquote> <h2>28.1.3</h2> <h3>Features</h3> <ul> <li><code>[jest-leak-detector]</code> Use native <code>FinalizationRegistry</code> when it exists to get rid of external C dependency (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12973">#12973</a>)</li> </ul> <h3>Fixes</h3> <ul> <li><code>[jest-changed-files]</code> Fix a lock-up after repeated invocations (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/12757">#12757</a>)</li> <li><code>[@jest/expect-utils]</code> Fix deep equality of ImmutableJS OrderedSets (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12977">#12977</a>)</li> <li><code>[jest-mock]</code> Add index signature support for <code>spyOn</code> types (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13013">#13013</a>, <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13020">#13020</a>)</li> <li><code>[jest-snapshot]</code> Fix indentation of awaited inline snapshots (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12986">#12986</a>)</li> </ul> <h3>Chore &amp; Maintenance</h3> <ul> <li><code>[*]</code> Replace internal usage of <code>pretty-format/ConvertAnsi</code> with <code>jest-serializer-ansi-escapes</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12935">#12935</a>, <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13004">#13004</a>)</li> <li><code>[docs]</code> Update spyOn docs (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13000">#13000</a>)</li> </ul> <h2>28.1.2</h2> <h3>Fixes</h3> <ul> <li><code>[jest-runtime]</code> Avoid star type import from <code>@jest/globals</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12949">#12949</a>)</li> </ul> <h3>Chore &amp; Maintenance</h3> <ul> <li><code>[docs]</code> Mention that jest-codemods now supports Sinon (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12898">#12898</a>)</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/facebook/jest/commit/2cce069800dab3fc8ca7c469b32d2e2b2f7e2bb1"><code>2cce069</code></a> v28.1.3</li> <li><a href="https://github.com/facebook/jest/commit/789965efec4253fc54ceb3539711b3a3a6604d94"><code>789965e</code></a> v28.1.2</li> <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/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/babel-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><a href="https://github.com/facebook/jest/commit/fc85b8f2bc20a4f1042a06127ec9632de860a39d"><code>fc85b8f</code></a> fix: replace hash routine md5 with sha256 (<a href="https://github.com/facebook/jest/tree/HEAD/packages/babel-jest/issues/12722">#12722</a>)</li> <li>Additional commits viewable in <a href="https://github.com/facebook/jest/commits/v28.1.3/packages/babel-jest">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=babel-jest&package-manager=npm_and_yarn&previous-version=27.5.1&new-version=28.1.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:26:51 +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#3868
No description provided.