Skip to content

fix(deps): update livekit dependencies (non-major)#532

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

fix(deps): update livekit dependencies (non-major)#532
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/livekit-dependencies-(non-major)

Conversation

@renovate

@renovate renovate Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@livekit/components-react (source) 2.9.212.9.23 age confidence
livekit-client 2.19.12.20.1 age confidence
livekit-server-sdk (source) 2.15.42.17.0 age confidence

Release Notes

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

v2.9.23

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.
  • Updated dependencies [87220e4dd61b926023ce0d041e6fcf310f515edf]:
livekit/client-sdk-js (livekit-client)

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 becomes conflicted, 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.

@vercel

vercel Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
meet-production Ready Ready Preview, Comment Jul 12, 2026 10:35am
meet-staging Building Building Preview, Comment Jul 12, 2026 10:35am
sandbox-meet Ready Ready Preview, Comment Jul 12, 2026 10:35am

Request Review

@renovate renovate Bot force-pushed the renovate/livekit-dependencies-(non-major) branch from 6bd3ea2 to 4d0a594 Compare June 18, 2026 19:09
@renovate renovate Bot changed the title fix(deps): update livekit dependencies (non-major) to v2.19.2 fix(deps): update livekit dependencies (non-major) Jun 18, 2026
@renovate renovate Bot force-pushed the renovate/livekit-dependencies-(non-major) branch from 4d0a594 to 63cacb8 Compare June 24, 2026 10:44
@renovate renovate Bot force-pushed the renovate/livekit-dependencies-(non-major) branch from 63cacb8 to b4fa128 Compare June 30, 2026 15:54
@renovate renovate Bot force-pushed the renovate/livekit-dependencies-(non-major) branch from b4fa128 to 0b822f4 Compare July 8, 2026 04:10
@renovate renovate Bot force-pushed the renovate/livekit-dependencies-(non-major) branch from 0b822f4 to 1cfc912 Compare July 8, 2026 18:38
@renovate renovate Bot force-pushed the renovate/livekit-dependencies-(non-major) branch from 1cfc912 to 918e7ee Compare July 9, 2026 17:29
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