From 295c9aa1d193a70f2e1e24ee2b221ebe9b849673 Mon Sep 17 00:00:00 2001 From: "sourcegraph-commit-signing-app[bot]" <188111114+sourcegraph-commit-signing-app[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 20:50:33 +0000 Subject: [PATCH] Test upgrade Unify to MUI V7 --- pubspec.yaml | 10 ++++++++++ .../over_react_null_safe_project/pubspec.yaml | 10 ++++++++++ test/test_fixtures/over_react_project/pubspec.yaml | 10 ++++++++++ .../required_props/test_consuming_package/pubspec.yaml | 10 ++++++++++ .../required_props/test_package/pubspec.yaml | 10 ++++++++++ test/test_fixtures/rmui_project/pubspec.yaml | 10 ++++++++++ test/test_fixtures/wsd_project/pubspec.yaml | 10 ++++++++++ 7 files changed, 70 insertions(+) diff --git a/pubspec.yaml b/pubspec.yaml index bd226b16..38ca452d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -56,3 +56,13 @@ executables: sort_intl: unify_package_rename: react_18_upgrade: + +dependency_overrides: + dart_dev_workiva: + git: + url: https://github.com/Workiva/dart_dev_workiva.git + ref: override-unify-ui-files-for-mui-v7 + unify_ui: + git: + url: https://github.com/Workiva/unify_ui.git + ref: consumable_integration/mui/material-upgrade diff --git a/test/test_fixtures/over_react_null_safe_project/pubspec.yaml b/test/test_fixtures/over_react_null_safe_project/pubspec.yaml index a1267be2..89983713 100644 --- a/test/test_fixtures/over_react_null_safe_project/pubspec.yaml +++ b/test/test_fixtures/over_react_null_safe_project/pubspec.yaml @@ -3,3 +3,13 @@ environment: sdk: '>=2.19.0 <3.0.0' dependencies: over_react: ^5.0.0 + +dependency_overrides: + dart_dev_workiva: + git: + url: https://github.com/Workiva/dart_dev_workiva.git + ref: override-unify-ui-files-for-mui-v7 + unify_ui: + git: + url: https://github.com/Workiva/unify_ui.git + ref: consumable_integration/mui/material-upgrade diff --git a/test/test_fixtures/over_react_project/pubspec.yaml b/test/test_fixtures/over_react_project/pubspec.yaml index 5949bbd1..33987403 100644 --- a/test/test_fixtures/over_react_project/pubspec.yaml +++ b/test/test_fixtures/over_react_project/pubspec.yaml @@ -3,3 +3,13 @@ environment: sdk: '>=2.11.0 <3.0.0' dependencies: over_react: ^5.0.0 + +dependency_overrides: + dart_dev_workiva: + git: + url: https://github.com/Workiva/dart_dev_workiva.git + ref: override-unify-ui-files-for-mui-v7 + unify_ui: + git: + url: https://github.com/Workiva/unify_ui.git + ref: consumable_integration/mui/material-upgrade diff --git a/test/test_fixtures/required_props/test_consuming_package/pubspec.yaml b/test/test_fixtures/required_props/test_consuming_package/pubspec.yaml index 4ab8af6d..f86dcc0d 100644 --- a/test/test_fixtures/required_props/test_consuming_package/pubspec.yaml +++ b/test/test_fixtures/required_props/test_consuming_package/pubspec.yaml @@ -5,3 +5,13 @@ dependencies: over_react: ^5.0.0 test_package: path: ../test_package + +dependency_overrides: + dart_dev_workiva: + git: + url: https://github.com/Workiva/dart_dev_workiva.git + ref: override-unify-ui-files-for-mui-v7 + unify_ui: + git: + url: https://github.com/Workiva/unify_ui.git + ref: consumable_integration/mui/material-upgrade diff --git a/test/test_fixtures/required_props/test_package/pubspec.yaml b/test/test_fixtures/required_props/test_package/pubspec.yaml index fda07fef..32d98444 100644 --- a/test/test_fixtures/required_props/test_package/pubspec.yaml +++ b/test/test_fixtures/required_props/test_package/pubspec.yaml @@ -4,3 +4,13 @@ environment: dependencies: meta: ^1.16.0 over_react: ^5.0.0 + +dependency_overrides: + dart_dev_workiva: + git: + url: https://github.com/Workiva/dart_dev_workiva.git + ref: override-unify-ui-files-for-mui-v7 + unify_ui: + git: + url: https://github.com/Workiva/unify_ui.git + ref: consumable_integration/mui/material-upgrade diff --git a/test/test_fixtures/rmui_project/pubspec.yaml b/test/test_fixtures/rmui_project/pubspec.yaml index ab7118a2..cbc8226a 100644 --- a/test/test_fixtures/rmui_project/pubspec.yaml +++ b/test/test_fixtures/rmui_project/pubspec.yaml @@ -8,3 +8,13 @@ dependencies: name: react_material_ui url: https://pub.workiva.org version: ^1.214.2 + +dependency_overrides: + dart_dev_workiva: + git: + url: https://github.com/Workiva/dart_dev_workiva.git + ref: override-unify-ui-files-for-mui-v7 + unify_ui: + git: + url: https://github.com/Workiva/unify_ui.git + ref: consumable_integration/mui/material-upgrade diff --git a/test/test_fixtures/wsd_project/pubspec.yaml b/test/test_fixtures/wsd_project/pubspec.yaml index 3befe900..beaf42a5 100644 --- a/test/test_fixtures/wsd_project/pubspec.yaml +++ b/test/test_fixtures/wsd_project/pubspec.yaml @@ -8,3 +8,13 @@ dependencies: name: web_skin_dart url: https://pub.workiva.org version: ^3.0.0 + +dependency_overrides: + dart_dev_workiva: + git: + url: https://github.com/Workiva/dart_dev_workiva.git + ref: override-unify-ui-files-for-mui-v7 + unify_ui: + git: + url: https://github.com/Workiva/unify_ui.git + ref: consumable_integration/mui/material-upgrade