From f81b248855bce10bebb1e859c5894fc4bc02239b Mon Sep 17 00:00:00 2001 From: Alex Wilson Date: Sun, 15 Dec 2024 22:07:27 +0900 Subject: [PATCH] fix: Pause updates to React 19.x --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6c1329ae46..6dc34de6bd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,10 @@ updates: ignore: - dependency-name: "unist-util-visit" versions: ["3.x", "4.x", "5.x"] + + # React 19 includes some breaking change affecting bundling. + - dependency-name: "react" + versions: ["19.x"] reviewers: - alexwilson versioning-strategy: increase-if-necessary