Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump jest-extended from 3.0.0 to 3.0.2 (#315)
Bumps [jest-extended](https://github.com/jest-community/jest-extended) from 3.0.0 to 3.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jest-community/jest-extended/releases">jest-extended's releases</a>.</em></p> <blockquote> <h2>v3.0.2</h2> <h2>What's Changed</h2> <ul> <li>Fix typings of <code>toThrowWithMessage</code>, support unconstructable errors by <a href="https://github.com/GerkinDev"><code>@GerkinDev</code></a> in <a href="https://github-redirect.dependabot.com/jest-community/jest-extended/pull/475">jest-community/jest-extended#475</a></li> <li>Fix toHaveBeenCalledBefore/toHaveBeenCalledAfter type definition by <a href="https://github.com/aheuermann"><code>@aheuermann</code></a> in <a href="https://github-redirect.dependabot.com/jest-community/jest-extended/pull/292">jest-community/jest-extended#292</a></li> <li>Declare matchers for use with expect.not.MATCHER (<a href="https://github-redirect.dependabot.com/jest-community/jest-extended/issues/385">#385</a>) by <a href="https://github.com/dharkness"><code>@dharkness</code></a> in <a href="https://github-redirect.dependabot.com/jest-community/jest-extended/pull/386">jest-community/jest-extended#386</a></li> <li>Change any to unknown by <a href="https://github.com/keeganwitt"><code>@keeganwitt</code></a> in <a href="https://github-redirect.dependabot.com/jest-community/jest-extended/pull/477">jest-community/jest-extended#477</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/aheuermann"><code>@aheuermann</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/jest-community/jest-extended/pull/292">jest-community/jest-extended#292</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jest-community/jest-extended/compare/v3.0.1...v3.0.2">https://github.com/jest-community/jest-extended/compare/v3.0.1...v3.0.2</a></p> <h2>v3.0.1</h2> <h2>What's Changed</h2> <ul> <li>fix: use <code>readonly</code> array types in matchers by <a href="https://github.com/ilyub"><code>@ilyub</code></a> in <a href="https://github-redirect.dependabot.com/jest-community/jest-extended/pull/465">jest-community/jest-extended#465</a></li> <li>fix(types): optional <code>failIfNoSecondInvocation</code> parameter by <a href="https://github.com/j-waaang"><code>@j-waaang</code></a> in <a href="https://github-redirect.dependabot.com/jest-community/jest-extended/pull/468">jest-community/jest-extended#468</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ilyub"><code>@ilyub</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/jest-community/jest-extended/pull/465">jest-community/jest-extended#465</a></li> <li><a href="https://github.com/j-waaang"><code>@j-waaang</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/jest-community/jest-extended/pull/468">jest-community/jest-extended#468</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jest-community/jest-extended/compare/v3.0.0...v3.0.1">https://github.com/jest-community/jest-extended/compare/v3.0.0...v3.0.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jest-community/jest-extended/commit/877341d43294ca77c09b4e6d6e218c50e5e9399c"><code>877341d</code></a> v3.0.2</li> <li><a href="https://github.com/jest-community/jest-extended/commit/7697c7b32858f6c20f4b7ce9ba5159805b031464"><code>7697c7b</code></a> TypeScript improvements (<a href="https://github-redirect.dependabot.com/jest-community/jest-extended/issues/477">#477</a>)</li> <li><a href="https://github.com/jest-community/jest-extended/commit/552e9506402b4a5512aabd8d974a202cace699ec"><code>552e950</code></a> Lock file maintenance</li> <li><a href="https://github.com/jest-community/jest-extended/commit/0363aff8465f12d84f7dc228049d0a90de6c179f"><code>0363aff</code></a> Lock file maintenance</li> <li><a href="https://github.com/jest-community/jest-extended/commit/684bf2e68f1373e613b413ea376b389856579ef5"><code>684bf2e</code></a> Lock file maintenance</li> <li><a href="https://github.com/jest-community/jest-extended/commit/801c06865defc98bd2ac59a9f938f7f118af45f1"><code>801c068</code></a> Lower node requirement to 16.10 (closes <a href="https://github-redirect.dependabot.com/jest-community/jest-extended/issues/476">#476</a>)</li> <li><a href="https://github.com/jest-community/jest-extended/commit/b7329bc7eda7b5056dca66ab116ed753f5323326"><code>b7329bc</code></a> Fix/remove broken examples and roadmap links (<a href="https://github-redirect.dependabot.com/jest-community/jest-extended/issues/445">#445</a>)</li> <li><a href="https://github.com/jest-community/jest-extended/commit/28e5f53a496fd1f16f8f5b50f66f52d91f52d23e"><code>28e5f53</code></a> Declare matchers for use with expect.not.MATCHER (<a href="https://github-redirect.dependabot.com/jest-community/jest-extended/issues/385">#385</a>) (<a href="https://github-redirect.dependabot.com/jest-community/jest-extended/issues/386">#386</a>)</li> <li><a href="https://github.com/jest-community/jest-extended/commit/be7bc8eacccc287f5cf252b74578380f37321091"><code>be7bc8e</code></a> Fix toHaveBeenCalledBefore/toHaveBeenCalledAfter mock param types (<a href="https://github-redirect.dependabot.com/jest-community/jest-extended/issues/292">#292</a>)</li> <li><a href="https://github.com/jest-community/jest-extended/commit/9d5d236316d4d5f1f8e34fcabbd7f3baa50aebf4"><code>9d5d236</code></a> Ignore .dccache file</li> <li>Additional commits viewable in <a href="https://github.com/jest-community/jest-extended/compare/v3.0.0...v3.0.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jest-extended&package-manager=npm_and_yarn&previous-version=3.0.0&new-version=3.0.2)](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>
- Loading branch information