From 2a366aff3da47ce935a7497ab916c76c3b5160ad Mon Sep 17 00:00:00 2001 From: Jason Morse Date: Thu, 25 Jun 2026 10:03:39 -0700 Subject: [PATCH 1/2] move framework-base to be a dependency for packages that use the jsx factory --- packages/components/Avatar/package.json | 2 +- packages/components/Button/package.json | 2 +- packages/components/Checkbox/package.json | 2 +- packages/components/Chip/package.json | 2 +- packages/components/ContextualMenu/package.json | 2 +- packages/components/Divider/package.json | 2 +- packages/components/Input/package.json | 2 +- packages/components/Link/package.json | 2 +- packages/components/MenuButton/package.json | 2 +- packages/components/Notification/package.json | 2 +- packages/components/Persona/package.json | 2 +- packages/components/PersonaCoin/package.json | 2 +- packages/components/RadioGroup/package.json | 2 +- packages/components/Separator/package.json | 2 +- packages/components/Stack/package.json | 2 +- packages/components/TabList/package.json | 2 +- packages/components/Text/package.json | 2 +- packages/experimental/ActivityIndicator/package.json | 2 +- packages/experimental/Avatar/package.json | 4 ++-- packages/experimental/Checkbox/package.json | 4 ++-- packages/experimental/Drawer/package.json | 2 +- packages/experimental/Dropdown/package.json | 2 +- packages/experimental/Expander/package.json | 4 ++-- packages/experimental/MenuButton/package.json | 2 +- packages/experimental/Popover/package.json | 4 ++-- packages/experimental/Shimmer/package.json | 2 +- packages/experimental/Spinner/package.json | 2 +- 27 files changed, 31 insertions(+), 31 deletions(-) diff --git a/packages/components/Avatar/package.json b/packages/components/Avatar/package.json index 4b258d12cd..014f64d289 100644 --- a/packages/components/Avatar/package.json +++ b/packages/components/Avatar/package.json @@ -35,6 +35,7 @@ "@fluentui-react-native/adapters": "workspace:*", "@fluentui-react-native/badge": "workspace:*", "@fluentui-react-native/framework": "workspace:*", + "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/icon": "workspace:*", "@fluentui-react-native/theme-tokens": "workspace:*", "@fluentui-react-native/theming-utils": "workspace:*", @@ -44,7 +45,6 @@ }, "devDependencies": { "@babel/core": "catalog:", - "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@office-iss/react-native-win32": "^0.81.8", "@react-native-community/cli": "^20.0.0", diff --git a/packages/components/Button/package.json b/packages/components/Button/package.json index 7afc5d8b29..9258595e00 100644 --- a/packages/components/Button/package.json +++ b/packages/components/Button/package.json @@ -36,6 +36,7 @@ "@fluentui-react-native/experimental-activity-indicator": "workspace:*", "@fluentui-react-native/experimental-shadow": "workspace:*", "@fluentui-react-native/framework": "workspace:*", + "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/icon": "workspace:*", "@fluentui-react-native/interactive-hooks": "workspace:*", "@fluentui-react-native/pressable": "workspace:*", @@ -52,7 +53,6 @@ }, "devDependencies": { "@babel/core": "catalog:", - "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@fluentui-react-native/test-tools": "workspace:*", "@office-iss/react-native-win32": "^0.81.8", diff --git a/packages/components/Checkbox/package.json b/packages/components/Checkbox/package.json index 3b6d48c064..bd1a49f188 100644 --- a/packages/components/Checkbox/package.json +++ b/packages/components/Checkbox/package.json @@ -34,6 +34,7 @@ "dependencies": { "@fluentui-react-native/adapters": "workspace:*", "@fluentui-react-native/framework": "workspace:*", + "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/interactive-hooks": "workspace:*", "@fluentui-react-native/pressable": "workspace:*", "@fluentui-react-native/styling-utils": "workspace:*", @@ -48,7 +49,6 @@ }, "devDependencies": { "@babel/core": "catalog:", - "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@fluentui-react-native/test-tools": "workspace:*", "@office-iss/react-native-win32": "^0.81.8", diff --git a/packages/components/Chip/package.json b/packages/components/Chip/package.json index 9598e637d0..76da0839ff 100644 --- a/packages/components/Chip/package.json +++ b/packages/components/Chip/package.json @@ -29,6 +29,7 @@ "dependencies": { "@fluentui-react-native/adapters": "workspace:*", "@fluentui-react-native/framework": "workspace:*", + "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/icon": "workspace:*", "@fluentui-react-native/interactive-hooks": "workspace:*", "@fluentui-react-native/text": "workspace:*", @@ -37,7 +38,6 @@ }, "devDependencies": { "@babel/core": "catalog:", - "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@fluentui-react-native/test-tools": "workspace:*", "@fluentui-react-native/use-styling": "workspace:*", diff --git a/packages/components/ContextualMenu/package.json b/packages/components/ContextualMenu/package.json index b06a27d627..d5197a4af4 100644 --- a/packages/components/ContextualMenu/package.json +++ b/packages/components/ContextualMenu/package.json @@ -35,6 +35,7 @@ "@fluentui-react-native/adapters": "workspace:*", "@fluentui-react-native/callout": "workspace:*", "@fluentui-react-native/focus-zone": "workspace:*", + "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/icon": "workspace:*", "@fluentui-react-native/interactive-hooks": "workspace:*", "@fluentui-react-native/text": "workspace:*", @@ -45,7 +46,6 @@ }, "devDependencies": { "@babel/core": "catalog:", - "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/pressable": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@office-iss/react-native-win32": "^0.81.8", diff --git a/packages/components/Divider/package.json b/packages/components/Divider/package.json index 6e6b2a6439..34845a3047 100644 --- a/packages/components/Divider/package.json +++ b/packages/components/Divider/package.json @@ -32,6 +32,7 @@ }, "dependencies": { "@fluentui-react-native/framework": "workspace:*", + "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/icon": "workspace:*", "@fluentui-react-native/text": "workspace:*", "@fluentui-react-native/theme-tokens": "workspace:*", @@ -39,7 +40,6 @@ }, "devDependencies": { "@babel/core": "catalog:", - "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@fluentui-react-native/test-tools": "workspace:*", "@office-iss/react-native-win32": "^0.81.8", diff --git a/packages/components/Input/package.json b/packages/components/Input/package.json index 3d40f705ac..8445d6e346 100644 --- a/packages/components/Input/package.json +++ b/packages/components/Input/package.json @@ -32,6 +32,7 @@ }, "dependencies": { "@fluentui-react-native/framework": "workspace:*", + "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/icon": "workspace:*", "@fluentui-react-native/interactive-hooks": "workspace:*", "@fluentui-react-native/styling-utils": "workspace:*", @@ -42,7 +43,6 @@ }, "devDependencies": { "@babel/core": "catalog:", - "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@fluentui-react-native/test-tools": "workspace:*", "@react-native-community/cli": "^20.0.0", diff --git a/packages/components/Link/package.json b/packages/components/Link/package.json index 01a1d91f62..8538599007 100644 --- a/packages/components/Link/package.json +++ b/packages/components/Link/package.json @@ -33,6 +33,7 @@ "dependencies": { "@fluentui-react-native/adapters": "workspace:*", "@fluentui-react-native/framework": "workspace:*", + "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/interactive-hooks": "workspace:*", "@fluentui-react-native/text": "workspace:*", "@fluentui-react-native/tokens": "workspace:*", @@ -43,7 +44,6 @@ }, "devDependencies": { "@babel/core": "catalog:", - "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@fluentui-react-native/test-tools": "workspace:*", "@react-native-community/cli": "^20.0.0", diff --git a/packages/components/MenuButton/package.json b/packages/components/MenuButton/package.json index 8097775988..de29bb169c 100644 --- a/packages/components/MenuButton/package.json +++ b/packages/components/MenuButton/package.json @@ -34,6 +34,7 @@ "dependencies": { "@fluentui-react-native/button": "workspace:*", "@fluentui-react-native/contextual-menu": "workspace:*", + "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/icon": "workspace:*", "@fluentui-react-native/tokens": "workspace:*", "@uifabricshared/foundation-composable": "workspace:*", @@ -42,7 +43,6 @@ }, "devDependencies": { "@babel/core": "catalog:", - "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@office-iss/react-native-win32": "^0.81.8", "@react-native-community/cli": "^20.0.0", diff --git a/packages/components/Notification/package.json b/packages/components/Notification/package.json index 182414b51d..cdec451049 100644 --- a/packages/components/Notification/package.json +++ b/packages/components/Notification/package.json @@ -36,6 +36,7 @@ "@fluentui-react-native/experimental-appearance-additions": "workspace:*", "@fluentui-react-native/experimental-shadow": "workspace:*", "@fluentui-react-native/framework": "workspace:*", + "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/icon": "workspace:*", "@fluentui-react-native/interactive-hooks": "workspace:*", "@fluentui-react-native/pressable": "workspace:*", @@ -47,7 +48,6 @@ }, "devDependencies": { "@babel/core": "catalog:", - "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@fluentui-react-native/test-tools": "workspace:*", "@office-iss/react-native-win32": "^0.81.8", diff --git a/packages/components/Persona/package.json b/packages/components/Persona/package.json index f1b5b58755..61800c22ca 100644 --- a/packages/components/Persona/package.json +++ b/packages/components/Persona/package.json @@ -33,6 +33,7 @@ "dependencies": { "@fluentui-react-native/adapters": "workspace:*", "@fluentui-react-native/framework": "workspace:*", + "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/persona-coin": "workspace:*", "@fluentui-react-native/tokens": "workspace:*", "@uifabricshared/foundation-composable": "workspace:*", @@ -42,7 +43,6 @@ }, "devDependencies": { "@babel/core": "catalog:", - "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@react-native-community/cli": "^20.0.0", "@react-native-community/cli-platform-android": "^20.0.0", diff --git a/packages/components/PersonaCoin/package.json b/packages/components/PersonaCoin/package.json index 391412b581..4f8d4d0438 100644 --- a/packages/components/PersonaCoin/package.json +++ b/packages/components/PersonaCoin/package.json @@ -33,6 +33,7 @@ "dependencies": { "@fluentui-react-native/adapters": "workspace:*", "@fluentui-react-native/framework": "workspace:*", + "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/theme-tokens": "workspace:*", "@fluentui-react-native/tokens": "workspace:*", "@uifabricshared/foundation-composable": "workspace:*", @@ -42,7 +43,6 @@ }, "devDependencies": { "@babel/core": "catalog:", - "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@office-iss/react-native-win32": "^0.81.8", "@react-native-community/cli": "^20.0.0", diff --git a/packages/components/RadioGroup/package.json b/packages/components/RadioGroup/package.json index 0e6ce08e41..af1d9c4bcb 100644 --- a/packages/components/RadioGroup/package.json +++ b/packages/components/RadioGroup/package.json @@ -35,6 +35,7 @@ "@fluentui-react-native/adapters": "workspace:*", "@fluentui-react-native/focus-zone": "workspace:*", "@fluentui-react-native/framework": "workspace:*", + "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/interactive-hooks": "workspace:*", "@fluentui-react-native/pressable": "workspace:*", "@fluentui-react-native/text": "workspace:*", @@ -47,7 +48,6 @@ }, "devDependencies": { "@babel/core": "catalog:", - "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@fluentui-react-native/test-tools": "workspace:*", "@office-iss/react-native-win32": "^0.81.8", diff --git a/packages/components/Separator/package.json b/packages/components/Separator/package.json index a51e16ddaf..acf7dd8ac2 100644 --- a/packages/components/Separator/package.json +++ b/packages/components/Separator/package.json @@ -32,12 +32,12 @@ }, "dependencies": { "@fluentui-react-native/framework": "workspace:*", + "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/theme-tokens": "workspace:*", "@fluentui-react-native/use-styling": "workspace:*" }, "devDependencies": { "@babel/core": "catalog:", - "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@office-iss/react-native-win32": "^0.81.8", "@react-native-community/cli": "^20.0.0", diff --git a/packages/components/Stack/package.json b/packages/components/Stack/package.json index 8b247ccf13..4868b68c5b 100644 --- a/packages/components/Stack/package.json +++ b/packages/components/Stack/package.json @@ -33,6 +33,7 @@ "dependencies": { "@fluentui-react-native/adapters": "workspace:*", "@fluentui-react-native/framework": "workspace:*", + "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/tokens": "workspace:*", "@uifabricshared/foundation-composable": "workspace:*", "@uifabricshared/foundation-compose": "workspace:*", @@ -41,7 +42,6 @@ }, "devDependencies": { "@babel/core": "catalog:", - "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@fluentui-react-native/text": "workspace:*", "@react-native-community/cli": "^20.0.0", diff --git a/packages/components/TabList/package.json b/packages/components/TabList/package.json index 32f90e7d85..017f64c2f6 100644 --- a/packages/components/TabList/package.json +++ b/packages/components/TabList/package.json @@ -34,6 +34,7 @@ "@fluentui-react-native/adapters": "workspace:*", "@fluentui-react-native/focus-zone": "workspace:*", "@fluentui-react-native/framework": "workspace:*", + "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/icon": "workspace:*", "@fluentui-react-native/interactive-hooks": "workspace:*", "@fluentui-react-native/text": "workspace:*", @@ -43,7 +44,6 @@ }, "devDependencies": { "@babel/core": "catalog:", - "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@fluentui-react-native/test-tools": "workspace:*", "@office-iss/react-native-win32": "^0.81.8", diff --git a/packages/components/Text/package.json b/packages/components/Text/package.json index 2c55d8a34b..93c4ab7e09 100644 --- a/packages/components/Text/package.json +++ b/packages/components/Text/package.json @@ -33,6 +33,7 @@ "dependencies": { "@fluentui-react-native/adapters": "workspace:*", "@fluentui-react-native/framework": "workspace:*", + "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/interactive-hooks": "workspace:*", "@fluentui-react-native/theme-tokens": "workspace:*", "@fluentui-react-native/tokens": "workspace:*", @@ -40,7 +41,6 @@ }, "devDependencies": { "@babel/core": "catalog:", - "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@fluentui-react-native/test-tools": "workspace:*", "@react-native-community/cli": "^20.0.0", diff --git a/packages/experimental/ActivityIndicator/package.json b/packages/experimental/ActivityIndicator/package.json index a51ce6e8c3..200b192b91 100644 --- a/packages/experimental/ActivityIndicator/package.json +++ b/packages/experimental/ActivityIndicator/package.json @@ -32,11 +32,11 @@ }, "dependencies": { "@fluentui-react-native/framework": "workspace:*", + "@fluentui-react-native/framework-base": "workspace:*", "assert-never": "^1.2.1" }, "devDependencies": { "@babel/core": "catalog:", - "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@react-native-community/cli": "^20.0.0", "@react-native-community/cli-platform-android": "^20.0.0", diff --git a/packages/experimental/Avatar/package.json b/packages/experimental/Avatar/package.json index bb78a6fb13..b8e249facb 100644 --- a/packages/experimental/Avatar/package.json +++ b/packages/experimental/Avatar/package.json @@ -32,11 +32,11 @@ "update-snapshots": "fluentui-scripts jest -u" }, "dependencies": { - "@fluentui-react-native/framework": "workspace:*" + "@fluentui-react-native/framework": "workspace:*", + "@fluentui-react-native/framework-base": "workspace:*" }, "devDependencies": { "@babel/core": "catalog:", - "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@react-native-community/cli": "^20.0.0", "@react-native-community/cli-platform-android": "^20.0.0", diff --git a/packages/experimental/Checkbox/package.json b/packages/experimental/Checkbox/package.json index 2c5a66454a..5f5a34c76b 100644 --- a/packages/experimental/Checkbox/package.json +++ b/packages/experimental/Checkbox/package.json @@ -32,11 +32,11 @@ }, "dependencies": { "@fluentui-react-native/checkbox": "workspace:*", - "@fluentui-react-native/framework": "workspace:*" + "@fluentui-react-native/framework": "workspace:*", + "@fluentui-react-native/framework-base": "workspace:*" }, "devDependencies": { "@babel/core": "catalog:", - "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@office-iss/react-native-win32": "^0.81.8", "@react-native-community/cli": "^20.0.0", diff --git a/packages/experimental/Drawer/package.json b/packages/experimental/Drawer/package.json index 2ff26751eb..1c4d488ef9 100644 --- a/packages/experimental/Drawer/package.json +++ b/packages/experimental/Drawer/package.json @@ -32,13 +32,13 @@ }, "dependencies": { "@fluentui-react-native/framework": "workspace:*", + "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/interactive-hooks": "workspace:*", "@fluentui-react-native/theme-tokens": "workspace:*", "@fluentui-react-native/use-styling": "workspace:*" }, "devDependencies": { "@babel/core": "catalog:", - "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@react-native-community/cli": "^20.0.0", "@react-native-community/cli-platform-android": "^20.0.0", diff --git a/packages/experimental/Dropdown/package.json b/packages/experimental/Dropdown/package.json index f25bd2c3eb..c82d21c4e1 100644 --- a/packages/experimental/Dropdown/package.json +++ b/packages/experimental/Dropdown/package.json @@ -35,13 +35,13 @@ "@fluentui-react-native/button": "workspace:*", "@fluentui-react-native/callout": "workspace:*", "@fluentui-react-native/framework": "workspace:*", + "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/interactive-hooks": "workspace:*", "@fluentui-react-native/text": "workspace:*", "@fluentui-react-native/theme-tokens": "workspace:*" }, "devDependencies": { "@babel/core": "catalog:", - "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@fluentui-react-native/test-tools": "workspace:*", "@react-native-community/cli": "^20.0.0", diff --git a/packages/experimental/Expander/package.json b/packages/experimental/Expander/package.json index 08932fcb39..f0fe2d39c6 100644 --- a/packages/experimental/Expander/package.json +++ b/packages/experimental/Expander/package.json @@ -34,11 +34,11 @@ "windows": "react-native run-windows" }, "dependencies": { - "@fluentui-react-native/framework": "workspace:*" + "@fluentui-react-native/framework": "workspace:*", + "@fluentui-react-native/framework-base": "workspace:*" }, "devDependencies": { "@babel/core": "catalog:", - "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@react-native-community/cli": "^20.0.0", "@react-native-community/cli-platform-android": "^20.0.0", diff --git a/packages/experimental/MenuButton/package.json b/packages/experimental/MenuButton/package.json index b179e0795d..7fd8502b98 100644 --- a/packages/experimental/MenuButton/package.json +++ b/packages/experimental/MenuButton/package.json @@ -34,11 +34,11 @@ "@fluentui-react-native/button": "workspace:*", "@fluentui-react-native/contextual-menu": "workspace:*", "@fluentui-react-native/framework": "workspace:*", + "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/tokens": "workspace:*" }, "devDependencies": { "@babel/core": "catalog:", - "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@office-iss/react-native-win32": "^0.81.8", "@react-native-community/cli": "^20.0.0", diff --git a/packages/experimental/Popover/package.json b/packages/experimental/Popover/package.json index e29ef6d25f..acc2ed6632 100644 --- a/packages/experimental/Popover/package.json +++ b/packages/experimental/Popover/package.json @@ -32,11 +32,11 @@ }, "dependencies": { "@fluentui-react-native/adapters": "workspace:*", - "@fluentui-react-native/framework": "workspace:*" + "@fluentui-react-native/framework": "workspace:*", + "@fluentui-react-native/framework-base": "workspace:*" }, "devDependencies": { "@babel/core": "catalog:", - "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@react-native-community/cli": "^20.0.0", "@react-native-community/cli-platform-android": "^20.0.0", diff --git a/packages/experimental/Shimmer/package.json b/packages/experimental/Shimmer/package.json index e1b084dbe8..655daad2cc 100644 --- a/packages/experimental/Shimmer/package.json +++ b/packages/experimental/Shimmer/package.json @@ -32,6 +32,7 @@ }, "dependencies": { "@fluentui-react-native/framework": "workspace:*", + "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/theming-utils": "workspace:*", "@fluentui-react-native/tokens": "workspace:*", "@fluentui-react-native/use-styling": "workspace:*", @@ -39,7 +40,6 @@ }, "devDependencies": { "@babel/core": "catalog:", - "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@react-native-community/cli": "^20.0.0", "@react-native-community/cli-platform-android": "^20.0.0", diff --git a/packages/experimental/Spinner/package.json b/packages/experimental/Spinner/package.json index d5f3e30e3a..374d3b4a60 100644 --- a/packages/experimental/Spinner/package.json +++ b/packages/experimental/Spinner/package.json @@ -32,13 +32,13 @@ }, "dependencies": { "@fluentui-react-native/framework": "workspace:*", + "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/text": "workspace:*", "@fluentui-react-native/theme-tokens": "workspace:*", "@fluentui-react-native/use-styling": "workspace:*" }, "devDependencies": { "@babel/core": "catalog:", - "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@react-native-community/cli": "^20.0.0", "@react-native-community/cli-platform-android": "^20.0.0", From 6bb6f99ff055d95f3ca0737d6b840917f8b11994 Mon Sep 17 00:00:00 2001 From: Jason Morse Date: Thu, 25 Jun 2026 10:06:35 -0700 Subject: [PATCH 2/2] fix change command on windows and add change file --- .changeset/eighty-stamps-stare.md | 31 +++++++++++++++++++++++++++++++ .github/scripts/change.mts | 4 +++- 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 .changeset/eighty-stamps-stare.md diff --git a/.changeset/eighty-stamps-stare.md b/.changeset/eighty-stamps-stare.md new file mode 100644 index 0000000000..d757c8767a --- /dev/null +++ b/.changeset/eighty-stamps-stare.md @@ -0,0 +1,31 @@ +--- +"@fluentui-react-native/experimental-activity-indicator": patch +"@fluentui-react-native/contextual-menu": patch +"@fluentui-react-native/notification": patch +"@fluentui-react-native/experimental-menu-button": patch +"@fluentui-react-native/persona-coin": patch +"@fluentui-react-native/menu-button": patch +"@fluentui-react-native/radio-group": patch +"@fluentui-react-native/experimental-checkbox": patch +"@fluentui-react-native/dropdown": patch +"@fluentui-react-native/experimental-expander": patch +"@fluentui-react-native/separator": patch +"@fluentui-react-native/popover": patch +"@fluentui-react-native/experimental-shimmer": patch +"@fluentui-react-native/spinner": patch +"@fluentui-react-native/checkbox": patch +"@fluentui-react-native/experimental-avatar": patch +"@fluentui-react-native/drawer": patch +"@fluentui-react-native/divider": patch +"@fluentui-react-native/persona": patch +"@fluentui-react-native/tablist": patch +"@fluentui-react-native/avatar": patch +"@fluentui-react-native/button": patch +"@fluentui-react-native/input": patch +"@fluentui-react-native/stack": patch +"@fluentui-react-native/chip": patch +"@fluentui-react-native/link": patch +"@fluentui-react-native/text": patch +--- + +Add missing dependency on framework-base diff --git a/.github/scripts/change.mts b/.github/scripts/change.mts index 668babb0ca..cabc8d7f5c 100644 --- a/.github/scripts/change.mts +++ b/.github/scripts/change.mts @@ -2,7 +2,9 @@ // @ts-ignore import { parseArgs, styleText } from 'node:util'; -import { $, echo, fs } from 'zx'; +import { $, echo, fs, quote } from 'zx'; + +$.quote = quote; /** * Wrapper around `changeset add` (default) and `changeset status` validation (--check).