Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
77 changes: 77 additions & 0 deletions .changeset/upset-shirts-carry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
---
"@uifabricshared/foundation-composable": patch
"@fluentui-react-native/experimental-appearance-additions": patch
"@uifabricshared/theming-react-native": patch
"@uifabricshared/foundation-settings": patch
"@fluentui-react-native/experimental-activity-indicator": patch
"@fluentui-react-native/experimental-native-font-metrics": patch
"@uifabricshared/foundation-compose": patch
"@fluentui-react-native/experimental-native-date-picker": patch
"@uifabricshared/foundation-tokens": patch
"@fluentui-react-native/themed-stylesheet": patch
"@uifabricshared/themed-settings": patch
"@fluentui-react-native/contextual-menu": patch
"@uifabricshared/theme-registry": patch
"@fluentui-react-native/vibrancy-view": patch
"@fluentui-react-native/focus-trap-zone": patch
"@fluentui-react-native/notification": patch
"@uifabricshared/theming-ramp": patch
"@fluentui-react-native/experimental-menu-button": patch
"@fluentui-react-native/interactive-hooks": 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/overflow": patch
"@fluentui-react-native/composition": patch
"@fluentui-react-native/use-styling": patch
"@fluentui-react-native/android-theme": patch
"@fluentui-react-native/default-theme": patch
"@fluentui-react-native/theming-utils": patch
"@fluentui-react-native/focus-zone": patch
"@fluentui-react-native/pressable": 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/tooltip": patch
"@fluentui-react-native/use-tokens": patch
"@fluentui-react-native/theme-tokens": patch
"@fluentui-react-native/checkbox": patch
"@fluentui-react-native/experimental-avatar": patch
"@fluentui-react-native/drawer": patch
"@fluentui-react-native/experimental-shadow": patch
"@fluentui-react-native/framework": patch
"@fluentui-react-native/use-slots": patch
"@fluentui-react-native/apple-theme": patch
"@fluentui-react-native/theme-types": patch
"@fluentui-react-native/win32-theme": patch
"@fluentui-react-native/callout": patch
"@fluentui-react-native/divider": patch
"@fluentui-react-native/persona": patch
"@fluentui-react-native/tablist": patch
"@fluentui-react-native/use-slot": patch
"@fluentui-react-native/avatar": patch
"@fluentui-react-native/button": patch
"@fluentui-react-native/switch": patch
"@fluentui-react-native/badge": patch
"@fluentui-react-native/input": patch
"@fluentui-react-native/stack": patch
"@fluentui-react-native/chip": patch
"@fluentui-react-native/icon": patch
"@fluentui-react-native/link": patch
"@fluentui-react-native/menu": patch
"@fluentui-react-native/text": patch
"@fluentui-react-native/theme": patch
"@fluentui-react-native/framework-base": patch
"@fluentui/react-native": patch
"@fluentui-react-native/adapters": patch
"@fluentui-react-native/styling-utils": patch
"@fluentui-react-native/tokens": patch
"@fluentui-react-native/tester": patch
"@fluentui-react-native/codemods": patch
---

remove oxlint config package and move it into scripts
2 changes: 1 addition & 1 deletion apps/E2E/oxlint.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import baseConfig from '@fluentui-react-native/lint-config-rules';
import baseConfig from '@fluentui-react-native/scripts/lint-config';
import { defineConfig } from 'oxlint';

