Skip to content

chore(deps-dev): bump shaka-player from 4.16.30 to 5.1.6#135

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

chore(deps-dev): bump shaka-player from 4.16.30 to 5.1.6#135
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/shaka-player-5.1.6

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps shaka-player from 4.16.30 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)

... (truncated)

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 dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 28, 2026
@github-actions

github-actions Bot commented May 28, 2026

Copy link
Copy Markdown
Contributor

Benchmark Results (GitHub Actions runner)

Resolution FPS ms/frame
1080p (50f) 35.7 fps 28.0 ms/frame
4K (25f) 10.7 fps 93.7 ms/frame

Note: GitHub Actions runners (2-core x86) are ~2-3x slower than Apple Silicon.
These numbers are for regression detection, not absolute performance.

Auto-generated by CI benchmark

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/shaka-player-5.1.6 branch from 2426714 to a3161e8 Compare May 29, 2026 13:34
Bumps [shaka-player](https://github.com/shaka-project/shaka-player) from 4.16.30 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@v4.16.30...v5.1.6)

---
updated-dependencies:
- dependency-name: shaka-player
  dependency-version: 5.1.6
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/shaka-player-5.1.6 branch from a3161e8 to c1b8f90 Compare May 29, 2026 15:55
@dependabot @github

dependabot Bot commented on behalf of github Jun 4, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #142.

@dependabot dependabot Bot closed this Jun 4, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/shaka-player-5.1.6 branch June 4, 2026 04:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants