Skip to content

Commit 7c59151

Browse files
chore(deps-dev): bump @react-native/babel-preset from 0.79.2 to 0.80.1
--- updated-dependencies: - dependency-name: "@react-native/babel-preset" dependency-version: 0.80.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0fa5130 commit 7c59151

File tree

3 files changed

+85
-5
lines changed

3 files changed

+85
-5
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@react-native-community/cli": "18.0.0",
2828
"@react-native-community/cli-platform-android": "18.0.0",
2929
"@react-native-community/cli-platform-ios": "18.0.0",
30-
"@react-native/babel-preset": "0.79.2",
30+
"@react-native/babel-preset": "0.80.1",
3131
"@react-native/metro-config": "0.79.2",
3232
"@react-native/typescript-config": "0.79.2",
3333
"@types/react": "^19.1.3",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"@eslint/js": "^9.22.0",
8686
"@faker-js/faker": "^9.7.0",
8787
"@react-native-community/cli": "18.0.0",
88-
"@react-native/babel-preset": "0.79.2",
88+
"@react-native/babel-preset": "0.80.1",
8989
"@react-native/eslint-config": "^0.78.0",
9090
"@release-it/conventional-changelog": "^10.0.1",
9191
"@testing-library/dom": "^10.4.0",

yarn.lock

Lines changed: 83 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3375,6 +3375,16 @@ __metadata:
33753375
languageName: node
33763376
linkType: hard
33773377

3378+
"@react-native/babel-plugin-codegen@npm:0.80.1":
3379+
version: 0.80.1
3380+
resolution: "@react-native/babel-plugin-codegen@npm:0.80.1"
3381+
dependencies:
3382+
"@babel/traverse": ^7.25.3
3383+
"@react-native/codegen": 0.80.1
3384+
checksum: 2d727e9db0ee67ba9ea793601d6d4bcb9522ecec83f0cc99507c83c95eb08178732220c637cb982847e5bf838daf77153ee47b0817373b5ff5041aa876e9ef3d
3385+
languageName: node
3386+
linkType: hard
3387+
33783388
"@react-native/babel-preset@npm:0.79.2":
33793389
version: 0.79.2
33803390
resolution: "@react-native/babel-preset@npm:0.79.2"
@@ -3430,6 +3440,61 @@ __metadata:
34303440
languageName: node
34313441
linkType: hard
34323442

3443+
"@react-native/babel-preset@npm:0.80.1":
3444+
version: 0.80.1
3445+
resolution: "@react-native/babel-preset@npm:0.80.1"
3446+
dependencies:
3447+
"@babel/core": ^7.25.2
3448+
"@babel/plugin-proposal-export-default-from": ^7.24.7
3449+
"@babel/plugin-syntax-dynamic-import": ^7.8.3
3450+
"@babel/plugin-syntax-export-default-from": ^7.24.7
3451+
"@babel/plugin-syntax-nullish-coalescing-operator": ^7.8.3
3452+
"@babel/plugin-syntax-optional-chaining": ^7.8.3
3453+
"@babel/plugin-transform-arrow-functions": ^7.24.7
3454+
"@babel/plugin-transform-async-generator-functions": ^7.25.4
3455+
"@babel/plugin-transform-async-to-generator": ^7.24.7
3456+
"@babel/plugin-transform-block-scoping": ^7.25.0
3457+
"@babel/plugin-transform-class-properties": ^7.25.4
3458+
"@babel/plugin-transform-classes": ^7.25.4
3459+
"@babel/plugin-transform-computed-properties": ^7.24.7
3460+
"@babel/plugin-transform-destructuring": ^7.24.8
3461+
"@babel/plugin-transform-flow-strip-types": ^7.25.2
3462+
"@babel/plugin-transform-for-of": ^7.24.7
3463+
"@babel/plugin-transform-function-name": ^7.25.1
3464+
"@babel/plugin-transform-literals": ^7.25.2
3465+
"@babel/plugin-transform-logical-assignment-operators": ^7.24.7
3466+
"@babel/plugin-transform-modules-commonjs": ^7.24.8
3467+
"@babel/plugin-transform-named-capturing-groups-regex": ^7.24.7
3468+
"@babel/plugin-transform-nullish-coalescing-operator": ^7.24.7
3469+
"@babel/plugin-transform-numeric-separator": ^7.24.7
3470+
"@babel/plugin-transform-object-rest-spread": ^7.24.7
3471+
"@babel/plugin-transform-optional-catch-binding": ^7.24.7
3472+
"@babel/plugin-transform-optional-chaining": ^7.24.8
3473+
"@babel/plugin-transform-parameters": ^7.24.7
3474+
"@babel/plugin-transform-private-methods": ^7.24.7
3475+
"@babel/plugin-transform-private-property-in-object": ^7.24.7
3476+
"@babel/plugin-transform-react-display-name": ^7.24.7
3477+
"@babel/plugin-transform-react-jsx": ^7.25.2
3478+
"@babel/plugin-transform-react-jsx-self": ^7.24.7
3479+
"@babel/plugin-transform-react-jsx-source": ^7.24.7
3480+
"@babel/plugin-transform-regenerator": ^7.24.7
3481+
"@babel/plugin-transform-runtime": ^7.24.7
3482+
"@babel/plugin-transform-shorthand-properties": ^7.24.7
3483+
"@babel/plugin-transform-spread": ^7.24.7
3484+
"@babel/plugin-transform-sticky-regex": ^7.24.7
3485+
"@babel/plugin-transform-typescript": ^7.25.2
3486+
"@babel/plugin-transform-unicode-regex": ^7.24.7
3487+
"@babel/template": ^7.25.0
3488+
"@react-native/babel-plugin-codegen": 0.80.1
3489+
babel-plugin-syntax-hermes-parser: 0.28.1
3490+
babel-plugin-transform-flow-enums: ^0.0.2
3491+
react-refresh: ^0.14.0
3492+
peerDependencies:
3493+
"@babel/core": "*"
3494+
checksum: 90789a085801bc6cb4ce2c117e7e21b39878308399436f1a8708481d4aaf8035b23711c50a57aab4b7d2c86a0f371b52d670fc5fbe16bb9d92135a17114dd6c1
3495+
languageName: node
3496+
linkType: hard
3497+
34333498
"@react-native/codegen@npm:0.79.2":
34343499
version: 0.79.2
34353500
resolution: "@react-native/codegen@npm:0.79.2"
@@ -3445,6 +3510,21 @@ __metadata:
34453510
languageName: node
34463511
linkType: hard
34473512