export default defineConfig({
Expand Down
1 change: 0 additions & 1 deletion apps/E2E/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"@babel/runtime": "catalog:",
"@fluentui-react-native/focus-zone": "workspace:*",
"@fluentui-react-native/kit-config": "workspace:*",
"@fluentui-react-native/lint-config-rules": "workspace:*",
"@fluentui-react-native/scripts": "workspace:*",
"@office-iss/react-native-win32": "^0.81.0",
"@react-native/metro-babel-transformer": "^0.81.0",
Expand Down
3 changes: 1 addition & 2 deletions apps/fluent-tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"bundle:windows": "rnx-cli bundle --dev false --platform windows",
"clean": "fluentui-scripts clean",
"depcheck": "fluentui-scripts depcheck",
"format": "fluentui-scripts format",
"ios": "rnx-cli run --platform ios",
"lint": "fluentui-scripts lint",
"lint-package": "fluentui-scripts lint-package",
"macos": "rnx-cli run --platform macos",
"format": "fluentui-scripts format",
"start": "rnx-cli start",
"windows": "react-native run-windows --arch x64 --sln windows/FluentTester.sln"
},
Expand All @@ -64,7 +64,6 @@
"@fluentui-react-native/experimental-shimmer": "workspace:*",
"@fluentui-react-native/focus-zone": "workspace:*",
"@fluentui-react-native/kit-config": "workspace:*",
"@fluentui-react-native/lint-config-rules": "workspace:*",
"@fluentui-react-native/menu-button": "workspace:*",
"@fluentui-react-native/radio-group": "workspace:*",
"@fluentui-react-native/scripts": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion apps/tester-core/oxlint.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import baseConfig from '@fluentui-react-native/lint-config-rules';
import baseConfig from '@fluentui-react-native/scripts/lint-config';
import { defineConfig } from 'oxlint';

export default defineConfig({
Expand Down
1 change: 0 additions & 1 deletion apps/tester-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@
"@babel/runtime": "catalog:",
"@fluentui-react-native/babel-config": "workspace:*",
"@fluentui-react-native/kit-config": "workspace:*",
"@fluentui-react-native/lint-config-rules": "workspace:*",
"@fluentui-react-native/scripts": "workspace:*",
"@office-iss/react-native-win32": "^0.81.0",
"@react-native-community/cli": "^20.0.0",
Expand Down
1 change: 0 additions & 1 deletion apps/win32-81/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"@babel/runtime": "catalog:",
"@fluentui-react-native/babel-config": "workspace:*",
"@fluentui-react-native/kit-config": "workspace:*",
"@fluentui-react-native/lint-config-rules": "workspace:*",
"@fluentui-react-native/scripts": "workspace:*",
"@office-iss/rex-win32": "0.81.0-preview.0",
"@react-native-community/cli": "^20.0.0",
Expand Down
6 changes: 6 additions & 0 deletions apps/win32-81/src/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion apps/win32/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"@babel/runtime": "catalog:",
"@fluentui-react-native/babel-config": "workspace:*",
"@fluentui-react-native/kit-config": "workspace:*",
"@fluentui-react-native/lint-config-rules": "workspace:*",
"@fluentui-react-native/scripts": "workspace:*",
"@office-iss/rex-win32": "0.73.11-devmain.16.0.17615.15030",
"@react-native-community/cli": "^13.6.4",
Expand Down
7 changes: 7 additions & 0 deletions apps/win32/src/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/codemods/oxlint.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import baseConfig from '@fluentui-react-native/lint-config-rules';
import baseConfig from '@fluentui-react-native/scripts/lint-config';
import { defineConfig } from 'oxlint';

export default defineConfig({
Expand Down
3 changes: 1 addition & 2 deletions packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"build-core": "tsgo --outDir lib --module esnext --moduleResolution bundler",
"clean": "fluentui-scripts clean",
"depcheck": "fluentui-scripts depcheck",
"format": "fluentui-scripts format",
"lint": "fluentui-scripts lint",
"lint-package": "fluentui-scripts lint-package",
"format": "fluentui-scripts format",
"test": "fluentui-scripts jest"
},
"dependencies": {
Expand All @@ -43,7 +43,6 @@
"@babel/core": "catalog:",
"@babel/preset-env": "catalog:",
"@fluentui-react-native/kit-config": "workspace:*",
"@fluentui-react-native/lint-config-rules": "workspace:*",
"@fluentui-react-native/react-configs": "workspace:*",
"@fluentui-react-native/scripts": "workspace:*",
"@fluentui-react-native/test-tools": "workspace:*",
Expand Down
1 change: 0 additions & 1 deletion packages/components/Avatar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"@fluentui-react-native/framework-base": "workspace:*",
"@fluentui-react-native/jest-config": "workspace:*",
"@fluentui-react-native/kit-config": "workspace:*",
"@fluentui-react-native/lint-config-rules": "workspace:*",
"@fluentui-react-native/scripts": "workspace:*",
"@office-iss/react-native-win32": "^0.74.0",
"@react-native-community/cli": "^20.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/components/Badge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
"@fluentui-react-native/framework-base": "workspace:*",
"@fluentui-react-native/jest-config": "workspace:*",
"@fluentui-react-native/kit-config": "workspace:*",
"@fluentui-react-native/lint-config-rules": "workspace:*",
"@fluentui-react-native/scripts": "workspace:*",
"@fluentui-react-native/test-tools": "workspace:*",
"@office-iss/react-native-win32": "^0.74.0",
Expand Down
1 change: 0 additions & 1 deletion packages/components/Button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"@fluentui-react-native/framework-base": "workspace:*",
"@fluentui-react-native/jest-config": "workspace:*",
"@fluentui-react-native/kit-config": "workspace:*",
"@fluentui-react-native/lint-config-rules": "workspace:*",
"@fluentui-react-native/scripts": "workspace:*",
"@fluentui-react-native/test-tools": "workspace:*",
"@office-iss/react-native-win32": "^0.74.0",
Expand Down
1 change: 0 additions & 1 deletion packages/components/Callout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"@fluentui-react-native/babel-config": "workspace:*",
"@fluentui-react-native/jest-config": "workspace:*",
"@fluentui-react-native/kit-config": "workspace:*",
"@fluentui-react-native/lint-config-rules": "workspace:*",
"@fluentui-react-native/scripts": "workspace:*",
"@office-iss/react-native-win32": "^0.74.0",
"@react-native-community/cli": "^20.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/components/Checkbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"@fluentui-react-native/framework-base": "workspace:*",
"@fluentui-react-native/jest-config": "workspace:*",
"@fluentui-react-native/kit-config": "workspace:*",
"@fluentui-react-native/lint-config-rules": "workspace:*",
"@fluentui-react-native/scripts": "workspace:*",
"@fluentui-react-native/test-tools": "workspace:*",
"@office-iss/react-native-win32": "^0.74.0",
Expand Down
1 change: 0 additions & 1 deletion packages/components/Chip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"@fluentui-react-native/framework-base": "workspace:*",
"@fluentui-react-native/jest-config": "workspace:*",
"@fluentui-react-native/kit-config": "workspace:*",
"@fluentui-react-native/lint-config-rules": "workspace:*",
"@fluentui-react-native/scripts": "workspace:*",
"@fluentui-react-native/test-tools": "workspace:*",
"@office-iss/react-native-win32": "^0.74.0",
Expand Down
1 change: 0 additions & 1 deletion packages/components/ContextualMenu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"@fluentui-react-native/framework-base": "workspace:*",
"@fluentui-react-native/jest-config": "workspace:*",
"@fluentui-react-native/kit-config": "workspace:*",
"@fluentui-react-native/lint-config-rules": "workspace:*",
"@fluentui-react-native/pressable": "workspace:*",
"@fluentui-react-native/scripts": "workspace:*",
"@office-iss/react-native-win32": "^0.74.0",
Expand Down
1 change: 0 additions & 1 deletion packages/components/Divider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"@fluentui-react-native/framework-base": "workspace:*",
"@fluentui-react-native/jest-config": "workspace:*",
"@fluentui-react-native/kit-config": "workspace:*",
"@fluentui-react-native/lint-config-rules": "workspace:*",
"@fluentui-react-native/scripts": "workspace:*",
"@fluentui-react-native/test-tools": "workspace:*",
"@office-iss/react-native-win32": "^0.74.0",
Expand Down
1 change: 0 additions & 1 deletion packages/components/FocusTrapZone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"@fluentui-react-native/babel-config": "workspace:*",
"@fluentui-react-native/jest-config": "workspace:*",
"@fluentui-react-native/kit-config": "workspace:*",
"@fluentui-react-native/lint-config-rules": "workspace:*",
"@fluentui-react-native/scripts": "workspace:*",
"@office-iss/react-native-win32": "^0.74.0",
"@react-native-community/cli": "^20.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/components/FocusZone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"@fluentui-react-native/babel-config": "workspace:*",
"@fluentui-react-native/jest-config": "workspace:*",
"@fluentui-react-native/kit-config": "workspace:*",
"@fluentui-react-native/lint-config-rules": "workspace:*",
"@fluentui-react-native/scripts": "workspace:*",
"@office-iss/react-native-win32": "^0.74.0",
"@react-native-community/cli": "^20.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/components/Icon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"@fluentui-react-native/babel-config": "workspace:*",
"@fluentui-react-native/jest-config": "workspace:*",
"@fluentui-react-native/kit-config": "workspace:*",
"@fluentui-react-native/lint-config-rules": "workspace:*",
"@fluentui-react-native/scripts": "workspace:*",
"@fluentui-react-native/test-tools": "workspace:*",
"@office-iss/react-native-win32": "^0.74.0",
Expand Down
1 change: 0 additions & 1 deletion packages/components/Input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
"@fluentui-react-native/framework-base": "workspace:*",
"@fluentui-react-native/jest-config": "workspace:*",
"@fluentui-react-native/kit-config": "workspace:*",
"@fluentui-react-native/lint-config-rules": "workspace:*",
"@fluentui-react-native/scripts": "workspace:*",
"@fluentui-react-native/test-tools": "workspace:*",
"@react-native-community/cli": "^20.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/components/Link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"@fluentui-react-native/framework-base": "workspace:*",
"@fluentui-react-native/jest-config": "workspace:*",
"@fluentui-react-native/kit-config": "workspace:*",
"@fluentui-react-native/lint-config-rules": "workspace:*",
"@fluentui-react-native/scripts": "workspace:*",
"@fluentui-react-native/test-tools": "workspace:*",
"@react-native-community/cli": "^20.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/components/Menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"@fluentui-react-native/framework-base": "workspace:*",
"@fluentui-react-native/jest-config": "workspace:*",
"@fluentui-react-native/kit-config": "workspace:*",
"@fluentui-react-native/lint-config-rules": "workspace:*",
"@fluentui-react-native/scripts": "workspace:*",
"@fluentui-react-native/test-tools": "workspace:*",
"@office-iss/react-native-win32": "^0.74.0",
Expand Down
1 change: 0 additions & 1 deletion packages/components/MenuButton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
"@fluentui-react-native/framework-base": "workspace:*",
"@fluentui-react-native/jest-config": "workspace:*",
"@fluentui-react-native/kit-config": "workspace:*",
"@fluentui-react-native/lint-config-rules": "workspace:*",
"@fluentui-react-native/scripts": "workspace:*",
"@office-iss/react-native-win32": "^0.74.0",
"@react-native-community/cli": "^20.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/components/Notification/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"@fluentui-react-native/framework-base": "workspace:*",
"@fluentui-react-native/jest-config": "workspace:*",
"@fluentui-react-native/kit-config": "workspace:*",
"@fluentui-react-native/lint-config-rules": "workspace:*",
"@fluentui-react-native/scripts": "workspace:*",
"@fluentui-react-native/test-tools": "workspace:*",
"@office-iss/react-native-win32": "^0.74.0",
Expand Down
1 change: 0 additions & 1 deletion packages/components/Persona/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"@fluentui-react-native/babel-config": "workspace:*",
"@fluentui-react-native/framework-base": "workspace:*",
"@fluentui-react-native/kit-config": "workspace:*",
"@fluentui-react-native/lint-config-rules": "workspace:*",
"@fluentui-react-native/scripts": "workspace:*",
"@react-native-community/cli": "^20.0.0",
"@react-native-community/cli-platform-android": "^20.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/components/PersonaCoin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"@fluentui-react-native/babel-config": "workspace:*",
"@fluentui-react-native/framework-base": "workspace:*",
"@fluentui-react-native/kit-config": "workspace:*",
"@fluentui-react-native/lint-config-rules": "workspace:*",
"@fluentui-react-native/scripts": "workspace:*",
"@office-iss/react-native-win32": "^0.74.0",
"@react-native-community/cli": "^20.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/components/Pressable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"@babel/core": "catalog:",
"@fluentui-react-native/babel-config": "workspace:*",
"@fluentui-react-native/kit-config": "workspace:*",
"@fluentui-react-native/lint-config-rules": "workspace:*",
"@fluentui-react-native/scripts": "workspace:*",
"@react-native-community/cli": "^20.0.0",
"@react-native-community/cli-platform-android": "^20.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/components/RadioGroup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"@fluentui-react-native/framework-base": "workspace:*",
"@fluentui-react-native/jest-config": "workspace:*",
"@fluentui-react-native/kit-config": "workspace:*",
"@fluentui-react-native/lint-config-rules": "workspace:*",
"@fluentui-react-native/scripts": "workspace:*",
"@fluentui-react-native/test-tools": "workspace:*",
"@office-iss/react-native-win32": "^0.74.0",
Expand Down
1 change: 0 additions & 1 deletion packages/components/Separator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"@fluentui-react-native/framework-base": "workspace:*",
"@fluentui-react-native/jest-config": "workspace:*",
"@fluentui-react-native/kit-config": "workspace:*",
"@fluentui-react-native/lint-config-rules": "workspace:*",
"@fluentui-react-native/scripts": "workspace:*",
"@office-iss/react-native-win32": "^0.74.0",
"@react-native-community/cli": "^20.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/components/Stack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"@fluentui-react-native/framework-base": "workspace:*",
"@fluentui-react-native/jest-config": "workspace:*",
"@fluentui-react-native/kit-config": "workspace:*",
"@fluentui-react-native/lint-config-rules": "workspace:*",
"@fluentui-react-native/scripts": "workspace:*",
"@fluentui-react-native/text": "workspace:*",
"@react-native-community/cli": "^20.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/components/Switch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"@fluentui-react-native/framework-base": "workspace:*",
"@fluentui-react-native/jest-config": "workspace:*",
"@fluentui-react-native/kit-config": "workspace:*",
"@fluentui-react-native/lint-config-rules": "workspace:*",
"@fluentui-react-native/scripts": "workspace:*",
"@fluentui-react-native/test-tools": "workspace:*",
"@office-iss/react-native-win32": "^0.74.0",
Expand Down
1 change: 0 additions & 1 deletion packages/components/TabList/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"@fluentui-react-native/framework-base": "workspace:*",
"@fluentui-react-native/jest-config": "workspace:*",
"@fluentui-react-native/kit-config": "workspace:*",
"@fluentui-react-native/lint-config-rules": "workspace:*",
"@fluentui-react-native/scripts": "workspace:*",
"@fluentui-react-native/test-tools": "workspace:*",
"@office-iss/react-native-win32": "^0.74.0",
Expand Down
1 change: 0 additions & 1 deletion packages/components/Text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"@fluentui-react-native/framework-base": "workspace:*",
"@fluentui-react-native/jest-config": "workspace:*",
"@fluentui-react-native/kit-config": "workspace:*",
"@fluentui-react-native/lint-config-rules": "workspace:*",
"@fluentui-react-native/scripts": "workspace:*",
"@fluentui-react-native/test-tools": "workspace:*",
"@react-native-community/cli": "^20.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/configs/jest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"@babel/core": "catalog:",
"@fluentui-react-native/babel-config": "workspace:*",
"@fluentui-react-native/kit-config": "workspace:*",
"@fluentui-react-native/lint-config-rules": "workspace:*",
"@fluentui-react-native/scripts": "workspace:*",
"@react-native/babel-preset": "^0.81.0",
"@types/node": "catalog:",
Expand Down
Loading
Loading