Skip to content

chore(deps): update livekit dependency#1875

Closed
rosetta-livekit-bot[bot] wants to merge 1 commit into
mainfrom
crane-dirty-mealy
Closed

chore(deps): update livekit dependency#1875
rosetta-livekit-bot[bot] wants to merge 1 commit into
mainfrom
crane-dirty-mealy

Conversation

@rosetta-livekit-bot

@rosetta-livekit-bot rosetta-livekit-bot Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Port livekit version update from update livekit version agents#6217 to agents-js
  • Override @livekit/rtc-node's native @livekit/rtc-ffi-bindings dependency to 0.12.66
  • Add a patch changeset for @livekit/agents

Testing

  • npx pnpm@9.7.0 install --frozen-lockfile --lockfile-only
  • npx pnpm@9.7.0 build:agents

Ported from livekit/agents#6217

Original PR description

No description.

@changeset-bot

changeset-bot Bot commented Jun 24, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 6152edc

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 35 packages
Name Type
@livekit/agents Patch
@livekit/agents-plugin-anam Patch
@livekit/agents-plugin-assemblyai Patch
@livekit/agents-plugin-baseten Patch
@livekit/agents-plugin-bey Patch
@livekit/agents-plugin-cartesia Patch
@livekit/agents-plugin-cerebras Patch
@livekit/agents-plugin-deepgram Patch
@livekit/agents-plugin-did Patch
@livekit/agents-plugin-elevenlabs Patch
@livekit/agents-plugin-fishaudio Patch
@livekit/agents-plugin-google Patch
@livekit/agents-plugin-hedra Patch
@livekit/agents-plugin-hume Patch
@livekit/agents-plugin-inworld Patch
@livekit/agents-plugin-lemonslice Patch
@livekit/agents-plugin-liveavatar Patch
@livekit/agents-plugin-livekit Patch
@livekit/agents-plugin-minimax Patch
@livekit/agents-plugin-mistral Patch
@livekit/agents-plugin-mistralai Patch
@livekit/agents-plugin-neuphonic Patch
@livekit/agents-plugin-openai Patch
@livekit/agents-plugin-perplexity Patch
@livekit/agents-plugin-phonic Patch
@livekit/agents-plugin-resemble Patch
@livekit/agents-plugin-rime Patch
@livekit/agents-plugin-runway Patch
@livekit/agents-plugin-sarvam Patch
@livekit/agents-plugin-silero Patch
@livekit/agents-plugin-soniox Patch
@livekit/agents-plugin-tavus Patch
@livekit/agents-plugins-test Patch
@livekit/agents-plugin-trugen Patch
@livekit/agents-plugin-xai Patch

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

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Devin Review found 1 potential issue.

Open in Devin Review

Comment thread package.json
Comment on lines +55 to +57
"overrides": {
"@livekit/rtc-node>@livekit/rtc-ffi-bindings": "0.12.66"
},

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🚩 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.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

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.

1 participant