facebook/react
Pull Requests
Succeeded
#28843
Bump version from 18.2 to 18.3
Succeeded
#24594
[WIP] Add UnknownLane and flush unknown updates in a rAF
Succeeded
#29096
[React Compiler] Fix rule name for ESLint plugin
Succeeded
#29095
compiler: merge reactive scopes across const StoreLocal
Succeeded
#29094
Update `eslint-plugin-react-compiler` to used named rule severity
Succeeded
#29089
[compiler]: cleanup useless clone
Succeeded
#29088
Move createElement/JSX Warnings into the Renderer
Succeeded
#29087
[compiler:publish] Specify https for registry
Succeeded
#29086
chore(docs): fix typo (plugion => plugin) in DESIGN_GOALS.md
Succeeded
#29085
[Compiler][script] Dedupe error report counts before reporting in healthcheck
Succeeded
#29084
[compiler] Add readme for babel plugin
Succeeded
#29083
[compiler] Check if current branch is main
Succeeded
#29082
[compiler] Various fixes for publishing script
Succeeded
#29081
[compiler:eslint] Fix false positive with TS type param syntax
Succeeded
#29080
feat: add a verbose option to react-compiler-healthcheck to log all c…
Succeeded
#29079
compiler: fix jsx text attributes with double quotes
Succeeded
#29077
fix(react-compiler-healthcheck): detect strict mode when using `<React.StrictMode/>`
Succeeded
#29076
[heathcheck] Check for namespaced StrictMode
Succeeded
#29074
add nextjs config to compiler strict check
Succeeded
#29073
Fix ESLint and Prettier configs for React Compiler
Succeeded
#29072
Add a `main` field to `eslint-plugin-react-compiler`, fixes #29068.
Succeeded
#29071
docs: fix typo in architecture section
Succeeded
#29070
docs: fix description of react_estree extensions
Succeeded
#29067
Bump next from 13.5.6 to 14.1.1 in /compiler
Succeeded
#29066
Bump @babel/traverse from 7.1.6 to 7.24.5 in /compiler
Succeeded
#29065
Bump tough-cookie from 4.1.2 to 4.1.4 in /compiler
Succeeded
#29064
Bump word-wrap from 1.2.3 to 1.2.5 in /compiler
Succeeded
#29063
Bump postcss from 8.4.24 to 8.4.31 in /compiler
Succeeded
#29061
Open-source React Compiler
Succeeded
#29060
Bump React 19 beta to RC
Succeeded
#29057
Fix react-compiler entrypoint for react-server
Succeeded
#29056
Revert 1 main
Succeeded
#29055
Implement file I/O with insertion and extraction operators
Succeeded
#29052
Enable `enableUnifiedSyncLane` for React Native (Meta)
Succeeded
#29050
Update README.md
Succeeded
#29049
refactor[react-devtools]: rewrite context menus
Succeeded
#29046
fix(eslint-plugin-react-hooks): "additionalHooks" docs are misleading
Succeeded
#29044
Set the current fiber to the source of the error during error reporting
Succeeded
#29043
[Flight] Error if a legacy React Element is attempted to be rendered
Succeeded
#29041
Clean up the enableEarlyReturnForPropDiffing experiment
Succeeded
#29039
Add `useNativeProcessing()` flag for Fabric ViewConfigs
Succeeded
#29038
Unify ReactFiberCurrentOwner and ReactCurrentFiber
Succeeded
#29035
[Flight] Enable Binary and ReadableStreams in Stable
Succeeded
#29032
Track Stack of JSX Calls
Succeeded
#29030
ADD A CODE COMMENT
Succeeded
#29028
Use `FormData` `submitter` parameter
Succeeded
#29027
Remove 2 no longer existing files from inlinedHostConfig
Succeeded
#29026
Upgrade jest and jsdom
Succeeded
#29025
Facebook: merge react index.classic.fb and index.modern.fb
Succeeded
#29023
fix[react-devtools/InspectedElementView.css]: dont draw bottom border for empty badge list
Succeeded
#29022
React DevTools 5.1.0 -> 5.2.0
Succeeded
#29019
Support useFormStatus in progressively-enhanced forms
Build Activity
Succeeded
#498299
Add deprecation warning for unmountComponentAtNode This should have been deprecated in 18.0 alongside the other legacy DOM APIs like render().
Succeeded
#497567
Add deprecation warning for unmountComponentAtNode This should have been deprecated in 18.0 alongside the other legacy DOM APIs like render().
Canceled
#497566
Add deprecation warning for unmountComponentAtNode This should have been deprecated in 18.0 alongside the other legacy DOM APIs like render().
Canceled
#497565
Add deprecation warning for findDOMNode This is removed in version 19. We already warned inside of Strict Mode but this adds the warning everywhere.
Canceled
#497564
Add deprecation warning for findDOMNode This is removed in version 19. We already warned inside of Strict Mode but this adds the warning everywhere.
Succeeded
#497561
Add deprecation warning for findDOMNode This is removed in version 19. We already warned inside of Strict Mode but this adds the warning everywhere.
Canceled
#497559
Add deprecation warning for findDOMNode This is removed in version 19. We already warned inside of Strict Mode but this adds the warning everywhere.
Succeeded
#497553
ReactDOMTestUtils deprecation warnings Adds a deprecation warning to ReactDOMTestUtils.renderIntoDocument, which is removed in version 19. Also backports the deprecation warning for ReactDOMTestUtils.act.
Succeeded
#497547
ReactDOMTestUtils deprecation warnings Adds a deprecation warning to ReactDOMTestUtils.renderIntoDocument, which is removed in version 19. Also backports the deprecation warning for ReactDOMTestUtils.act.
Succeeded
#497536
Support writing to this.refs from userspace (#28867) Previously, the `refs` property of a class component instance was read-only by user code — only React could write to it, and until/unless a string ref was used, it pointed to a shared empty object t...
Failed
#497535
Support writing to this.refs from userspace (#28867) Previously, the `refs` property of a class component instance was read-only by user code — only React could write to it, and until/unless a string ref was used, it pointed to a shared empty object t...
Canceled
#497534
Support writing to this.refs from userspace (#28867) Previously, the `refs` property of a class component instance was read-only by user code — only React could write to it, and until/unless a string ref was used, it pointed to a shared empty object t...
Succeeded
#496417
Deprecate `renderToStaticNodeStream` (#28872) (#28874) This commit adds warnings indicating that `renderToStaticNodeStream` will be removed in an upcoming React release. This API has been legacy, is not widely used (renderToStaticMarkup is more comm...
Succeeded
#496124
Backport legacy context deprecation warning This backports a deprecation warning for legacy context, even when Strict Mode is not enabled. I didn't bother to update all the tests because the tests are in such a different state than what's on `main`, ...
Canceled
#496123
Enable warning for defaultProps on function components for everyone (#25699) This also fixes a gap where were weren't warning on memo components.
Succeeded
#495431
Enable warning for defaultProps on function components for everyone (#25699) This also fixes a gap where were weren't warning on memo components.
Canceled
#495429
Enable warning for defaultProps on function components for everyone (#25699) This also fixes a gap where were weren't warning on memo components.
Canceled
#495428
Enable warning for defaultProps on function components for everyone (#25699) This also fixes a gap where were weren't warning on memo components.
Canceled
#495427
Enable warning for defaultProps on function components for everyone (#25699) This also fixes a gap where were weren't warning on memo components.
Succeeded
#495420
Enable JSX and defaultProps deprecation warnings These will help users upgrade to React 19 by finding places where they rely on deprecated behavior. Backports these PRs: - https://github.com/facebook/react/pull/25699 - https://github.com/facebook/re...
Canceled
#495417
Enable JSX and defaultProps deprecation warnings These will help users upgrade to React 19 by finding places where they rely on deprecated behavior. Backports these PRs: - https://github.com/facebook/react/pull/25699
Succeeded
#495413
Enable JSX and defaultProps deprecation warnings These will help users upgrade to React 19 by finding places where they rely on deprecated behavior.
Succeeded
#495409
Bump version from 18.2 to 18.3 We're going to use this branch to release a minor 18.3 release based off the published 18.2 release revision. This will include some additional warnings to assist in upgrading to React 19, but no behavior changes compare...
Succeeded
#495008
Bump version from 18.2 to 18.3 We're going to use this branch to release a minor 18.3 release based off the published 18.2 release revision. This will include some additional warnings to assist in upgrading to React 19, but no behavior changes compare...
Failed

facebook/react    #497535

Started duration: 03:30
facebook opened pull request #28843 to main
Build failed in 03:30
Loading...