Skip to content

Commit

Permalink
chore(deps): bump jest-extended from 3.0.0 to 3.0.2 (#315)
Browse files Browse the repository at this point in the history
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
dependabot[bot] authored Aug 8, 2022
1 parent bb7e871 commit 7deffda
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"axios-mock-adapter": "^1.21.1",
"del-cli": "^5.0.0",
"jest": "^27.5.1",
"jest-extended": "^3.0.0",
"jest-extended": "^3.0.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"ts-jest": "^27.1.3",
Expand Down

0 comments on commit 7deffda

Please sign in to comment.