Skip to content

Commit 6f3a45d

Browse files
Merge branch 'main' into fuyan/hard-mute-sdk-reference
2 parents 9fd0d1a + 8904b06 commit 6f3a45d

File tree

54 files changed

+939
-531
lines changed

Some content is hidden

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

54 files changed

+939
-531
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "patch",
3+
"area": "fix",
4+
"workstream": "Hard mute",
5+
"comment": "fix media access hermetic test",
6+
"packageName": "@azure/communication-react",
7+
"email": "[email protected]",
8+
"dependentChangeType": "patch"
9+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "prerelease",
3+
"area": "improvement",
4+
"workstream": "Updating test server dependencies",
5+
"comment": "updating express to 4.21.2 so we can fix a dependnecy issue with path-to-regexp",
6+
"packageName": "@azure/communication-react",
7+
"email": "[email protected]",
8+
"dependentChangeType": "patch"
9+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "patch",
3+
"area": "fix",
4+
"workstream": "Hard mute",
5+
"comment": "fix media access hermetic test",
6+
"packageName": "@azure/communication-react",
7+
"email": "[email protected]",
8+
"dependentChangeType": "patch"
9+
}

common/config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@playwright/test": "~1.49.1",
2222
"@rollup/plugin-commonjs": "~25.0.7",
2323
"@rollup/plugin-json": "^6.0.1",
24-
"@types/node": "^22.9.0",
24+
"@types/node": "^22.10.6",
2525
"beachball": "^2.44.0",
2626
"rollup": "^4.27.2",
2727
"rollup-plugin-sourcemaps": "~0.6.3",

common/config/rush/pnpm-lock.yaml

+380-219
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

+409-220
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/scripts/install-run.js

+59-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/calling-component-bindings/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"devDependencies": {
4848
"@azure/communication-calling": "1.32.2-beta.1 || ^1.32.1",
49-
"@azure/communication-calling-effects": "^1.1.2",
49+
"@azure/communication-calling-effects": "^1.1.3",
5050
"@babel/cli": "^7.24.8",
5151
"@babel/core": "^7.25.2",
5252
"@types/jest": "^29.5.14",

packages/chat-stateful-client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@types/react": "18.3.12",
5151
"@typescript-eslint/eslint-plugin": "^7.14.1",
5252
"@typescript-eslint/parser": "^7.14.1",
53-
"@types/node": "^22.9.0",
53+
"@types/node": "^22.10.6",
5454
"copyfiles": "^2.4.1",
5555
"cpy-cli": "^5.0.0",
5656
"cross-env": "^7.0.3",
@@ -69,4 +69,4 @@
6969
"ts-jest": "^29.1.5",
7070
"typescript": "5.4.5"
7171
}
72-
}
72+
}

