Bump jest from 27.0.3 to 27.0.4 in /react-native/ReactNativeFlipperExample (#2420)

Summary:
Bumps [jest](https://github.com/facebook/jest) from 27.0.3 to 27.0.4.
<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>27.0.4</h2>
<h3>Fixes</h3>
<ul>
<li><code>[jest-config, jest-resolve]</code> Pass in <code>require.resolve</code> to resolvers to resolve from correct base (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11493">#11493</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/facebook/jest/blob/master/CHANGELOG.md">jest's changelog</a>.</em></p>
<blockquote>
<h2>27.0.4</h2>
<h3>Fixes</h3>
<ul>
<li><code>[jest-config, jest-resolve]</code> Pass in <code>require.resolve</code> to resolvers to resolve from correct base (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11493">#11493</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="b29acb355a"><code>b29acb3</code></a> v27.0.4</li>
<li><a href="5c4014736c"><code>5c40147</code></a> chore: bump jest-watch-typeahead</li>
<li><a href="d6fb0d8fb0"><code>d6fb0d8</code></a> fix: resolve bundled modules from correct location (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/11493">#11493</a>)</li>
<li><a href="bba34bda37"><code>bba34bd</code></a> Update Architecture documentation. (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/11508">#11508</a>)</li>
<li><a href="82d1a1a57b"><code>82d1a1a</code></a> chore: update lockfile after publish</li>
<li>See full diff in <a href="https://github.com/facebook/jest/compare/v27.0.3...v27.0.4">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=27.0.3&new-version=27.0.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>

Pull Request resolved: https://github.com/facebook/flipper/pull/2420

Reviewed By: mweststrate

Differential Revision: D29028060

Pulled By: passy

fbshipit-source-id: 03b7dc8bad8f8a701720d57a7e6bbd58737ae18f
This commit is contained in:
dependabot[bot]
2021-06-10 09:35:58 -07:00
committed by Facebook GitHub Bot
parent cf8a023126
commit 48d8d7534b
2 changed files with 83 additions and 81 deletions

View File

@@ -18,7 +18,7 @@
"@babel/core": "^7.14.2",
"@babel/runtime": "^7.14.0",
"babel-jest": "^27.0.2",
"jest": "^27.0.3",
"jest": "^27.0.4",
"metro-react-native-babel-preset": "^0.66.0",
"react-test-renderer": "17.0.1",
"relative-deps": "^1.0.7"

View File

@@ -778,13 +778,13 @@
jest-util "^27.0.2"
slash "^3.0.0"
"@jest/core@^27.0.3":
version "27.0.3"
resolved "https://registry.yarnpkg.com/@jest/core/-/core-27.0.3.tgz#b5a38675fa0466450a7fd465f4b226762cb592a2"
integrity sha512-rN8lr/OJ8iApcQUh4khnMaOCVX4oRnLwy2tPW3Vh70y62K8Da8fhkxMUq0xX9VPa4+yWUm0tGc/jUSJi+Jzuwg==
"@jest/core@^27.0.4":
version "27.0.4"
resolved "https://registry.yarnpkg.com/@jest/core/-/core-27.0.4.tgz#679bf9ac07900da2ddbb9667bb1afa8029038f53"
integrity sha512-+dsmV8VUs1h/Szb+rEWk8xBM1fp1I///uFy9nk3wXGvRsF2lBp8EVPmtWc+QFRb3MY2b7u2HbkGF1fzoDzQTLA==
dependencies:
"@jest/console" "^27.0.2"
"@jest/reporters" "^27.0.2"
"@jest/reporters" "^27.0.4"
"@jest/test-result" "^27.0.2"
"@jest/transform" "^27.0.2"
"@jest/types" "^27.0.2"
@@ -795,15 +795,15 @@
exit "^0.1.2"
graceful-fs "^4.2.4"
jest-changed-files "^27.0.2"
jest-config "^27.0.3"
jest-config "^27.0.4"
jest-haste-map "^27.0.2"
jest-message-util "^27.0.2"
jest-regex-util "^27.0.1"
jest-resolve "^27.0.2"
jest-resolve-dependencies "^27.0.3"
jest-runner "^27.0.3"
jest-runtime "^27.0.3"
jest-snapshot "^27.0.2"
jest-resolve "^27.0.4"
jest-resolve-dependencies "^27.0.4"
jest-runner "^27.0.4"
jest-runtime "^27.0.4"
jest-snapshot "^27.0.4"
jest-util "^27.0.2"
jest-validate "^27.0.2"
jest-watcher "^27.0.2"
@@ -851,10 +851,10 @@
"@jest/types" "^27.0.2"
expect "^27.0.2"
"@jest/reporters@^27.0.2":
version "27.0.2"
resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-27.0.2.tgz#ad73835d1cd54da08b0998a70b14446405e8e0d9"
integrity sha512-SVQjew/kafNxSN1my4praGQP+VPVGHsU8zqiEDppLvq6j1lryIjdNb9P+bZSsKeifU4bIoaPnf9Ui0tK9WOpFA==
"@jest/reporters@^27.0.4":
version "27.0.4"
resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-27.0.4.tgz#95609b1be97afb80d55d8aa3d7c3179c15810e65"
integrity sha512-Xa90Nm3JnV0xCe4M6A10M9WuN9krb+WFKxV1A98Y4ePCw40n++r7uxFUNU7DT1i9Behj7fjrAIju9oU0t1QtCg==
dependencies:
"@bcoe/v8-coverage" "^0.2.3"
"@jest/console" "^27.0.2"
@@ -872,7 +872,7 @@
istanbul-lib-source-maps "^4.0.0"
istanbul-reports "^3.0.2"
jest-haste-map "^27.0.2"
jest-resolve "^27.0.2"
jest-resolve "^27.0.4"
jest-util "^27.0.2"
jest-worker "^27.0.2"
slash "^3.0.0"
@@ -900,15 +900,15 @@
"@types/istanbul-lib-coverage" "^2.0.0"
collect-v8-coverage "^1.0.0"
"@jest/test-sequencer@^27.0.3":
version "27.0.3"
resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-27.0.3.tgz#2a8632b86a9a6f8900e514917cdab6a062e71049"
integrity sha512-DcLTzraZ8xLr5fcIl+CF14vKeBBpBrn55wFxI9Ju+dhEBdjRdJQ/Z/pLkMehkPZWIQ+rR23J8e+wFDkfjree0Q==
"@jest/test-sequencer@^27.0.4":
version "27.0.4"
resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-27.0.4.tgz#976493b277594d81e589896f0ed21f198308928a"
integrity sha512-6UFEVwdmxYdyNffBxVVZxmXEdBE4riSddXYSnFNH0ELFQFk/bvagizim8WfgJTqF4EKd+j1yFxvhb8BMHfOjSQ==
dependencies:
"@jest/test-result" "^27.0.2"
graceful-fs "^4.2.4"
jest-haste-map "^27.0.2"
jest-runtime "^27.0.3"
jest-runtime "^27.0.4"
"@jest/transform@^27.0.2":
version "27.0.2"
@@ -3122,10 +3122,10 @@ jest-changed-files@^27.0.2:
execa "^5.0.0"
throat "^6.0.1"
jest-circus@^27.0.3:
version "27.0.3"
resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-27.0.3.tgz#32006967de484e03589da944064d72e172ce3261"
integrity sha512-tdMfzs7SgD5l7jRcI1iB3vtQi5fHwCgo4RlO8bzZnYc05PZ+tlAOMZeS8eGYkZ2tPaRY/aRLMFWQp/8zXBrolQ==
jest-circus@^27.0.4:
version "27.0.4"
resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-27.0.4.tgz#3b261514ee3b3da33def736a6352c98ff56bb6e6"
integrity sha512-QD+eblDiRphta630WRKewuASLs/oY1Zki2G4bccntRvrTHQ63ljwFR5TLduuK4Zg0ZPzW0+8o6AP7KRd1yKOjw==
dependencies:
"@jest/environment" "^27.0.3"
"@jest/test-result" "^27.0.2"
@@ -3139,39 +3139,39 @@ jest-circus@^27.0.3:
jest-each "^27.0.2"
jest-matcher-utils "^27.0.2"
jest-message-util "^27.0.2"
jest-runtime "^27.0.3"
jest-snapshot "^27.0.2"
jest-runtime "^27.0.4"
jest-snapshot "^27.0.4"
jest-util "^27.0.2"
pretty-format "^27.0.2"
slash "^3.0.0"
stack-utils "^2.0.3"
throat "^6.0.1"
jest-cli@^27.0.3:
version "27.0.3"
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-27.0.3.tgz#b733871acb526054a0f8c971d0466595c5f8316d"
integrity sha512-7bt9Sgv4nWH5pUnyJfdLf8CHWfo4+7lSPxeBwQx4r0vBj9jweJam/piE2U91SXtQI+ckm+TIN97OVnqIYpVhSg==
jest-cli@^27.0.4:
version "27.0.4"
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-27.0.4.tgz#491b12c754c0d7c6873b13a66f26b3a80a852910"
integrity sha512-E0T+/i2lxsWAzV7LKYd0SB7HUAvePqaeIh5vX43/G5jXLhv1VzjYzJAGEkTfvxV774ll9cyE2ljcL73PVMEOXQ==
dependencies:
"@jest/core" "^27.0.3"
"@jest/core" "^27.0.4"
"@jest/test-result" "^27.0.2"
"@jest/types" "^27.0.2"
chalk "^4.0.0"
exit "^0.1.2"
graceful-fs "^4.2.4"
import-local "^3.0.2"
jest-config "^27.0.3"
jest-config "^27.0.4"
jest-util "^27.0.2"
jest-validate "^27.0.2"
prompts "^2.0.1"
yargs "^16.0.3"
jest-config@^27.0.3:
version "27.0.3"
resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-27.0.3.tgz#31871583573c6d669dcdb5bb2d1a8738f3b91c20"
integrity sha512-zgtI2YQo+ekKsmYNyDlXFY/7w7WWBSJFoj/WRe173WB88CDUrEYWr0sLdbLOQe+sRu6l1Y2S0MCS6BOJm5jkoA==
jest-config@^27.0.4:
version "27.0.4"
resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-27.0.4.tgz#c4f41378acf40ca77860fb4e213b12109d87b8cf"
integrity sha512-VkQFAHWnPQefdvHU9A+G3H/Z3NrrTKqWpvxgQz3nkUdkDTWeKJE6e//BL+R7z79dXOMVksYgM/z6ndtN0hfChg==
dependencies:
"@babel/core" "^7.1.0"
"@jest/test-sequencer" "^27.0.3"
"@jest/test-sequencer" "^27.0.4"
"@jest/types" "^27.0.2"
babel-jest "^27.0.2"
chalk "^4.0.0"
@@ -3179,14 +3179,14 @@ jest-config@^27.0.3:
glob "^7.1.1"
graceful-fs "^4.2.4"
is-ci "^3.0.0"
jest-circus "^27.0.3"
jest-circus "^27.0.4"
jest-environment-jsdom "^27.0.3"
jest-environment-node "^27.0.3"
jest-get-type "^27.0.1"
jest-jasmine2 "^27.0.3"
jest-jasmine2 "^27.0.4"
jest-regex-util "^27.0.1"
jest-resolve "^27.0.2"
jest-runner "^27.0.3"
jest-resolve "^27.0.4"
jest-runner "^27.0.4"
jest-util "^27.0.2"
jest-validate "^27.0.2"
micromatch "^4.0.4"
@@ -3296,10 +3296,10 @@ jest-haste-map@^27.0.2:
optionalDependencies:
fsevents "^2.3.2"
jest-jasmine2@^27.0.3:
version "27.0.3"
resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-27.0.3.tgz#fa6f6499566ea1b01b68b3ad13f49d1592b02c85"
integrity sha512-odJ2ia8P5c+IsqOcWJPmku4AqbXIfTVLRjYTKHri3TEvbmTdLw0ghy13OAPIl/0v7cVH0TURK7+xFOHKDLvKIA==
jest-jasmine2@^27.0.4:
version "27.0.4"
resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-27.0.4.tgz#c669519ccf4904a485338555e1e66cad36bb0670"
integrity sha512-yj3WrjjquZwkJw+eA4c9yucHw4/+EHndHWSqgHbHGQfT94ihaaQsa009j1a0puU8CNxPDk0c1oAPeOpdJUElwA==
dependencies:
"@babel/traverse" "^7.1.0"
"@jest/environment" "^27.0.3"
@@ -3314,8 +3314,8 @@ jest-jasmine2@^27.0.3:
jest-each "^27.0.2"
jest-matcher-utils "^27.0.2"
jest-message-util "^27.0.2"
jest-runtime "^27.0.3"
jest-snapshot "^27.0.2"
jest-runtime "^27.0.4"
jest-snapshot "^27.0.4"
jest-util "^27.0.2"
pretty-format "^27.0.2"
throat "^6.0.1"
@@ -3376,19 +3376,19 @@ jest-regex-util@^27.0.1:
resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-27.0.1.tgz#69d4b1bf5b690faa3490113c47486ed85dd45b68"
integrity sha512-6nY6QVcpTgEKQy1L41P4pr3aOddneK17kn3HJw6SdwGiKfgCGTvH02hVXL0GU8GEKtPH83eD2DIDgxHXOxVohQ==
jest-resolve-dependencies@^27.0.3:
version "27.0.3"
resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-27.0.3.tgz#7e258f7d0458bb910855f8a50f5c1e9d92c319dc"
integrity sha512-HdjWOvFAgT5CYChF2eiBN2rRKicjaTCCtA3EtH47REIdGzEHGUhYrWYgLahXsiOovvWN6edhcHL5WCa3gbc04A==
jest-resolve-dependencies@^27.0.4:
version "27.0.4"
resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-27.0.4.tgz#a07a242d70d668afd3fcf7f4270755eebb1fe579"
integrity sha512-F33UPfw1YGWCV2uxJl7wD6TvcQn5IC0LtguwY3r4L7R6H4twpLkp5Q2ZfzRx9A2I3G8feiy0O0sqcn/Qoym71A==
dependencies:
"@jest/types" "^27.0.2"
jest-regex-util "^27.0.1"
jest-snapshot "^27.0.2"
jest-snapshot "^27.0.4"
jest-resolve@^27.0.2:
version "27.0.2"
resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-27.0.2.tgz#087a3ed17182722a3415f92bfacc99c49cf8a965"
integrity sha512-rmfLGyZhwAUR5z3EwPAW7LQTorWAuCYCcsQJoQxT2it+BOgX3zKxa67r1pfpK3ihy2k9TjYD3/lMp5rPm/CL1Q==
jest-resolve@^27.0.4:
version "27.0.4"
resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-27.0.4.tgz#8a27bc3f2f00c8ea28f3bc99bbf6f468300a703d"
integrity sha512-BcfyK2i3cG79PDb/6gB6zFeFQlcqLsQjGBqznFCpA0L/3l1L/oOsltdUjs5eISAWA9HS9qtj8v2PSZr/yWxONQ==
dependencies:
"@jest/types" "^27.0.2"
chalk "^4.0.0"
@@ -3400,10 +3400,10 @@ jest-resolve@^27.0.2:
resolve "^1.20.0"
slash "^3.0.0"
jest-runner@^27.0.3:
version "27.0.3"
resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-27.0.3.tgz#d9747af3bee5a6ffaeb9e10b653263b780258b54"
integrity sha512-zH23uIIh1ro1JCD7XX1bQ0bQwXEsBzLX2UJVE/AVLsk4YJRmTfyXIzzRzBWRdnMHHg1NWkJ4fGs7eFP15IqZpQ==
jest-runner@^27.0.4:
version "27.0.4"
resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-27.0.4.tgz#2787170a9509b792ae129794f6944d27d5d12a4f"
integrity sha512-NfmvSYLCsCJk2AG8Ar2NAh4PhsJJpO+/r+g4bKR5L/5jFzx/indUpnVBdrfDvuqhGLLAvrKJ9FM/Nt8o1dsqxg==
dependencies:
"@jest/console" "^27.0.2"
"@jest/environment" "^27.0.3"
@@ -3416,20 +3416,22 @@ jest-runner@^27.0.3:
exit "^0.1.2"
graceful-fs "^4.2.4"
jest-docblock "^27.0.1"
jest-environment-jsdom "^27.0.3"
jest-environment-node "^27.0.3"
jest-haste-map "^27.0.2"
jest-leak-detector "^27.0.2"
jest-message-util "^27.0.2"
jest-resolve "^27.0.2"
jest-runtime "^27.0.3"
jest-resolve "^27.0.4"
jest-runtime "^27.0.4"
jest-util "^27.0.2"
jest-worker "^27.0.2"
source-map-support "^0.5.6"
throat "^6.0.1"
jest-runtime@^27.0.3:
version "27.0.3"
resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-27.0.3.tgz#32499c1047e5d953cfbb67fe790ab0167a614d28"
integrity sha512-k1Hl2pWWHBkSXdCggX2lyLRuDnnnmMlnJd+DPLb8LmmAeHW87WgGC6TplD377VxY3KQu73sklkhGUIdwFgsRVQ==
jest-runtime@^27.0.4:
version "27.0.4"
resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-27.0.4.tgz#2e4a6aa77cac32ac612dfe12768387a8aa15c2f0"
integrity sha512-voJB4xbAjS/qYPboV+e+gmg3jfvHJJY4CagFWBOM9dQKtlaiTjcpD2tWwla84Z7PtXSQPeIpXY0qksA9Dum29A==
dependencies:
"@jest/console" "^27.0.2"
"@jest/environment" "^27.0.3"
@@ -3450,8 +3452,8 @@ jest-runtime@^27.0.3:
jest-message-util "^27.0.2"
jest-mock "^27.0.3"
jest-regex-util "^27.0.1"
jest-resolve "^27.0.2"
jest-snapshot "^27.0.2"
jest-resolve "^27.0.4"
jest-snapshot "^27.0.4"
jest-util "^27.0.2"
jest-validate "^27.0.2"
slash "^3.0.0"
@@ -3474,10 +3476,10 @@ jest-serializer@^27.0.1:
"@types/node" "*"
graceful-fs "^4.2.4"
jest-snapshot@^27.0.2:
version "27.0.2"
resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-27.0.2.tgz#40c48dc6afd3cbc5d3d07c061f20fc10d94ca0cd"
integrity sha512-4RcgvZbPrrbEE/hT6XQ4hr+NVVLNrmsgUnYSnZRT6UAvW9Q2yzGMS+tfJh+xlQJAapnnkNJzsMn6vUa+yfiVHA==
jest-snapshot@^27.0.4:
version "27.0.4"
resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-27.0.4.tgz#2b96e22ca90382b3e93bd0aae2ce4c78bf51fb5b"
integrity sha512-hnjrvpKGdSMvKfbHyaG5Kul7pDJGZvjVy0CKpzhu28MmAssDXS6GpynhXzgst1wBQoKD8c9b2VS2a5yhDLQRCA==
dependencies:
"@babel/core" "^7.7.2"
"@babel/generator" "^7.7.2"
@@ -3498,7 +3500,7 @@ jest-snapshot@^27.0.2:
jest-haste-map "^27.0.2"
jest-matcher-utils "^27.0.2"
jest-message-util "^27.0.2"
jest-resolve "^27.0.2"
jest-resolve "^27.0.4"
jest-util "^27.0.2"
natural-compare "^1.4.0"
pretty-format "^27.0.2"
@@ -3583,14 +3585,14 @@ jest-worker@^27.0.2:
merge-stream "^2.0.0"
supports-color "^8.0.0"
jest@^27.0.3:
version "27.0.3"
resolved "https://registry.yarnpkg.com/jest/-/jest-27.0.3.tgz#0b4ac738c93612f778d58250aee026220487e5a4"
integrity sha512-0G9+QqXFIZWgf5rs3yllpaA+13ZawVHfyuhuCV1EnoFbX++rVMRrYWCAnk+dfhwyv9/VTQvn+XG969u8aPRsBg==
jest@^27.0.4:
version "27.0.4"
resolved "https://registry.yarnpkg.com/jest/-/jest-27.0.4.tgz#91d4d564b36bcf93b98dac1ab19f07089e670f53"
integrity sha512-Px1iKFooXgGSkk1H8dJxxBIrM3tsc5SIuI4kfKYK2J+4rvCvPGr/cXktxh0e9zIPQ5g09kOMNfHQEmusBUf/ZA==
dependencies:
"@jest/core" "^27.0.3"
"@jest/core" "^27.0.4"
import-local "^3.0.2"
jest-cli "^27.0.3"
jest-cli "^27.0.4"
jetifier@^1.6.2:
version "1.6.8"