Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[OCE] dep updates/042424 #4527

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions common/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"@playwright/test": "~1.39.0",
"@rollup/plugin-commonjs": "~25.0.7",
"@rollup/plugin-json": "^6.0.1",
"@types/node": "^20.11.25",
"@types/node": "^20.12.7",
"beachball": "2.31.13",
"rollup": "^4.12.1",
"rollup": "^4.16.4",
"rollup-plugin-sourcemaps": "~0.6.3",
"rollup-plugin-svg": "~2.0.0",
"ts-node": "^10.9.2",
"typescript": "5.4.3"
"typescript": "5.4.5"
}
}
2,636 changes: 1,454 additions & 1,182 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions packages/acs-ui-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@
"license": "MIT",
"dependencies": {
"@azure/communication-common": "^2.3.1",
"@azure/logger": "^1.0.4"
"@azure/logger": "^1.1.2"
},
"peerDependencies": {
"react": ">=16.8.0 <19.0.0",
"@types/react": ">=16.8.0 <19.0.0"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.3",
"@types/jest": "^29.5.11",
"@types/react": "18.2.74",
"@types/react": "18.2.79",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"copyfiles": "^2.4.1",
Expand All @@ -58,8 +58,8 @@
"prettier": "2.3.1",
"react": "18.2.0",
"rimraf": "^2.6.2",
"rollup": "^4.12.1",
"rollup": "^4.16.4",
"ts-jest": "^29.1.2",
"typescript": "5.4.3"
"typescript": "5.4.5"
}
}
}
10 changes: 5 additions & 5 deletions packages/calling-component-bindings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
"devDependencies": {
"@azure/communication-calling": "1.24.1-beta.2 || ^1.23.1",
"@azure/communication-calling-effects": "1.0.1",
"@babel/cli": "^7.23.9",
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.3",
"@types/jest": "^29.5.11",
"@types/react": "18.2.74",
"@types/react": "18.2.79",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"copyfiles": "^2.4.1",
Expand All @@ -67,8 +67,8 @@
"prettier": "2.3.1",
"react": "18.2.0",
"rimraf": "^2.6.2",
"rollup": "^4.12.1",
"rollup": "^4.16.4",
"ts-jest": "^29.1.2",
"typescript": "5.4.3"
"typescript": "5.4.5"
}
}
}
14 changes: 7 additions & 7 deletions packages/calling-stateful-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"license": "MIT",
"dependencies": {
"@azure/communication-common": "^2.3.1",
"@azure/logger": "^1.0.4",
"@azure/logger": "^1.1.2",
"@internal/acs-ui-common": "1.16.0-beta.0",
"events": "^3.3.0",
"immer": "10.0.4"
Expand All @@ -40,11 +40,11 @@
},
"devDependencies": {
"@azure/communication-calling": "1.24.1-beta.2 || ^1.23.1",
"@azure/core-auth": "^1.4.0",
"@babel/cli": "^7.23.9",
"@azure/core-auth": "^1.7.2",
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.3",
"@types/jest": "^29.5.11",
"@types/react": "18.2.74",
"@types/react": "18.2.79",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"copyfiles": "^2.4.1",
Expand All @@ -61,8 +61,8 @@
"jest": "29.7.0",
"prettier": "2.3.1",
"rimraf": "^2.6.2",
"rollup": "^4.12.1",
"rollup": "^4.16.4",
"ts-jest": "^29.1.2",
"typescript": "5.4.3"
"typescript": "5.4.5"
}
}
}
12 changes: 6 additions & 6 deletions packages/chat-component-bindings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"license": "MIT",
"dependencies": {
"@azure/communication-common": "^2.3.1",
"@azure/core-paging": "^1.5.0",
"@azure/core-paging": "^1.6.2",
"@internal/acs-ui-common": "1.16.0-beta.0",
"@internal/chat-stateful-client": "1.16.0-beta.0",
"@internal/react-components": "1.16.0-beta.0",
Expand All @@ -44,10 +44,10 @@
},
"devDependencies": {
"@azure/communication-chat": "1.6.0-beta.1 || ^1.5.0",
"@babel/cli": "^7.23.9",
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.3",
"@types/jest": "^29.5.11",
"@types/react": "18.2.74",
"@types/react": "18.2.79",
"copyfiles": "^2.4.1",
"cpx": "^1.5.0",
"cross-env": "^7.0.3",
Expand All @@ -63,7 +63,7 @@
"prettier": "2.3.1",
"react": "18.2.0",
"rimraf": "^2.6.2",
"rollup": "^4.12.1",
"typescript": "5.4.3"
"rollup": "^4.16.4",
"typescript": "5.4.5"
}
}
}
14 changes: 7 additions & 7 deletions packages/chat-stateful-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"license": "MIT",
"dependencies": {
"@azure/communication-common": "^2.3.1",
"@azure/core-paging": "^1.5.0",
"@azure/logger": "^1.0.4",
"@azure/core-paging": "^1.6.2",
"@azure/logger": "^1.1.2",
"@internal/acs-ui-common": "1.16.0-beta.0",
"events": "^3.3.0",
"immer": "10.0.4",
Expand All @@ -43,10 +43,10 @@
"devDependencies": {
"@azure/communication-chat": "1.6.0-beta.1 || ^1.5.0",
"@azure/communication-signaling": "1.0.0-beta.23 || 1.0.0-beta.26",
"@babel/cli": "^7.23.9",
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.3",
"@types/jest": "^29.5.11",
"@types/react": "18.2.74",
"@types/react": "18.2.79",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"copyfiles": "^2.4.1",
Expand All @@ -63,8 +63,8 @@
"jest": "29.7.0",
"prettier": "2.3.1",
"rimraf": "^2.6.2",
"rollup": "^4.12.1",
"rollup": "^4.16.4",
"ts-jest": "^29.1.2",
"typescript": "5.4.3"
"typescript": "5.4.5"
}
}
}
38 changes: 19 additions & 19 deletions packages/communication-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"types": "dist/communication-react.d.ts",
"dependencies": {
"@azure/communication-common": "^2.3.1",
"@azure/core-paging": "^1.5.0",
"@azure/logger": "^1.0.4",
"@fluentui/react-components": "^9.47.3",
"@fluentui/react": "^8.117.1",
"@fluentui/react-file-type-icons": "8.11.5",
"@fluentui/react-hooks": "^8.7.0",
"@fluentui/react-icons": "^2.0.233",
"@fluentui/react-window-provider": "^2.2.18",
"@azure/core-paging": "^1.6.2",
"@azure/logger": "^1.1.2",
"@fluentui/react-components": "^9.49.0",
"@fluentui/react": "^8.117.7",
"@fluentui/react-file-type-icons": "8.11.9",
"@fluentui/react-hooks": "^8.8.1",
"@fluentui/react-icons": "^2.0.237",
"@fluentui/react-window-provider": "^2.2.21",
"@fluentui-contrib/react-chat": "0.1.9",
"@griffel/react": "^1.5.21",
"copy-to-clipboard": "^3.3.1",
Expand Down Expand Up @@ -101,8 +101,8 @@
"@azure/communication-calling": "1.24.1-beta.2 || ^1.23.1",
"@azure/communication-calling-effects": "1.0.1",
"@azure/communication-chat": "1.6.0-beta.1 || ^1.5.0",
"@azure/core-auth": "^1.4.0",
"@babel/cli": "^7.23.9",
"@azure/core-auth": "^1.7.2",
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.3",
"@internal/calling-component-bindings": "1.16.0-beta.0",
"@internal/calling-stateful-client": "1.16.0-beta.0",
Expand All @@ -111,18 +111,18 @@
"@internal/fake-backends": "1.16.0-beta.0",
"@internal/react-components": "1.16.0-beta.0",
"@internal/react-composites": "1.16.0-beta.0",
"@microsoft/api-documenter": "~7.23.30",
"@microsoft/api-extractor": "~7.42.3",
"@microsoft/api-documenter": "~7.24.2",
"@microsoft/api-extractor": "~7.43.1",
"@rollup/plugin-json": "^6.0.1",
"@testing-library/jest-dom": "^6.3.0",
"@testing-library/react": "^14.2.2",
"@types/dompurify": "^3.0.5",
"@types/jest": "^29.5.11",
"@types/json-stringify-safe": "^5.0.3",
"@types/node": "^20.11.25",
"@types/react-dom": "18.2.23",
"@types/node": "^20.12.7",
"@types/react-dom": "18.2.25",
"@types/react-linkify": "^1.0.4",
"@types/react": "18.2.74",
"@types/react": "18.2.79",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
Expand Down Expand Up @@ -151,17 +151,17 @@
"regenerator-runtime": "^0.14.0",
"renamer": "^4.0.0",
"rimraf": "^2.6.2",
"rollup": "^4.12.1",
"rollup": "^4.16.4",
"scheduler": "^0.23.0",
"source-map-explorer": "^2.5.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"ts-patch": "^3.1.2",
"type-fest": "^4.14.0",
"typescript": "5.4.3",
"type-fest": "^4.17.0",
"typescript": "5.4.5",
"typescript-transform-paths": "^3.4.7"
},
"beachball": {
"shouldPublish": false
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4439,13 +4439,13 @@ export type UpdateMessageCallback = (messageId: string, content: string, options
}) => Promise<void>;

