Skip to content

Commit

Permalink
chore(deps-dev): Bump jest-extended from 3.2.3 to 3.2.4 (#1552)
Browse files Browse the repository at this point in the history
Bumps [jest-extended](https://github.com/jest-community/jest-extended)
from 3.2.3 to 3.2.4.
<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.2.4</h2>
<h3>Patch Changes</h3>
<ul>
<li>0b07513: Support varargs in toHaveBeenCalledOnceWith (<a
href="https://github-redirect.dependabot.com/jest-community/jest-extended/issues/557">#557</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/jest-community/jest-extended/blob/main/CHANGELOG.md">jest-extended's
changelog</a>.</em></p>
<blockquote>
<h2>3.2.4</h2>
<h3>Patch Changes</h3>
<ul>
<li>0b07513: Support varargs in toHaveBeenCalledOnceWith (<a
href="https://github-redirect.dependabot.com/jest-community/jest-extended/issues/557">#557</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jest-community/jest-extended/commit/2ec3e7ea6b5828da46a1209bffd696eaab4f09da"><code>2ec3e7e</code></a>
chore: correct access in changeset config</li>
<li><a
href="https://github.com/jest-community/jest-extended/commit/4c6c9ce51b40e0f65e64d5f1e6a5fa7d6b8bf10d"><code>4c6c9ce</code></a>
Version Packages (<a
href="https://github-redirect.dependabot.com/jest-community/jest-extended/issues/567">#567</a>)</li>
<li><a
href="https://github.com/jest-community/jest-extended/commit/c24562061beba5a164ef94589b3dba9fd5ddcef3"><code>c245620</code></a>
chore: do not run pre-commit hook on CI</li>
<li><a
href="https://github.com/jest-community/jest-extended/commit/0188b5f5d43b1f852c22b39b96043dab2cae81b4"><code>0188b5f</code></a>
chore: use badge from shields.io</li>
<li><a
href="https://github.com/jest-community/jest-extended/commit/feff464aa27f1cde4397986c7eed83ec52d48990"><code>feff464</code></a>
chore: fix badge in readme</li>
<li><a
href="https://github.com/jest-community/jest-extended/commit/0b075133b6bff3583df026f210bca870175d748b"><code>0b07513</code></a>
chore: make release (<a
href="https://github-redirect.dependabot.com/jest-community/jest-extended/issues/566">#566</a>)</li>
<li><a
href="https://github.com/jest-community/jest-extended/commit/16fa0b98e73b14d41630b5569948fffb7dbf966b"><code>16fa0b9</code></a>
feat: set up changesets (<a
href="https://github-redirect.dependabot.com/jest-community/jest-extended/issues/565">#565</a>)</li>
<li><a
href="https://github.com/jest-community/jest-extended/commit/f5c0b74e165b6b8afc8263362102cdaa88a5c71d"><code>f5c0b74</code></a>
Lock file maintenance (<a
href="https://github-redirect.dependabot.com/jest-community/jest-extended/issues/564">#564</a>)</li>
<li><a
href="https://github.com/jest-community/jest-extended/commit/9c6aef526e792c9d85e904b0b8bb840ef51768a1"><code>9c6aef5</code></a>
Revert &quot;chore: attempt to make renovate keep example up to
date&quot;</li>
<li><a
href="https://github.com/jest-community/jest-extended/commit/a032a0014c30930bd80feba88f209bd71591a1af"><code>a032a00</code></a>
Update docusaurus monorepo to v2.3.1 (<a
href="https://github-redirect.dependabot.com/jest-community/jest-extended/issues/555">#555</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/jest-community/jest-extended/compare/v3.2.3...v3.2.4">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.2.3&new-version=3.2.4)](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
dependabot[bot] authored Feb 21, 2023
1 parent f360c17 commit 077aa93
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 38 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"eslint-plugin-security": "^1.7.1",
"fork-ts-checker-webpack-plugin": "^7.3.0",
"jest": "^29.4.3",
"jest-extended": "^3.2.3",
"jest-extended": "^3.2.4",
"jest-file-snapshot": "^0.5.0",
"jest-junit": "^15.0.0",
"lerna": "^6.5.1",
Expand Down
44 changes: 7 additions & 37 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4080,11 +4080,6 @@ diff-sequences@^26.6.2:
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-26.6.2.tgz#48ba99157de1923412eed41db6b6d4aa9ca7c0b1"
integrity sha512-Mv/TDa3nZ9sbc5soK+OoA74BsS3mL37yixCvUAQkiuA4Wz6YtwP/K47n2rv2ovzHZvoiQeA5FTQOschKkEwB0Q==

diff-sequences@^29.3.1:
version "29.3.1"
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-29.3.1.tgz#104b5b95fe725932421a9c6e5b4bef84c3f2249e"
integrity sha512-hlM3QR272NXCi4pq+N4Kok4kOp6EsgOM3ZSpJI7Da3UAs+Ttsi8MRmB6trM/lhyzUxGfOgnpkHtgqm5Q/CTcfQ==

diff-sequences@^29.4.3:
version "29.4.3"
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-29.4.3.tgz#9314bc1fabe09267ffeca9cbafc457d8499a13f2"
Expand Down Expand Up @@ -6188,27 +6183,7 @@ jest-diff@^26.6.1:
jest-get-type "^26.3.0"
pretty-format "^26.6.2"

jest-diff@^29.0.0:
version "29.3.1"
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-29.3.1.tgz#d8215b72fed8f1e647aed2cae6c752a89e757527"
integrity sha512-vU8vyiO7568tmin2lA3r2DP8oRvzhvRcD4DjpXc6uGveQodyk7CKLhQlCSiwgx3g0pFaE88/KLZ0yaTWMc4Uiw==
dependencies:
chalk "^4.0.0"
diff-sequences "^29.3.1"
jest-get-type "^29.2.0"
pretty-format "^29.3.1"

jest-diff@^29.4.0:
version "29.4.0"
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-29.4.0.tgz#9c75dcef5872c8889bfcb78bc9571a0e4e9bd8f6"
integrity sha512-s8KNvFx8YgdQ4fn2YLDQ7N6kmVOP68dUDVJrCHNsTc3UM5jcmyyFeYKL8EPWBQbJ0o0VvDGbWp8oYQ1nsnqnWw==
dependencies:
chalk "^4.0.0"
diff-sequences "^29.3.1"
jest-get-type "^29.2.0"
pretty-format "^29.4.0"

jest-diff@^29.4.3:
jest-diff@^29.0.0, jest-diff@^29.4.0, jest-diff@^29.4.3:
version "29.4.3"
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-29.4.3.tgz#42f4eb34d0bf8c0fb08b0501069b87e8e84df347"
integrity sha512-YB+ocenx7FZ3T5O9lMVMeLYV4265socJKtkwgk/6YUz/VsEzYDkiMuMhWzZmxm3wDRQvayJu/PjkjjSkjoHsCA==
Expand Down Expand Up @@ -6248,10 +6223,10 @@ jest-environment-node@^29.4.3:
jest-mock "^29.4.3"
jest-util "^29.4.3"

jest-extended@^3.2.3:
version "3.2.3"
resolved "https://registry.yarnpkg.com/jest-extended/-/jest-extended-3.2.3.tgz#286c19b4622e2ab828e1bb28d3b2d4a1ed64f8b9"
integrity sha512-YcdjfFv3+N2AiWq4aG6gT/r1mfLtDKnbXs0hKXNlL/hf37TKQJTlh2zNwuMUYnvwKRRMtO/X9CfZU1EmOgUREA==
jest-extended@^3.2.4:
version "3.2.4"
resolved "https://registry.yarnpkg.com/jest-extended/-/jest-extended-3.2.4.tgz#4ee93c9e495f983ceb911170613ce305f3533b94"
integrity sha512-lSEYhSmvXZG/7YXI7KO3LpiUiQ90gi5giwCJNDMMsX5a+/NZhdbQF2G4ALOBN+KcXVT3H6FPVPohAuMXooaLTQ==
dependencies:
jest-diff "^29.0.0"
jest-get-type "^29.0.0"
Expand All @@ -6271,12 +6246,7 @@ jest-get-type@^26.3.0:
resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-26.3.0.tgz#e97dc3c3f53c2b406ca7afaed4493b1d099199e0"
integrity sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig==

jest-get-type@^29.0.0, jest-get-type@^29.2.0:
version "29.2.0"
resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-29.2.0.tgz#726646f927ef61d583a3b3adb1ab13f3a5036408"
integrity sha512-uXNJlg8hKFEnDgFsrCjznB+sTxdkuqiCL6zMgA75qEbAJjJYTs9XPrvDctrEig2GDow22T/LvHgO57iJhXB/UA==

jest-get-type@^29.4.3:
jest-get-type@^29.0.0, jest-get-type@^29.2.0, jest-get-type@^29.4.3:
version "29.4.3"
resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-29.4.3.tgz#1ab7a5207c995161100b5187159ca82dd48b3dd5"
integrity sha512-J5Xez4nRRMjk8emnTpWrlkyb9pfRQQanDrvWHhsR1+VUfbwxi30eVcZFlcdGInRibU4G5LwHXpI7IRHU0CY+gg==
Expand Down Expand Up @@ -8431,7 +8401,7 @@ pretty-format@^26.6.2:
ansi-styles "^4.0.0"
react-is "^17.0.1"

pretty-format@^29.0.0, pretty-format@^29.3.1, pretty-format@^29.4.0:
pretty-format@^29.0.0, pretty-format@^29.4.0:
version "29.4.0"
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-29.4.0.tgz#766f071bb1c53f1ef8000c105bbeb649e86eb993"
integrity sha512-J+EVUPXIBHCdWAbvGBwXs0mk3ljGppoh/076g1S8qYS8nVG4u/yrhMvyTFHYYYKWnDdgRLExx0vA7pzxVGdlNw==
Expand Down

0 comments on commit 077aa93

Please sign in to comment.