Skip to content

Commit c9071d1

Browse files
emlynmacedwardlee-msftgithub-actions[bot]
authored
Update to communication-common latest beta (#5845)
--------- Co-authored-by: Edward Lee <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a4fb510 commit c9071d1

File tree

100 files changed

+3367
-4302
lines changed

Some content is hidden

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

100 files changed

+3367
-4302
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "prerelease",
3+
"area": "improvement",
4+
"workstream": "Update Dependencies",
5+
"comment": "Update communication-calling to 1.36.1-beta-1",
6+
"packageName": "@azure/communication-react",
7+
"email": "[email protected]",
8+
"dependentChangeType": "patch"
9+
}

common/config/jest/jest.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ module.exports = {
2323
// An array of file extensions your modules use
2424
moduleFileExtensions: ['js', 'json', 'jsx', 'ts', 'tsx', 'node'],
2525

26+
// Work around mapping ESM issues; see https://github.com/Azure/azure-sdk-for-js/issues/34195#issuecomment-2850957045
27+
moduleNameMapper: {
28+
'^@typespec/ts-http-runtime/internal/(.*)$':
29+
'<rootDir>/../../../common/temp/node_modules/.pnpm/@[email protected]/node_modules/@typespec/ts-http-runtime/dist/commonjs/$1/internal.js'
30+
},
31+
2632
// A preset that is used as a base for Jest's configuration
2733
preset: 'ts-jest',
2834

common/config/jest/resolver.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,15 @@ module.exports = (path, options) => {
2222
pkg.name === 'uuid' ||
2323
pkg.name === '@azure/core-util' ||
2424
pkg.name === '@azure/abort-controller' ||
25+
pkg.name === '@azure/communication-common' ||
26+
pkg.name === '@azure/communication-chat' ||
2527
pkg.name === '@azure/core-rest-pipeline' ||
2628
pkg.name === '@azure/logger' ||
2729
pkg.name === '@azure/core-tracing' ||
2830
pkg.name === '@azure/core-auth' ||
2931
pkg.name === '@azure/core-client' ||
32+
pkg.name === '@azure-rest/core-client' ||
33+
pkg.name === '@typespec/ts-http-runtime' ||
3034
pkg.name === 'nanoid'
3135
) {
3236
delete pkg['exports'];

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.52.0",
2222
"@rollup/plugin-commonjs": "~25.0.7",
2323
"@rollup/plugin-json": "^6.0.1",
24-
"@types/node": "^22.10.6",
24+
"@types/node": "^22.15.18",
2525
"beachball": "^2.44.0",
2626
"rollup": "^4.40.2",
2727
"rollup-plugin-sourcemaps": "~0.6.3",

common/config/rush/common-versions.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
* instead of the latest version.
2525
*/
2626
// "some-library": "1.2.3"
27-
"@azure/communication-calling": "1.35.1-beta.1",
28-
"@azure/communication-common": "2.3.0",
29-
"@azure/communication-chat": "1.6.0-beta.3",
30-
"@azure/communication-signaling": "1.0.0-beta.27",
27+
"@azure/communication-calling": "1.36.1-beta.1",
28+
"@azure/communication-common": "2.3.2-beta.1",
29+
"@azure/communication-chat": "1.6.0-beta.7",
30+
"@azure/communication-signaling": "1.0.0-beta.33",
3131
"@azure/communication-calling-effects": "1.1.4"
3232
},
3333

@@ -56,10 +56,10 @@
5656
* This design avoids unnecessary churn in this file.
5757
*/
5858
"allowedAlternativeVersions": {
59-
"@azure/communication-calling": ["1.35.1-beta.1"],
60-
"@azure/communication-common": ["2.3.0"],
61-
"@azure/communication-chat": ["1.6.0-beta.3"],
62-
"@azure/communication-signaling": ["1.0.0-beta.27"],
59+
"@azure/communication-calling": ["1.36.1-beta.1"],
60+
"@azure/communication-common": ["2.3.2-beta.1"],
61+
"@azure/communication-chat": ["1.6.0-beta.7"],
62+
"@azure/communication-signaling": ["1.0.0-beta.33"],
6363
"@azure/communication-calling-effects": ["1.1.4"],
6464
"typescript": [
6565
// All projects should use this version by default

0 commit comments

Comments
 (0)