Skip to content

Commit 6975f8a

Browse files
authored
[0.79] Integrate rc4 (#14733)
* integrate rn 0.79.0-rc4 * Change files * remove Chakra e2etests * fix dep * add continous onErrorcontinueOnError: true
1 parent 60f0407 commit 6975f8a

File tree

30 files changed

+355
-447
lines changed

30 files changed

+355
-447
lines changed

.ado/jobs/desktop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ jobs:
308308
309309
# Bundler
310310
Invoke-WebRequest -UseBasicParsing -Uri "http://localhost:8081/IntegrationTests/IntegrationTestsApp.bundle?platform=windows&dev=true"
311+
continueOnError: true
311312

312313
- task: VSTest@2
313314
displayName: Run Desktop Integration Tests

.ado/jobs/e2e-test.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,29 @@ parameters:
1414
default:
1515
- BuildEnvironment: PullRequest
1616
Matrix:
17-
- Name: X64Chakra
18-
BuildPlatform: x64
19-
UseChakra: true
17+
# - Name: X64Chakra
18+
# BuildPlatform: x64
19+
# UseChakra: true
2020
- Name: X64Hermes
2121
BuildPlatform: x64
2222
UseChakra: false
23-
- Name: X86Chakra
24-
BuildPlatform: x86
25-
UseChakra: true
23+
# - Name: X86Chakra
24+
# BuildPlatform: x86
25+
# UseChakra: true
2626
- Name: X86Hermes
2727
BuildPlatform: x86
2828
UseChakra: false
2929
- BuildEnvironment: Continuous
3030
Matrix:
31-
- Name: X64Chakra
32-
BuildPlatform: x64
33-
UseChakra: true
31+
# - Name: X64Chakra
32+
# BuildPlatform: x64
33+
# UseChakra: true
3434
- Name: X64Hermes
3535
BuildPlatform: x64
3636
UseChakra: false
37-
- Name: X86Chakra
38-
BuildPlatform: x86
39-
UseChakra: true
37+
# - Name: X86Chakra
38+
# BuildPlatform: x86
39+
# UseChakra: true
4040
- Name: X86Hermes
4141
BuildPlatform: x86
4242
UseChakra: false
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "prerelease",
3+
"comment": "integrate rn 0.79.0-rc4",
4+
"packageName": "@office-iss/react-native-win32",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "prerelease",
3+
"comment": "integrate rn 0.79.0-rc4",
4+
"packageName": "react-native-windows",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}

