[PR #2615] [CLOSED] chore(deps-dev): bump babel-jest from 27.5.1 to 29.0.1 #3936

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2615
Author: @dependabot[bot]
Created: 8/29/2022
Status: Closed

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


📝 Commits (1)

  • 8db0292 chore(deps-dev): bump babel-jest from 27.5.1 to 29.0.1

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

Release notes

Sourced from babel-jest's releases.

v29.0.1

Fixes

  • [jest-snapshot] Pass snapshotFormat through when diffing snapshots (#13181)

Full Changelog: https://github.com/facebook/jest/compare/v29.0.0...v29.0.1

v29.0.0

Blog post: https://jestjs.io/blog/2022/08/25/jest-29

Features

  • [expect] [BREAKING] Differentiate between MatcherContext MatcherUtils and MatcherState types (#13141)
  • [jest-circus] Add support for test.failing.each (#13142)
  • [jest-config] [BREAKING] Make snapshotFormat default to escapeString: false and printBasicPrototype: false (#13036)
  • [jest-config] [BREAKING] Remove undocumented collectCoverageOnlyFrom option (#13156)
  • [jest-environment-jsdom] [BREAKING] Upgrade to jsdom@20 (#13037, #13058)
  • [@jest/globals] Add jest.Mocked, jest.MockedClass, jest.MockedFunction and jest.MockedObject utility types (#12727)
  • [jest-mock] [BREAKING] Refactor Mocked* utility types. MaybeMockedDeep and MaybeMocked became Mocked and MockedShallow respectively; only deep mocked variants of MockedClass, MockedFunction and MockedObject are exported (#13123, #13124)
  • [jest-mock] [BREAKING] Change the default jest.mocked helper’s behavior to deep mocked (#13125)
  • [jest-snapshot] [BREAKING] Let babel find config when updating inline snapshots (#13150)
  • [@jest/test-result, @jest/types] [BREAKING] Replace Bytes and Milliseconds types with number (#13155)
  • [jest-worker] Adds workerIdleMemoryLimit option which is used as a check for worker memory leaks >= Node 16.11.0 and recycles child workers as required (#13056, #13105, #13106, #13107)
  • [pretty-format] [BREAKING] Remove ConvertAnsi plugin in favour of jest-serializer-ansi-escapes (#13040)
  • [pretty-format] Allow to opt out from sorting object keys with compareKeys: null (#12443)

Fixes

  • [jest-config] Fix testing multiple projects with TypeScript config files (#13099)
  • [@jest/expect-utils] Fix deep equality of ImmutableJS Record (#13055)
  • [jest-haste-map] Increase the maximum possible file size that jest-haste-map can handle (#13094)
  • [jest-runtime] Properly support CJS re-exports from dual packages (#13170)
  • [jest-snapshot] Make prettierPath optional in SnapshotState (#13149)
  • [jest-snapshot] Fix parsing error from inline snapshot files with JSX (#12760)
  • [jest-worker] When a process runs out of memory worker exits correctly and doesn't spin indefinitely (#13054)

Chore & Maintenance

  • [*] [BREAKING] Drop support for Node v12 and v17 (#13033)
  • [docs] Fix webpack name (#13049)
  • [docs] Explicit how to set n for --bail (#13128)
  • [docs] Update Enzyme URL (#13166)
  • [jest-leak-detector] Remove support for weak-napi (#13035)
  • [jest-snapshot] [BREAKING] Require rootDir as argument to SnapshotState (#13150)

New Contributors

... (truncated)

Changelog

Sourced from babel-jest's changelog.

29.0.1

Fixes

  • [jest-snapshot] Pass snapshotFormat through when diffing snapshots (#13181)

29.0.0

Features

  • [expect] [BREAKING] Differentiate between MatcherContext MatcherUtils and MatcherState types (#13141)
  • [jest-circus] Add support for test.failing.each (#13142)
  • [jest-config] [BREAKING] Make snapshotFormat default to escapeString: false and printBasicPrototype: false (#13036)
  • [jest-config] [BREAKING] Remove undocumented collectCoverageOnlyFrom option (#13156)
  • [jest-environment-jsdom] [BREAKING] Upgrade to jsdom@20 (#13037, #13058)
  • [@jest/globals] Add jest.Mocked, jest.MockedClass, jest.MockedFunction and jest.MockedObject utility types (#12727)
  • [jest-mock] [BREAKING] Refactor Mocked* utility types. MaybeMockedDeep and MaybeMocked became Mocked and MockedShallow respectively; only deep mocked variants of MockedClass, MockedFunction and MockedObject are exported (#13123, #13124)
  • [jest-mock] [BREAKING] Change the default jest.mocked helper’s behavior to deep mocked (#13125)
  • [jest-snapshot] [BREAKING] Let babel find config when updating inline snapshots (#13150)
  • [@jest/test-result, @jest/types] [BREAKING] Replace Bytes and Milliseconds types with number (#13155)
  • [jest-worker] Adds workerIdleMemoryLimit option which is used as a check for worker memory leaks >= Node 16.11.0 and recycles child workers as required (#13056, #13105, #13106, #13107)
  • [pretty-format] [BREAKING] Remove ConvertAnsi plugin in favour of jest-serializer-ansi-escapes (#13040)
  • [pretty-format] Allow to opt out from sorting object keys with compareKeys: null (#12443)

Fixes

  • [jest-config] Fix testing multiple projects with TypeScript config files (#13099)
  • [@jest/expect-utils] Fix deep equality of ImmutableJS Record (#13055)
  • [jest-haste-map] Increase the maximum possible file size that jest-haste-map can handle (#13094)
  • [jest-runtime] Properly support CJS re-exports from dual packages (#13170)
  • [jest-snapshot] Make prettierPath optional in SnapshotState (#13149)
  • [jest-snapshot] Fix parsing error from inline snapshot files with JSX (#12760)
  • [jest-worker] When a process runs out of memory worker exits correctly and doesn't spin indefinitely (#13054)

Chore & Maintenance

  • [*] [BREAKING] Drop support for Node v12 and v17 (#13033)
  • [docs] Fix webpack name (#13049)
  • [docs] Explicit how to set n for --bail (#13128)
  • [docs] Update Enzyme URL (#13166)
  • [jest-leak-detector] Remove support for weak-napi (#13035)
  • [jest-snapshot] [BREAKING] Require rootDir as argument to SnapshotState (#13150)

28.1.3

Features

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

Fixes

... (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/2615 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/29/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/babel-jest-29.0.1` --- ### 📝 Commits (1) - [`8db0292`](https://github.com/hoppscotch/hoppscotch/commit/8db029252047f3c14ea71598751b6c110a708c7e) chore(deps-dev): bump babel-jest from 27.5.1 to 29.0.1 ### 📊 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 29.0.1. <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>v29.0.1</h2> <h3>Fixes</h3> <ul> <li><code>[jest-snapshot]</code> Pass <code>snapshotFormat</code> through when diffing snapshots (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13181">#13181</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/facebook/jest/compare/v29.0.0...v29.0.1">https://github.com/facebook/jest/compare/v29.0.0...v29.0.1</a></p> <h2>v29.0.0</h2> <p>Blog post: <a href="https://jestjs.io/blog/2022/08/25/jest-29">https://jestjs.io/blog/2022/08/25/jest-29</a></p> <h2>Features</h2> <ul> <li><code>[expect]</code> [<strong>BREAKING</strong>] Differentiate between <code>MatcherContext</code> <code>MatcherUtils</code> and <code>MatcherState</code> types (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13141">#13141</a>)</li> <li><code>[jest-circus]</code> Add support for <code>test.failing.each</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13142">#13142</a>)</li> <li><code>[jest-config]</code> [<strong>BREAKING</strong>] Make <code>snapshotFormat</code> default to <code>escapeString: false</code> and <code>printBasicPrototype: false</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13036">#13036</a>)</li> <li><code>[jest-config]</code> [<strong>BREAKING</strong>] Remove undocumented <code>collectCoverageOnlyFrom</code> option (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13156">#13156</a>)</li> <li><code>[jest-environment-jsdom]</code> [<strong>BREAKING</strong>] Upgrade to <code>jsdom@20</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13037">#13037</a>, <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13058">#13058</a>)</li> <li><code>[@jest/globals]</code> Add <code>jest.Mocked</code>, <code>jest.MockedClass</code>, <code>jest.MockedFunction</code> and <code>jest.MockedObject</code> utility types (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12727">#12727</a>)</li> <li><code>[jest-mock]</code> [<strong>BREAKING</strong>] Refactor <code>Mocked*</code> utility types. <code>MaybeMockedDeep</code> and <code>MaybeMocked</code> became <code>Mocked</code> and <code>MockedShallow</code> respectively; only deep mocked variants of <code>MockedClass</code>, <code>MockedFunction</code> and <code>MockedObject</code> are exported (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13123">#13123</a>, <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13124">#13124</a>)</li> <li><code>[jest-mock]</code> [<strong>BREAKING</strong>] Change the default <code>jest.mocked</code> helper’s behavior to deep mocked (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13125">#13125</a>)</li> <li><code>[jest-snapshot]</code> [<strong>BREAKING</strong>] Let <code>babel</code> find config when updating inline snapshots (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13150">#13150</a>)</li> <li><code>[@jest/test-result, @jest/types]</code> [<strong>BREAKING</strong>] Replace <code>Bytes</code> and <code>Milliseconds</code> types with <code>number</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13155">#13155</a>)</li> <li><code>[jest-worker]</code> Adds <code>workerIdleMemoryLimit</code> option which is used as a check for worker memory leaks &gt;= Node 16.11.0 and recycles child workers as required (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13056">#13056</a>, <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13105">#13105</a>, <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13106">#13106</a>, <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13107">#13107</a>)</li> <li><code>[pretty-format]</code> [<strong>BREAKING</strong>] Remove <code>ConvertAnsi</code> plugin in favour of <code>jest-serializer-ansi-escapes</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13040">#13040</a>)</li> <li><code>[pretty-format]</code> Allow to opt out from sorting object keys with <code>compareKeys: null</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12443">#12443</a>)</li> </ul> <h2>Fixes</h2> <ul> <li><code>[jest-config]</code> Fix testing multiple projects with TypeScript config files (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13099">#13099</a>)</li> <li><code>[@jest/expect-utils]</code> Fix deep equality of ImmutableJS Record (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13055">#13055</a>)</li> <li><code>[jest-haste-map]</code> Increase the maximum possible file size that jest-haste-map can handle (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13094">#13094</a>)</li> <li><code>[jest-runtime]</code> Properly support CJS re-exports from dual packages (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13170">#13170</a>)</li> <li><code>[jest-snapshot]</code> Make <code>prettierPath</code> optional in <code>SnapshotState</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13149">#13149</a>)</li> <li><code>[jest-snapshot]</code> Fix parsing error from inline snapshot files with <code>JSX</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12760">#12760</a>)</li> <li><code>[jest-worker]</code> When a process runs out of memory worker exits correctly and doesn't spin indefinitely (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13054">#13054</a>)</li> </ul> <h2>Chore &amp; Maintenance</h2> <ul> <li><code>[*]</code> [<strong>BREAKING</strong>] Drop support for Node v12 and v17 (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13033">#13033</a>)</li> <li><code>[docs]</code> Fix webpack name (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13049">#13049</a>)</li> <li><code>[docs]</code> Explicit how to set <code>n</code> for <code>--bail</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13128">#13128</a>)</li> <li><code>[docs]</code> Update Enzyme URL (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13166">#13166</a>)</li> <li><code>[jest-leak-detector]</code> Remove support for <code>weak-napi</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13035">#13035</a>)</li> <li><code>[jest-snapshot]</code> [<strong>BREAKING</strong>] Require <code>rootDir</code> as argument to <code>SnapshotState</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13150">#13150</a>)</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/makstech"><code>@​makstech</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13049">facebook/jest#13049</a></li> <li><a href="https://github.com/sa2taka"><code>@​sa2taka</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13055">facebook/jest#13055</a></li> <li><a href="https://github.com/matheus-rodrigues00"><code>@​matheus-rodrigues00</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13090">facebook/jest#13090</a></li> <li><a href="https://github.com/lanpai"><code>@​lanpai</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13094">facebook/jest#13094</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>29.0.1</h2> <h3>Fixes</h3> <ul> <li><code>[jest-snapshot]</code> Pass <code>snapshotFormat</code> through when diffing snapshots (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13181">#13181</a>)</li> </ul> <h2>29.0.0</h2> <h3>Features</h3> <ul> <li><code>[expect]</code> [<strong>BREAKING</strong>] Differentiate between <code>MatcherContext</code> <code>MatcherUtils</code> and <code>MatcherState</code> types (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13141">#13141</a>)</li> <li><code>[jest-circus]</code> Add support for <code>test.failing.each</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13142">#13142</a>)</li> <li><code>[jest-config]</code> [<strong>BREAKING</strong>] Make <code>snapshotFormat</code> default to <code>escapeString: false</code> and <code>printBasicPrototype: false</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13036">#13036</a>)</li> <li><code>[jest-config]</code> [<strong>BREAKING</strong>] Remove undocumented <code>collectCoverageOnlyFrom</code> option (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13156">#13156</a>)</li> <li><code>[jest-environment-jsdom]</code> [<strong>BREAKING</strong>] Upgrade to <code>jsdom@20</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13037">#13037</a>, <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13058">#13058</a>)</li> <li><code>[@jest/globals]</code> Add <code>jest.Mocked</code>, <code>jest.MockedClass</code>, <code>jest.MockedFunction</code> and <code>jest.MockedObject</code> utility types (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12727">#12727</a>)</li> <li><code>[jest-mock]</code> [<strong>BREAKING</strong>] Refactor <code>Mocked*</code> utility types. <code>MaybeMockedDeep</code> and <code>MaybeMocked</code> became <code>Mocked</code> and <code>MockedShallow</code> respectively; only deep mocked variants of <code>MockedClass</code>, <code>MockedFunction</code> and <code>MockedObject</code> are exported (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13123">#13123</a>, <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13124">#13124</a>)</li> <li><code>[jest-mock]</code> [<strong>BREAKING</strong>] Change the default <code>jest.mocked</code> helper’s behavior to deep mocked (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13125">#13125</a>)</li> <li><code>[jest-snapshot]</code> [<strong>BREAKING</strong>] Let <code>babel</code> find config when updating inline snapshots (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13150">#13150</a>)</li> <li><code>[@jest/test-result, @jest/types]</code> [<strong>BREAKING</strong>] Replace <code>Bytes</code> and <code>Milliseconds</code> types with <code>number</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13155">#13155</a>)</li> <li><code>[jest-worker]</code> Adds <code>workerIdleMemoryLimit</code> option which is used as a check for worker memory leaks &gt;= Node 16.11.0 and recycles child workers as required (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13056">#13056</a>, <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13105">#13105</a>, <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13106">#13106</a>, <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13107">#13107</a>)</li> <li><code>[pretty-format]</code> [<strong>BREAKING</strong>] Remove <code>ConvertAnsi</code> plugin in favour of <code>jest-serializer-ansi-escapes</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13040">#13040</a>)</li> <li><code>[pretty-format]</code> Allow to opt out from sorting object keys with <code>compareKeys: null</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12443">#12443</a>)</li> </ul> <h3>Fixes</h3> <ul> <li><code>[jest-config]</code> Fix testing multiple projects with TypeScript config files (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13099">#13099</a>)</li> <li><code>[@jest/expect-utils]</code> Fix deep equality of ImmutableJS Record (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13055">#13055</a>)</li> <li><code>[jest-haste-map]</code> Increase the maximum possible file size that jest-haste-map can handle (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13094">#13094</a>)</li> <li><code>[jest-runtime]</code> Properly support CJS re-exports from dual packages (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13170">#13170</a>)</li> <li><code>[jest-snapshot]</code> Make <code>prettierPath</code> optional in <code>SnapshotState</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13149">#13149</a>)</li> <li><code>[jest-snapshot]</code> Fix parsing error from inline snapshot files with <code>JSX</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/12760">#12760</a>)</li> <li><code>[jest-worker]</code> When a process runs out of memory worker exits correctly and doesn't spin indefinitely (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13054">#13054</a>)</li> </ul> <h3>Chore &amp; Maintenance</h3> <ul> <li><code>[*]</code> [<strong>BREAKING</strong>] Drop support for Node v12 and v17 (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13033">#13033</a>)</li> <li><code>[docs]</code> Fix webpack name (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13049">#13049</a>)</li> <li><code>[docs]</code> Explicit how to set <code>n</code> for <code>--bail</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13128">#13128</a>)</li> <li><code>[docs]</code> Update Enzyme URL (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13166">#13166</a>)</li> <li><code>[jest-leak-detector]</code> Remove support for <code>weak-napi</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13035">#13035</a>)</li> <li><code>[jest-snapshot]</code> [<strong>BREAKING</strong>] Require <code>rootDir</code> as argument to <code>SnapshotState</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13150">#13150</a>)</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/facebook/jest/commit/b959a3d3bdf324ed1c7358f76ab238a8b0b0cf93"><code>b959a3d</code></a> v29.0.1</li> <li><a href="https://github.com/facebook/jest/commit/75006e46c76f6fda14bbc0548f86edb2ba087cd2"><code>75006e4</code></a> v29.0.0</li> <li><a href="https://github.com/facebook/jest/commit/4def94b073cad300e99de378ba900e6ba9b7032f"><code>4def94b</code></a> v29.0.0-alpha.6</li> <li><a href="https://github.com/facebook/jest/commit/63e506b5d1558a9132a8fa65151407b0a40be3a5"><code>63e506b</code></a> v29.0.0-alpha.5</li> <li><a href="https://github.com/facebook/jest/commit/98a833bd4bc0bdcfcee5d4f04c2833400c4e2933"><code>98a833b</code></a> v29.0.0-alpha.4</li> <li><a href="https://github.com/facebook/jest/commit/09981873c55442e5e494d42012f518b7d3d41fbd"><code>0998187</code></a> v29.0.0-alpha.3</li> <li><a href="https://github.com/facebook/jest/commit/02cd85f37e8a222fc64e0f9014b204cb31f1ca2f"><code>02cd85f</code></a> chore: migrate from <code>lerna</code> to <code>lerna-lite</code> (<a href="https://github.com/facebook/jest/tree/HEAD/packages/babel-jest/issues/13097">#13097</a>)</li> <li><a href="https://github.com/facebook/jest/commit/10f1e7f52d9f876e6fb7f20c1903fdcddd8db8b1"><code>10f1e7f</code></a> v29.0.0-alpha.1</li> <li><a href="https://github.com/facebook/jest/commit/6862afb00307b52f32eedee977a9b3041355f184"><code>6862afb</code></a> v29.0.0-alpha.0</li> <li><a href="https://github.com/facebook/jest/commit/71441df25810d340729bc515031d31451a982010"><code>71441df</code></a> chore: drop node 12 and 14 (<a href="https://github.com/facebook/jest/tree/HEAD/packages/babel-jest/issues/13033">#13033</a>)</li> <li>Additional commits viewable in <a href="https://github.com/facebook/jest/commits/v29.0.1/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=29.0.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:30:42 +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#3936
No description provided.