[PR #128] [MERGED] chore(deps-dev): bump babel-jest from 29.4.3 to 29.5.0 in /web #183

Closed
opened 2026-03-03 16:37:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/128
Author: @dependabot[bot]
Created: 3/13/2023
Status: Merged
Merged: 3/13/2023
Merged by: @AchoArnold

Base: mainHead: dependabot/npm_and_yarn/web/babel-jest-29.5.0


📝 Commits (1)

  • a70f32f chore(deps-dev): bump babel-jest from 29.4.3 to 29.5.0 in /web

📊 Changes

2 files changed (+44 additions, -44 deletions)

View changed files

📝 web/package.json (+1 -1)
📝 web/yarn.lock (+43 -43)

📄 Description

Bumps babel-jest from 29.4.3 to 29.5.0.

Release notes

Sourced from babel-jest's releases.

v29.5.0

Features

  • [jest-changed-files] Support Sapling (#13941)
  • [jest-circus, @jest/cli, jest-config] Add feature to randomize order of tests via CLI flag or through the config file(#12922)
  • [jest-cli, jest-config, @jest/core, jest-haste-map, @jest/reporters, jest-runner, jest-runtime, @jest/types] Add workerThreads configuration option to allow using worker threads for parallelization (#13939)
  • [jest-cli] Export yargsOptions (#13970)
  • [jest-config] Add openHandlesTimeout option to configure possible open handles warning. (#13875)
  • [@jest/create-cache-key-function] Allow passing length argument to createCacheKey() function and set its default value to 16 on Windows (#13827)
  • [jest-message-util] Add support for AggregateError (#13946 & #13947)
  • [jest-message-util] Add support for Error causes in test and it (#13935 & #13966)
  • [jest-reporters] Add summaryThreshold option to summary reporter to allow overriding the internal threshold that is used to print the summary of all failed tests when the number of test suites surpasses it (#13895)
  • [jest-runtime] Expose @sinonjs/fake-timers async APIs functions advanceTimersByTimeAsync(msToRun) (tickAsync(msToRun)), advanceTimersToNextTimerAsync(steps) (nextAsync), runAllTimersAsync (runAllAsync), and runOnlyPendingTimersAsync (runToLastAsync) (#13981)
  • [jest-runtime, @jest/transform] Allow V8 coverage provider to collect coverage from files which were not loaded explicitly (#13974)
  • [jest-snapshot] Add support to cts and mts TypeScript files to inline snapshots (#13975)
  • [jest-worker] Add start method to worker farms (#13937)
  • [jest-worker] Support passing a URL as path to worker (#13982)

Fixes

  • [babel-plugin-jest-hoist] Fix unwanted hoisting of nested jest usages (#13952)
  • [jest-circus] Send test case results for todo tests (#13915)
  • [jest-circus] Update message printed on test timeout (#13830)
  • [jest-circus] Avoid creating the word "testfalse" when takesDoneCallback is false in the message printed on test timeout AND updated timeouts test (#13954)
  • [jest-environment-jsdom] Stop setting document to null on teardown (#13972)
  • [@jest/expect-utils] Update toStrictEqual() to be able to check jest.fn().mock.calls (#13960)
  • [@jest/test-result] Allow TestResultsProcessor type to return a Promise (#13950)

Chore & Maintenance

  • [jest-snapshot] Remove dependency on jest-haste-map (#13977)

New Contributors

Full Changelog: https://github.com/facebook/jest/compare/v29.4.3...v29.5.0

Changelog

Sourced from babel-jest's changelog.

29.5.0

Features

  • [jest-changed-files] Support Sapling (#13941)
  • [jest-circus, @jest/cli, jest-config] Add feature to randomize order of tests via CLI flag or through the config file(#12922)
  • [jest-cli, jest-config, @jest/core, jest-haste-map, @jest/reporters, jest-runner, jest-runtime, @jest/types] Add workerThreads configuration option to allow using worker threads for parallelization (#13939)
  • [jest-cli] Export yargsOptions (#13970)
  • [jest-config] Add openHandlesTimeout option to configure possible open handles warning. (#13875)
  • [@jest/create-cache-key-function] Allow passing length argument to createCacheKey() function and set its default value to 16 on Windows (#13827)
  • [jest-message-util] Add support for AggregateError (#13946 & #13947)
  • [jest-message-util] Add support for Error causes in test and it (#13935 & #13966)
  • [jest-reporters] Add summaryThreshold option to summary reporter to allow overriding the internal threshold that is used to print the summary of all failed tests when the number of test suites surpasses it (#13895)
  • [jest-runtime] Expose @sinonjs/fake-timers async APIs functions advanceTimersByTimeAsync(msToRun) (tickAsync(msToRun)), advanceTimersToNextTimerAsync(steps) (nextAsync), runAllTimersAsync (runAllAsync), and runOnlyPendingTimersAsync (runToLastAsync) (#13981)
  • [jest-runtime, @jest/transform] Allow V8 coverage provider to collect coverage from files which were not loaded explicitly (#13974)
  • [jest-snapshot] Add support to cts and mts TypeScript files to inline snapshots (#13975)
  • [jest-worker] Add start method to worker farms (#13937)
  • [jest-worker] Support passing a URL as path to worker (#13982)

Fixes

  • [babel-plugin-jest-hoist] Fix unwanted hoisting of nested jest usages (#13952)
  • [jest-circus] Send test case results for todo tests (#13915)
  • [jest-circus] Update message printed on test timeout (#13830)
  • [jest-circus] Avoid creating the word "testfalse" when takesDoneCallback is false in the message printed on test timeout AND updated timeouts test (#13954)
  • [jest-environment-jsdom] Stop setting document to null on teardown (#13972)
  • [@jest/expect-utils] Update toStrictEqual() to be able to check jest.fn().mock.calls (#13960)
  • [@jest/test-result] Allow TestResultsProcessor type to return a Promise (#13950)

Chore & Maintenance

  • [jest-snapshot] Remove dependency on jest-haste-map (#13977)
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/NdoleStudio/httpsms/pull/128 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/13/2023 **Status:** ✅ Merged **Merged:** 3/13/2023 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/babel-jest-29.5.0` --- ### 📝 Commits (1) - [`a70f32f`](https://github.com/NdoleStudio/httpsms/commit/a70f32f89a63b394c7051e1cad944e4f5330bd46) chore(deps-dev): bump babel-jest from 29.4.3 to 29.5.0 in /web ### 📊 Changes **2 files changed** (+44 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `web/package.json` (+1 -1) 📝 `web/yarn.lock` (+43 -43) </details> ### 📄 Description Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 29.4.3 to 29.5.0. <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.5.0</h2> <h2>Features</h2> <ul> <li><code>[jest-changed-files]</code> Support Sapling (<a href="https://redirect.github.com/facebook/jest/pull/13941">#13941</a>)</li> <li><code>[jest-circus, @jest/cli, jest-config]</code> Add feature to randomize order of tests via CLI flag or through the config file(<a href="https://redirect.github.com/facebook/jest/pull/12922">#12922</a>)</li> <li><code>[jest-cli, jest-config, @jest/core, jest-haste-map, @jest/reporters, jest-runner, jest-runtime, @jest/types]</code> Add <code>workerThreads</code> configuration option to allow using <a href="https://nodejs.org/dist/latest/docs/api/worker_threads.html">worker threads</a> for parallelization (<a href="https://redirect.github.com/facebook/jest/pull/13939">#13939</a>)</li> <li><code>[jest-cli]</code> Export <code>yargsOptions</code> (<a href="https://redirect.github.com/facebook/jest/pull/13970">#13970</a>)</li> <li><code>[jest-config]</code> Add <code>openHandlesTimeout</code> option to configure possible open handles warning. (<a href="https://redirect.github.com/facebook/jest/pull/13875">#13875</a>)</li> <li><code>[@jest/create-cache-key-function]</code> Allow passing <code>length</code> argument to <code>createCacheKey()</code> function and set its default value to <code>16</code> on Windows (<a href="https://redirect.github.com/facebook/jest/pull/13827">#13827</a>)</li> <li><code>[jest-message-util]</code> Add support for <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AggregateError">AggregateError</a> (<a href="https://redirect.github.com/facebook/jest/pull/13946">#13946</a> &amp; <a href="https://redirect.github.com/facebook/jest/pull/13947">#13947</a>)</li> <li><code>[jest-message-util]</code> Add support for <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/cause">Error causes</a> in <code>test</code> and <code>it</code> (<a href="https://redirect.github.com/facebook/jest/pull/13935">#13935</a> &amp; <a href="https://redirect.github.com/facebook/jest/pull/13966">#13966</a>)</li> <li><code>[jest-reporters]</code> Add <code>summaryThreshold</code> option to summary reporter to allow overriding the internal threshold that is used to print the summary of all failed tests when the number of test suites surpasses it (<a href="https://redirect.github.com/facebook/jest/pull/13895">#13895</a>)</li> <li><code>[jest-runtime]</code> Expose <code>@sinonjs/fake-timers</code> async APIs functions <code>advanceTimersByTimeAsync(msToRun)</code> (<code>tickAsync(msToRun)</code>), <code>advanceTimersToNextTimerAsync(steps)</code> (<code>nextAsync</code>), <code>runAllTimersAsync</code> (<code>runAllAsync</code>), and <code>runOnlyPendingTimersAsync</code> (<code>runToLastAsync</code>) (<a href="https://redirect.github.com/facebook/jest/pull/13981">#13981</a>)</li> <li><code>[jest-runtime, @jest/transform]</code> Allow V8 coverage provider to collect coverage from files which were not loaded explicitly (<a href="https://redirect.github.com/facebook/jest/pull/13974">#13974</a>)</li> <li><code>[jest-snapshot]</code> Add support to <code>cts</code> and <code>mts</code> TypeScript files to inline snapshots (<a href="https://redirect.github.com/facebook/jest/pull/13975">#13975</a>)</li> <li><code>[jest-worker]</code> Add <code>start</code> method to worker farms (<a href="https://redirect.github.com/facebook/jest/pull/13937">#13937</a>)</li> <li><code>[jest-worker]</code> Support passing a URL as path to worker (<a href="https://redirect.github.com/facebook/jest/pull/13982">#13982</a>)</li> </ul> <h2>Fixes</h2> <ul> <li><code>[babel-plugin-jest-hoist]</code> Fix unwanted hoisting of nested <code>jest</code> usages (<a href="https://redirect.github.com/facebook/jest/pull/13952">#13952</a>)</li> <li><code>[jest-circus]</code> Send test case results for <code>todo</code> tests (<a href="https://redirect.github.com/facebook/jest/pull/13915">#13915</a>)</li> <li><code>[jest-circus]</code> Update message printed on test timeout (<a href="https://redirect.github.com/facebook/jest/pull/13830">#13830</a>)</li> <li><code>[jest-circus]</code> Avoid creating the word &quot;testfalse&quot; when <code>takesDoneCallback</code> is <code>false</code> in the message printed on test timeout AND updated timeouts test (<a href="https://redirect.github.com/facebook/jest/pull/13954">#13954</a>)</li> <li><code>[jest-environment-jsdom]</code> Stop setting <code>document</code> to <code>null</code> on teardown (<a href="https://redirect.github.com/facebook/jest/pull/13972">#13972</a>)</li> <li><code>[@jest/expect-utils]</code> Update <code>toStrictEqual()</code> to be able to check <code>jest.fn().mock.calls</code> (<a href="https://redirect.github.com/facebook/jest/pull/13960">#13960</a>)</li> <li><code>[@jest/test-result]</code> Allow <code>TestResultsProcessor</code> type to return a Promise (<a href="https://redirect.github.com/facebook/jest/pull/13950">#13950</a>)</li> </ul> <h2>Chore &amp; Maintenance</h2> <ul> <li><code>[jest-snapshot]</code> Remove dependency on <code>jest-haste-map</code> (<a href="https://redirect.github.com/facebook/jest/pull/13977">#13977</a>)</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/frosas"><code>@​frosas</code></a> made their first contribution in <a href="https://redirect.github.com/facebook/jest/pull/13932">facebook/jest#13932</a></li> <li><a href="https://github.com/akshitsinha"><code>@​akshitsinha</code></a> made their first contribution in <a href="https://redirect.github.com/facebook/jest/pull/13915">facebook/jest#13915</a></li> <li><a href="https://github.com/trajano"><code>@​trajano</code></a> made their first contribution in <a href="https://redirect.github.com/facebook/jest/pull/13827">facebook/jest#13827</a></li> <li><a href="https://github.com/DercilioFontes"><code>@​DercilioFontes</code></a> made their first contribution in <a href="https://redirect.github.com/facebook/jest/pull/13954">facebook/jest#13954</a></li> <li><a href="https://github.com/jsnajdr"><code>@​jsnajdr</code></a> made their first contribution in <a href="https://redirect.github.com/facebook/jest/pull/13952">facebook/jest#13952</a></li> <li><a href="https://github.com/SteveFlames"><code>@​SteveFlames</code></a> made their first contribution in <a href="https://redirect.github.com/facebook/jest/pull/13895">facebook/jest#13895</a></li> <li><a href="https://github.com/willc001"><code>@​willc001</code></a> made their first contribution in <a href="https://redirect.github.com/facebook/jest/pull/13970">facebook/jest#13970</a></li> <li><a href="https://github.com/benjaminhobbs"><code>@​benjaminhobbs</code></a> made their first contribution in <a href="https://redirect.github.com/facebook/jest/pull/13901">facebook/jest#13901</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/facebook/jest/compare/v29.4.3...v29.5.0">https://github.com/facebook/jest/compare/v29.4.3...v29.5.0</a></p> </blockquote> </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.5.0</h2> <h3>Features</h3> <ul> <li><code>[jest-changed-files]</code> Support Sapling (<a href="https://redirect.github.com/facebook/jest/pull/13941">#13941</a>)</li> <li><code>[jest-circus, @jest/cli, jest-config]</code> Add feature to randomize order of tests via CLI flag or through the config file(<a href="https://redirect.github.com/facebook/jest/pull/12922">#12922</a>)</li> <li><code>[jest-cli, jest-config, @jest/core, jest-haste-map, @jest/reporters, jest-runner, jest-runtime, @jest/types]</code> Add <code>workerThreads</code> configuration option to allow using <a href="https://nodejs.org/dist/latest/docs/api/worker_threads.html">worker threads</a> for parallelization (<a href="https://redirect.github.com/facebook/jest/pull/13939">#13939</a>)</li> <li><code>[jest-cli]</code> Export <code>yargsOptions</code> (<a href="https://redirect.github.com/facebook/jest/pull/13970">#13970</a>)</li> <li><code>[jest-config]</code> Add <code>openHandlesTimeout</code> option to configure possible open handles warning. (<a href="https://redirect.github.com/facebook/jest/pull/13875">#13875</a>)</li> <li><code>[@jest/create-cache-key-function]</code> Allow passing <code>length</code> argument to <code>createCacheKey()</code> function and set its default value to <code>16</code> on Windows (<a href="https://redirect.github.com/facebook/jest/pull/13827">#13827</a>)</li> <li><code>[jest-message-util]</code> Add support for <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AggregateError">AggregateError</a> (<a href="https://redirect.github.com/facebook/jest/pull/13946">#13946</a> &amp; <a href="https://redirect.github.com/facebook/jest/pull/13947">#13947</a>)</li> <li><code>[jest-message-util]</code> Add support for <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/cause">Error causes</a> in <code>test</code> and <code>it</code> (<a href="https://redirect.github.com/facebook/jest/pull/13935">#13935</a> &amp; <a href="https://redirect.github.com/facebook/jest/pull/13966">#13966</a>)</li> <li><code>[jest-reporters]</code> Add <code>summaryThreshold</code> option to summary reporter to allow overriding the internal threshold that is used to print the summary of all failed tests when the number of test suites surpasses it (<a href="https://redirect.github.com/facebook/jest/pull/13895">#13895</a>)</li> <li><code>[jest-runtime]</code> Expose <code>@sinonjs/fake-timers</code> async APIs functions <code>advanceTimersByTimeAsync(msToRun)</code> (<code>tickAsync(msToRun)</code>), <code>advanceTimersToNextTimerAsync(steps)</code> (<code>nextAsync</code>), <code>runAllTimersAsync</code> (<code>runAllAsync</code>), and <code>runOnlyPendingTimersAsync</code> (<code>runToLastAsync</code>) (<a href="https://redirect.github.com/facebook/jest/pull/13981">#13981</a>)</li> <li><code>[jest-runtime, @jest/transform]</code> Allow V8 coverage provider to collect coverage from files which were not loaded explicitly (<a href="https://redirect.github.com/facebook/jest/pull/13974">#13974</a>)</li> <li><code>[jest-snapshot]</code> Add support to <code>cts</code> and <code>mts</code> TypeScript files to inline snapshots (<a href="https://redirect.github.com/facebook/jest/pull/13975">#13975</a>)</li> <li><code>[jest-worker]</code> Add <code>start</code> method to worker farms (<a href="https://redirect.github.com/facebook/jest/pull/13937">#13937</a>)</li> <li><code>[jest-worker]</code> Support passing a URL as path to worker (<a href="https://redirect.github.com/facebook/jest/pull/13982">#13982</a>)</li> </ul> <h3>Fixes</h3> <ul> <li><code>[babel-plugin-jest-hoist]</code> Fix unwanted hoisting of nested <code>jest</code> usages (<a href="https://redirect.github.com/facebook/jest/pull/13952">#13952</a>)</li> <li><code>[jest-circus]</code> Send test case results for <code>todo</code> tests (<a href="https://redirect.github.com/facebook/jest/pull/13915">#13915</a>)</li> <li><code>[jest-circus]</code> Update message printed on test timeout (<a href="https://redirect.github.com/facebook/jest/pull/13830">#13830</a>)</li> <li><code>[jest-circus]</code> Avoid creating the word &quot;testfalse&quot; when <code>takesDoneCallback</code> is <code>false</code> in the message printed on test timeout AND updated timeouts test (<a href="https://redirect.github.com/facebook/jest/pull/13954">#13954</a>)</li> <li><code>[jest-environment-jsdom]</code> Stop setting <code>document</code> to <code>null</code> on teardown (<a href="https://redirect.github.com/facebook/jest/pull/13972">#13972</a>)</li> <li><code>[@jest/expect-utils]</code> Update <code>toStrictEqual()</code> to be able to check <code>jest.fn().mock.calls</code> (<a href="https://redirect.github.com/facebook/jest/pull/13960">#13960</a>)</li> <li><code>[@jest/test-result]</code> Allow <code>TestResultsProcessor</code> type to return a Promise (<a href="https://redirect.github.com/facebook/jest/pull/13950">#13950</a>)</li> </ul> <h3>Chore &amp; Maintenance</h3> <ul> <li><code>[jest-snapshot]</code> Remove dependency on <code>jest-haste-map</code> (<a href="https://redirect.github.com/facebook/jest/pull/13977">#13977</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/facebook/jest/commit/39f3beda6b396665bebffab94e8d7c45be30454c"><code>39f3bed</code></a> v29.5.0</li> <li>See full diff in <a href="https://github.com/facebook/jest/commits/v29.5.0/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=29.4.3&new-version=29.5.0)](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-03 16:37:09 +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/httpsms#183
No description provided.