Conversation
There was a problem hiding this comment.
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-videofrom2.32.1to2.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. |
| "@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", |
There was a problem hiding this comment.
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.
|



What is this PR doing?
This pull request includes a minor dependency update in the
package.jsonfile, upgrading the@vonage/client-sdk-videopackage 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(notmain).[ ] 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?