Skip to content

Commit

Permalink
React Native sync for revisions 48b687f...fccf3a9
Browse files Browse the repository at this point in the history
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
  • Loading branch information
sammy-SC authored and facebook-github-bot committed Feb 15, 2023
1 parent 4a07ed2 commit 8299cdc
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Libraries/Renderer/REVISION
@@ -1 +1 @@
48b687fc95a172cec8f305312a27d105e5719581
fccf3a9fba5fd778c678657c556344b333111cfb
12 changes: 6 additions & 6 deletions Libraries/Renderer/shims/ReactNativeTypes.js
Expand Up @@ -6,7 +6,7 @@
*
* @noformat
* @flow strict
* @generated SignedSource<<d9fed8e0aacc3113ceaf7d8e266300c6>>
* @generated SignedSource<<265b342f0d29323bebb711ba0bc882ec>>
*
* This file was sync'd from the facebook/react repository.
*/
Expand Down Expand Up @@ -51,7 +51,7 @@ export type AttributeConfiguration = $ReadOnly<{
[propName: string]: AnyAttributeType,
style: $ReadOnly<{
[propName: string]: AnyAttributeType,
...,
...
}>,
...
}>;
Expand All @@ -60,7 +60,7 @@ export type PartialAttributeConfiguration = $ReadOnly<{
[propName: string]: AnyAttributeType,
style?: $ReadOnly<{
[propName: string]: AnyAttributeType,
...,
...
}>,
...
}>;
Expand All @@ -79,13 +79,13 @@ export type ViewConfig = $ReadOnly<{
skipBubbling?: ?boolean,
}>,
}>,
...,
...
}>,
directEventTypes?: $ReadOnly<{
[eventName: string]: $ReadOnly<{
registrationName: string,
}>,
...,
...
}>,
uiViewClassName: string,
validAttributes: AttributeConfiguration,
Expand Down Expand Up @@ -122,7 +122,7 @@ type SecretInternalsType = {

type InspectorDataProps = $ReadOnly<{
[propName: string]: string,
...,
...
}>;

type InspectorDataSource = $ReadOnly<{
Expand Down
10 changes: 5 additions & 5 deletions Libraries/Renderer/shims/ReactNativeViewConfigRegistry.js
Expand Up @@ -6,7 +6,7 @@
*
* @noformat
* @flow strict-local
* @generated SignedSource<<7b69bfde64e35b7f706c2f6b9ef91e7c>>
* @generated SignedSource<<47ba85d7f43c9b591d6804827322d00e>>
*
* This file was sync'd from the facebook/react repository.
*/
Expand All @@ -25,13 +25,13 @@ const customBubblingEventTypes: {
skipBubbling?: ?boolean,
}>,
}>,
...,
...
} = {};
const customDirectEventTypes: {
[eventName: string]: $ReadOnly<{
registrationName: string,
}>,
...,
...
} = {};

exports.customBubblingEventTypes = customBubblingEventTypes;
Expand Down Expand Up @@ -78,7 +78,7 @@ function processEventTypes(viewConfig: ViewConfig): void {
* A callback is provided to load the view config from UIManager.
* The callback is deferred until the view is actually rendered.
*/
exports.register = function(name: string, callback: () => ViewConfig): string {
exports.register = function (name: string, callback: () => ViewConfig): string {
invariant(
!viewConfigCallbacks.has(name),
'Tried to register two views with the same name %s',
Expand All @@ -99,7 +99,7 @@ exports.register = function(name: string, callback: () => ViewConfig): string {
* If this is the first time the view has been used,
* This configuration will be lazy-loaded from UIManager.
*/
exports.get = function(name: string): ViewConfig {
exports.get = function (name: string): ViewConfig {
let viewConfig;
if (!viewConfigs.has(name)) {
const callback = viewConfigCallbacks.get(name);
Expand Down
4 changes: 2 additions & 2 deletions Libraries/Renderer/shims/createReactNativeComponentClass.js
Expand Up @@ -6,7 +6,7 @@
*
* @noformat
* @flow strict-local
* @generated SignedSource<<7d3d4090dadea2daa09d92e5e66f6e5d>>
* @generated SignedSource<<e5e369f149ed8206141b7a3c2855bb85>>
*
* This file was sync'd from the facebook/react repository.
*/
Expand All @@ -26,7 +26,7 @@ const {register} = ReactNativeViewConfigRegistry;
* @param {string} config iOS View configuration.
* @private
*/
const createReactNativeComponentClass = function(
const createReactNativeComponentClass = function (
name: string,
callback: () => ViewConfig,
): string {
Expand Down

0 comments on commit 8299cdc

Please sign in to comment.