packages/@office-iss/react-native-win32-tester/overrides.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"excludePatterns": [
66
"src/js/examples-win32/**"
77
],
8-
"baseVersion": "0.79.0-rc.0",
8+
"baseVersion": "0.79.0-rc.4",
99
"overrides": [
1010
{
1111
"type": "patch",

packages/@office-iss/react-native-win32-tester/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"peerDependencies": {
2020
"@office-iss/react-native-win32": "0.79.0-preview.1",
2121
"react": "19.0.0",
22-
"react-native": "0.79.0-rc.0"
22+
"react-native": "0.79.0-rc.4"
2323
},
2424
"devDependencies": {
2525
"@office-iss/react-native-win32": "0.79.0-preview.1",
@@ -30,7 +30,7 @@
3030
"@types/node": "^18.0.0",
3131
"eslint": "^8.19.0",
3232
"just-scripts": "^1.3.3",
33-
"react-native": "0.79.0-rc.0",
33+
"react-native": "0.79.0-rc.4",
3434
"react-native-platform-override": "^1.9.55",
3535
"typescript": "5.0.4"
3636
},

packages/@office-iss/react-native-win32/overrides.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"**/__snapshots__/**",
88
"src-win/rntypes/**"
99
],
10-
"baseVersion": "0.79.0-rc.0",
10+
"baseVersion": "0.79.0-rc.4",
1111
"overrides": [
1212
{
1313
"type": "derived",

packages/@office-iss/react-native-win32/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
"@react-native-community/cli-platform-android": "15.0.0-alpha.2",
3131
"@react-native-community/cli-platform-ios": "15.0.0-alpha.2",
3232
"@react-native/assets": "1.0.0",
33-
"@react-native/assets-registry": "0.79.0-rc.0",
34-
"@react-native/codegen": "0.79.0-rc.0",
35-
"@react-native/community-cli-plugin": "0.79.0-rc.0",
36-
"@react-native/gradle-plugin": "0.79.0-rc.0",
37-
"@react-native/js-polyfills": "0.79.0-rc.0",
38-
"@react-native/normalize-colors": "0.79.0-rc.0",
39-
"@react-native/virtualized-lists": "0.79.0-rc.0",
33+
"@react-native/assets-registry": "0.79.0-rc.4",
34+
"@react-native/codegen": "0.79.0-rc.4",
35+
"@react-native/community-cli-plugin": "0.79.0-rc.4",
36+
"@react-native/gradle-plugin": "0.79.0-rc.4",
37+
"@react-native/js-polyfills": "0.79.0-rc.4",
38+
"@react-native/normalize-colors": "0.79.0-rc.4",
39+
"@react-native/virtualized-lists": "0.79.0-rc.4",
4040
"abort-controller": "^3.0.0",
4141
"anser": "^1.4.9",
4242
"ansi-regex": "^5.0.0",
@@ -52,8 +52,8 @@
5252
"invariant": "^2.2.4",
5353
"jest-environment-node": "^29.7.0",
5454
"memoize-one": "^5.0.0",
55-
"metro-runtime": "^0.81.0",
56-
"metro-source-map": "^0.81.0",
55+
"metro-runtime": "^0.82.0",
56+
"metro-source-map": "^0.82.0",
5757
"mkdirp": "^0.5.1",
5858
"nullthrows": "^1.1.1",
5959
"pretty-format": "^29.7.0",
@@ -72,7 +72,7 @@
7272
"devDependencies": {
7373
"@babel/core": "^7.25.2",
7474
"@babel/eslint-parser": "^7.25.1",
75-
"@react-native/metro-config": "0.79.0-rc.0",
75+
"@react-native/metro-config": "0.79.0-rc.4",
7676
"@rnw-scripts/babel-react-native-config": "0.0.0",
7777
"@rnw-scripts/eslint-config": "1.2.36",
7878
"@rnw-scripts/jest-out-of-tree-snapshot-resolver": "^1.1.40",
@@ -88,14 +88,14 @@
8888
"just-scripts": "^1.3.3",
8989
"prettier": "2.8.8",
9090
"react": "19.0.0",
91-
"react-native": "0.79.0-rc.0",
91+
"react-native": "0.79.0-rc.4",
9292
"react-native-platform-override": "^1.9.55",
9393
"typescript": "5.0.4"
9494
},
9595
"peerDependencies": {
9696
"@types/react": "^19.0.0",
9797
"react": "^19.0.0",
98-
"react-native": "0.79.0-rc.0"
98+
"react-native": "0.79.0-rc.4"
9999
},
100100
"beachball": {
101101
"defaultNpmTag": "preview",

packages/@react-native-windows/automation-channel/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"just-scripts": "^1.3.2",
3333
"prettier": "2.8.8",
3434
"react": "19.0.0",
35-
"react-native": "0.79.0-rc.0",
35+
"react-native": "0.79.0-rc.4",
3636
"react-native-windows": "0.79.0-preview.1",
3737
"typescript": "5.0.4"
3838
},
@@ -45,4 +45,4 @@
4545
"node": ">= 18"
4646
},
4747
"private": true
48-
}
48+
}

packages/@react-native-windows/tester/overrides.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"excludePatterns": [
66
"src/js/examples-win/**"
77
],
8-
"baseVersion": "0.79.0-rc.0",
8+
"baseVersion": "0.79.0-rc.4",
99
"overrides": [
1010
{
1111
"type": "derived",

0 commit comments

Comments
 (0)