From cc7c2c78d50ed05f45cf87bef4bda77ea31a610a Mon Sep 17 00:00:00 2001 From: Thomas Luizon Rodrigues Gregorio Date: Tue, 23 Jun 2026 17:27:28 -0300 Subject: [PATCH] chore(deps): ignore react/react-dom in Dependabot (must move in lockstep) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dependabot bumped react-dom to 19.2.7 while leaving react at 19.2.0, which React rejects ('Incompatible React versions') and broke all web component tests (#261). react and react-dom must move together via a coordinated upgrade, so ignore both — same rationale as the Expo SDK packages. Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cffccd7fc..4879524f0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -24,6 +24,8 @@ updates: - dependency-name: "react-native-*" - dependency-name: "babel-preset-expo" - dependency-name: "jest-expo" + - dependency-name: "react" + - dependency-name: "react-dom" - package-ecosystem: github-actions directory: /