Skip to content

Commit 4b487ba

Browse files
EssamEmadfacebook-github-bot
authored andcommitted
Upgrade metro version to 0.56.3
Summary: Pulls the `0.56.3` release tag internally, by adding the same changes and upgrading react-native-github metro dependencies to `0.56.3`. Reviewed By: motiz88 Differential Revision: D18114219 fbshipit-source-id: 0be58255eb8c79267e8ea30ab2e9e3d96a794b92
1 parent 27d7d3f commit 4b487ba

File tree

2 files changed

+112
-5
lines changed

2 files changed

+112
-5
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@
101101
"hermes-engine": "^0.2.1",
102102
"invariant": "^2.2.4",
103103
"jsc-android": "^245459.0.0",
104-
"metro-babel-register": "^0.56.0",
105-
"metro-react-native-babel-transformer": "^0.56.0",
106-
"metro-source-map": "^0.56.0",
104+
"metro-babel-register": "0.56.3",
105+
"metro-react-native-babel-transformer": "0.56.3",
106+
"metro-source-map": "0.56.3",
107107
"nullthrows": "^1.1.1",
108108
"pretty-format": "^24.7.0",
109109
"promise": "^7.1.1",

yarn.lock

+109-2
Original file line numberDiff line numberDiff line change
@@ -4736,7 +4736,7 @@ merge-stream@^1.0.1:
47364736
dependencies:
47374737
readable-stream "^2.0.1"
47384738

4739-
[email protected], metro-babel-register@^0.56.0:
4739+
47404740
version "0.56.0"
47414741
resolved "https://registry.yarnpkg.com/metro-babel-register/-/metro-babel-register-0.56.0.tgz#f5eb41b2d7be4297367292dd545fda898e9158a7"
47424742
integrity sha512-/jkfdFpmmyG8Y1ik01EEgqTBy6Y89exZmJi58ej/bVK7u0hhA7mrcqusOeVRlaH+rboecPG52ouuDxcnNSXwzQ==
@@ -4754,6 +4754,24 @@ [email protected], metro-babel-register@^0.56.0:
47544754
core-js "^2.2.2"
47554755
escape-string-regexp "^1.0.5"
47564756

4757+
4758+
version "0.56.3"
4759+
resolved "https://registry.yarnpkg.com/metro-babel-register/-/metro-babel-register-0.56.3.tgz#d0cfb38adf45cb35965649ede794f2308562e20f"
4760+
integrity sha512-ILCRtNFdW6vzqmLAG2MYWdTSE1vCAZqDKNggiNhlfViuoxmWAIL0vOqixl1CHZF5z4t55+fk46A0jSN7UgPyVw==
4761+
dependencies:
4762+
"@babel/core" "^7.0.0"
4763+
"@babel/plugin-proposal-class-properties" "^7.0.0"
4764+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.0.0"
4765+
"@babel/plugin-proposal-object-rest-spread" "^7.0.0"
4766+
"@babel/plugin-proposal-optional-catch-binding" "^7.0.0"
4767+
"@babel/plugin-proposal-optional-chaining" "^7.0.0"
4768+
"@babel/plugin-transform-async-to-generator" "^7.0.0"
4769+
"@babel/plugin-transform-flow-strip-types" "^7.0.0"
4770+
"@babel/plugin-transform-modules-commonjs" "^7.0.0"
4771+
"@babel/register" "^7.0.0"
4772+
core-js "^2.2.2"
4773+
escape-string-regexp "^1.0.5"
4774+
47574775
47584776
version "0.56.0"
47594777
resolved "https://registry.yarnpkg.com/metro-babel-transformer/-/metro-babel-transformer-0.56.0.tgz#1ee73c7d97aee8671b7f0983a41e928f4802a08e"
@@ -4762,6 +4780,14 @@ [email protected]:
47624780
"@babel/core" "^7.0.0"
47634781
metro-source-map "0.56.0"
47644782