packages/communication-react/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@
2828
"@azure/logger": "^1.0.4",
2929
"@fluentui/react-components": "^9.56.1",
3030
"@fluentui/react": "^8.121.11",
31-
"@fluentui/react-file-type-icons": "8.12.4",
31+
"@fluentui/react-file-type-icons": "8.12.7",
3232
"@fluentui/react-hooks": "^8.8.16",
33-
"@fluentui/react-icons": "^2.0.266",
33+
"@fluentui/react-icons": "^2.0.270",
3434
"@fluentui/react-window-provider": "^2.2.27",
3535
"@fluentui-contrib/react-chat": "0.1.10",
3636
"@griffel/react": "^1.5.27",
3737
"@types/events": "^3.0.3",
3838
"copy-to-clipboard": "^3.3.1",
39-
"dompurify": "^3.1.7",
39+
"dompurify": "^3.2.3",
4040
"events": "^3.3.0",
41-
"html-react-parser": "^5.1.18",
41+
"html-react-parser": "^5.2.2",
4242
"immer": "10.1.1",
4343
"memoize-one": "^5.2.1",
4444
"nanoid": "3.3.8",
@@ -112,7 +112,7 @@
112112
},
113113
"devDependencies": {
114114
"@azure/communication-calling": "1.32.2-beta.1 || ^1.32.1",
115-
"@azure/communication-calling-effects": "^1.1.2",
115+
"@azure/communication-calling-effects": "^1.1.3",
116116
"@azure/core-auth": "^1.7.2",
117117
"@babel/cli": "^7.24.8",
118118
"@babel/core": "^7.25.2",
@@ -124,15 +124,15 @@
124124
"@internal/react-components": "1.23.0-beta.0",
125125
"@internal/react-composites": "1.23.0-beta.0",
126126
"@internal/acs-ui-javascript-loaders": "1.23.0-beta.0",
127-
"@microsoft/api-documenter": "~7.26.0",
127+
"@microsoft/api-documenter": "~7.26.5",
128128
"@microsoft/api-extractor": "~7.48.0",
129129
"@rollup/plugin-json": "^6.0.1",
130130
"@testing-library/jest-dom": "^6.4.8",
131131
"@testing-library/react": "^16.0.0",
132132
"@types/dompurify": "^3.0.5",
133133
"@types/jest": "^29.5.14",
134134
"@types/json-stringify-safe": "^5.0.3",
135-
"@types/node": "^22.9.0",
135+
"@types/node": "^22.10.6",
136136
"@types/react-dom": "18.3.1",
137137
"@types/react-linkify": "^1.0.4",
138138
"@types/react": "18.3.12",
@@ -172,7 +172,7 @@
172172
"ts-patch": "^3.1.2",
173173
"type-fest": "^4.14.0",
174174
"typescript": "5.4.5",
175-
"typescript-transform-paths": "^3.5.2"
175+
"typescript-transform-paths": "^3.5.3"
176176
},
177177
"beachball": {
178178
"shouldPublish": false

packages/communication-react/review/stable/communication-react.api.md

-2
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,6 @@ export type CallCompositeIcons = {
559559
JoinByPhoneWaitToBeAdmittedIcon?: JSX.Element;
560560
PeoplePaneMoreButton?: JSX.Element;
561561
StopAllSpotlightMenuButton?: JSX.Element;
562-
TogetherModeLayout?: JSX.Element;
563562
};
564563

565564
// @public
@@ -2725,7 +2724,6 @@ export const DEFAULT_COMPOSITE_ICONS: {
27252724
JoinByPhoneWaitToBeAdmittedIcon?: JSX.Element | undefined;
27262725
PeoplePaneMoreButton?: JSX.Element | undefined;
27272726
StopAllSpotlightMenuButton?: JSX.Element | undefined;
2728-
TogetherModeLayout?: JSX.Element | undefined;
27292727
ChevronLeft?: JSX.Element | undefined;
27302728
ControlBarChatButtonActive?: JSX.Element | undefined;
27312729
ControlBarChatButtonInactive?: JSX.Element | undefined;

packages/react-components/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@
3939
"@azure/logger": "^1.0.4",
4040
"@fluentui/react": "^8.121.11",
4141
"@fluentui/react-components": "^9.56.1",
42-
"@fluentui/react-file-type-icons": "8.12.4",
42+
"@fluentui/react-file-type-icons": "8.12.7",
4343
"@fluentui/react-hooks": "^8.8.16",
44-
"@fluentui/react-icons": "^2.0.266",
44+
"@fluentui/react-icons": "^2.0.270",
4545
"@fluentui/react-window-provider": "^2.2.27",
4646
"@fluentui-contrib/react-chat": "0.1.10",
4747
"@internal/acs-ui-common": "1.23.0-beta.0",
4848
"@griffel/react": "^1.5.27",
4949
"copy-to-clipboard": "^3.3.1",
50-
"dompurify": "^3.1.7",
51-
"html-react-parser": "^5.1.18",
50+
"dompurify": "^3.2.3",
51+
"html-react-parser": "^5.2.2",
5252
"react-linkify": "^1.0.0-alpha",
5353
"react-use-draggable-scroll": "^0.4.7",
5454
"roosterjs-content-model-api": "^9.16.0",
@@ -80,7 +80,7 @@
8080
"@types/dompurify": "^3.0.5",
8181
"@types/jest": "^29.5.14",
8282
"@types/json-stringify-safe": "^5.0.3",
83-
"@types/node": "^22.9.0",
83+
"@types/node": "^22.10.6",
8484
"@types/react-dom": "18.3.1",
8585
"@types/react-linkify": "^1.0.4",
8686
"@types/react": "18.3.12",

packages/react-composites/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@
5252
"@azure/core-paging": "^1.5.0",
5353
"@azure/core-rest-pipeline": "^1.13.0",
5454
"@azure/logger": "^1.0.4",
55-
"@fluentui/react-file-type-icons": "8.12.4",
55+
"@fluentui/react-file-type-icons": "8.12.7",
5656
"@fluentui/react-hooks": "^8.8.16",
5757
"@internal/acs-ui-common": "1.23.0-beta.0",
5858
"@internal/calling-component-bindings": "1.23.0-beta.0",
5959
"@internal/calling-stateful-client": "1.23.0-beta.0",
6060
"@internal/chat-component-bindings": "1.23.0-beta.0",
6161
"@internal/chat-stateful-client": "1.23.0-beta.0",
6262
"@internal/react-components": "1.23.0-beta.0",
63-
"@fluentui/react-icons": "^2.0.266",
63+
"@fluentui/react-icons": "^2.0.270",
6464
"@fluentui/react": "^8.121.11",
6565
"@types/events": "^3.0.3",
6666
"copy-to-clipboard": "^3.3.1",
@@ -88,7 +88,7 @@
8888
"@babel/preset-env": "7.23.9",
8989
"@internal/fake-backends": "1.23.0-beta.0",
9090
"@internal/eslint-plugin-custom-rules": "0.1.0",
91-
"@microsoft/api-documenter": "~7.26.0",
91+
"@microsoft/api-documenter": "~7.26.5",
9292
"@microsoft/api-extractor": "~7.48.0",
9393
"@playwright/test": "~1.49.1",
9494
"@testing-library/jest-dom": "^6.4.8",
@@ -97,7 +97,7 @@
9797
"@types/express": "^4.17.8",
9898
"@types/jest": "^29.5.14",
9999
"@types/json-stringify-safe": "^5.0.3",
100-
"@types/node": "^22.9.0",
100+
"@types/node": "^22.10.6",
101101
"@types/react-dom": "18.3.1",
102102
"@types/react-linkify": "^1.0.4",
103103
"@types/react": "18.3.12",
@@ -126,7 +126,7 @@
126126
"eslint-plugin-react-hooks": "^4.6.2",
127127
"eslint-plugin-react": "^7.37.2",
128128
"eslint": "^8.57.0",
129-
"express": "^4.21.1",
129+
"express": "^4.21.2",
130130
"fs-extra": "^10.1.0",
131131
"html-webpack-plugin": "^5.3.1",
132132
"husky": "^8.0.3",
@@ -158,4 +158,4 @@
158158
"webpack": "5.95.0",
159159
"yargs": "^17.7.2"
160160
}
161-
}
161+
}

packages/react-composites/src/composites/common/icons.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ export type CallCompositeIcons = {
255255
JoinByPhoneWaitToBeAdmittedIcon?: JSX.Element;
256256
PeoplePaneMoreButton?: JSX.Element;
257257
StopAllSpotlightMenuButton?: JSX.Element;
258+
/* @conditional-compile-remove(together-mode) */
258259
TogetherModeLayout?: JSX.Element;
259260
};
260261

0 commit comments

Comments
 (0)