Skip to content

Update jupyter-html livekit deps - #765

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/jupyter-html-livekit-deps
Open

Update jupyter-html livekit deps#765
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/jupyter-html-livekit-deps

Conversation

@renovate

@renovate renovate Bot commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@livekit/components-react (source) 2.9.212.9.24 age confidence
livekit-client 2.20.02.22.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v2.9.24

Compare Source

Patch Changes

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

Compare Source

Minor Changes
Patch Changes
  • Decode text data streams without TextDecoder fatal mode for broader runtime support - #​2037 (@​JoelTowell)

  • fix: ensure buffered events are flushed on signal reconnection - #​2043 (@​lukasIO)

  • fix: cancel pending onTrack callbacks when subscription fails - #​2019 (@​lukasIO)

  • fix: match opus fmtp parameters by exact token and look up the opus codec case-insensitively when munging SDP - #​2036 (@​lukasIO)

  • Only run the TrackEvent.TimeSyncUpdate animation frame loop while something is subscribed to the event, and clear the frame handle when a track's monitor is stopped so the loop can be restarted - #​2038 (@​U-OK)

  • fix: emit TrackStreamStateChanged again by reading the previous stream state before overwriting it - #​2039 (@​tomkail)

  • Apply the resolved degradation preference to the backup codec's sender - #​2040 (@​xianshijing-lk)

    Degradation preference is a property of the sender, not of the track, and a backup codec publishes over its own sender. Previously only the primary sender was configured, so the backup encoder resolved a preference implicitly and could adapt along a different axis than the primary.

  • fix: recover broken publish paths — act on local ConnectionQuality.Lost, recreate the peer connection when an ICE restart has no remote description, bound how long a transport may stay connecting, and reconnect (instead of disconnecting) on a detected connection state mismatch - #​2030 (@​lukasIO)

  • fix: enable Terser mangle.safari10 to fix scoping issues for variables in react-native - #​2028 (@​davidliu)

  • fix: ensure dd extension also for recvonly - #​2052 (@​lukasIO)

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)


Configuration

📅 Schedule: (UTC)

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

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

Note

This report is out of date. Scroll down for Devin Review's latest report on this PR.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review
@renovate
renovate Bot force-pushed the renovate/jupyter-html-livekit-deps branch from 12c315e to 776fe99 Compare July 23, 2026 16:43
@renovate renovate Bot changed the title Update dependency livekit-client to v2.20.1 Jul 23, 2026
@renovate
renovate Bot force-pushed the renovate/jupyter-html-livekit-deps branch 2 times, most recently from 61162ce to c69bf61 Compare August 3, 2026 14:02
@renovate
renovate Bot force-pushed the renovate/jupyter-html-livekit-deps branch from c69bf61 to de3384d Compare August 6, 2026 18:00
@renovate
renovate Bot force-pushed the renovate/jupyter-html-livekit-deps branch 2 times, most recently from 178cb6f to e5e1e53 Compare August 26, 2026 14:21
Generated by renovateBot
@renovate
renovate Bot force-pushed the renovate/jupyter-html-livekit-deps branch from e5e1e53 to c6a1ac8 Compare August 31, 2026 13:35

@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 new potential issue.

⚠️ 1 issue in files not directly in the diff

⚠️ Updated client never reaches notebooks

After version selects the new client, the committed notebook bundle remains unchanged. Releases therefore keep serving the previous JavaScript.

Devin Review
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

0 participants