3513+
"@react-native/codegen@npm:0.80.1":
3514+
version: 0.80.1
3515+
resolution: "@react-native/codegen@npm:0.80.1"
3516+
dependencies:
3517+
glob: ^7.1.1
3518+
hermes-parser: 0.28.1
3519+
invariant: ^2.2.4
3520+
nullthrows: ^1.1.1
3521+
yargs: ^17.6.2
3522+
peerDependencies:
3523+
"@babel/core": "*"
3524+
checksum: 18149038e9bfa185f8f258c1482cba954a101d425f0e5aa8e14f6e31d811569af871aeba1e369cecbbdc13d88c44383b584fefef8d8b896c955b3f2ec6aa6755
3525+
languageName: node
3526+
linkType: hard
3527+
34483528
"@react-native/community-cli-plugin@npm:0.79.2":
34493529
version: 0.79.2
34503530
resolution: "@react-native/community-cli-plugin@npm:0.79.2"
@@ -4471,7 +4551,7 @@ __metadata:
44714551
"@react-native-community/cli": 18.0.0
44724552
"@react-native-community/cli-platform-android": 18.0.0
44734553
"@react-native-community/cli-platform-ios": 18.0.0
4474-
"@react-native/babel-preset": 0.79.2
4554+
"@react-native/babel-preset": 0.80.1
44754555
"@react-native/metro-config": 0.79.2
44764556
"@react-native/typescript-config": 0.79.2
44774557
"@react-navigation/native": ^7.1.8
@@ -5091,7 +5171,7 @@ __metadata:
50915171
languageName: node
50925172
linkType: hard
50935173

5094-
"babel-plugin-syntax-hermes-parser@npm:^0.28.0":
5174+
"babel-plugin-syntax-hermes-parser@npm:0.28.1, babel-plugin-syntax-hermes-parser@npm:^0.28.0":
50955175
version: 0.28.1
50965176
resolution: "babel-plugin-syntax-hermes-parser@npm:0.28.1"
50975177
dependencies:
@@ -13246,7 +13326,7 @@ __metadata:
1324613326
"@eslint/js": ^9.22.0
1324713327
"@faker-js/faker": ^9.7.0
1324813328
"@react-native-community/cli": 18.0.0
13249-
"@react-native/babel-preset": 0.79.2
13329+
"@react-native/babel-preset": 0.80.1
1325013330
"@react-native/eslint-config": ^0.78.0
1325113331
"@release-it/conventional-changelog": ^10.0.1
1325213332
"@testing-library/dom": ^10.4.0

0 commit comments

Comments
 (0)