Skip to content

Commit 06eddf3

Browse files
chore(deps-dev): bump @react-native/metro-config from 0.76.2 to 0.76.3 (#977)
Bumps [@react-native/metro-config](https://github.com/facebook/react-native/tree/HEAD/packages/metro-config) from 0.76.2 to 0.76.3. - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react-native/commits/v0.76.3/packages/metro-config) --- updated-dependencies: - dependency-name: "@react-native/metro-config" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0ac2a89 commit 06eddf3

File tree

2 files changed

+18
-100
lines changed

2 files changed

+18
-100
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@biomejs/biome": "1.9.4",
4949
"@callstack/react-native-visionos": "^0.73.0",
5050
"@react-native/babel-preset": "^0.76.1",
51-
"@react-native/metro-config": "0.76.2",
51+
"@react-native/metro-config": "0.76.3",
5252
"@release-it/conventional-changelog": "^9.0.1",
5353
"@rnx-kit/metro-config": "^2.0.0",
5454
"@types/jest": "^29.1.2",

yarn.lock

Lines changed: 17 additions & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -3839,7 +3839,7 @@ __metadata:
38393839
"@biomejs/biome": "npm:1.9.4"
38403840
"@callstack/react-native-visionos": "npm:^0.73.0"
38413841
"@react-native/babel-preset": "npm:^0.76.1"
3842-
"@react-native/metro-config": "npm:0.76.2"
3842+
"@react-native/metro-config": "npm:0.76.3"
38433843
"@release-it/conventional-changelog": "npm:^9.0.1"
38443844
"@rnx-kit/metro-config": "npm:^2.0.0"
38453845
"@types/jest": "npm:^29.1.2"
@@ -3884,15 +3884,6 @@ __metadata:
38843884
languageName: node
38853885
linkType: hard
38863886

3887-
"@react-native/babel-plugin-codegen@npm:0.76.2":
3888-
version: 0.76.2
3889-
resolution: "@react-native/babel-plugin-codegen@npm:0.76.2"
3890-
dependencies:
3891-
"@react-native/codegen": "npm:0.76.2"
3892-
checksum: 10c0/c34671c8ee6052252344d0a362c614512c48709b1a300c59b5e0097a1e5747be56550067ba5d6e03b77925a4629fb11dbb226a356cf921a780668ad309af1086
3893-
languageName: node
3894-
linkType: hard
3895-
38963887
"@react-native/babel-plugin-codegen@npm:0.76.3":
38973888
version: 0.76.3
38983889
resolution: "@react-native/babel-plugin-codegen@npm:0.76.3"
@@ -4007,62 +3998,7 @@ __metadata:
40073998
languageName: node
40083999
linkType: hard
40094000

4010-
"@react-native/babel-preset@npm:0.76.2":
4011-
version: 0.76.2
4012-
resolution: "@react-native/babel-preset@npm:0.76.2"
4013-
dependencies:
4014-
"@babel/core": "npm:^7.25.2"
4015-
"@babel/plugin-proposal-export-default-from": "npm:^7.24.7"
4016-
"@babel/plugin-syntax-dynamic-import": "npm:^7.8.3"
4017-
"@babel/plugin-syntax-export-default-from": "npm:^7.24.7"
4018-
"@babel/plugin-syntax-nullish-coalescing-operator": "npm:^7.8.3"
4019-
"@babel/plugin-syntax-optional-chaining": "npm:^7.8.3"
4020-
"@babel/plugin-transform-arrow-functions": "npm:^7.24.7"
4021-
"@babel/plugin-transform-async-generator-functions": "npm:^7.25.4"
4022-
"@babel/plugin-transform-async-to-generator": "npm:^7.24.7"
4023-
"@babel/plugin-transform-block-scoping": "npm:^7.25.0"
4024-
"@babel/plugin-transform-class-properties": "npm:^7.25.4"
4025-
"@babel/plugin-transform-classes": "npm:^7.25.4"
4026-
"@babel/plugin-transform-computed-properties": "npm:^7.24.7"
4027-
"@babel/plugin-transform-destructuring": "npm:^7.24.8"
4028-
"@babel/plugin-transform-flow-strip-types": "npm:^7.25.2"
4029-
"@babel/plugin-transform-for-of": "npm:^7.24.7"
4030-
"@babel/plugin-transform-function-name": "npm:^7.25.1"
4031-
"@babel/plugin-transform-literals": "npm:^7.25.2"
4032-
"@babel/plugin-transform-logical-assignment-operators": "npm:^7.24.7"
4033-
"@babel/plugin-transform-modules-commonjs": "npm:^7.24.8"
4034-
"@babel/plugin-transform-named-capturing-groups-regex": "npm:^7.24.7"
4035-
"@babel/plugin-transform-nullish-coalescing-operator": "npm:^7.24.7"
4036-
"@babel/plugin-transform-numeric-separator": "npm:^7.24.7"
4037-
"@babel/plugin-transform-object-rest-spread": "npm:^7.24.7"
4038-
"@babel/plugin-transform-optional-catch-binding": "npm:^7.24.7"
4039-
"@babel/plugin-transform-optional-chaining": "npm:^7.24.8"
4040-
"@babel/plugin-transform-parameters": "npm:^7.24.7"
4041-
"@babel/plugin-transform-private-methods": "npm:^7.24.7"
4042-
"@babel/plugin-transform-private-property-in-object": "npm:^7.24.7"
4043-
"@babel/plugin-transform-react-display-name": "npm:^7.24.7"
4044-
"@babel/plugin-transform-react-jsx": "npm:^7.25.2"
4045-
"@babel/plugin-transform-react-jsx-self": "npm:^7.24.7"
4046-
"@babel/plugin-transform-react-jsx-source": "npm:^7.24.7"
4047-
"@babel/plugin-transform-regenerator": "npm:^7.24.7"
4048-
"@babel/plugin-transform-runtime": "npm:^7.24.7"
4049-
"@babel/plugin-transform-shorthand-properties": "npm:^7.24.7"
4050-
"@babel/plugin-transform-spread": "npm:^7.24.7"
4051-
"@babel/plugin-transform-sticky-regex": "npm:^7.24.7"
4052-
"@babel/plugin-transform-typescript": "npm:^7.25.2"
4053-
"@babel/plugin-transform-unicode-regex": "npm:^7.24.7"
4054-
"@babel/template": "npm:^7.25.0"
4055-
"@react-native/babel-plugin-codegen": "npm:0.76.2"
4056-
babel-plugin-syntax-hermes-parser: "npm:^0.25.1"
4057-
babel-plugin-transform-flow-enums: "npm:^0.0.2"
4058-
react-refresh: "npm:^0.14.0"
4059-
peerDependencies:
4060-
"@babel/core": "*"
4061-
checksum: 10c0/f059c3a3843952cb2ef5315c72bac33720b3109b428321043fd4d8f86a1d9f75b076d4c0b71249316d258408cb4224ee2552184d8b78ad6de23658a21c8c2beb
4062-
languageName: node
4063-
linkType: hard
4064-
4065-
"@react-native/babel-preset@npm:^0.76.1":
4001+
"@react-native/babel-preset@npm:0.76.3, @react-native/babel-preset@npm:^0.76.1":
40664002
version: 0.76.3
40674003
resolution: "@react-native/babel-preset@npm:0.76.3"
40684004
dependencies:
@@ -4151,24 +4087,6 @@ __metadata:
41514087
languageName: node
41524088
linkType: hard
41534089

4154-
"@react-native/codegen@npm:0.76.2":
4155-
version: 0.76.2
4156-
resolution: "@react-native/codegen@npm:0.76.2"
4157-
dependencies:
4158-
"@babel/parser": "npm:^7.25.3"
4159-
glob: "npm:^7.1.1"
4160-
hermes-parser: "npm:0.23.1"
4161-
invariant: "npm:^2.2.4"
4162-
jscodeshift: "npm:^0.14.0"
4163-
mkdirp: "npm:^0.5.1"
4164-
nullthrows: "npm:^1.1.1"
4165-
yargs: "npm:^17.6.2"
4166-
peerDependencies:
4167-
"@babel/preset-env": ^7.1.6
4168-
checksum: 10c0/c4be47079c53502b9eb90bf51e99b53e2b3623ec64fd0923e70cba549b0ace18420f927a65270aec6c62870c6ccb30b33ed6c68458b35d7cb5a53f32619eb333
4169-
languageName: node
4170-
linkType: hard
4171-
41724090
"@react-native/codegen@npm:0.76.3":
41734091
version: 0.76.3
41744092
resolution: "@react-native/codegen@npm:0.76.3"
@@ -4293,10 +4211,10 @@ __metadata:
42934211
languageName: node
42944212
linkType: hard
42954213

4296-
"@react-native/js-polyfills@npm:0.76.2":
4297-
version: 0.76.2
4298-
resolution: "@react-native/js-polyfills@npm:0.76.2"
4299-
checksum: 10c0/45d109a2f3485d53a61283a9ec6f37973fb6c8fdb4e33ffa3f7468fe48cc81d12b79444c794d9f9ae1d20603881264b4f4bc7be03b6443fdabd99adc630d0f3b
4214+
"@react-native/js-polyfills@npm:0.76.3":
4215+
version: 0.76.3
4216+
resolution: "@react-native/js-polyfills@npm:0.76.3"
4217+
checksum: 10c0/f4cfeda2a06a6e1e67a8368c24fe58ed5c69fcc01772541151af44d870f30ec93b9a9a2176591752c7bacd1ee3ee3782c50eaf112899f131e9fad22d61195304
43004218
languageName: node
43014219
linkType: hard
43024220

@@ -4328,29 +4246,29 @@ __metadata:
43284246
languageName: node
43294247
linkType: hard
43304248

4331-
"@react-native/metro-babel-transformer@npm:0.76.2":
4332-
version: 0.76.2
4333-
resolution: "@react-native/metro-babel-transformer@npm:0.76.2"
4249+
"@react-native/metro-babel-transformer@npm:0.76.3":
4250+
version: 0.76.3
4251+
resolution: "@react-native/metro-babel-transformer@npm:0.76.3"
43344252
dependencies:
43354253
"@babel/core": "npm:^7.25.2"
4336-
"@react-native/babel-preset": "npm:0.76.2"
4254+
"@react-native/babel-preset": "npm:0.76.3"
43374255
hermes-parser: "npm:0.23.1"
43384256
nullthrows: "npm:^1.1.1"
43394257
peerDependencies:
43404258
"@babel/core": "*"
4341-
checksum: 10c0/abe8a9f8b903c7eb2ee18152737e034a58462a7286b2a2cb25b742b1d46de47890d9b02bc5ed4129c988812127c6875b078e7df71eb44fc1b706c50db793006d
4259+
checksum: 10c0/f543aafd539699cb7ff2ec84fcdee5e89f7d856e19c7e5c735e421d1169b37c5728716b79edc3b7394d83d8bef87eb43ae7c6585a75dbcfbbedca135461d74d1
43424260
languageName: node
43434261
linkType: hard
43444262

4345-
"@react-native/metro-config@npm:0.76.2":
4346-
version: 0.76.2
4347-
resolution: "@react-native/metro-config@npm:0.76.2"
4263+
"@react-native/metro-config@npm:0.76.3":
4264+
version: 0.76.3
4265+
resolution: "@react-native/metro-config@npm:0.76.3"
43484266
dependencies:
4349-
"@react-native/js-polyfills": "npm:0.76.2"
4350-
"@react-native/metro-babel-transformer": "npm:0.76.2"
4267+
"@react-native/js-polyfills": "npm:0.76.3"
4268+
"@react-native/metro-babel-transformer": "npm:0.76.3"
43514269
metro-config: "npm:^0.81.0"
43524270
metro-runtime: "npm:^0.81.0"
4353-
checksum: 10c0/5740bc0ae4a937893d83e5fddbcdbfa792c5bdc747533051a26ff207118503f314104b782cb609c949aeda0d8be048905d6041ab19e8b86ed4e4dbab4907756d
4271+
checksum: 10c0/446e15852afa1f3cc1b825db7d945f9b2a14a8dfe642fb378ae56e783b53e2d0ce51e4cad109fc3d346cf8962838bf73f518bd10660725e9ed82586f5f631c52
43544272
languageName: node
43554273
linkType: hard
43564274

0 commit comments

Comments
 (0)