From c487a0a1cbda00bd389480acb46eb4277a3f1fa3 Mon Sep 17 00:00:00 2001 From: philippe Date: Mon, 23 Mar 2026 09:27:51 -0400 Subject: [PATCH 1/2] Add Adrian to CODEOWNERS --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1c92d72420..61598276a7 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,3 @@ # These owners will be the default owners for everything in # the repo. Unless a later match takes precedence -* @T4rk1n @ndrezn @camdecoster +* @T4rk1n @ndrezn @camdecoster @KoolADE85 From 6cd55e81a097360ffb4346c50e035ac8e74ccd58 Mon Sep 17 00:00:00 2001 From: philippe Date: Mon, 23 Mar 2026 12:01:50 -0400 Subject: [PATCH 2/2] bump browserlist --- components/dash-html-components/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dash-html-components/package.json b/components/dash-html-components/package.json index 18710d53c2..8be9bcd162 100644 --- a/components/dash-html-components/package.json +++ b/components/dash-html-components/package.json @@ -58,6 +58,6 @@ "/dash_html_components/*{.js,.map}" ], "browserslist": [ - "last 10 years and not dead" + "last 11 years and not dead" ] }