Skip to content

Update LiveKit dependencies (non-major) - #215

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/livekit-dependencies-(non-major)
Open

Update LiveKit dependencies (non-major)#215
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/livekit-dependencies-(non-major)

Conversation

@renovate

@renovate renovate Bot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@livekit/components-core (source) 0.12.130.12.14 age confidence
@livekit/components-react (source) 2.9.212.9.23 age confidence
@livekit/protocol 1.46.41.50.4 age confidence
livekit-client 2.19.12.21.0 age confidence
livekit-server-sdk (source) 2.15.42.17.0 age confidence

Release Notes

livekit/components-js (@​livekit/components-core)

v0.12.14

Compare Source

Patch Changes
  • Require livekit-client >= 2.20.1. That release ships the NonSharedUint8Array - #​1360 (@​1egoman)
    type declaration in its published types; earlier 2.19/2.20.0 builds referenced it
    without shipping it, which broke type resolution for consumers (skipLibCheck: false)
    and API Extractor. The local workaround shim is removed now that the type resolves
    from livekit-client itself.
livekit/protocol (@​livekit/protocol)

v1.50.4

Compare Source

Patch Changes

v1.50.3

Compare Source

Patch Changes
  • agent simulation: homogenizes Turn/Job/Run LLM/TTS/STT/Conversation metrics shapes - #​1673 (@​Bobronium)

v1.50.2

Compare Source

v1.50.1

Compare Source

Patch Changes
  • Fix recursive call to CreateSIPInboundTrunkRequest.ValidateResult. - #​1669 (@​alexfish8)

  • agent simulation JobMetrics: add TTS.cer, add STT/TTS words/chars counts, replace jobs_failed with jobs_measured - #​1670 (@​Bobronium)

v1.50.0

Compare Source

Minor Changes
  • agent: add llm_node_tps and llm_node_ttfs to MetricsReport, and an AgentFalseInterruption event to AgentSessionEvent - #​1661 (@​Bobronium)

  • agent_simulations: add JobMetrics/RunMetrics to SimulationRun — per-job quality metrics grouped by - #​1644 (@​Bobronium)
    pipeline stage (stt/llm/tts/conversation, plus a per-turn timeline and headline
    accuracy/experience scores) and run-level aggregates. Unset optional fields mean "not measured";

  • Add validation method variants that include information about soft errors. - #​1667 (@​alexfish8)

Patch Changes

v1.49.0

Compare Source

Minor Changes
Patch Changes

v1.48.2

Compare Source

Patch Changes

v1.48.1

Compare Source

Patch Changes

v1.48.0

Compare Source

Minor Changes
Patch Changes

v1.47.0

Compare Source

Minor Changes
  • agent simulation: add SimulationMode to the Create request and run info, so a - #​1627 (@​Bobronium)
    run can request audio mode. Unspecified stays TEXT, so existing callers are
    unaffected.

v1.46.8

Compare Source

v1.46.7

Compare Source

Patch Changes

v1.46.6

Compare Source

Patch Changes

v1.46.5

Compare Source

Patch Changes
livekit/client-sdk-js (livekit-client)

v2.21.0

Compare Source

Minor Changes
Patch Changes

v2.20.2

Compare Source

Patch Changes
  • Ensure empty error reasons use fallback notation - #​1999 (@​lukasIO)

  • Remove stale data track subscriber handles from the packet routing table - #​2011 (@​ladvoc)

  • Fix the reliable data channel dying under concurrent / multi-packet writes (#​1995). Data-channel sends now use two-watermark flow control (fill up to a high-water mark, resume when drained to a low-water mark) and serialize contended senders through a per-kind lock, which prevents the SCTP send buffer from overflowing while keeping throughput saturated for data tracks. - #​2013 (@​1egoman)

  • Handle data track SID reassignment - #​2000 (@​ladvoc)

  • Keep attached audio elements muted in startAudio() when webAudioMix is enabled, preventing double playback on platforms where element.volume has no effect (e.g. iOS Safari) - #​2004 (@​sawa-zen)

  • Add a localAudioTrack.applyConstraints method with a subset of AudioCaptureOptions - #​2001 (@​lukasIO)

v2.20.1

Compare Source

Patch Changes
  • Conform placeholder sections to the canonical fmtp for each shared payload - #​1993 (@​lukasIO)

  • Include the NonSharedUint8Array type polyfill in the published declarations. - #​1997 (@​1egoman)

    The type was declared in an ambient .d.ts that was resolved during our own
    build but never emitted to dist, so the published .d.ts files referenced a
    type consumers could not resolve — surfacing as Cannot find name 'NonSharedUint8Array' under skipLibCheck: false and as Unable to follow symbol for "NonSharedUint8Array" in API Extractor (which broke downstream
    packages such as @livekit/components-*). The polyfill is now an exported type
    that is imported explicitly wherever it is used, so it ships in dist and the
    published types type-check standalone.

  • Add support for user_data frame metadata trailer type - #​1983 (@​chenosaurus)

v2.20.0

Compare Source

Minor Changes
Patch Changes

v2.19.2

Compare Source

Patch Changes
livekit/node-sdks (livekit-server-sdk)

v2.17.0

Compare Source

Minor Changes
  • Add LiveKitAPI, a unified entry point that exposes every server API through a property (api.room, api.egress, api.ingress, api.sip, api.agentDispatch, api.connector). It can be constructed with an API key and secret, or with a pre-signed token (no secret required, so it can run client-side), and falls back to the LIVEKIT_URL, LIVEKIT_API_KEY, LIVEKIT_API_SECRET, and LIVEKIT_TOKEN environment variables. Individual clients also accept a token via ClientOptions. - #​695 (@​davidzhao)

  • Add SipCallError, a TwirpError subclass thrown by SipClient.createSipParticipant / transferSipParticipant when a call fails with a SIP status. It exposes the SIP response code and reason as sipStatusCode / sipStatus getters, while other error metadata remains available via metadata. - #​695 (@​davidzhao)

Patch Changes

v2.16.0

Compare Source

Minor Changes
Patch Changes

v2.15.5

Compare Source

Patch Changes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

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.

0 participants