This is an automated email from the ASF dual-hosted git repository.

hainenber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 76aa91f5ea2 fix(deps): pin `react-error-boundary` to 6.0.0 for React 
17 peer dep constraint (#37706)
76aa91f5ea2 is described below

commit 76aa91f5ea23fcf0d51532d80c50db2686edadef
Author: Đỗ Trọng Hải <[email protected]>
AuthorDate: Tue Feb 10 23:22:14 2026 +0700

    fix(deps): pin `react-error-boundary` to 6.0.0 for React 17 peer dep 
constraint (#37706)
    
    Signed-off-by: hainenber <[email protected]>
---
 .github/dependabot.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index e16684121f0..4a80a9b3c61 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -15,6 +15,7 @@ updates:
       - dependency-name: "@storybook*"
         update-types: ["version-update:semver-major", 
"version-update:semver-minor"]
       - dependency-name: "eslint-plugin-storybook"
+      - dependency-name: "react-error-boundary"
       # remark-gfm v4+ requires react-markdown v9+, which needs React 18
       - dependency-name: "remark-gfm"
       - dependency-name: "react-markdown"
@@ -356,6 +357,7 @@ updates:
       # not until React >= 18.0.0
       - dependency-name: "react-markdown"
       - dependency-name: "remark-gfm"
+      - dependency-name: "react-error-boundary"
     schedule:
       interval: "daily"
     labels:

Reply via email to