Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-dev): bump jest from 29.1.2 to 29.2.0 (#1345)
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.1.2 to 29.2.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.2.0</h2> <h2>Features</h2> <ul> <li><code>[@jest/cli, jest-config]</code> A seed for the test run will be randomly generated, or set by a CLI option (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13400">#13400</a>)</li> <li><code>[@jest/cli, jest-config]</code> <code>--show-seed</code> will display the seed value in the report, and can be set via a CLI flag or through the config file (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13400">#13400</a>)</li> <li><code>[jest-config]</code> Add <code>readInitialConfig</code> utility function (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13356">#13356</a>)</li> <li><code>[jest-core]</code> Allow <code>testResultsProcessor</code> to be async (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13343">#13343</a>)</li> <li><code>[@jest/environment, jest-environment-node, jest-environment-jsdom, jest-runtime]</code> Add <code>getSeed()</code> to the <code>jest</code> object (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13400">#13400</a>)</li> <li><code>[expect, @jest/expect-utils]</code> Allow <code>isA</code> utility to take a type argument (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13355">#13355</a>)</li> <li><code>[expect]</code> Expose <code>AsyncExpectationResult</code> and <code>SyncExpectationResult</code> types (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13411">#13411</a>)</li> </ul> <h2>Fixes</h2> <ul> <li><code>[babel-plugin-jest-hoist]</code> Ignore <code>TSTypeQuery</code> when checking for hoisted references (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13367">#13367</a>)</li> <li><code>[jest-core]</code> Fix <code>detectOpenHandles</code> false positives for some special objects such as <code>TLSWRAP</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13414">#13414</a>)</li> <li><code>[jest-mock]</code> Fix mocking of getters and setters on classes (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13398">#13398</a>)</li> <li><code>[jest-reporters]</code> Revert: Transform file paths into hyperlinks (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13399">#13399</a>)</li> <li><code>[@jest/types]</code> Infer type of <code>each</code> table correctly when the table is a tuple or array (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13381">#13381</a>)</li> <li><code>[@jest/types]</code> Rework typings to allow the <code>*ReturnedWith</code> matchers to be called with no argument (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13385">#13385</a>)</li> </ul> <h2>Chore & Maintenance</h2> <ul> <li><code>[*]</code> Update <code>@babel/*</code> deps, resulting in slightly different stack traces for <code>each</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13422">#13422</a>)</li> </ul> <h2>Performance</h2> <ul> <li><code>[jest-runner]</code> Do not instrument v8 coverage data if coverage should not be collected (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13282">#13282</a>)</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/johannessjoberg"><code>@johannessjoberg</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13343">facebook/jest#13343</a></li> <li><a href="https://github.com/mitchhentgesspotify"><code>@mitchhentgesspotify</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13282">facebook/jest#13282</a></li> <li><a href="https://github.com/Methuselah96"><code>@Methuselah96</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13409">facebook/jest#13409</a></li> <li><a href="https://github.com/jhwang98"><code>@jhwang98</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13400">facebook/jest#13400</a></li> <li><a href="https://github.com/professorjrod"><code>@professorjrod</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13418">facebook/jest#13418</a></li> <li><a href="https://github.com/jesusarell"><code>@jesusarell</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13407">facebook/jest#13407</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/facebook/jest/compare/v29.1.2...v29.2.0">https://github.com/facebook/jest/compare/v29.1.2...v29.2.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.2.0</h2> <h3>Features</h3> <ul> <li><code>[@jest/cli, jest-config]</code> A seed for the test run will be randomly generated, or set by a CLI option (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13400">#13400</a>)</li> <li><code>[@jest/cli, jest-config]</code> <code>--show-seed</code> will display the seed value in the report, and can be set via a CLI flag or through the config file (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13400">#13400</a>)</li> <li><code>[jest-config]</code> Add <code>readInitialConfig</code> utility function (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13356">#13356</a>)</li> <li><code>[jest-core]</code> Allow <code>testResultsProcessor</code> to be async (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13343">#13343</a>)</li> <li><code>[@jest/environment, jest-environment-node, jest-environment-jsdom, jest-runtime]</code> Add <code>getSeed()</code> to the <code>jest</code> object (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13400">#13400</a>)</li> <li><code>[expect, @jest/expect-utils]</code> Allow <code>isA</code> utility to take a type argument (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13355">#13355</a>)</li> <li><code>[expect]</code> Expose <code>AsyncExpectationResult</code> and <code>SyncExpectationResult</code> types (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13411">#13411</a>)</li> </ul> <h3>Fixes</h3> <ul> <li><code>[babel-plugin-jest-hoist]</code> Ignore <code>TSTypeQuery</code> when checking for hoisted references (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13367">#13367</a>)</li> <li><code>[jest-core]</code> Fix <code>detectOpenHandles</code> false positives for some special objects such as <code>TLSWRAP</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13414">#13414</a>)</li> <li><code>[jest-mock]</code> Fix mocking of getters and setters on classes (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13398">#13398</a>)</li> <li><code>[jest-reporters]</code> Revert: Transform file paths into hyperlinks (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13399">#13399</a>)</li> <li><code>[@jest/types]</code> Infer type of <code>each</code> table correctly when the table is a tuple or array (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13381">#13381</a>)</li> <li><code>[@jest/types]</code> Rework typings to allow the <code>*ReturnedWith</code> matchers to be called with no argument (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13385">#13385</a>)</li> </ul> <h3>Chore & Maintenance</h3> <ul> <li><code>[*]</code> Update <code>@babel/*</code> deps, resulting in slightly different stack traces for <code>each</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13422">#13422</a>)</li> </ul> <h3>Performance</h3> <ul> <li><code>[jest-runner]</code> Do not instrument v8 coverage data if coverage should not be collected (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13282">#13282</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <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/22322c9acc3197e43337b5415755823f09f410fe"><code>22322c9</code></a> refactor: use a single root tsconfig for type tests (<a href="https://github.com/facebook/jest/tree/HEAD/packages/jest/issues/13358">#13358</a>)</li> <li>See full diff in <a href="https://github.com/facebook/jest/commits/v29.2.0/packages/jest">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jest&package-manager=npm_and_yarn&previous-version=29.1.2&new-version=29.2.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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information