Skip to content

Commit 2ea75b9

Browse files
Merge branch 'main' of https://github.com/Azure/communication-ui-library into dmceachernmsft/ubuntu-test
2 parents 1853a86 + d6891eb commit 2ea75b9

File tree

34 files changed

+821
-501
lines changed

34 files changed

+821
-501
lines changed

common/config/package.json

Lines changed: 1 addition & 1 deletion
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

Lines changed: 355 additions & 213 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: 361 additions & 215 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/scripts/install-run.js

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

packages/calling-component-bindings/package.json

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 8 additions & 8 deletions
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/react-components/package.json

Lines changed: 5 additions & 5 deletions
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

Lines changed: 5 additions & 5 deletions
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",
@@ -158,4 +158,4 @@
158158
"webpack": "5.95.0",
159159
"yargs": "^17.7.2"
160160
}
161-
}
161+
}

packages/storybook8/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"@azure/communication-identity": "^1.3.0",
2828
"@azure/communication-react": "1.23.0-beta.0",
2929
"@fluentui/react-components": "^9.56.1",
30-
"@fluentui/react-file-type-icons": "8.12.4",
30+
"@fluentui/react-file-type-icons": "8.12.7",
3131
"@fluentui/react-hooks": "^8.8.16",
32-
"@fluentui/react-icons": "^2.0.266",
32+
"@fluentui/react-icons": "^2.0.270",
3333
"@fluentui/react": "^8.121.11",
3434
"@fluentui/theme-samples": "8.7.123",
3535
"@internal/fake-backends": "1.23.0-beta.0",
@@ -67,7 +67,7 @@
6767
"@testing-library/jest-dom": "^6.4.8",
6868
"@types/jest": "^29.5.14",
6969
"@types/json-stringify-safe": "^5.0.3",
70-
"@types/node": "^22.9.0",
70+
"@types/node": "^22.10.6",
7171
"@types/react-dom": "18.3.1",
7272
"@types/react-linkify": "^1.0.4",
7373
"@types/react": "18.3.12",
@@ -118,4 +118,4 @@
118118
"typescript": "5.4.5",
119119
"webpack": "5.95.0"
120120
}
121-
}
121+
}

rush.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush.schema.json",
3-
"rushVersion": "5.140.1",
3+
"rushVersion": "5.148.0",
44
"pnpmVersion": "8.11.0",
55
"nodeSupportedVersionRange": ">=16.19.0 <23.0.0",
66
"ensureConsistentVersions": true,

samples/CallWithChat/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"@internal/react-components": "1.23.0-beta.0",
4848
"@internal/react-composites": "1.23.0-beta.0",
4949
"@fluentui/react": "^8.121.11",
50-
"@fluentui/react-file-type-icons": "8.12.4",
51-
"@fluentui/react-icons": "^2.0.266",
50+
"@fluentui/react-file-type-icons": "8.12.7",
51+
"@fluentui/react-icons": "^2.0.270",
5252
"merge": "^2.1.1",
5353
"mobile-detect": "^1.4.5",
5454
"react": "18.3.1",
@@ -63,7 +63,7 @@
6363
"@babel/eslint-parser": "^7.22.15",
6464
"@babel/preset-env": "7.23.9",
6565
"@types/jest": "^29.5.14",
66-
"@types/node": "^22.9.0",
66+
"@types/node": "^22.10.6",
6767
"@types/react": "18.3.12",
6868
"@types/react-dom": "18.3.1",
6969
"@types/uuid": "^9.0.8",
@@ -107,4 +107,4 @@
107107
"webpack-bundle-analyzer": "^4.5.0",
108108
"@babel/cli": "^7.24.8"
109109
}
110-
}
110+
}

0 commit comments

Comments
 (0)