The Wire · Showcase
REACT HARDENS RELEASE PIPELINE, JEST PLUGS SUPPLY CHAIN RISK
By RepoJournal · Filed · About Meta
React now signs artifacts across all release branches, closing a gap that could have left older versions unverified in production.
React's CI pipeline expanded artifact attestation beyond main to all release branches [1], meaning backport releases and older version patches now ship with the same cryptographic proof as cutting-edge builds. This matters because unverified artifacts create supply chain exposure, and older versions often run in enterprise environments that can't upgrade quickly. On the same front, Jest disabled build scripts in its own pipeline [2], a direct move to cut off one vector for supply chain attacks. React Native is grinding through internal consistency fixes across codegen fixtures [3] and manually patching files that codemods missed [4], cleanup work tied to broader infrastructure changes landing in Metro and Relay. The trio of moves signals coordinated hardening: React securing its release gates, Jest tightening its build process, and Native cleaning up after structural shifts.
Action items
- → Review your React release process - backport releases now carry attestations facebook/react [plan]
- → Update Jest to latest once build changes land stable facebook/jest [monitor]
- → Monitor React Native codegen for the fixture and codemod fixes to reach your build facebook/react-native [monitor]
References
- [1] [ci] Create artifact attestations for builds on backport branches ↗ facebook/react
- [2] chore: disable build scripts ↗ facebook/jest
- [3] Fix variance in react-native-github/packages/react-native-codegen/e2e/deep_imports/__test_fixtures__/modules/ (#56992) facebook/react-native
- [4] manually fix a few more files (#56983) facebook/react-native
FAQ
- What changed in Meta on May 29, 2026?
- React now signs artifacts across all release branches, closing a gap that could have left older versions unverified in production.
- What should Meta teams do about it?
- Review your React release process - backport releases now carry attestations • Update Jest to latest once build changes land stable • Monitor React Native codegen for the fixture and codemod fixes to reach your build
- Which Meta repositories shipped on May 29, 2026?
- facebook/react, facebook/jest, facebook/react-native