Skip to content

Commit af5b0a6

Browse files
authored
Merge branch 'master' into feat/llm-docs
2 parents 4b1210f + ea2fbd6 commit af5b0a6

File tree

352 files changed

+18698
-14645
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

352 files changed

+18698
-14645
lines changed

.github/workflows/bundle-size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929

3030
- name: Derive appropriate SHAs for base and head for `nx affected` commands
31-
uses: nrwl/nx-set-shas@dbe0650947e5f2c81f59190a38512cf49126fe6b # v4.3.0
31+
uses: nrwl/nx-set-shas@826660b82addbef3abff5fa871492ebad618c9e1 # v4.3.3
3232
with:
3333
main-branch-name: 'master'
3434

.github/workflows/pr-vrt-poc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
PR_DETAILS: ${{steps.pr_details.outputs.result}}
6868

6969
- name: Derive appropriate SHAs for base and head for `nx affected` commands
70-
uses: nrwl/nx-set-shas@dbe0650947e5f2c81f59190a38512cf49126fe6b # v4.3.0
70+
uses: nrwl/nx-set-shas@826660b82addbef3abff5fa871492ebad618c9e1 # v4.3.3
7171
with:
7272
main-branch-name: 'master'
7373

@@ -134,7 +134,7 @@ jobs:
134134
fetch-depth: 0
135135

136136
- name: Derive appropriate SHAs for base and head for `nx affected` commands
137-
uses: nrwl/nx-set-shas@dbe0650947e5f2c81f59190a38512cf49126fe6b # v4.3.0
137+
uses: nrwl/nx-set-shas@826660b82addbef3abff5fa871492ebad618c9e1 # v4.3.3
138138
with:
139139
main-branch-name: 'master'
140140

.github/workflows/pr-vrt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fetch-depth: 0
3131

3232
- name: Derive appropriate SHAs for base and head for `nx affected` commands
33-
uses: nrwl/nx-set-shas@dbe0650947e5f2c81f59190a38512cf49126fe6b # v4.3.0
33+
uses: nrwl/nx-set-shas@826660b82addbef3abff5fa871492ebad618c9e1 # v4.3.3
3434
with:
3535
main-branch-name: 'master'
3636

.github/workflows/pr-website-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929

3030
- name: Derive appropriate SHAs for base and head for `nx affected` commands
31-
uses: nrwl/nx-set-shas@dbe0650947e5f2c81f59190a38512cf49126fe6b # v4.3.0
31+
uses: nrwl/nx-set-shas@826660b82addbef3abff5fa871492ebad618c9e1 # v4.3.3
3232
with:
3333
main-branch-name: 'master'
3434

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fetch-depth: 0
3636

3737
- name: Derive appropriate SHAs for base and head for `nx affected` commands
38-
uses: nrwl/nx-set-shas@dbe0650947e5f2c81f59190a38512cf49126fe6b # v4.3.0
38+
uses: nrwl/nx-set-shas@826660b82addbef3abff5fa871492ebad618c9e1 # v4.3.3
3939
with:
4040
main-branch-name: 'master'
4141

@@ -104,7 +104,7 @@ jobs:
104104
fetch-depth: 0
105105

106106
- name: Derive appropriate SHAs for base and head for `nx affected` commands
107-
uses: nrwl/nx-set-shas@dbe0650947e5f2c81f59190a38512cf49126fe6b # v4.3.0
107+
uses: nrwl/nx-set-shas@826660b82addbef3abff5fa871492ebad618c9e1 # v4.3.3
108108
with:
109109
main-branch-name: 'master'
110110

@@ -227,7 +227,7 @@ jobs:
227227
fetch-depth: 0
228228

229229
- name: Derive appropriate SHAs for base and head for `nx affected` commands
230-
uses: nrwl/nx-set-shas@dbe0650947e5f2c81f59190a38512cf49126fe6b # v4.3.0
230+
uses: nrwl/nx-set-shas@826660b82addbef3abff5fa871492ebad618c9e1 # v4.3.3
231231
with:
232232
main-branch-name: 'master'
233233

