[PR #64] [MERGED] chore(deps-dev): bump babel-jest from 27.5.1 to 29.3.1 in /web #123

Closed
opened 2026-03-03 16:36:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/64
Author: @dependabot[bot]
Created: 1/9/2023
Status: Merged
Merged: 1/11/2023
Merged by: @AchoArnold

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


📝 Commits (1)

  • b6ca254 chore(deps-dev): bump babel-jest from 27.5.1 to 29.3.1 in /web

📊 Changes

3 files changed (+802 additions, -49 deletions)

View changed files

📝 web/package-lock.json (+460 -42)
📝 web/package.json (+1 -1)
📝 web/yarn.lock (+341 -6)

📄 Description

Bumps babel-jest from 27.5.1 to 29.3.1.

Release notes

Sourced from babel-jest's releases.

v29.3.1

Fixes

  • [jest-config] Do not warn about preset in ProjectConfig (#13583)

Performance

  • [jest-transform] Defer creation of cache directory (#13420)

v29.3.0

Features

  • [jest-runtime] Support WebAssembly (Wasm) imports in ESM modules (#13505)

Fixes

  • [jest-config] Add config validation for projects option (#13565)
  • [jest-mock] Treat cjs modules as objects so they can be mocked (#13513)
  • [jest-worker] Throw an error instead of hanging when jest workers terminate unexpectedly (#13566)

Chore & Maintenance

  • [@jest/transform] Update convert-source-map (#13509)
  • [docs] Mention toStrictEqual in UsingMatchers docs. (#13560)

New Contributors

Full Changelog: https://github.com/facebook/jest/compare/v29.2.2...v29.3.0

v29.2.2

Fixes

  • [@jest/test-sequencer] Make sure sharding does not produce empty groups (#13476)
  • [jest-circus] Test marked as todo are shown as todo when inside a focussed describe (#13504)
  • [jest-mock] Ensure mock resolved and rejected values are promises from correct realm (#13503)
  • [jest-snapshot] Don't highlight passing asymmetric property matchers in snapshot diff (#13480)

Chore & Maintenance

  • [docs] Update link to Jest 28 upgrade guide in error message (#13483)
  • [jest-runner, jest-watcher] Update emittery (#13490)

New Contributors

... (truncated)

Changelog

Sourced from babel-jest's changelog.

29.3.1

Fixes

  • [jest-config] Do not warn about preset in ProjectConfig (#13583)

Performance

  • [jest-transform] Defer creation of cache directory (#13420)

29.3.0

Features

  • [jest-runtime] Support WebAssembly (Wasm) imports in ESM modules (#13505)

Fixes

  • [jest-config] Add config validation for projects option (#13565)
  • [jest-mock] Treat cjs modules as objects so they can be mocked (#13513)
  • [jest-worker] Throw an error instead of hanging when jest workers terminate unexpectedly (#13566)

Chore & Maintenance

  • [@jest/transform] Update convert-source-map (#13509)
  • [docs] Mention toStrictEqual in UsingMatchers docs. (#13560)

29.2.2

Fixes

  • [@jest/test-sequencer] Make sure sharding does not produce empty groups (#13476)
  • [jest-circus] Test marked as todo are shown as todo when inside a focussed describe (#13504)
  • [jest-mock] Ensure mock resolved and rejected values are promises from correct realm (#13503)
  • [jest-snapshot] Don't highlight passing asymmetric property matchers in snapshot diff (#13480)

Chore & Maintenance

  • [docs] Update link to Jest 28 upgrade guide in error message (#13483)
  • [jest-runner, jest-watcher] Update emittery (#13490)

29.2.1

Features

  • [@jest/globals, jest-mock] Add jest.Spied* utility types (#13440)

Fixes

  • [jest-environment-node] make globalThis.performance writable for Node 19 and fake timers (#13467)

... (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/NdoleStudio/httpsms/pull/64 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/9/2023 **Status:** ✅ Merged **Merged:** 1/11/2023 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/babel-jest-29.3.1` --- ### 📝 Commits (1) - [`b6ca254`](https://github.com/NdoleStudio/httpsms/commit/b6ca254eaec5b909bf0cd62e8686355e154a3d40) chore(deps-dev): bump babel-jest from 27.5.1 to 29.3.1 in /web ### 📊 Changes **3 files changed** (+802 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `web/package-lock.json` (+460 -42) 📝 `web/package.json` (+1 -1) 📝 `web/yarn.lock` (+341 -6) </details> ### 📄 Description Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 27.5.1 to 29.3.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.3.1</h2> <h2>Fixes</h2> <ul> <li><code>[jest-config]</code> Do not warn about <code>preset</code> in <code>ProjectConfig</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13583">#13583</a>)</li> </ul> <h2>Performance</h2> <ul> <li><code>[jest-transform]</code> Defer creation of cache directory (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13420">#13420</a>)</li> </ul> <h2>v29.3.0</h2> <h2>Features</h2> <ul> <li><code>[jest-runtime]</code> Support WebAssembly (Wasm) imports in ESM modules (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13505">#13505</a>)</li> </ul> <h2>Fixes</h2> <ul> <li><code>[jest-config]</code> Add config validation for <code>projects</code> option (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13565">#13565</a>)</li> <li><code>[jest-mock]</code> Treat cjs modules as objects so they can be mocked (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13513">#13513</a>)</li> <li><code>[jest-worker]</code> Throw an error instead of hanging when jest workers terminate unexpectedly (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13566">#13566</a>)</li> </ul> <h2>Chore &amp; Maintenance</h2> <ul> <li><code>[@jest/transform]</code> Update <code>convert-source-map</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13509">#13509</a>)</li> <li><code>[docs]</code> Mention <code>toStrictEqual</code> in UsingMatchers docs. (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13560">#13560</a>)</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Tofandel"><code>@​Tofandel</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13513">facebook/jest#13513</a></li> <li><a href="https://github.com/RyWilliams"><code>@​RyWilliams</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13520">facebook/jest#13520</a></li> <li><a href="https://github.com/waikoo"><code>@​waikoo</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13447">facebook/jest#13447</a></li> <li><a href="https://github.com/kachkaev"><code>@​kachkaev</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13505">facebook/jest#13505</a></li> <li><a href="https://github.com/ibuibu"><code>@​ibuibu</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13565">facebook/jest#13565</a></li> <li><a href="https://github.com/necipallef"><code>@​necipallef</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13560">facebook/jest#13560</a></li> <li><a href="https://github.com/ravshansbox"><code>@​ravshansbox</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13533">facebook/jest#13533</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/facebook/jest/compare/v29.2.2...v29.3.0">https://github.com/facebook/jest/compare/v29.2.2...v29.3.0</a></p> <h2>v29.2.2</h2> <h2>Fixes</h2> <ul> <li><code>[@jest/test-sequencer]</code> Make sure sharding does not produce empty groups (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13476">#13476</a>)</li> <li><code>[jest-circus]</code> Test marked as <code>todo</code> are shown as todo when inside a focussed describe (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13504">#13504</a>)</li> <li><code>[jest-mock]</code> Ensure mock resolved and rejected values are promises from correct realm (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13503">#13503</a>)</li> <li><code>[jest-snapshot]</code> Don't highlight passing asymmetric property matchers in snapshot diff (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/13480">#13480</a>)</li> </ul> <h2>Chore &amp; Maintenance</h2> <ul> <li><code>[docs]</code> Update link to Jest 28 upgrade guide in error message (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13483">#13483</a>)</li> <li><code>[jest-runner, jest-watcher]</code> Update <code>emittery</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13490">#13490</a>)</li> </ul> <h2>New Contributors</h2> <!-- 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.3.1</h2> <h3>Fixes</h3> <ul> <li><code>[jest-config]</code> Do not warn about <code>preset</code> in <code>ProjectConfig</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13583">#13583</a>)</li> </ul> <h3>Performance</h3> <ul> <li><code>[jest-transform]</code> Defer creation of cache directory (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13420">#13420</a>)</li> </ul> <h2>29.3.0</h2> <h3>Features</h3> <ul> <li><code>[jest-runtime]</code> Support WebAssembly (Wasm) imports in ESM modules (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13505">#13505</a>)</li> </ul> <h3>Fixes</h3> <ul> <li><code>[jest-config]</code> Add config validation for <code>projects</code> option (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13565">#13565</a>)</li> <li><code>[jest-mock]</code> Treat cjs modules as objects so they can be mocked (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13513">#13513</a>)</li> <li><code>[jest-worker]</code> Throw an error instead of hanging when jest workers terminate unexpectedly (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13566">#13566</a>)</li> </ul> <h3>Chore &amp; Maintenance</h3> <ul> <li><code>[@jest/transform]</code> Update <code>convert-source-map</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13509">#13509</a>)</li> <li><code>[docs]</code> Mention <code>toStrictEqual</code> in UsingMatchers docs. (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13560">#13560</a>)</li> </ul> <h2>29.2.2</h2> <h3>Fixes</h3> <ul> <li><code>[@jest/test-sequencer]</code> Make sure sharding does not produce empty groups (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13476">#13476</a>)</li> <li><code>[jest-circus]</code> Test marked as <code>todo</code> are shown as todo when inside a focussed describe (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13504">#13504</a>)</li> <li><code>[jest-mock]</code> Ensure mock resolved and rejected values are promises from correct realm (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13503">#13503</a>)</li> <li><code>[jest-snapshot]</code> Don't highlight passing asymmetric property matchers in snapshot diff (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/13480">#13480</a>)</li> </ul> <h3>Chore &amp; Maintenance</h3> <ul> <li><code>[docs]</code> Update link to Jest 28 upgrade guide in error message (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13483">#13483</a>)</li> <li><code>[jest-runner, jest-watcher]</code> Update <code>emittery</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13490">#13490</a>)</li> </ul> <h2>29.2.1</h2> <h3>Features</h3> <ul> <li><code>[@jest/globals, jest-mock]</code> Add <code>jest.Spied*</code> utility types (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13440">#13440</a>)</li> </ul> <h3>Fixes</h3> <ul> <li><code>[jest-environment-node]</code> make <code>globalThis.performance</code> writable for Node 19 and fake timers (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13467">#13467</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/05deb8393c4ad71e19be2567b704dfd3a2ab5fc9"><code>05deb83</code></a> v29.3.1</li> <li><a href="https://github.com/facebook/jest/commit/84b8de987b33e2da20dc833aeb65f23d72a673cd"><code>84b8de9</code></a> v29.3.0</li> <li><a href="https://github.com/facebook/jest/commit/0a8edbe0ac434394a16cc173a03ff54a9cc50e41"><code>0a8edbe</code></a> v29.2.2</li> <li><a href="https://github.com/facebook/jest/commit/4551c0fdd4d25b7206824957c7bcc6baf61e63bf"><code>4551c0f</code></a> v29.2.1</li> <li><a href="https://github.com/facebook/jest/commit/1f6c4e9aa6354770e909935f1ba4c752238e405e"><code>1f6c4e9</code></a> perf: use sha1 instead of sha256 for hashing (<a href="https://github.com/facebook/jest/tree/HEAD/packages/babel-jest/issues/13421">#13421</a>)</li> <li><a href="https://github.com/facebook/jest/commit/ee5b37a4f4433afcfffb0356cea47739d8092287"><code>ee5b37a</code></a> v29.2.0</li> <li><a href="https://github.com/facebook/jest/commit/21cf669a4ff9b40bad0ef89f2adb8942d4c538a3"><code>21cf669</code></a> chore: use <code>references</code> in all <code>__tests__/tsconfig.json</code> files (<a href="https://github.com/facebook/jest/tree/HEAD/packages/babel-jest/issues/13394">#13394</a>)</li> <li><a href="https://github.com/facebook/jest/commit/71044c06ddfa13521304bca72376681dbc22036d"><code>71044c0</code></a> chore(lint): use <code>jest/prefer-to-have-length</code> rule (<a href="https://github.com/facebook/jest/tree/HEAD/packages/babel-jest/issues/13370">#13370</a>)</li> <li><a href="https://github.com/facebook/jest/commit/50bab21a8e88215061228e4197bfe632a529692c"><code>50bab21</code></a> chore: run eslint with type information on CI (<a href="https://github.com/facebook/jest/tree/HEAD/packages/babel-jest/issues/13368">#13368</a>)</li> <li><a href="https://github.com/facebook/jest/commit/8219820a8715351e9d63815dc8a12382613eca98"><code>8219820</code></a> chore(lint): use <code>jest/prefer-to-be</code> rule (<a href="https://github.com/facebook/jest/tree/HEAD/packages/babel-jest/issues/13369">#13369</a>)</li> <li>Additional commits viewable in <a href="https://github.com/facebook/jest/commits/v29.3.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.3.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-03 16:36: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/httpsms#123
No description provided.