Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented Sep 13, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@livekit/track-processors ^0.7.0^0.8.0 age confidence
livekit-client 2.22.22.22.3 age confidence
livekit-server-sdk (source) 2.18.02.19.0 age confidence

Release Notes

livekit/track-processors-js (@​livekit/track-processors)

v0.8.1

Compare Source

Patch Changes
  • Fix the processed track freezing for remote participants when the sender minimises or occludes the window in browsers without Insertable Streams (Firefox, Safari): the fallback pipeline's render loop is now driven by a worker timer, which keeps ticking while the document is hidden, instead of requestAnimationFrame, which does not. - #​127 (@​CSantosM)

    Also fix the fallback pipeline running below its configured maxFps: the frame gate compared the elapsed time against a fixed interval, which quantised the output rate against any periodic clock (maxFps: 30 measured 20.8 to 23.0 fps), and is now a drift-free deadline.

    Also validate maxFps when the processor is constructed: a value that is not a positive finite number (for example 0) now throws a RangeError instead of leaving the fallback pipeline idle.

v0.8.0

Compare Source

Minor Changes
  • Add GainAudioProcessor — a reference audio TrackProcessor implementation using the Web Audio API. Includes gain control, browser support detection via isSupported, and a complete example in the sample app. Also restructures documentation into separate video and audio processor guides. - #​124 (@​yepher)
Patch Changes
  • Fix the background mask coming out clipped and offset when the frame size differs from the track settings (device rotation, iPhone portrait), size the canvas fallback output to the source video's size, and keep the fallback render loop alive when play() is rejected. - #​128 (@​welson-ribbon)

v0.7.2

Compare Source

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

v2.22.3

Compare Source

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

v2.19.0

Compare Source

Minor Changes
  • Support the PASSTHROUGH encoding preset on startEgress, for single-track MediaSource egress that skips transcoding - #​713 (@​frostbyte73)

  • Send an X-Livekit-Request-Id idempotency key on every server API request. The same id is replayed on each region failover attempt, so the server can identify and deduplicate a retried request. - #​711 (@​cnderrauber)

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.

@vercel

vercel Bot commented Sep 13, 2026

Copy link
Copy Markdown
Contributor

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

Project Deployment Actions Updated
meet-production Ready Ready Preview Sep 16, 2026 7:42pm UTC
meet-staging Building Building Preview Sep 16, 2026 7:42pm UTC
sandbox-meet Ready Ready Preview Sep 16, 2026 7:42pm UTC

Request Review

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