Bump jest and @types/jest #672

Open
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/jest-and-types/jest-29.3.0 into master
dependabot[bot] commented 2022-11-08 07:02:48 -05:00 (Migrated from github.com)

Bumps jest and @types/jest. These dependencies needed to be updated together.
Updates jest from 29.2.2 to 29.3.0

Release notes

Sourced from jest's releases.

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

Changelog

Sourced from jest's changelog.

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)
Commits

Updates @types/jest from 29.2.1 to 29.2.2

Commits

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)
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) and [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest). These dependencies needed to be updated together. Updates `jest` from 29.2.2 to 29.3.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/jest/releases">jest's releases</a>.</em></p> <blockquote> <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> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/facebook/jest/blob/main/CHANGELOG.md">jest's changelog</a>.</em></p> <blockquote> <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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/facebook/jest/commit/84b8de987b33e2da20dc833aeb65f23d72a673cd"><code>84b8de9</code></a> v29.3.0</li> <li>See full diff in <a href="https://github.com/facebook/jest/commits/v29.3.0/packages/jest">compare view</a></li> </ul> </details> <br /> Updates `@types/jest` from 29.2.1 to 29.2.2 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest">compare view</a></li> </ul> </details> <br /> 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>
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/npm_and_yarn/jest-and-types/jest-29.3.0:dependabot/npm_and_yarn/jest-and-types/jest-29.3.0
git switch dependabot/npm_and_yarn/jest-and-types/jest-29.3.0

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff dependabot/npm_and_yarn/jest-and-types/jest-29.3.0
git switch dependabot/npm_and_yarn/jest-and-types/jest-29.3.0
git rebase master
git switch master
git merge --ff-only dependabot/npm_and_yarn/jest-and-types/jest-29.3.0
git switch dependabot/npm_and_yarn/jest-and-types/jest-29.3.0
git rebase master
git switch master
git merge --no-ff dependabot/npm_and_yarn/jest-and-types/jest-29.3.0
git switch master
git merge --squash dependabot/npm_and_yarn/jest-and-types/jest-29.3.0
git switch master
git merge --ff-only dependabot/npm_and_yarn/jest-and-types/jest-29.3.0
git switch master
git merge dependabot/npm_and_yarn/jest-and-types/jest-29.3.0
git push origin master
Sign in to join this conversation.
No description provided.