// @public
export const useAzureCommunicationCallAdapter: (args: Partial<AzureCommunicationCallAdapterArgs | AzureCommunicationOutboundCallAdapterArgs>, afterCreate?: ((adapter: CallAdapter) => Promise<CallAdapter>) | undefined, beforeDispose?: ((adapter: CallAdapter) => Promise<void>) | undefined) => CallAdapter | undefined;
export const useAzureCommunicationCallAdapter: (args: Partial<AzureCommunicationCallAdapterArgs | AzureCommunicationOutboundCallAdapterArgs>, afterCreate?: (adapter: CallAdapter) => Promise<CallAdapter>, beforeDispose?: (adapter: CallAdapter) => Promise<void>) => CallAdapter | undefined;

// @public
export const useAzureCommunicationCallWithChatAdapter: (args: Partial<AzureCommunicationCallWithChatAdapterArgs>, afterCreate?: ((adapter: CallWithChatAdapter) => Promise<CallWithChatAdapter>) | undefined, beforeDispose?: ((adapter: CallWithChatAdapter) => Promise<void>) | undefined) => CallWithChatAdapter | undefined;
export const useAzureCommunicationCallWithChatAdapter: (args: Partial<AzureCommunicationCallWithChatAdapterArgs>, afterCreate?: (adapter: CallWithChatAdapter) => Promise<CallWithChatAdapter>, beforeDispose?: (adapter: CallWithChatAdapter) => Promise<void>) => CallWithChatAdapter | undefined;

