Skip to content

VIDSOL-689: Upgrade SDK to version 2.33.1#435

Open
OscarFava wants to merge 2 commits intodevelopfrom
vidsol-689-upgrade-sdk
Open

VIDSOL-689: Upgrade SDK to version 2.33.1#435
OscarFava wants to merge 2 commits intodevelopfrom
vidsol-689-upgrade-sdk

Conversation

@OscarFava
Copy link
Copy Markdown
Contributor

What is this PR doing?

This pull request includes a minor dependency update in the package.json file, upgrading the @vonage/client-sdk-video package to a newer version. This helps ensure compatibility with the latest features and bug fixes.

How should this be manually tested?

Check everything works as expected.

What are the relevant tickets?

A maintainer will add this ticket number.

Resolves VIDSOL-689

Checklist

[X] Branch is based on develop (not main).
[ ] Resolves a Known Issue.
[ ] If yes, did you remove the item from the docs/KNOWN_ISSUES.md?
[ ] Resolves an item reported in Issues.
If yes, which issue? Issue Number?

Copilot AI review requested due to automatic review settings April 8, 2026 11:08
@OscarFava OscarFava self-assigned this Apr 8, 2026
Copy link
Copy Markdown
Contributor

@johnny-quesada-developer johnny-quesada-developer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Vonage Video Client SDK dependency used by the repo to pick up the latest fixes/features, ensuring the app/component-library remains compatible with current Vonage Video behavior.

Changes:

  • Upgraded @vonage/client-sdk-video from 2.32.1 to 2.33.1 (and updated the lockfile accordingly).
  • Changed the dependency declaration from a pinned version to a semver range (^2.33.1).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Bumps @vonage/client-sdk-video and changes the specifier from pinned to caret range.
yarn.lock Updates resolved tarball/integrity to match @vonage/client-sdk-video@2.33.1.

Comment on lines 158 to 162
"@trpc/client": "^11.11.0",
"@trpc/server": "^11.11.0",
"@vonage/auth": "^1.13.1",
"@vonage/client-sdk-video": "2.32.1",
"@vonage/client-sdk-video": "^2.33.1",
"@vonage/server-sdk": "3.25.1",
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR title indicates upgrading to version 2.33.1, but package.json changes the dependency from a pinned version to a caret range (^2.33.1). That alters the upgrade policy (future minor/patch releases can be pulled in) and makes the declared version no longer strictly 2.33.1. If the intention is to stay pinned (as before), set it to "2.33.1"; otherwise consider updating the PR title/description to explicitly call out the switch to a semver range.

Copilot uses AI. Check for mistakes.
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Apr 8, 2026

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