Skip to content

Commit c00bdea

Browse files
SaadnajmiBiki-dashuntiecipolleschizhongwuzw
authored
chore(0.76): Merge up to 0.76.7 upstream (#2388)
## Summary: Merge the rest of the 0.7-stable branch upstream, which gets us to the equivalent of `0.76.7` ## Test Plan: CI should pass --------- Co-authored-by: BIKI DAS <[email protected]> Co-authored-by: Alex Hunt <[email protected]> Co-authored-by: Riccardo Cipolleschi <[email protected]> Co-authored-by: zhongwuzw <[email protected]> Co-authored-by: Nick Gerleman <[email protected]> Co-authored-by: Rob Hogan <[email protected]> Co-authored-by: Kudo Chien <[email protected]> Co-authored-by: CHOIMINSEOK <[email protected]> Co-authored-by: Alex Hunt <[email protected]> Co-authored-by: Mohamed Alsadek <[email protected]> Co-authored-by: Blake Friedman <[email protected]> Co-authored-by: React Native Bot <[email protected]> Co-authored-by: Nicola Corti <[email protected]> Co-authored-by: Ben Handanyan <[email protected]> Co-authored-by: Eric Rozell <[email protected]> Co-authored-by: Thomas Nardone <[email protected]> Co-authored-by: Joe Vilches <[email protected]> Co-authored-by: timbocole <[email protected]> Co-authored-by: Mateo Guzmán <[email protected]> Co-authored-by: Alex Toudic <[email protected]> Co-authored-by: Santiago <[email protected]> Co-authored-by: Nolan O'Brien <[email protected]> Co-authored-by: Tommy Nguyen <[email protected]> Co-authored-by: David Vacca <[email protected]> Co-authored-by: Rickard Zrinski <[email protected]>
1 parent 5696236 commit c00bdea

File tree

111 files changed

+1175
-801
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+1175
-801
lines changed

.github/actions/build-hermesc-windows/action.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ runs:
4343
shell: powershell
4444
run: |
4545
if (-not(Test-Path -Path $Env:HERMES_WS_DIR\win64-bin\hermesc.exe)) {
46-
choco install --no-progress cmake --version 3.14.7 --allow-downgrade
47-
if (-not $?) { throw "Failed to install CMake" }
48-
4946
cd $Env:HERMES_WS_DIR\icu
5047
# If Invoke-WebRequest shows a progress bar, it will fail with
5148
# Win32 internal error "Access is denied" 0x5 occurred [...]

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-all.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
"@jest/create-cache-key-function": "^29.6.3",
5151
"@nx/js": "~20.0.0",
5252
"@pkgjs/parseargs": "^0.11.0",
53-
"@react-native/metro-babel-transformer": "0.76.3",
54-
"@react-native/metro-config": "0.76.3",
53+
"@react-native/metro-babel-transformer": "0.76.7",
54+
"@react-native/metro-config": "0.76.7",
5555
"@tsconfig/node18": "1.0.1",
5656
"@types/react": "^18.2.6",
5757
"@typescript-eslint/parser": "^7.1.1",

packages/assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native/assets-registry",
3-
"version": "0.76.3",
3+
"version": "0.76.7",
44
"description": "Asset support code for React Native.",
55
"license": "MIT",
66
"repository": {

packages/babel-plugin-codegen/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native/babel-plugin-codegen",
3-
"version": "0.76.3",
3+
"version": "0.76.7",
44
"description": "Babel plugin to generate native module and view manager code for React Native.",
55
"license": "MIT",
66
"repository": {
@@ -25,7 +25,7 @@
2525
"index.js"
2626
],
2727
"dependencies": {
28-
"@react-native/codegen": "0.76.3"
28+
"@react-native/codegen": "0.76.7"
2929
},
3030
"devDependencies": {
3131
"@babel/core": "^7.25.2"

packages/community-cli-plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native/community-cli-plugin",
3-
"version": "0.76.3",
3+
"version": "0.76.7",
44
"description": "Core CLI commands for React Native",
55
"keywords": [
66
"react-native",
@@ -22,8 +22,8 @@
2222
"dist"
2323
],
2424
"dependencies": {
25-
"@react-native/dev-middleware": "0.76.3",
26-
"@react-native/metro-babel-transformer": "0.76.3",
25+
"@react-native/dev-middleware": "0.76.7",
26+
"@react-native/metro-babel-transformer": "0.76.7",
2727
"chalk": "^4.0.0",
2828
"execa": "^5.1.1",
2929
"invariant": "^2.2.4",

packages/core-cli-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native/core-cli-utils",
3-
"version": "0.76.3",
3+
"version": "0.76.7",
44
"description": "React Native CLI library for Frameworks to build on",
55
"license": "MIT",
66
"main": "./src/index.flow.js",

packages/debugger-frontend/BUILD_INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
@generated SignedSource<<2ae3cc4cc779b7d9b387f7d8ba402248>>
2-
Git revision: ce5d32a14f18a8fc4bdaf787eb46800b7f73e524
1+
@generated SignedSource<<e1b6cf83a0e98051a2f929ad191b1d6c>>
2+
Git revision: f1f917329169ff3d2c12bcfaea7e301b71c3149e
33
Built with --nohooks: false
44
Is local checkout: false
55
Remote URL: https://github.com/facebookexperimental/rn-chrome-devtools-frontend

packages/debugger-frontend/dist/third-party/front_end/core/sdk/sdk-meta.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/debugger-frontend/dist/third-party/front_end/entrypoints/shell/shell.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)