Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: react/react
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: eslint-plugin-react-hooks@7.1.0
Choose a base ref
...
head repository: react/react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: eslint-plugin-react-hooks@7.1.1
Choose a head ref
  • 6 commits
  • 13 files changed
  • 3 contributors

Commits on Apr 17, 2026

  1. Remove legacy Paper renderer shim cleanup from artifact commit workfl…

    …ow (#36297)
    
    ## Summary
    
    PR #36285 deleted the Paper (legacy) renderer, including the shim file
    `scripts/rollup/shims/react-native/ReactNative.js`. However, the
    `runtime_commit_artifacts` workflow still tries to `rm` this file after
    moving build artifacts into `compiled-rn/`. Since the file no longer
    exists in the build output, `rm` (without `-f`) fails and kills the
    entire step.
    
    This has caused **every run of the Commit Artifacts workflow to fail
    since #36285 landed on April 16**, blocking both `builds/facebook-www`
    and `builds/facebook-fbsource` branches from receiving new build
    artifacts. This in turn blocks DiffTrain from syncing React changes into
    Meta's internal monorepo.
    zeyap authored Apr 17, 2026
    Configuration menu
    Copy the full SHA
    bf45a68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23fcd7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67e4759 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da9325b View commit details
    Browse the repository at this point in the history
  5. [eprh] Add back a no-op for removed component-hook-factories rule (#3…

    …6307)
    
    The `component-hook-factories` rule was removed in #35825 as part of a
    feature flag cleanup, but was listed in the README as part of the manual
    config example. This broke users who used a manual config (copied from
    the old README) in eslint-plugin-react-hooks 7.1.0. This adds back a
    deprecated no-op rule as a fix.
    
    
    #35825 removed other rules (`automatic-effect-dependencies` and `fire`),
    but these were for experimental features that did not ship. These were
    also not referenced in the README.
    mofeiZ authored Apr 17, 2026
    Configuration menu
    Copy the full SHA
    bc24980 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d1727fb View commit details
    Browse the repository at this point in the history
Loading