apps/react-17-tests-v9/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@
2222
"@fluentui/scripts-tasks": "*"
2323
},
2424
"dependencies": {
25-
"@fluentui/react-calendar-compat": "*",
2625
"@fluentui/react-components": "*",
26+
"@fluentui/react-calendar-compat": "*",
2727
"@fluentui/react-datepicker-compat": "*",
28-
"@fluentui/react-migration-v8-v9": "*",
2928
"@fluentui/react-timepicker-compat": "*",
29+
"@fluentui/react-migration-v8-v9": "*",
30+
"@fluentui/react-menu-grid-preview": "*",
3031
"@cypress/react": "8.0.0",
3132
"@testing-library/dom": "8.11.3",
3233
"@testing-library/react": "12.1.2",

apps/react-17-tests-v9/tsconfig.react-17.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"../../packages/react-components/**/index.stories.tsx",
2828
"../../packages/react-components/**/index.stories.ts",
2929
"../../packages/react-components/react-migration-v0-v9/**",
30-
"../../packages/react-components/react-migration-v8-v9/library/**/*.spec.tsx",
31-
"../../packages/react-components/react-migration-v8-v9/library/**/*.test.tsx",
32-
"../../packages/react-components/react-migration-v8-v9/library/src/testing/**"
30+
"../../**/*.spec.tsx",
31+
"../../**/*.test.tsx",
32+
"../../**/src/testing/**"
3333
],
3434
"include": [
3535
"../../packages/react-components/*/stories/**/*.stories.tsx",

apps/react-18-tests-v9/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@
2222
"@fluentui/scripts-tasks": "*"
2323
},
2424
"dependencies": {
25-
"@fluentui/react-calendar-compat": "*",
2625
"@fluentui/react-components": "*",
26+
"@fluentui/react-calendar-compat": "*",
2727
"@fluentui/react-datepicker-compat": "*",
28-
"@fluentui/react-migration-v8-v9": "*",
2928
"@fluentui/react-timepicker-compat": "*",
29+
"@fluentui/react-migration-v8-v9": "*",
30+
"@fluentui/react-menu-grid-preview": "*",
3031
"@cypress/react": "9.0.1",
3132
"@testing-library/dom": "^10.1.0",
3233
"@testing-library/react": "^16.0.0",

apps/react-18-tests-v9/tsconfig.react-18.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"../../packages/react-components/**/index.stories.tsx",
2828
"../../packages/react-components/**/index.stories.ts",
2929
"../../packages/react-components/react-migration-v0-v9/**",
30-
"../../packages/react-components/react-migration-v8-v9/library/**/*.spec.tsx",
31-
"../../packages/react-components/react-migration-v8-v9/library/**/*.test.tsx",
32-
"../../packages/react-components/react-migration-v8-v9/library/src/testing/**"
30+
"../../**/*.spec.tsx",
31+
"../../**/*.test.tsx",
32+
"../../**/src/testing/**"
3333
],
3434
"include": [
3535
"../../packages/react-components/*/stories/**/*.stories.tsx",

apps/react-19-tests-v9/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@
2222
"@fluentui/scripts-tasks": "*"
2323
},
2424
"dependencies": {
25-
"@fluentui/react-calendar-compat": "*",
2625
"@fluentui/react-components": "*",
26+
"@fluentui/react-calendar-compat": "*",
2727
"@fluentui/react-datepicker-compat": "*",
28-
"@fluentui/react-migration-v8-v9": "*",
2928
"@fluentui/react-timepicker-compat": "*",
29+
"@fluentui/react-migration-v8-v9": "*",
30+
"@fluentui/react-menu-grid-preview": "*",
3031
"@cypress/react": "9.0.1",
3132
"@testing-library/dom": "^10.1.0",
3233
"@testing-library/react": "^16.0.0",

0 commit comments

Comments
 (0)