Skip to content

Update Azure Communication Services packages to latest stable versions#299

Merged
dmceachernmsft merged 4 commits into
mainfrom
copilot/update-azure-communication-packages
Nov 13, 2025
Merged

Update Azure Communication Services packages to latest stable versions#299
dmceachernmsft merged 4 commits into
mainfrom
copilot/update-azure-communication-packages

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Nov 13, 2025

Purpose

Updates @azure/communication-react, @azure/communication-calling, and @azure/communication-calling-effects in the Calling application to their latest stable versions for improved features and bug fixes.

  • Bump @azure/communication-react from 1.30.0 to 1.31.0
  • Bump @azure/communication-calling from 1.38.1 to 1.40.1
  • Bump @azure/communication-calling-effects from 1.3.1 to 1.3.2

Pull Request Type

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[x] Other... Please describe: Dependency version updates

Upstream sample reference

Links to PR(s) that made the original change in the upstream sample:

  • N/A - Routine dependency updates to latest stable versions

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code
npm run build
cd Server && npm test

What to Check

Verify that the following are valid

  • Application builds successfully without errors
  • Server tests pass
  • No security vulnerabilities introduced
  • Only Calling directory packages are updated (no Server directory changes)

Other Information

These are minor version updates with no breaking changes. All existing functionality remains compatible. Updates are limited to the Calling application only - no changes were made to the Server directory.

Original prompt

Update the @azure/communication-react and @azure/communication-calling and @azure/communication-calling-effects to their latest stable versions


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI and others added 2 commits November 13, 2025 17:42
Co-authored-by: dmceachernmsft <94866715+dmceachernmsft@users.noreply.github.com>
Co-authored-by: dmceachernmsft <94866715+dmceachernmsft@users.noreply.github.com>
Copilot AI changed the title [WIP] Update @azure/communication-react and calling packages Update Azure Communication Services packages to latest stable versions Nov 13, 2025
Copilot AI requested a review from dmceachernmsft November 13, 2025 17:49
@dmceachernmsft dmceachernmsft marked this pull request as ready for review November 13, 2025 17:52
@dmceachernmsft
Copy link
Copy Markdown
Member

@copilot undo the change to the server lock file. there should be no updates to the server directory

Co-authored-by: dmceachernmsft <94866715+dmceachernmsft@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Nov 13, 2025

@copilot undo the change to the server lock file. there should be no updates to the server directory

Reverted the Server/package-lock.json to its original state in commit 0555454. Only the Calling directory packages have been updated.

@dmceachernmsft dmceachernmsft merged commit e4db62d into main Nov 13, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants