From f72d345eef7c364562730c89c40a8f0270a4132c Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 5 Jul 2021 08:29:05 -0700
Subject: [PATCH] Bump babel-jest from 27.0.2 to 27.0.5 in
/react-native/ReactNativeFlipperExample (#2522)
Summary:
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 27.0.2 to 27.0.5.
Release notes
Sourced from babel-jest's releases.
27.0.5
Features
[jest/fake-timers] Flush callbacks scheduled with requestAnimationFrame every 16ms when using legacy timers. (#11523)
[pretty-format] Use globalThis (with polyfill if required) to bring support for esbuild's browser bundling mode (#11569
Fixes
[jest-core] Support special characters like @, + and () on Windows with --findRelatedTests (#11548)
[jest/fake-timers] Do not add setImmediate and clearImmediate if they do not exist in the global environment (#11599)
[jest/reporters] Allow node-notifier@10 as peer dependency (#11523)
[jest/reporters] Update v8-to-istanbul (#11523)
27.0.4
Fixes
[jest-config, jest-resolve] Pass in require.resolve to resolvers to resolve from correct base (#11493)
27.0.3
Fixes
[jest-config] require.resolve on default test sequencer and test environment (#11482)
[jest-mock] Fixed fn and spyOn exports (#11480)
Changelog
Sourced from babel-jest's changelog.
27.0.5
Features
[jest/fake-timers] Flush callbacks scheduled with requestAnimationFrame every 16ms when using legacy timers. (#11523)
[pretty-format] Use globalThis (with polyfill if required) to bring support for esbuild's browser bundling mode (#11569
Fixes
[jest-core] Support special characters like @, + and () on Windows with --findRelatedTests (#11548)
[jest/fake-timers] Do not add setImmediate and clearImmediate if they do not exist in the global environment (#11599)
[jest/reporters] Allow node-notifier@10 as peer dependency (#11523)
[jest/reporters] Update v8-to-istanbul (#11523)
27.0.4
Fixes
[jest-config, jest-resolve] Pass in require.resolve to resolvers to resolve from correct base (#11493)
27.0.3
Fixes
[jest-config] require.resolve on default test sequencer and test environment (#11482)
[jest-mock] Fixed fn and spyOn exports (#11480)
Commits
[](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)
---
Dependabot commands and options
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)
Pull Request resolved: https://github.com/facebook/flipper/pull/2522
Reviewed By: priteshrnandgaonkar
Differential Revision: D29490752
Pulled By: passy
fbshipit-source-id: a71cafb4d9a4400205fe8ba84223e076943eea4c
---
.../ReactNativeFlipperExample/package.json | 2 +-
.../ReactNativeFlipperExample/yarn.lock | 28 +++++++++----------
2 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/react-native/ReactNativeFlipperExample/package.json b/react-native/ReactNativeFlipperExample/package.json
index 3e7a2bfc9..9fc761935 100644
--- a/react-native/ReactNativeFlipperExample/package.json
+++ b/react-native/ReactNativeFlipperExample/package.json
@@ -17,8 +17,8 @@
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/runtime": "^7.14.6",
- "babel-jest": "^27.0.2",
"jest": "^27.0.6",
+ "babel-jest": "^27.0.5",
"metro-react-native-babel-preset": "^0.66.0",
"react-test-renderer": "17.0.1",
"relative-deps": "^1.0.7"
diff --git a/react-native/ReactNativeFlipperExample/yarn.lock b/react-native/ReactNativeFlipperExample/yarn.lock
index 079dcd010..e97bfcd68 100644
--- a/react-native/ReactNativeFlipperExample/yarn.lock
+++ b/react-native/ReactNativeFlipperExample/yarn.lock
@@ -989,10 +989,10 @@
jest-haste-map "^27.0.6"
jest-runtime "^27.0.6"
-"@jest/transform@^27.0.2":
- version "27.0.2"
- resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-27.0.2.tgz#b073b7c589e3f4b842102468875def2bb722d6b5"
- integrity sha512-H8sqKlgtDfVog/s9I4GG2XMbi4Ar7RBxjsKQDUhn2XHAi3NG+GoQwWMER+YfantzExbjNqQvqBHzo/G2pfTiPw==
+"@jest/transform@^27.0.5":
+ version "27.0.5"
+ resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-27.0.5.tgz#2dcb78953708af713941ac845b06078bc74ed873"
+ integrity sha512-lBD6OwKXSc6JJECBNk4mVxtSVuJSBsQrJ9WCBisfJs7EZuYq4K6vM9HmoB7hmPiLIDGeyaerw3feBV/bC4z8tg==
dependencies:
"@babel/core" "^7.1.0"
"@jest/types" "^27.0.2"
@@ -1001,7 +1001,7 @@
convert-source-map "^1.4.0"
fast-json-stable-stringify "^2.0.0"
graceful-fs "^4.2.4"
- jest-haste-map "^27.0.2"
+ jest-haste-map "^27.0.5"
jest-regex-util "^27.0.1"
jest-util "^27.0.2"
micromatch "^4.0.4"
@@ -1592,12 +1592,12 @@ babel-core@^7.0.0-bridge.0:
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece"
integrity sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==
-babel-jest@^27.0.2:
- version "27.0.2"
- resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-27.0.2.tgz#7dc18adb01322acce62c2af76ea2c7cd186ade37"
- integrity sha512-9OThPl3/IQbo4Yul2vMz4FYwILPQak8XelX4YGowygfHaOl5R5gfjm4iVx4d8aUugkW683t8aq0A74E7b5DU1Q==
+babel-jest@^27.0.5:
+ version "27.0.5"
+ resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-27.0.5.tgz#cd34c033ada05d1362211e5152391fd7a88080c8"
+ integrity sha512-bTMAbpCX7ldtfbca2llYLeSFsDM257aspyAOpsdrdSrBqoLkWCy4HPYTXtXWaSLgFPjrJGACL65rzzr4RFGadw==
dependencies:
- "@jest/transform" "^27.0.2"
+ "@jest/transform" "^27.0.5"
"@jest/types" "^27.0.2"
"@types/babel__core" "^7.1.14"
babel-plugin-istanbul "^6.0.0"
@@ -3416,10 +3416,10 @@ jest-haste-map@^26.5.2:
optionalDependencies:
fsevents "^2.1.2"
-jest-haste-map@^27.0.2:
- version "27.0.2"
- resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-27.0.2.tgz#3f1819400c671237e48b4d4b76a80a0dbed7577f"
- integrity sha512-37gYfrYjjhEfk37C4bCMWAC0oPBxDpG0qpl8lYg8BT//wf353YT/fzgA7+Dq0EtM7rPFS3JEcMsxdtDwNMi2cA==
+jest-haste-map@^27.0.5:
+ version "27.0.5"
+ resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-27.0.5.tgz#2e1e55073b5328410a2c0d74b334e513d71f3470"
+ integrity sha512-3LFryGSHxwPFHzKIs6W0BGA2xr6g1MvzSjR3h3D8K8Uqy4vbRm/grpGHzbPtIbOPLC6wFoViRrNEmd116QWSkw==
dependencies:
"@jest/types" "^27.0.2"
"@types/graceful-fs" "^4.1.2"