-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[0.76] Integrate react-native 0.76.9 #14616
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
base: 0.76-stable
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type": "none", | ||
"comment": "Integrate changes for 0.76.9 and update with custom modifications", | ||
"packageName": "@office-iss/react-native-win32", | ||
"email": "abhijeetjha@microsoft.com", | ||
"dependentChangeType": "none" | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type": "none", | ||
"comment": "Integrate changes for 0.76.9 and update with custom modifications", | ||
"packageName": "react-native-windows", | ||
"email": "abhijeetjha@microsoft.com", | ||
"dependentChangeType": "none" | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"baseVersion": "0.76.6", | ||
"baseVersion": "0.76.9", | ||
"overrides": [ | ||
{ | ||
"type": "patch", | ||
"file": "package.json", | ||
"baseFile": "package.json", | ||
"baseHash": "6dd9663c1f92f42f8201eace0bd3946e557c3c33" | ||
"baseHash": "23d6c0fe61ca9ce2045296000f4c35333704f0b2" | ||
} | ||
] | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"baseVersion": "0.76.6", | ||
"baseVersion": "0.76.9", | ||
"overrides": [ | ||
{ | ||
"type": "copy", | ||
|
@@ -390,14 +390,14 @@ | |
"type": "copy", | ||
"directory": "js/examples/Text", | ||
"baseDirectory": "packages/rn-tester/js/examples/Text", | ||
"baseHash": "528bba6e7f5938ec8c81c54471962883047e68f3", | ||
"baseHash": "eafda2ddc809145094056ad5f4ac96146f60061f", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It looks like changes were made to these files (hence the hash change) but those changes weren't applied to the new files. Did you forget to check in these files? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. files from rn-tester we've been updating manually however these files are caught by |
||
"issue": 4054 | ||
}, | ||
{ | ||
"type": "copy", | ||
"directory": "js/examples/TextInput", | ||
"baseDirectory": "packages/rn-tester/js/examples/TextInput", | ||
"baseHash": "986ccca321c59084c52956bbaf32dbe72e844006", | ||
"baseHash": "b96f575fa4290b7b0ce4873f5839702c279c3804", | ||
"issue": 4054 | ||
}, | ||
{ | ||
|
@@ -572,7 +572,7 @@ | |
"type": "patch", | ||
"file": "package.json", | ||
"baseFile": "packages/rn-tester/package.json", | ||
"baseHash": "7a5508a9edb058986ca34c4032d6e4feb6d1e841", | ||
"baseHash": "41f392a7f733c301300e2baffb2d2a133a3a86c4", | ||
"issue": 13228 | ||
} | ||
] | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because these example files changed, the snapshots are failing for the e2etest-app tests. You'll need to update the snapshots for these to pass.