Skip to content

Commit 365cf49

Browse files
Update fluentui/react version to 8.62.4 (#1979)
* update * Change files * uodate file * uodate file * storybook update * version * merge * Update composite automation snapshots * Update composite automation snapshots * Update composite automation snapshots * Update composite automation snapshots * Update composite automation snapshots * ui test fix * Update composite automation snapshots * Update composite automation snapshots * Update composite automation snapshots * storybook update * storyshot * update storybook Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent de87d04 commit 365cf49

34 files changed

Lines changed: 489 additions & 370 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "prerelease",
3+
"comment": "Update fluentui/react version",
4+
"packageName": "@internal/react-components",
5+
"email": "carolinecao@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "prerelease",
3+
"comment": "Update fluentui/react version",
4+
"packageName": "@internal/react-composites",
5+
"email": "carolinecao@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "prerelease",
3+
"comment": "Update fluentui/react version",
4+
"packageName": "@internal/storybook",
5+
"email": "carolinecao@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}

common/config/rush/pnpm-lock.yaml

Lines changed: 174 additions & 146 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/config/rush/variants/stable/pnpm-lock.yaml

Lines changed: 204 additions & 163 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/communication-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@fluentui/react-icons": "~1.1.137",
3333
"@fluentui/react-northstar": "0.61.0",
3434
"@fluentui/react-window-provider": "~2.2.0",
35-
"@fluentui/react": "~8.17.2",
35+
"@fluentui/react": "~8.62.4",
3636
"copy-to-clipboard": "~3.3.1",
3737
"events": "~3.3.0",
3838
"html-to-react": "~1.4.5",

packages/react-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@fluentui/react-icons": "~1.1.137",
3838
"@fluentui/react-northstar": "0.61.0",
3939
"@fluentui/react-window-provider": "~2.2.0",
40-
"@fluentui/react": "~8.17.2",
40+
"@fluentui/react": "~8.62.4",
4141
"@internal/acs-ui-common": "1.2.2-beta.1",
4242
"copy-to-clipboard": "~3.3.1",
4343
"html-to-react": "~1.4.5",

packages/react-composites/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@fluentui/react-file-type-icons": "~8.5.8",
5252
"@fluentui/react-hooks": "~8.3.8",
5353
"@fluentui/react-icons": "~1.1.137",
54-
"@fluentui/react": "~8.17.2",
54+
"@fluentui/react": "~8.62.4",
5555
"@internal/acs-ui-common": "1.2.2-beta.1",
5656
"@internal/calling-component-bindings": "1.2.2-beta.1",
5757
"@internal/calling-stateful-client": "1.2.2-beta.1",

packages/react-composites/tests/browser/common/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ export const stubMessageTimestamps = async (page: Page): Promise<void> => {
240240
* Stub out ReadReceipts tooltip content to avoid spurious diffs in snapshot tests.
241241
*/
242242
export const stubReadReceiptsToolTip = async (page: Page): Promise<void> => {
243-
const readReceiptsToolTipId: string = dataUiId(IDS.readReceiptTooltip) + ' > div > p';
243+
const readReceiptsToolTipId: string = dataUiId(IDS.readReceiptTooltip) + ' > div > div > p';
244244

245245
await page.evaluate((readReceiptsToolTipId) => {
246246
Array.from(document.querySelectorAll(readReceiptsToolTipId)).forEach((i) => (i.textContent = 'Read by stub/stub'));

0 commit comments

Comments
 (0)