[PR #2652] [CLOSED] chore(deps-dev): bump babel-jest from 27.5.1 to 29.0.3 #3964

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2652
Author: @dependabot[bot]
Created: 9/12/2022
Status: Closed

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


📝 Commits (1)

  • bc308b6 chore(deps-dev): bump babel-jest from 27.5.1 to 29.0.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 29.0.3.

Release notes

Sourced from babel-jest's releases.

v29.0.3

Features

  • [@jest/environment, jest-runtime] Allow passing a generic type argument to jest.createMockFromModule<T>() method (#13202)
  • [expect] Expose ExpectationResult type (#13240)
  • [jest-snapshot] Expose Context type (#13240)
  • [@jest/globals] Add jest.Mock type helper (#13235)

Fixes

  • [jest-core] Capture execError during TestScheduler.scheduleTests and dispatch to reporters (#13203)
  • [jest-resolve] Make sure to resolve module paths after looking at exports (#13242)
  • [jest-resolve] Improve error on module not found deep in the require stack (#8704)
  • [jest-snapshot] Fix typings of snapshot matchers (#13240)

Chore & Maintenance

  • [*] Fix inconsistent workspace prefixes (#13217)
  • [jest-haste-map] Expose a minimal public API to TypeScript (#13023)

New Contributors

Full Changelog: https://github.com/facebook/jest/compare/v29.0.2...v29.0.3

v29.0.2

Features

  • [jest-transform] Expose TransformFactory type (#13184)

Fixes

  • [babel-plugin-jest-hoist] Support imported jest in mock factory (#13188)
  • [jest-mock] Align the behavior and return type of generateFromMetadata method (#13207)
  • [jest-runtime] Support jest.resetModules() with ESM (#13211)

New Contributors

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

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

... (truncated)

Changelog

Sourced from babel-jest's changelog.

29.0.3

Features

  • [@jest/environment, jest-runtime] Allow passing a generic type argument to jest.createMockFromModule<T>() method (#13202)
  • [expect] Expose ExpectationResult type (#13240)
  • [jest-snapshot] Expose Context type (#13240)
  • [@jest/globals] Add jest.Mock type helper (#13235)

Fixes

  • [jest-core] Capture execError during TestScheduler.scheduleTests and dispatch to reporters (#13203)
  • [jest-resolve] Make sure to resolve module paths after looking at exports (#13242)
  • [jest-resolve] Improve error on module not found deep in the require stack (#8704)
  • [jest-snapshot] Fix typings of snapshot matchers (#13240)

Chore & Maintenance

  • [*] Fix inconsistent workspace prefixes (#13217)
  • [jest-haste-map] Expose a minimal public API to TypeScript (#13023)

29.0.2

Features

  • [jest-transform] Expose TransformFactory type (#13184)

Fixes

  • [babel-plugin-jest-hoist] Support imported jest in mock factory (#13188)
  • [jest-mock] Align the behavior and return type of generateFromMetadata method (#13207)
  • [jest-runtime] Support jest.resetModules() with ESM (#13211)

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)

... (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/2652 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/12/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/babel-jest-29.0.3` --- ### 📝 Commits (1) - [`bc308b6`](https://github.com/hoppscotch/hoppscotch/commit/bc308b61a6cb95ba159bab5c026b06d2c918ab4b) chore(deps-dev): bump babel-jest from 27.5.1 to 29.0.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 29.0.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>v29.0.3</h2> <h2>Features</h2> <ul> <li><code>[@jest/environment, jest-runtime]</code> Allow passing a generic type argument to <code>jest.createMockFromModule&lt;T&gt;()</code> method (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13202">#13202</a>)</li> <li><code>[expect]</code> Expose <code>ExpectationResult</code> type (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13240">#13240</a>)</li> <li><code>[jest-snapshot]</code> Expose <code>Context</code> type (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13240">#13240</a>)</li> <li><code>[@jest/globals]</code> Add <code>jest.Mock</code> type helper (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13235">#13235</a>)</li> </ul> <h2>Fixes</h2> <ul> <li><code>[jest-core]</code> Capture <code>execError</code> during <code>TestScheduler.scheduleTests</code> and dispatch to reporters (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13203">#13203</a>)</li> <li><code>[jest-resolve]</code> Make sure to resolve module paths after looking at <code>exports</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13242">#13242</a>)</li> <li><code>[jest-resolve]</code> Improve error on module not found deep in the <code>require</code> stack (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/8704">#8704</a>)</li> <li><code>[jest-snapshot]</code> Fix typings of snapshot matchers (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13240">#13240</a>)</li> </ul> <h2>Chore &amp; Maintenance</h2> <ul> <li><code>[*]</code> Fix inconsistent workspace prefixes (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13217">#13217</a>)</li> <li><code>[jest-haste-map]</code> Expose a minimal public API to TypeScript (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13023">#13023</a>)</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/iamWing"><code>@​iamWing</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13191">facebook/jest#13191</a></li> <li><a href="https://github.com/shinxi"><code>@​shinxi</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12930">facebook/jest#12930</a></li> <li><a href="https://github.com/bmish"><code>@​bmish</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13217">facebook/jest#13217</a></li> <li><a href="https://github.com/maschwenk"><code>@​maschwenk</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13226">facebook/jest#13226</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/facebook/jest/compare/v29.0.2...v29.0.3">https://github.com/facebook/jest/compare/v29.0.2...v29.0.3</a></p> <h2>v29.0.2</h2> <h2>Features</h2> <ul> <li><code>[jest-transform]</code> Expose <code>TransformFactory</code> type (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13184">#13184</a>)</li> </ul> <h2>Fixes</h2> <ul> <li><code>[babel-plugin-jest-hoist]</code> Support imported <code>jest</code> in mock factory (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13188">#13188</a>)</li> <li><code>[jest-mock]</code> Align the behavior and return type of <code>generateFromMetadata</code> method (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13207">#13207</a>)</li> <li><code>[jest-runtime]</code> Support <code>jest.resetModules()</code> with ESM (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13211">#13211</a>)</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/momokid"><code>@​momokid</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13194">facebook/jest#13194</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/facebook/jest/compare/v29.0.1...v29.0.2">https://github.com/facebook/jest/compare/v29.0.1...v29.0.2</a></p> <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> <!-- 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.3</h2> <h3>Features</h3> <ul> <li><code>[@jest/environment, jest-runtime]</code> Allow passing a generic type argument to <code>jest.createMockFromModule&lt;T&gt;()</code> method (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13202">#13202</a>)</li> <li><code>[expect]</code> Expose <code>ExpectationResult</code> type (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13240">#13240</a>)</li> <li><code>[jest-snapshot]</code> Expose <code>Context</code> type (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13240">#13240</a>)</li> <li><code>[@jest/globals]</code> Add <code>jest.Mock</code> type helper (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13235">#13235</a>)</li> </ul> <h3>Fixes</h3> <ul> <li><code>[jest-core]</code> Capture <code>execError</code> during <code>TestScheduler.scheduleTests</code> and dispatch to reporters (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13203">#13203</a>)</li> <li><code>[jest-resolve]</code> Make sure to resolve module paths after looking at <code>exports</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13242">#13242</a>)</li> <li><code>[jest-resolve]</code> Improve error on module not found deep in the <code>require</code> stack (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/8704">#8704</a>)</li> <li><code>[jest-snapshot]</code> Fix typings of snapshot matchers (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13240">#13240</a>)</li> </ul> <h3>Chore &amp; Maintenance</h3> <ul> <li><code>[*]</code> Fix inconsistent workspace prefixes (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13217">#13217</a>)</li> <li><code>[jest-haste-map]</code> Expose a minimal public API to TypeScript (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13023">#13023</a>)</li> </ul> <h2>29.0.2</h2> <h3>Features</h3> <ul> <li><code>[jest-transform]</code> Expose <code>TransformFactory</code> type (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13184">#13184</a>)</li> </ul> <h3>Fixes</h3> <ul> <li><code>[babel-plugin-jest-hoist]</code> Support imported <code>jest</code> in mock factory (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13188">#13188</a>)</li> <li><code>[jest-mock]</code> Align the behavior and return type of <code>generateFromMetadata</code> method (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13207">#13207</a>)</li> <li><code>[jest-runtime]</code> Support <code>jest.resetModules()</code> with ESM (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13211">#13211</a>)</li> </ul> <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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/facebook/jest/commit/77f865da39af5b3e1c114dc347e49257eb3dcfd1"><code>77f865d</code></a> v29.0.3</li> <li><a href="https://github.com/facebook/jest/commit/616fcf56bb8481d29ba29cc34be32a92b1cf85e5"><code>616fcf5</code></a> v29.0.2</li> <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>Additional commits viewable in <a href="https://github.com/facebook/jest/commits/v29.0.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=29.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:32:05 +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#3964
No description provided.