Skip to content

chore(deps): bump shaka-player from 5.1.3 to 5.1.6#118

Open
dependabot[bot] wants to merge 1 commit into
developmentfrom
dependabot/npm_and_yarn/shaka-player-5.1.6
Open

chore(deps): bump shaka-player from 5.1.3 to 5.1.6#118
dependabot[bot] wants to merge 1 commit into
developmentfrom
dependabot/npm_and_yarn/shaka-player-5.1.6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 30, 2026

Bumps shaka-player from 5.1.3 to 5.1.6.

Release notes

Sourced from shaka-player's releases.

v5.1.6

5.1.6 (2026-05-25)

Bug Fixes

Performance Improvements

  • transmuxer: Write nalu lengths directly into combined buffer in h265 (#10119) (21f7ad8)

v5.1.5

5.1.5 (2026-05-18)

Bug Fixes

  • fix opus transmux sample duration (#10090) (4ab4e95)
  • force gap jump when stalled at the end of a buffer (#10086) (45be484)
  • HLS: Fix timeline sync gaps on discontinuity sequences (#10087) (d90d221)
  • Offline: Only request the license on download when usePersistentLicense is true (#10074) (972b57b)
  • UI: Remove buffered bar delay after seeking (#10071) (1dc3e27)

Performance Improvements

  • HLS: skip rebuilding known refs on live playlist refresh (#10075) (1d987d7)
  • Mp4Generator: assemble segment data in a single allocation (#10101) (13b9ba1)
  • player: avoid full configuration deep-clone in time update callback (#10098) (adbcec3)
  • transmuxer: Avoid repeatedly creating empty Uint8Arrays (#10100) (29533bd)
  • transmuxer: Reduce per-frame object allocations for h265, ac-3 and ec-3 (#10094) (6494c19)

v5.1.4

5.1.4 (2026-05-11)

Bug Fixes

  • Avoid race condition in concurrent getAllThumbnails calls (#10022) (3dc5aff)
  • MSF: handle WebTransport.closed rejection to avoid Safari unhandled promise error (#10056) (e810f08)
  • text: include regionAnchorX/Y in region cache key (#10073) (6a4b7aa)

Performance Improvements

  • media: replace slice with in-place array truncation (#10070) (fad81e6)

... (truncated)

Changelog

Sourced from shaka-player's changelog.

5.1.6 (2026-05-25)

Bug Fixes

Performance Improvements

  • transmuxer: Write nalu lengths directly into combined buffer in h265 (#10119) (21f7ad8)

5.1.5 (2026-05-18)

Bug Fixes

  • fix opus transmux sample duration (#10090) (4ab4e95)
  • force gap jump when stalled at the end of a buffer (#10086) (45be484)
  • HLS: Fix timeline sync gaps on discontinuity sequences (#10087) (d90d221)
  • Offline: Only request the license on download when usePersistentLicense is true (#10074) (972b57b)
  • UI: Remove buffered bar delay after seeking (#10071) (1dc3e27)

Performance Improvements

  • HLS: skip rebuilding known refs on live playlist refresh (#10075) (1d987d7)
  • Mp4Generator: assemble segment data in a single allocation (#10101) (13b9ba1)
  • player: avoid full configuration deep-clone in time update callback (#10098) (adbcec3)
  • transmuxer: Avoid repeatedly creating empty Uint8Arrays (#10100) (29533bd)
  • transmuxer: Reduce per-frame object allocations for h265, ac-3 and ec-3 (#10094) (6494c19)

5.1.4 (2026-05-11)

Bug Fixes

  • Avoid race condition in concurrent getAllThumbnails calls (#10022) (3dc5aff)
  • MSF: handle WebTransport.closed rejection to avoid Safari unhandled promise error (#10056) (e810f08)
  • text: include regionAnchorX/Y in region cache key (#10073) (6a4b7aa)

Performance Improvements

  • media: replace slice with in-place array truncation (#10070) (fad81e6)
  • Remove unnecessary allocations in Mp4Generator (#10059) (bd3960a)
  • Remove unnecessary Uint8Array allocations in Mp4Generator (#10069) (94a82e0)
Commits
  • 04a720f chore(v5.1.x): release 5.1.6 (#10123)
  • 21f7ad8 perf(transmuxer): Write nalu lengths directly into combined buffer in h265 (#...
  • a930801 fix(UI): Fix blurry seek bar marks (#10097)
  • 44e9cb6 docs: Fix missing details on TextDisplayer in upgrade docs (#10116)
  • 6dcf8ba fix: Map the "audio/x-mpegurl" MIME type as HLS (#10114)
  • 7d1bec3 fix: Fix XML node attribute externs (#10111)
  • d5cd307 chore(v5.1.x): release 5.1.5 (#10105)
  • 13b9ba1 perf(Mp4Generator): assemble segment data in a single allocation (#10101)
  • d90d221 fix(HLS): Fix timeline sync gaps on discontinuity sequences (#10087)
  • 29533bd perf(transmuxer): Avoid repeatedly creating empty Uint8Arrays (#10100)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [shaka-player](https://github.com/shaka-project/shaka-player) from 5.1.3 to 5.1.6.
- [Release notes](https://github.com/shaka-project/shaka-player/releases)
- [Changelog](https://github.com/shaka-project/shaka-player/blob/v5.1.6/CHANGELOG.md)
- [Commits](shaka-project/shaka-player@v5.1.3...v5.1.6)

---
updated-dependencies:
- dependency-name: shaka-player
  dependency-version: 5.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants