Skip to content

Commit 8299cdc

Browse files
sammy-SCfacebook-github-bot
authored andcommitted
React Native sync for revisions 48b687f...fccf3a9
Summary: This sync includes the following changes: - **[86c8c8db7](facebook/react@86c8c8db7 )**: test: Don't retry flushActWork if flushUntilNextPaint threw ([#26121](facebook/react#26121)) //<Sebastian Silbermann>// - **[64acd3918](facebook/react@64acd3918 )**: remove unguarded getRootNode call ([#26152](facebook/react#26152)) //<Josh Story>// - **[71cace4d3](facebook/react@71cace4d3 )**: Migrate testRunner from jasmine2 to jest-circus ([#26144](facebook/react#26144)) //<Ming Ye>// - **[c8510227c](facebook/react@c8510227c )**: Treat displayName as undefined ([#26148](facebook/react#26148)) //<Sebastian Markbåge>// - **[55542bc73](facebook/react@55542bc73 )**: Update jest printBasicPrototype config ([#26142](facebook/react#26142)) //<Ming Ye>// - **[6396b6641](facebook/react@6396b6641 )**: Model Float on Hoistables semantics ([#26106](facebook/react#26106)) //<Josh Story>// - **[ef9f6e77b](facebook/react@ef9f6e77b )**: Enable passing Server References from Server to Client ([#26124](facebook/react#26124)) //<Sebastian Markbåge>// - **[35698311d](facebook/react@35698311d )**: Update jest escapeString config ([#26140](facebook/react#26140)) //<Ming Ye>// - **[6ddcbd4f9](facebook/react@6ddcbd4f9 )**: [flow] enable LTI inference mode ([#26104](facebook/react#26104)) //<Jan Kassens>// - **[53b1f69ba](facebook/react@53b1f69ba )**: Implement unstable_getBoundingClientRect in RN Fabric refs ([#26137](facebook/react#26137)) //<Rubén Norte>// - **[594093496](facebook/react@594093496 )**: Update to Jest 29 ([#26088](facebook/react#26088)) //<Ming Ye>// - **[28fcae062](facebook/react@28fcae062 )**: Add support for SVG `transformOrigin` prop ([#26130](facebook/react#26130)) //<Aravind D>// - **[3ff1540e9](facebook/react@3ff1540e9 )**: Prefer JSX in ReactNoop assertions (to combat out-of-memory test runs) ([#26127](facebook/react#26127)) //<Sebastian Silbermann>// - **[01a0c4e12](facebook/react@01a0c4e12 )**: Add Edge Server Builds for workerd / edge-light ([#26116](facebook/react#26116)) //<Sebastian Markbåge>// - **[f0cf832e1](facebook/react@f0cf832e1 )**: Update Flight Fixture to "use client" instead of .client.js ([#26118](facebook/react#26118)) //<Sebastian Markbåge>// - **[03a216070](facebook/react@03a216070 )**: Rename "dom" fork to "dom-node" and "bun" fork to "dom-bun" ([#26117](facebook/react#26117)) //<Sebastian Markbåge>// - **[4bf2113a1](facebook/react@4bf2113a1 )**: Revert "Move the Webpack manifest config to one level deeper ([#26083](facebook/react#26083))" ([#26111](facebook/react#26111)) //<Sebastian Markbåge>// - **[2ef24145e](facebook/react@2ef24145e )**: [flow] upgrade to 0.199.0 ([#26096](facebook/react#26096)) //<Jan Kassens>// - **[922dd7ba5](facebook/react@922dd7ba5 )**: Revert the outer module object to an object ([#26093](facebook/react#26093)) //<Sebastian Markbåge>// - **[9d111ffdf](facebook/react@9d111ffdf )**: Serialize Promises through Flight ([#26086](facebook/react#26086)) //<Sebastian Markbåge>// - **[0ba4698c7](facebook/react@0ba4698c7 )**: Fix async test in React reconciler ([#26087](facebook/react#26087)) //<Ming Ye>// - **[8c234c0de](facebook/react@8c234c0de )**: Move the Webpack manifest config to one level deeper ([#26083](facebook/react#26083)) //<Sebastian Markbåge>// - **[977bccd24](facebook/react@977bccd24 )**: Refactor Flight Encoding ([#26082](facebook/react#26082)) //<Sebastian Markbåge>// - **[d7bb524ad](facebook/react@d7bb524ad )**: [cleanup] Remove unused package jest-mock-scheduler ([#26084](facebook/react#26084)) //<Ming Ye>// - **[6b3083266](facebook/react@6b3083266 )**: Upgrade prettier ([#26081](facebook/react#26081)) //<Jan Kassens>// - **[1f5ce59dd](facebook/react@1f5ce59dd )**: [cleanup] fully roll out warnAboutSpreadingKeyToJSX ([#26080](facebook/react#26080)) //<Jan Kassens>// Changelog: [General][Changed] - React Native sync for revisions 48b687f...fccf3a9 jest_e2e[run_all_tests] Reviewed By: rubennorte Differential Revision: D43305607 fbshipit-source-id: 8da7567ca2a182f4be27788935c2da30a731f83b
1 parent 4a07ed2 commit 8299cdc

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