4783+
4784+
version "0.56.3"
4785+
resolved "https://registry.yarnpkg.com/metro-babel-transformer/-/metro-babel-transformer-0.56.3.tgz#6559c3a8565238a704a181353cef59fdb974e6db"
4786+
integrity sha512-N5/ftb3rBkt6uKlgYAv+lwtzYc4dK0tBpfZ8pjec3kcypGuGTuf4LTHEh65EuzySreLngYI0bQzoFSn3G3DYsw==
4787+
dependencies:
4788+
"@babel/core" "^7.0.0"
4789+
metro-source-map "0.56.3"
4790+
47654791
47664792
version "0.56.0"
47674793
resolved "https://registry.yarnpkg.com/metro-cache/-/metro-cache-0.56.0.tgz#213a8d5fad6c695ece841e8ef961285607295511"
@@ -4853,6 +4879,58 @@ [email protected]:
48534879
"@babel/template" "^7.0.0"
48544880
react-refresh "^0.4.0"
48554881

4882+
4883+
version "0.56.3"
4884+
resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.56.3.tgz#5a1097c2f94e8ee0797a8ba2ab8f86d096f4c093"
4885+
integrity sha512-tGPzX2ZwI8vQ8SiNVBPUIgKqmaRNVB6rtJtHCBQZAYRiMbxh0NHCUoFfKBej6U5qVgxiYYHyN8oB23evG4/Oow==
4886+
dependencies:
4887+
"@babel/plugin-proposal-class-properties" "^7.0.0"
4888+
"@babel/plugin-proposal-export-default-from" "^7.0.0"
4889+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.0.0"
4890+
"@babel/plugin-proposal-object-rest-spread" "^7.0.0"
4891+
"@babel/plugin-proposal-optional-catch-binding" "^7.0.0"
4892+
"@babel/plugin-proposal-optional-chaining" "^7.0.0"
4893+
"@babel/plugin-syntax-dynamic-import" "^7.0.0"
4894+
"@babel/plugin-syntax-export-default-from" "^7.0.0"
4895+
"@babel/plugin-syntax-flow" "^7.2.0"
4896+
"@babel/plugin-transform-arrow-functions" "^7.0.0"
4897+
"@babel/plugin-transform-block-scoping" "^7.0.0"
4898+
"@babel/plugin-transform-classes" "^7.0.0"
4899+
"@babel/plugin-transform-computed-properties" "^7.0.0"
4900+
"@babel/plugin-transform-destructuring" "^7.0.0"
4901+
"@babel/plugin-transform-exponentiation-operator" "^7.0.0"
4902+
"@babel/plugin-transform-flow-strip-types" "^7.0.0"
4903+
"@babel/plugin-transform-for-of" "^7.0.0"
4904+
"@babel/plugin-transform-function-name" "^7.0.0"
4905+
"@babel/plugin-transform-literals" "^7.0.0"
4906+
"@babel/plugin-transform-modules-commonjs" "^7.0.0"
4907+
"@babel/plugin-transform-object-assign" "^7.0.0"
4908+
"@babel/plugin-transform-parameters" "^7.0.0"
4909+
"@babel/plugin-transform-react-display-name" "^7.0.0"
4910+
"@babel/plugin-transform-react-jsx" "^7.0.0"
4911+
"@babel/plugin-transform-react-jsx-source" "^7.0.0"
4912+
"@babel/plugin-transform-regenerator" "^7.0.0"
4913+
"@babel/plugin-transform-runtime" "^7.0.0"
4914+
"@babel/plugin-transform-shorthand-properties" "^7.0.0"
4915+
"@babel/plugin-transform-spread" "^7.0.0"
4916+
"@babel/plugin-transform-sticky-regex" "^7.0.0"
4917+
"@babel/plugin-transform-template-literals" "^7.0.0"
4918+
"@babel/plugin-transform-typescript" "^7.0.0"
4919+
"@babel/plugin-transform-unicode-regex" "^7.0.0"
4920+
"@babel/template" "^7.0.0"
4921+
react-refresh "^0.4.0"
4922+
4923+
4924+
version "0.56.3"
4925+
resolved "https://registry.yarnpkg.com/metro-react-native-babel-transformer/-/metro-react-native-babel-transformer-0.56.3.tgz#e68205230be65c07290b932f7684226013dae310"
4926+
integrity sha512-T87m4jDu0gIvJo8kWEvkodWFgQ8XBzJUESs1hUUTBSMIqTa31MdWfA1gs+MipadG7OsEJpcb9m83mGr8K70MWw==
4927+
dependencies:
4928+
"@babel/core" "^7.0.0"
4929+
babel-preset-fbjs "^3.1.2"
4930+
metro-babel-transformer "0.56.3"
4931+
metro-react-native-babel-preset "0.56.3"
4932+
metro-source-map "0.56.3"
4933+
48564934
metro-react-native-babel-transformer@^0.56.0:
48574935
version "0.56.0"
48584936
resolved "https://registry.yarnpkg.com/metro-react-native-babel-transformer/-/metro-react-native-babel-transformer-0.56.0.tgz#43198b54d9d88acfc9fa6cbdd22fec0e871966da"
@@ -4871,7 +4949,7 @@ [email protected]:
48714949
dependencies:
48724950
absolute-path "^0.0.0"
48734951

