chore(deps): update livekit dependency#1875
Conversation
🦋 Changeset detectedLatest commit: 6152edc The changes in this PR will be included in the next version bump. This PR includes changesets to release 35 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
| "overrides": { | ||
| "@livekit/rtc-node>@livekit/rtc-ffi-bindings": "0.12.66" | ||
| }, |
There was a problem hiding this comment.
🚩 pnpm override pins transitive dependency without upgrading the direct dependency
The override "@livekit/rtc-node>@livekit/rtc-ffi-bindings": "0.12.66" forces a specific version of @livekit/rtc-ffi-bindings regardless of what @livekit/rtc-node@^0.13.29 (from pnpm-workspace.yaml catalog) declares as its own compatible range. This is a common pattern for urgent fixes, but it creates a version mismatch that could cause runtime issues if @livekit/rtc-node expects a different ffi bindings version. This override should ideally be temporary until @livekit/rtc-node itself publishes a version that depends on the correct @livekit/rtc-ffi-bindings. Worth confirming this is intentional and tracking removal of the override.
Was this helpful? React with 👍 or 👎 to provide feedback.
Summary
Testing
Ported from livekit/agents#6217
Original PR description
No description.