Update jupyter-html livekit deps#765
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
requested review from
cloudwebrtc,
lukasIO and
xianshijing-lk
as code owners
July 22, 2026 20:54
Generated by renovateBot
renovate
Bot
force-pushed
the
renovate/jupyter-html-livekit-deps
branch
from
July 23, 2026 16:43
12c315e to
776fe99
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.9.21→2.9.232.20.0→2.20.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
livekit/components-js (@livekit/components-react)
v2.9.23Compare Source
Patch Changes
livekit-client >= 2.20.1. That release ships theNonSharedUint8Array- #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.
87220e4dd61b926023ce0d041e6fcf310f515edf]:livekit/client-sdk-js (livekit-client)
v2.20.1Compare Source
Patch Changes
Conform placeholder sections to the canonical fmtp for each shared payload - #1993 (@lukasIO)
Include the
NonSharedUint8Arraytype polyfill in the published declarations. - #1997 (@1egoman)The type was declared in an ambient
.d.tsthat was resolved during our ownbuild but never emitted to
dist, so the published.d.tsfiles referenced atype consumers could not resolve — surfacing as
Cannot find name 'NonSharedUint8Array'underskipLibCheck: falseand asUnable to follow symbol for "NonSharedUint8Array"in API Extractor (which broke downstreampackages such as
@livekit/components-*). The polyfill is now an exported typethat is imported explicitly wherever it is used, so it ships in
distand thepublished types type-check standalone.
Add support for user_data frame metadata trailer type - #1983 (@chenosaurus)
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.