// @public
export const useAzureCommunicationChatAdapter: (args: Partial<AzureCommunicationChatAdapterArgs>, afterCreate?: ((adapter: ChatAdapter) => Promise<ChatAdapter>) | undefined, beforeDispose?: ((adapter: ChatAdapter) => Promise<void>) | undefined) => ChatAdapter | undefined;
export const useAzureCommunicationChatAdapter: (args: Partial<AzureCommunicationChatAdapterArgs>, afterCreate?: (adapter: ChatAdapter) => Promise<ChatAdapter>, beforeDispose?: (adapter: ChatAdapter) => Promise<void>) => ChatAdapter | undefined;

// @public
export const useCall: () => Call | undefined;
Expand Down Expand Up @@ -4475,7 +4475,7 @@ export const useSelector: <ParamT extends Selector | undefined>(selector: ParamT
export const useTeamsCall: () => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;

// @beta
export const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs>, afterCreate?: ((adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>) | undefined, beforeDispose?: ((adapter: TeamsCallAdapter) => Promise<void>) | undefined) => TeamsCallAdapter | undefined;
export const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs>, afterCreate?: (adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>, beforeDispose?: (adapter: TeamsCallAdapter) => Promise<void>) => TeamsCallAdapter | undefined;

// @beta
export const useTeamsCallAgent: () => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCallAgent;
Expand Down
10 changes: 5 additions & 5 deletions packages/fake-backends/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
"@azure/communication-chat": "1.6.0-beta.1 || ^1.5.0",
"@azure/communication-common": "^2.3.1",
"@azure/communication-signaling": "1.0.0-beta.23 || 1.0.0-beta.26",
"@azure/core-paging": "^1.5.0",
"@azure/core-paging": "^1.6.2",
"@azure/core-rest-pipeline": "^1.13.0",
"@internal/acs-ui-common": "1.16.0-beta.0",
"events": "^3.3.0",
"immer": "10.0.4",
"nanoid": "3.3.6"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.3",
"@babel/preset-env": "7.23.9",
"@types/jest": "^29.5.11",
Expand All @@ -62,9 +62,9 @@
"jest": "29.7.0",
"prettier": "2.3.1",
"rimraf": "^2.6.2",
"rollup": "^4.12.1",
"rollup": "^4.16.4",
"ts-jest": "^29.1.2",
"typescript": "5.4.3",
"typescript": "5.4.5",
"webpack": "5.89.0"
}
}
}
28 changes: 14 additions & 14 deletions packages/react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
},
"license": "MIT",
"dependencies": {
"@fluentui/react": "^8.117.1",
"@fluentui/react-components": "^9.47.3",
"@fluentui/react-file-type-icons": "8.11.5",
"@fluentui/react-hooks": "^8.7.0",
"@fluentui/react-icons": "^2.0.233",
"@fluentui/react-window-provider": "^2.2.18",
"@fluentui/react": "^8.117.7",
"@fluentui/react-components": "^9.49.0",
"@fluentui/react-file-type-icons": "8.11.9",
"@fluentui/react-hooks": "^8.8.1",
"@fluentui/react-icons": "^2.0.237",
"@fluentui/react-window-provider": "^2.2.21",
"@fluentui-contrib/react-chat": "0.1.9",
"@griffel/react": "^1.5.21",
"@internal/acs-ui-common": "1.16.0-beta.0",
Expand All @@ -67,7 +67,7 @@
"react-dom": ">=16.8.0 <19.0.0"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.3",
"@babel/preset-env": "7.23.9",
"@playwright/experimental-ct-react": "~1.39.0",
Expand All @@ -80,10 +80,10 @@
"@types/dompurify": "^3.0.5",
"@types/jest": "^29.5.11",
"@types/json-stringify-safe": "^5.0.3",
"@types/node": "^20.11.25",
"@types/react-dom": "18.2.23",
"@types/node": "^20.12.7",
"@types/react-dom": "18.2.25",
"@types/react-linkify": "^1.0.4",
"@types/react": "18.2.74",
"@types/react": "18.2.79",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
Expand Down Expand Up @@ -122,13 +122,13 @@
"react": "18.2.0",
"regenerator-runtime": "^0.14.0",
"rimraf": "^2.6.2",
"rollup": "^4.12.1",
"rollup": "^4.16.4",
"scheduler": "^0.23.0",
"source-map-explorer": "^2.5.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"type-fest": "^4.14.0",
"typescript": "5.4.3",
"type-fest": "^4.17.0",
"typescript": "5.4.5",
"webpack": "5.89.0"
}
}
}