Skip to content

[Draft] Integrate 0.77.2 #14610

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 11 commits into
base: 0.77-stable
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "integrate RN 0.77.2",
"packageName": "@office-iss/react-native-win32",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix",
"packageName": "@react-native-windows/cli",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix",
"packageName": "@react-native-windows/codegen",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix",
"packageName": "@react-native-windows/telemetry",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "integrate RN 0.77.2",
"packageName": "react-native-windows",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"excludePatterns": [
"src/js/examples-win32/**"
],
"baseVersion": "0.77.1",
"baseVersion": "0.77.2",
"overrides": [
{
"type": "patch",
Expand Down
6 changes: 3 additions & 3 deletions packages/@office-iss/react-native-win32-tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"validate-overrides": "react-native-platform-override validate"
},
"dependencies": {
"@react-native/tester": "0.76.0-main",
"@react-native/tester": "0.77.2",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"flow-enums-runtime": "^0.0.5"
Expand All @@ -30,11 +30,11 @@
"@types/node": "^18.0.0",
"eslint": "^8.19.0",
"just-scripts": "^1.3.3",
"react-native": "0.77.1",
"react-native": "0.77.2",
"react-native-platform-override": "^1.9.49",
"typescript": "5.0.4"
},
"engines": {
"node": ">= 18"
}
}
}
2 changes: 1 addition & 1 deletion packages/@office-iss/react-native-win32/overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"**/__snapshots__/**",
"src-win/rntypes/**"
],
"baseVersion": "0.77.1",
"baseVersion": "0.77.2",
"overrides": [
{
"type": "derived",
Expand Down
18 changes: 9 additions & 9 deletions packages/@office-iss/react-native-win32/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"@react-native-community/cli-platform-android": "^15.0.0",
"@react-native-community/cli-platform-ios": "^15.0.0",
"@react-native/assets": "1.0.0",
"@react-native/assets-registry": "0.77.1",
"@react-native/codegen": "0.77.1",
"@react-native/community-cli-plugin": "0.77.1",
"@react-native/gradle-plugin": "0.77.1",
"@react-native/js-polyfills": "0.77.1",
"@react-native/normalize-colors": "0.77.1",
"@react-native/virtualized-lists": "0.77.1",
"@react-native/assets-registry": "0.77.2",
"@react-native/codegen": "0.77.2",
"@react-native/community-cli-plugin": "0.77.2",
"@react-native/gradle-plugin": "0.77.2",
"@react-native/js-polyfills": "0.77.2",
"@react-native/normalize-colors": "0.77.2",
"@react-native/virtualized-lists": "0.77.2",
"abort-controller": "^3.0.0",
"anser": "^1.4.9",
"ansi-regex": "^5.0.0",
Expand Down Expand Up @@ -90,7 +90,7 @@
"just-scripts": "^1.3.3",
"prettier": "2.8.8",
"react": "18.3.1",
"react-native": "0.77.1",
"react-native": "0.77.2",
"react-native-platform-override": "^1.9.49",
"typescript": "5.0.4"
},
Expand All @@ -114,4 +114,4 @@
"engines": {
"node": ">= 18"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"just-scripts": "^1.3.2",
"prettier": "2.8.8",
"react": "18.3.1",
"react-native": "0.77.1",
"react-native": "0.77.2",
"react-native-windows": "0.77.9",
"typescript": "5.0.4"
},
Expand All @@ -46,4 +46,4 @@
"node": ">= 18"
},
"private": true
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@
"engines": {
"node": ">= 18"
}
}
}
2 changes: 1 addition & 1 deletion packages/@react-native-windows/automation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@
"engines": {
"node": ">= 18"
}
}
}
2 changes: 1 addition & 1 deletion packages/@react-native-windows/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@
"engines": {
"node": ">= 18"
}
}
}
2 changes: 1 addition & 1 deletion packages/@react-native-windows/codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@
"engines": {
"node": ">= 18"
}
}
}
2 changes: 1 addition & 1 deletion packages/@react-native-windows/telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
},
"promoteRelease": true,
"windowsOnly": true
}
}
2 changes: 1 addition & 1 deletion packages/@react-native-windows/tester/overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"excludePatterns": [
"src/js/examples-win/**"
],
"baseVersion": "0.77.1",
"baseVersion": "0.77.2",
"overrides": [
{
"type": "derived",
Expand Down
6 changes: 3 additions & 3 deletions packages/@react-native-windows/tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@
"react-native-xaml": "^0.0.78"
},
"devDependencies": {
"@react-native/tester": "0.76.0-main",
"@react-native/tester": "0.77.2",
"@rnw-scripts/babel-react-native-config": "0.0.0",
"@rnw-scripts/eslint-config": "1.2.30",
"@rnw-scripts/just-task": "2.3.47",
"@rnw-scripts/ts-config": "2.0.5",
"@types/node": "^18.0.0",
"eslint": "^8.19.0",
"just-scripts": "^1.3.3",
"react-native": "0.77.1",
"react-native": "0.77.2",
"react-native-platform-override": "^1.9.49",
"react-native-windows": "0.77.9",
"typescript": "5.0.4"
},
"engines": {
"node": ">= 18"
}
}
}
4 changes: 2 additions & 2 deletions packages/@react-native/monorepo/overrides.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"baseVersion": "0.77.1",
"baseVersion": "0.77.2",
"overrides": [
{
"type": "patch",
"file": "package.json",
"baseFile": "package.json",
"baseHash": "0ab72aff6e5db6632f4f95b38edb63b45aeb9c28"
"baseHash": "17f6606ff13cb9ad91644229c72928063507fb9b"
}
]
}
2 changes: 1 addition & 1 deletion packages/@react-native/monorepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@
"resolutions": {
"react-is": "18.3.1"
}
}
}
4 changes: 2 additions & 2 deletions packages/@react-native/tester/overrides.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"baseVersion": "0.77.1",
"baseVersion": "0.77.2",
"overrides": [
{
"type": "copy",
Expand Down Expand Up @@ -621,7 +621,7 @@
"type": "patch",
"file": "package.json",
"baseFile": "packages/rn-tester/package.json",
"baseHash": "3efadee0fd44342f6d482def745ba11e96d36e73",
"baseHash": "2500401c4badab23b93f4c526def7ef7e1adbb43",
"issue": 13228
}
]
Expand Down
4 changes: 2 additions & 2 deletions packages/@react-native/tester/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native/tester",
"version": "0.76.0-main",
"version": "0.77.2",
"private": true,
"description": "React Native tester app.",
"license": "MIT",
Expand All @@ -27,7 +27,7 @@
"e2e-test-ios": "./scripts/maestro-test-ios.sh"
},
"dependencies": {
"@react-native/popup-menu-android": "0.77.1",
"@react-native/popup-menu-android": "0.77.2",
"flow-enums-runtime": "^0.0.6",
"invariant": "^2.2.4",
"nullthrows": "^1.1.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/@rnw-scripts/doxysaurus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@
"node": ">= 18"
},
"private": true
}
}
2 changes: 1 addition & 1 deletion packages/@rnw-scripts/integrate-rn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@
"node": ">= 18"
},
"private": true
}
}
2 changes: 1 addition & 1 deletion packages/@rnw-scripts/stamp-version/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@
"engines": {
"node": ">= 18"
}
}
}
2 changes: 1 addition & 1 deletion packages/debug-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
"ts-jest": "^29.0.3",
"ws": "^6.2.2"
}
}
}
4 changes: 2 additions & 2 deletions packages/e2e-test-app-fabric/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"react": "^18.2.0",
"react-native": "0.77.1",
"react-native": "0.77.2",
"react-native-windows": "0.77.9"
},
"devDependencies": {
Expand Down Expand Up @@ -55,4 +55,4 @@
"engines": {
"node": ">= 18"
}
}
}
4 changes: 2 additions & 2 deletions packages/e2e-test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"react": "^18.2.0",
"react-native": "0.77.1",
"react-native": "0.77.2",
"react-native-windows": "0.77.9",
"react-native-xaml": "^0.0.78"
},
Expand Down Expand Up @@ -55,4 +55,4 @@
"engines": {
"node": ">= 18"
}
}
}
4 changes: 2 additions & 2 deletions packages/integration-test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@typescript-eslint/parser": "^7.1.1",
"chai": "^4.2.0",
"react": "^18.2.0",
"react-native": "0.77.1",
"react-native": "0.77.2",
"react-native-windows": "0.77.9"
},
"devDependencies": {
Expand Down Expand Up @@ -51,4 +51,4 @@
"engines": {
"node": ">= 18"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,7 @@ export default class IntegrationTestRunner {
}:${frame.column})`,
)
.join();
fail(err);
break;

throw new Error(err.message);
case 'failed':
failWithoutContext('TestModule.markTestPassed(false) was called');
break;
Expand Down Expand Up @@ -134,9 +132,7 @@ export default class IntegrationTestRunner {
}

function failWithoutContext(message: string) {
const err = new Error(message);
err.stack = '\n';
fail(err);
throw new Error(message);
}

// "Borrowed" from LogBoxInspectorStackFrame
Expand Down
4 changes: 2 additions & 2 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"react": "^18.2.0",
"react-native": "0.77.1",
"react-native": "0.77.2",
"react-native-windows": "0.77.9"
},
"devDependencies": {
Expand All @@ -40,4 +40,4 @@
"engines": {
"node": ">= 18"
}
}
}
Loading
Loading