4874-
[email protected], metro-source-map@^0.56.0:
4952+
48754953
version "0.56.0"
48764954
resolved "https://registry.yarnpkg.com/metro-source-map/-/metro-source-map-0.56.0.tgz#dd2db425d8245661563045336d10c52bc8d4b27d"
48774955
integrity sha512-W3c91L+CtbQTRxOrcVteCi5XlSXh+L0Zy85YBwm+FkWTKfrYjacr/yW1S9/LutpLgWE0W0VBeQeY++aRHwpx0g==
@@ -4884,6 +4962,19 @@ [email protected], metro-source-map@^0.56.0:
48844962
source-map "^0.5.6"
48854963
vlq "^1.0.0"
48864964

4965+
4966+
version "0.56.3"
4967+
resolved "https://registry.yarnpkg.com/metro-source-map/-/metro-source-map-0.56.3.tgz#0cadc9f9eca9ece224a6fd28b9e4fa3a9834e24c"
4968+
integrity sha512-CheqWbJZSM0zjcNBqELUiocwH3XArrOk6alhVuzJ2gV/WTMBQFwP0TtQssSMwjnouMHNEzY8RxErXKXBk/zJmQ==
4969+
dependencies:
4970+
"@babel/traverse" "^7.0.0"
4971+
"@babel/types" "^7.0.0"
4972+
invariant "^2.2.4"
4973+
metro-symbolicate "0.56.3"
4974+
ob1 "0.56.3"
4975+
source-map "^0.5.6"
4976+
vlq "^1.0.0"
4977+
48874978
48884979
version "0.56.0"
48894980
resolved "https://registry.yarnpkg.com/metro-symbolicate/-/metro-symbolicate-0.56.0.tgz#694701faee7dafc53bd4d8488495504546e9c5b4"
@@ -4895,6 +4986,17 @@ [email protected]:
48954986
through2 "^2.0.1"
48964987
vlq "^1.0.0"
48974988

4989+
4990+
version "0.56.3"
4991+
resolved "https://registry.yarnpkg.com/metro-symbolicate/-/metro-symbolicate-0.56.3.tgz#20f9dc52fab3209903715716402692b3ac16831c"
4992+
integrity sha512-fSQtjjy4eiJDThSl9eloxMElhrs+5PQB+DKKzmTFXT8e2GDga+pa1xTBFRUACMO8BXGuWmxR7SnGDw0wo5Ngrw==
4993+
dependencies:
4994+
invariant "^2.2.4"
4995+
metro-source-map "0.56.3"
4996+
source-map "^0.5.6"
4997+
through2 "^2.0.1"
4998+
vlq "^1.0.0"
4999+
48985000
[email protected], metro@^0.56.0:
48995001
version "0.56.0"
49005002
resolved "https://registry.yarnpkg.com/metro/-/metro-0.56.0.tgz#66b77085ac4cb1e3d72569e851499a3d82d19316"
@@ -5323,6 +5425,11 @@ [email protected]:
53235425
resolved "https://registry.yarnpkg.com/ob1/-/ob1-0.56.0.tgz#70107c65697e617e9e2728fdc03da9e3ab6afef8"
53245426
integrity sha512-3rvepvXPw+OIkcut4MaRYIoy4thTWvWhTK+Hg4+y9fOBWVF9acpBvtm2NSbH9Vw9UBG/9v+T5euwPxUSUIDPWw==
53255427

5428+
5429+
version "0.56.3"
5430+
resolved "https://registry.yarnpkg.com/ob1/-/ob1-0.56.3.tgz#5829e446587c9bf89c22ece4f3757b29f2ccfd18"
5431+
integrity sha512-3JL2ZyWOHDGTEAe4kcG+TxhGPKCCikgyoUIjE82JnXnmpR1LXItM9K3WhGsi4+O7oYngMW6FjpHHoc5xJTMkTQ==
5432+
53265433
object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1:
53275434
version "4.1.1"
53285435
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"

0 commit comments

Comments
 (0)