Commit 4a45ba9
authored
[sync] Fix noop for xplat (facebook#33214)
Noop detection for xplat syncs broke because `eslint-plugin-react-hooks`
uses versions like:
- `0.0.0-experimental-d85f86cf-20250514`
But xplat expects them to be of the form:
- `19.2.0-native-fb-63d664b2-20250514`
This PR fixes the noop by ignoring
`eslint-plugin-react-hooks/package.json` changes. This means we won't
create a sync if only that package.json changes, but that should be rare
and we can follow up with better detection if needed.
[Example failed
action](https://github.com/facebook/react/actions/runs/15032346805/job/42247414406):
<img width="1031" alt="Screenshot 2025-05-15 at 11 31 17 AM"
src="https://github.com/user-attachments/assets/d902079c-1afe-4e18-af1d-25e60e28929e"
/>
I believe the regression was caused by
facebook#331041 parent 08cb2d7 commit 4a45ba9
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
335 | | - | |
| 335 | + | |
336 | 336 | | |
337 | 337 | | |
338 | | - | |
| 338 | + | |
339 | 339 | | |
340 | 340 | | |
341 | 341 | | |
| |||
0 commit comments