From be7350cb9ed4dc8e8e9ade8ab9cf0ecd553db2a0 Mon Sep 17 00:00:00 2001 From: acdlite Date: Thu, 19 Dec 2024 07:25:31 -0800 Subject: [PATCH] Update runtime workflow to use HEAD commit (#31850) This updates the CI workflow for the runtime build and tests to use the HEAD commit of the PR branch rather than the Fake News merge commit that the `@actions/checkout` action bafflingly defaults to. Testing against the merge commit never made sense to me as a behavior because as soon as someone updates upstream, it's out of date anyway. It should just match the exact commit that the developer pushed, and the once that appears in the GitHub UI. DiffTrain build for [9463d51e515544bb3119dd4cec46ce2177cf4c62](https://github.com/facebook/react/commit/9463d51e515544bb3119dd4cec46ce2177cf4c62) --- compiled-rn/VERSION_NATIVE_FB | 2 +- .../react/react-dom/cjs/ReactDOM-dev.js | 4 +-- .../react/react-dom/cjs/ReactDOM-prod.js | 4 +-- .../react/react-dom/cjs/ReactDOM-profiling.js | 4 +-- .../react/react-dom/cjs/ReactDOMClient-dev.js | 12 +++---- .../react-dom/cjs/ReactDOMClient-prod.js | 12 +++---- .../react-dom/cjs/ReactDOMClient-profiling.js | 12 +++---- .../react-dom/cjs/ReactDOMProfiling-dev.js | 12 +++---- .../react-dom/cjs/ReactDOMProfiling-prod.js | 12 +++---- .../cjs/ReactDOMProfiling-profiling.js | 12 +++---- .../cjs/ReactTestRenderer-dev.js | 8 ++--- .../cjs/ReactTestRenderer-prod.js | 8 ++--- .../cjs/ReactTestRenderer-profiling.js | 8 ++--- .../vendor/react/react/cjs/React-dev.js | 4 +-- .../vendor/react/react/cjs/React-prod.js | 4 +-- .../vendor/react/react/cjs/React-profiling.js | 4 +-- .../react/scheduler/cjs/Scheduler-prod.js | 33 +++++++------------ .../Libraries/Renderer/REVISION | 2 +- .../implementations/ReactFabric-dev.fb.js | 6 ++-- .../implementations/ReactFabric-prod.fb.js | 6 ++-- .../ReactFabric-profiling.fb.js | 6 ++-- .../ReactNativeRenderer-dev.fb.js | 10 +++--- .../ReactNativeRenderer-prod.fb.js | 10 +++--- .../ReactNativeRenderer-profiling.fb.js | 10 +++--- 24 files changed, 97 insertions(+), 108 deletions(-) diff --git a/compiled-rn/VERSION_NATIVE_FB b/compiled-rn/VERSION_NATIVE_FB index cb6a3e5eca..ec56d87520 100644 --- a/compiled-rn/VERSION_NATIVE_FB +++ b/compiled-rn/VERSION_NATIVE_FB @@ -1 +1 @@ -19.1.0-native-fb-17520b63-20241218 \ No newline at end of file +19.1.0-native-fb-9463d51e-20241219 \ No newline at end of file diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-dev.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-dev.js index 2528f3993c..91513fc7ac 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-dev.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-dev.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<> + * @generated SignedSource<> */ "use strict"; @@ -420,5 +420,5 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.1.0-native-fb-17520b63-20241218"; + exports.version = "19.1.0-native-fb-9463d51e-20241219"; })(); diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-prod.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-prod.js index a0e3caef05..92fb2a760a 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-prod.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-prod.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<> + * @generated SignedSource<<8582b090767724de8a88e740e6e26cbe>> */ "use strict"; @@ -203,4 +203,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.1.0-native-fb-17520b63-20241218"; +exports.version = "19.1.0-native-fb-9463d51e-20241219"; diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-profiling.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-profiling.js index a0e3caef05..92fb2a760a 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-profiling.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-profiling.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<> + * @generated SignedSource<<8582b090767724de8a88e740e6e26cbe>> */ "use strict"; @@ -203,4 +203,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.1.0-native-fb-17520b63-20241218"; +exports.version = "19.1.0-native-fb-9463d51e-20241219"; diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-dev.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-dev.js index f479ce6fc1..c555f9f66c 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-dev.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-dev.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<> + * @generated SignedSource<> */ /* @@ -25875,11 +25875,11 @@ __DEV__ && }; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.1.0-native-fb-17520b63-20241218" !== isomorphicReactPackageVersion) + if ("19.1.0-native-fb-9463d51e-20241219" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-dom: 19.1.0-native-fb-17520b63-20241218\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.1.0-native-fb-9463d51e-20241219\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -25916,10 +25916,10 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.1.0-native-fb-17520b63-20241218", + version: "19.1.0-native-fb-9463d51e-20241219", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-native-fb-17520b63-20241218" + reconcilerVersion: "19.1.0-native-fb-9463d51e-20241219" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -26065,5 +26065,5 @@ __DEV__ && listenToAllSupportedEvents(container); return new ReactDOMHydrationRoot(initialChildren); }; - exports.version = "19.1.0-native-fb-17520b63-20241218"; + exports.version = "19.1.0-native-fb-9463d51e-20241219"; })(); diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-prod.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-prod.js index ee4d87be8d..28ce563f8b 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-prod.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-prod.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<> + * @generated SignedSource<<9fee4e6a69b444a48990036772df8063>> */ /* @@ -15892,14 +15892,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) { }; var isomorphicReactPackageVersion$jscomp$inline_1727 = React.version; if ( - "19.1.0-native-fb-17520b63-20241218" !== + "19.1.0-native-fb-9463d51e-20241219" !== isomorphicReactPackageVersion$jscomp$inline_1727 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1727, - "19.1.0-native-fb-17520b63-20241218" + "19.1.0-native-fb-9463d51e-20241219" ) ); ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { @@ -15921,10 +15921,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { }; var internals$jscomp$inline_2185 = { bundleType: 0, - version: "19.1.0-native-fb-17520b63-20241218", + version: "19.1.0-native-fb-9463d51e-20241219", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-native-fb-17520b63-20241218" + reconcilerVersion: "19.1.0-native-fb-9463d51e-20241219" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2186 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -16030,4 +16030,4 @@ exports.hydrateRoot = function (container, initialChildren, options) { listenToAllSupportedEvents(container); return new ReactDOMHydrationRoot(initialChildren); }; -exports.version = "19.1.0-native-fb-17520b63-20241218"; +exports.version = "19.1.0-native-fb-9463d51e-20241219"; diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-profiling.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-profiling.js index cc777774ad..18eed38e52 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-profiling.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-profiling.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<7585ba6f8842c08e1c497e9d7bb38562>> + * @generated SignedSource<<95bd1e5b1ba5f04879805b81f3f3083a>> */ /* @@ -16545,14 +16545,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) { }; var isomorphicReactPackageVersion$jscomp$inline_1817 = React.version; if ( - "19.1.0-native-fb-17520b63-20241218" !== + "19.1.0-native-fb-9463d51e-20241219" !== isomorphicReactPackageVersion$jscomp$inline_1817 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1817, - "19.1.0-native-fb-17520b63-20241218" + "19.1.0-native-fb-9463d51e-20241219" ) ); ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { @@ -16574,10 +16574,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { }; var internals$jscomp$inline_1824 = { bundleType: 0, - version: "19.1.0-native-fb-17520b63-20241218", + version: "19.1.0-native-fb-9463d51e-20241219", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-native-fb-17520b63-20241218", + reconcilerVersion: "19.1.0-native-fb-9463d51e-20241219", getLaneLabelMap: function () { for ( var map = new Map(), lane = 1, index$293 = 0; @@ -16698,4 +16698,4 @@ exports.hydrateRoot = function (container, initialChildren, options) { listenToAllSupportedEvents(container); return new ReactDOMHydrationRoot(initialChildren); }; -exports.version = "19.1.0-native-fb-17520b63-20241218"; +exports.version = "19.1.0-native-fb-9463d51e-20241219"; diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-dev.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-dev.js index 8ae721891d..4f0e34da63 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-dev.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-dev.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<> + * @generated SignedSource<> */ /* @@ -25936,11 +25936,11 @@ __DEV__ && }; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.1.0-native-fb-17520b63-20241218" !== isomorphicReactPackageVersion) + if ("19.1.0-native-fb-9463d51e-20241219" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-dom: 19.1.0-native-fb-17520b63-20241218\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.1.0-native-fb-9463d51e-20241219\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -25977,10 +25977,10 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.1.0-native-fb-17520b63-20241218", + version: "19.1.0-native-fb-9463d51e-20241219", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-native-fb-17520b63-20241218" + reconcilerVersion: "19.1.0-native-fb-9463d51e-20241219" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -26442,7 +26442,7 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.1.0-native-fb-17520b63-20241218"; + exports.version = "19.1.0-native-fb-9463d51e-20241219"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-prod.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-prod.js index 6aeb3fea84..cc48a9a2e6 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-prod.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-prod.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<7d8b6ecc132642a455d9f46cf986ae3e>> + * @generated SignedSource<<7cffed1d63c6ec2cb0f5846e50570f2b>> */ /* @@ -15903,14 +15903,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) { }; var isomorphicReactPackageVersion$jscomp$inline_1728 = React.version; if ( - "19.1.0-native-fb-17520b63-20241218" !== + "19.1.0-native-fb-9463d51e-20241219" !== isomorphicReactPackageVersion$jscomp$inline_1728 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1728, - "19.1.0-native-fb-17520b63-20241218" + "19.1.0-native-fb-9463d51e-20241219" ) ); ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { @@ -15932,10 +15932,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { }; var internals$jscomp$inline_2188 = { bundleType: 0, - version: "19.1.0-native-fb-17520b63-20241218", + version: "19.1.0-native-fb-9463d51e-20241219", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-native-fb-17520b63-20241218" + reconcilerVersion: "19.1.0-native-fb-9463d51e-20241219" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2189 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -16195,4 +16195,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.1.0-native-fb-17520b63-20241218"; +exports.version = "19.1.0-native-fb-9463d51e-20241219"; diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-profiling.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-profiling.js index 87f093904e..e30907b837 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-profiling.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-profiling.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<> + * @generated SignedSource<> */ /* @@ -16560,14 +16560,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) { }; var isomorphicReactPackageVersion$jscomp$inline_1818 = React.version; if ( - "19.1.0-native-fb-17520b63-20241218" !== + "19.1.0-native-fb-9463d51e-20241219" !== isomorphicReactPackageVersion$jscomp$inline_1818 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1818, - "19.1.0-native-fb-17520b63-20241218" + "19.1.0-native-fb-9463d51e-20241219" ) ); ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { @@ -16589,10 +16589,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { }; var internals$jscomp$inline_1825 = { bundleType: 0, - version: "19.1.0-native-fb-17520b63-20241218", + version: "19.1.0-native-fb-9463d51e-20241219", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-native-fb-17520b63-20241218", + reconcilerVersion: "19.1.0-native-fb-9463d51e-20241219", getLaneLabelMap: function () { for ( var map = new Map(), lane = 1, index$293 = 0; @@ -16867,7 +16867,7 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.1.0-native-fb-17520b63-20241218"; +exports.version = "19.1.0-native-fb-9463d51e-20241219"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-dev.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-dev.js index 6cbb461e72..3123f1ca16 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-dev.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-dev.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<848fe9d69175f93448ba08c487836e6c>> + * @generated SignedSource<<91ad323c632b636cb296e0d7a9d25567>> */ "use strict"; @@ -15531,10 +15531,10 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.1.0-native-fb-17520b63-20241218", + version: "19.1.0-native-fb-9463d51e-20241219", rendererPackageName: "react-test-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-native-fb-17520b63-20241218" + reconcilerVersion: "19.1.0-native-fb-9463d51e-20241219" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -15679,5 +15679,5 @@ __DEV__ && flushSyncWorkAcrossRoots_impl(0, !0)); } }; - exports.version = "19.1.0-native-fb-17520b63-20241218"; + exports.version = "19.1.0-native-fb-9463d51e-20241219"; })(); diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-prod.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-prod.js index 98dda6bcd5..964344376d 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-prod.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-prod.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<2bac8f8fc404ff8792002e91f2a8075d>> + * @generated SignedSource<<60e81ec5abd702a73797356658af6c69>> */ "use strict"; @@ -9720,10 +9720,10 @@ function wrapFiber(fiber) { } var internals$jscomp$inline_1460 = { bundleType: 0, - version: "19.1.0-native-fb-17520b63-20241218", + version: "19.1.0-native-fb-9463d51e-20241219", rendererPackageName: "react-test-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-native-fb-17520b63-20241218" + reconcilerVersion: "19.1.0-native-fb-9463d51e-20241219" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_1461 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -9859,4 +9859,4 @@ exports.unstable_batchedUpdates = function (fn, a) { flushSyncWorkAcrossRoots_impl(0, !0)); } }; -exports.version = "19.1.0-native-fb-17520b63-20241218"; +exports.version = "19.1.0-native-fb-9463d51e-20241219"; diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-profiling.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-profiling.js index e4a65b13ed..5e86736a04 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-profiling.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-profiling.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<> + * @generated SignedSource<> */ "use strict"; @@ -10287,10 +10287,10 @@ function wrapFiber(fiber) { } var internals$jscomp$inline_1243 = { bundleType: 0, - version: "19.1.0-native-fb-17520b63-20241218", + version: "19.1.0-native-fb-9463d51e-20241219", rendererPackageName: "react-test-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-native-fb-17520b63-20241218", + reconcilerVersion: "19.1.0-native-fb-9463d51e-20241219", getLaneLabelMap: function () { for ( var map = new Map(), lane = 1, index$147 = 0; @@ -10441,4 +10441,4 @@ exports.unstable_batchedUpdates = function (fn, a) { flushSyncWorkAcrossRoots_impl(0, !0)); } }; -exports.version = "19.1.0-native-fb-17520b63-20241218"; +exports.version = "19.1.0-native-fb-9463d51e-20241219"; diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-dev.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-dev.js index 8812f0247b..997d7c73da 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-dev.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-dev.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<4bc54992f2e177aa1b93838abf18053c>> + * @generated SignedSource<<112d016f5510126e7dc8f3cefa9e063a>> */ "use strict"; @@ -1824,7 +1824,7 @@ __DEV__ && exports.useTransition = function () { return resolveDispatcher().useTransition(); }; - exports.version = "19.1.0-native-fb-17520b63-20241218"; + exports.version = "19.1.0-native-fb-9463d51e-20241219"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-prod.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-prod.js index f4aa6e4433..e16d604070 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-prod.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-prod.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<> + * @generated SignedSource<> */ "use strict"; @@ -592,4 +592,4 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.1.0-native-fb-17520b63-20241218"; +exports.version = "19.1.0-native-fb-9463d51e-20241219"; diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-profiling.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-profiling.js index 00d678f72a..cbfc788ce6 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-profiling.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-profiling.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<3e044651b7bca4ada4c0ec0e05daa9d6>> + * @generated SignedSource<<338aee1cd4efc83d7e6e0e7df58586c6>> */ "use strict"; @@ -596,7 +596,7 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.1.0-native-fb-17520b63-20241218"; +exports.version = "19.1.0-native-fb-9463d51e-20241219"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/scheduler/cjs/Scheduler-prod.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/scheduler/cjs/Scheduler-prod.js index 0958def978..2006a65219 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/scheduler/cjs/Scheduler-prod.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/scheduler/cjs/Scheduler-prod.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<0aa31a904fd9ab46080403092821d67a>> + * @generated SignedSource<<4794f89211f6002aac1eab17ef7deb6d>> */ "use strict"; @@ -80,7 +80,6 @@ var taskQueue = [], isPerformingWork = !1, isHostCallbackScheduled = !1, isHostTimeoutScheduled = !1, - needsPaint = !1, localSetTimeout = "function" === typeof setTimeout ? setTimeout : null, localClearTimeout = "function" === typeof clearTimeout ? clearTimeout : null, localSetImmediate = "undefined" !== typeof setImmediate ? setImmediate : null; @@ -113,15 +112,7 @@ var isMessageLoopRunning = !1, taskTimeoutID = -1, frameInterval = 5, startTime = -1; -function shouldYieldToHost() { - return needsPaint - ? !0 - : exports.unstable_now() - startTime < frameInterval - ? !1 - : !0; -} function performWorkUntilDeadline() { - needsPaint = !1; if (isMessageLoopRunning) { var currentTime = exports.unstable_now(); startTime = currentTime; @@ -138,14 +129,7 @@ function performWorkUntilDeadline() { try { b: { advanceTimers(currentTime); - for ( - currentTask = peek(taskQueue); - null !== currentTask && - !( - currentTask.expirationTime > currentTime && shouldYieldToHost() - ); - - ) { + for (currentTask = peek(taskQueue); null !== currentTask; ) { var callback = currentTask.callback; if ("function" === typeof callback) { currentTask.callback = null; @@ -164,6 +148,11 @@ function performWorkUntilDeadline() { advanceTimers(currentTime); } else pop(taskQueue); currentTask = peek(taskQueue); + if ( + null === currentTask || + currentTask.expirationTime > currentTime + ) + break; } if (null !== currentTask) hasMoreWork = !0; else { @@ -249,9 +238,7 @@ exports.unstable_next = function (eventHandler) { currentPriorityLevel = previousPriorityLevel; } }; -exports.unstable_requestPaint = function () { - needsPaint = !0; -}; +exports.unstable_requestPaint = function () {}; exports.unstable_runWithPriority = function (priorityLevel, eventHandler) { switch (priorityLevel) { case 1: @@ -327,7 +314,9 @@ exports.unstable_scheduleCallback = function ( ((isMessageLoopRunning = !0), schedulePerformWorkUntilDeadline()))); return priorityLevel; }; -exports.unstable_shouldYield = shouldYieldToHost; +exports.unstable_shouldYield = function () { + return exports.unstable_now() - startTime < frameInterval ? !1 : !0; +}; exports.unstable_wrapCallback = function (callback) { var parentPriorityLevel = currentPriorityLevel; return function () { diff --git a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/REVISION b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/REVISION index e8b8feea21..3a53f1f947 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/REVISION +++ b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/REVISION @@ -1 +1 @@ -17520b638190a20e745fe53299813b29b52dfc4c +9463d51e515544bb3119dd4cec46ce2177cf4c62 diff --git a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-dev.fb.js b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-dev.fb.js index 71f948af8d..f08ee187ad 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-dev.fb.js +++ b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-dev.fb.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<46e3cc4e81e4d283e15b0b59f7339a24>> + * @generated SignedSource<> */ "use strict"; @@ -17454,10 +17454,10 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.1.0-native-fb-17520b63-20241218", + version: "19.1.0-native-fb-9463d51e-20241219", rendererPackageName: "react-native-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-native-fb-17520b63-20241218" + reconcilerVersion: "19.1.0-native-fb-9463d51e-20241219" }; null !== extraDevToolsConfig && (internals.rendererConfig = extraDevToolsConfig); diff --git a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-prod.fb.js b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-prod.fb.js index e89b8b4a8a..b3e411d6d3 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-prod.fb.js +++ b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-prod.fb.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<3efb32cc61b9fd7374174822a53c15b4>> + * @generated SignedSource<> */ "use strict"; @@ -11117,10 +11117,10 @@ batchedUpdatesImpl = function (fn, a) { var roots = new Map(), internals$jscomp$inline_1215 = { bundleType: 0, - version: "19.1.0-native-fb-17520b63-20241218", + version: "19.1.0-native-fb-9463d51e-20241219", rendererPackageName: "react-native-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-native-fb-17520b63-20241218" + reconcilerVersion: "19.1.0-native-fb-9463d51e-20241219" }; null !== extraDevToolsConfig && (internals$jscomp$inline_1215.rendererConfig = extraDevToolsConfig); diff --git a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-profiling.fb.js b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-profiling.fb.js index 2a73c66b2b..d4756e9638 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-profiling.fb.js +++ b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-profiling.fb.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<6b551183d39f14e5db3f397b0d2e34dc>> + * @generated SignedSource<<43a087eed5af84e47bd55e0523e7bc68>> */ "use strict"; @@ -11774,10 +11774,10 @@ batchedUpdatesImpl = function (fn, a) { var roots = new Map(), internals$jscomp$inline_1303 = { bundleType: 0, - version: "19.1.0-native-fb-17520b63-20241218", + version: "19.1.0-native-fb-9463d51e-20241219", rendererPackageName: "react-native-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-native-fb-17520b63-20241218" + reconcilerVersion: "19.1.0-native-fb-9463d51e-20241219" }; null !== extraDevToolsConfig && (internals$jscomp$inline_1303.rendererConfig = extraDevToolsConfig); diff --git a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-dev.fb.js b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-dev.fb.js index b87534d7f5..430343209d 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-dev.fb.js +++ b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-dev.fb.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<> + * @generated SignedSource<<953e18d202687ebc902ef0d6a231b495>> */ "use strict"; @@ -17677,11 +17677,11 @@ __DEV__ && shouldSuspendImpl = newShouldSuspendImpl; }; var isomorphicReactPackageVersion = React.version; - if ("19.1.0-native-fb-17520b63-20241218" !== isomorphicReactPackageVersion) + if ("19.1.0-native-fb-9463d51e-20241219" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-native-renderer" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-native-renderer: 19.1.0-native-fb-17520b63-20241218\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-native-renderer: 19.1.0-native-fb-9463d51e-20241219\nLearn more: https://react.dev/warnings/version-mismatch") ); if ( "function" !== @@ -17707,10 +17707,10 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.1.0-native-fb-17520b63-20241218", + version: "19.1.0-native-fb-9463d51e-20241219", rendererPackageName: "react-native-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-native-fb-17520b63-20241218" + reconcilerVersion: "19.1.0-native-fb-9463d51e-20241219" }; null !== extraDevToolsConfig && (internals.rendererConfig = extraDevToolsConfig); diff --git a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-prod.fb.js b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-prod.fb.js index 086d583795..843bd10b0e 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-prod.fb.js +++ b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-prod.fb.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<4b31050e687af3f42b3f1b8abf91ddf4>> + * @generated SignedSource<<3ba4c2c2084552da102340fb95883092>> */ "use strict"; @@ -11249,11 +11249,11 @@ function updateContainer(element, container, parentComponent, callback) { return lane; } var isomorphicReactPackageVersion = React.version; -if ("19.1.0-native-fb-17520b63-20241218" !== isomorphicReactPackageVersion) +if ("19.1.0-native-fb-9463d51e-20241219" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-native-renderer" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-native-renderer: 19.1.0-native-fb-17520b63-20241218\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-native-renderer: 19.1.0-native-fb-9463d51e-20241219\nLearn more: https://react.dev/warnings/version-mismatch") ); if ( "function" !== @@ -11302,10 +11302,10 @@ batchedUpdatesImpl = function (fn, a) { var roots = new Map(), internals$jscomp$inline_1281 = { bundleType: 0, - version: "19.1.0-native-fb-17520b63-20241218", + version: "19.1.0-native-fb-9463d51e-20241219", rendererPackageName: "react-native-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-native-fb-17520b63-20241218" + reconcilerVersion: "19.1.0-native-fb-9463d51e-20241219" }; null !== extraDevToolsConfig && (internals$jscomp$inline_1281.rendererConfig = extraDevToolsConfig); diff --git a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-profiling.fb.js b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-profiling.fb.js index ddba874d52..760785ae78 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-profiling.fb.js +++ b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-profiling.fb.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<366f1a01f41f7333e97c0278f24ea7b8>> + * @generated SignedSource<> */ "use strict"; @@ -11905,11 +11905,11 @@ function updateContainer(element, container, parentComponent, callback) { return lane; } var isomorphicReactPackageVersion = React.version; -if ("19.1.0-native-fb-17520b63-20241218" !== isomorphicReactPackageVersion) +if ("19.1.0-native-fb-9463d51e-20241219" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-native-renderer" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-native-renderer: 19.1.0-native-fb-17520b63-20241218\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-native-renderer: 19.1.0-native-fb-9463d51e-20241219\nLearn more: https://react.dev/warnings/version-mismatch") ); if ( "function" !== @@ -11958,10 +11958,10 @@ batchedUpdatesImpl = function (fn, a) { var roots = new Map(), internals$jscomp$inline_1369 = { bundleType: 0, - version: "19.1.0-native-fb-17520b63-20241218", + version: "19.1.0-native-fb-9463d51e-20241219", rendererPackageName: "react-native-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-native-fb-17520b63-20241218" + reconcilerVersion: "19.1.0-native-fb-9463d51e-20241219" }; null !== extraDevToolsConfig && (internals$jscomp$inline_1369.rendererConfig = extraDevToolsConfig);