Libraries/Renderer/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
48b687fc95a172cec8f305312a27d105e5719581
1+
fccf3a9fba5fd778c678657c556344b333111cfb

Libraries/Renderer/shims/ReactNativeTypes.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* @noformat
88
* @flow strict
9-
* @generated SignedSource<<d9fed8e0aacc3113ceaf7d8e266300c6>>
9+
* @generated SignedSource<<265b342f0d29323bebb711ba0bc882ec>>
1010
*
1111
* This file was sync'd from the facebook/react repository.
1212
*/
@@ -51,7 +51,7 @@ export type AttributeConfiguration = $ReadOnly<{
5151
[propName: string]: AnyAttributeType,
5252
style: $ReadOnly<{
5353
[propName: string]: AnyAttributeType,
54-
...,
54+
...
5555
}>,
5656
...
5757
}>;
@@ -60,7 +60,7 @@ export type PartialAttributeConfiguration = $ReadOnly<{
6060
[propName: string]: AnyAttributeType,
6161
style?: $ReadOnly<{
6262
[propName: string]: AnyAttributeType,
63-
...,
63+
...
6464
}>,
6565
...
6666
}>;
@@ -79,13 +79,13 @@ export type ViewConfig = $ReadOnly<{
7979
skipBubbling?: ?boolean,
8080
}>,
8181
}>,
82-
...,
82+
...
8383
}>,
8484
directEventTypes?: $ReadOnly<{
8585
[eventName: string]: $ReadOnly<{
8686
registrationName: string,
8787
}>,
88-
...,
88+
...
8989
}>,
9090
uiViewClassName: string,
9191
validAttributes: AttributeConfiguration,
@@ -122,7 +122,7 @@ type SecretInternalsType = {
122122

123123
type InspectorDataProps = $ReadOnly<{
124124
[propName: string]: string,
125-
...,
125+
...
126126
}>;
127127

128128
type InspectorDataSource = $ReadOnly<{

Libraries/Renderer/shims/ReactNativeViewConfigRegistry.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* @noformat
88
* @flow strict-local
9-
* @generated SignedSource<<7b69bfde64e35b7f706c2f6b9ef91e7c>>
9+
* @generated SignedSource<<47ba85d7f43c9b591d6804827322d00e>>
1010
*
1111
* This file was sync'd from the facebook/react repository.
1212
*/
@@ -25,13 +25,13 @@ const customBubblingEventTypes: {
2525
skipBubbling?: ?boolean,
2626
}>,
2727
}>,
28-
...,
28+
...
2929
} = {};
3030
const customDirectEventTypes: {
3131
[eventName: string]: $ReadOnly<{
3232
registrationName: string,
3333
}>,
34-
...,
34+
...
3535
} = {};
3636

3737
exports.customBubblingEventTypes = customBubblingEventTypes;
@@ -78,7 +78,7 @@ function processEventTypes(viewConfig: ViewConfig): void {
7878
* A callback is provided to load the view config from UIManager.
7979
* The callback is deferred until the view is actually rendered.
8080
*/
81-
exports.register = function(name: string, callback: () => ViewConfig): string {
81+
exports.register = function (name: string, callback: () => ViewConfig): string {
8282
invariant(
8383
!viewConfigCallbacks.has(name),
8484
'Tried to register two views with the same name %s',
@@ -99,7 +99,7 @@ exports.register = function(name: string, callback: () => ViewConfig): string {
9999
* If this is the first time the view has been used,
100100
* This configuration will be lazy-loaded from UIManager.
101101
*/
102-
exports.get = function(name: string): ViewConfig {
102+
exports.get = function (name: string): ViewConfig {
103103
let viewConfig;
104104
if (!viewConfigs.has(name)) {
105105
const callback = viewConfigCallbacks.get(name);

Libraries/Renderer/shims/createReactNativeComponentClass.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* @noformat
88
* @flow strict-local
9-
* @generated SignedSource<<7d3d4090dadea2daa09d92e5e66f6e5d>>
9+
* @generated SignedSource<<e5e369f149ed8206141b7a3c2855bb85>>
1010
*
1111
* This file was sync'd from the facebook/react repository.
1212
*/
@@ -26,7 +26,7 @@ const {register} = ReactNativeViewConfigRegistry;
2626
* @param {string} config iOS View configuration.
2727
* @private
2828
*/
29-
const createReactNativeComponentClass = function(
29+
const createReactNativeComponentClass = function (
3030
name: string,
3131
callback: () => ViewConfig,
3232
): string {

0 commit comments

Comments
 (0)