Skip to content

fix(deps): update dependency shaka-player to v4.16.24#4101

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/shaka-player-4.x
Open

fix(deps): update dependency shaka-player to v4.16.24#4101
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/shaka-player-4.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 21, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
shaka-player 4.15.94.16.24 age confidence

Release Notes

shaka-project/shaka-player (shaka-player)

v4.16.24

Compare Source

Bug Fixes
Performance Improvements
  • DASH: loop over adaptation sets using the partition method (#​9862) (e5e0c58)
  • HLS: parse tag string directly instead of creating an array (#​9856) (6658629)
  • HLS: reduce GC pressure when parsing HLS manifest tags (#​9857) (b0d5551)
  • net: avoid array allocations in XHR header parsing to reduce GC pressure (#​9874) (b2015c4)
  • player: stop recreating functions on video time update (#​9854) (d21babd)
  • Transmuxer: replace identical object literals with named constants (#​9852) (fcc993e)
  • VTT: reduce GC pressure in VTT text parser (#​9869) (e178f31)

v4.16.23

Compare Source

Bug Fixes
  • Prevent live stream infinite buffering when isAudioMuxedInVideo is present (#​9835) (471e892)

v4.16.22

Compare Source

Bug Fixes
  • UI: sync seek position with hover timestamp using consistent position calculation (#​9818) (56a92bb)
Performance Improvements

v4.16.21

Compare Source

Bug Fixes
  • Improve NativeTextDisplayer robustness, track-kind issues and enhance cleanup logic (#​9776) (56e0c64)
  • prevent negative times in Stats (#​9784) (f742c4f)
  • tXml: Return default value for a missing attribute (#​9734) (f87e1a8)
Performance Improvements

v4.16.20

Compare Source

Bug Fixes
  • Ads: Fix getting uri of InsertPresentation and ReplacePresentation (#​9766) (45ca6fd)
  • Ads: Synchronize the audio between ad and main content when using interstitials (#​9767) (b943c61)
  • Check end time when getting next segment reference (#​9752) (f0f993a)
  • ci: Update release for trusted publishing (#​9768) (48d578a), closes #​9132
  • Handle ID3 EMSG duration according to AOM spec (#​9757) (1cc926d)
  • HLS: Fix timing of EMSG boxes when using HLS (#​9744) (d494398)
  • UI: Add a gap to settings menu to avoid overlapping with the edge of the video (#​9765) (0ed60de)
Performance Improvements
  • hls: optimize playlist newline parsing to reduce memory overhead in text parser (#​9775) (c28af21)

v4.16.19

Compare Source

Bug Fixes
  • Do not update the player position with negative playback rates if the video is paused (#​9732) (961529e)
  • net: Avoid duplicate progressUpdated in HttpXHRPlugin onload (#​9726) (62966be)
  • TTML: Update position alignment map (#​9735) (1ab7453)
  • UITextDisplayer: avoid ResizeObserver loop warning (#​9722) (26aa79a)

v4.16.18

Compare Source

Bug Fixes
  • Fix CryptoKey definition (#​9686) (d82da94)
  • Fix video freezes when seeking to the end when the audio and video duration are slightly different (#​9695) (9a9dd33)
  • UI: fix presentation time display when display time is larger than duration (#​9712) (4a043cb), closes #​9711
  • Validate that mediaElement.getStartDate returns a Date (#​9701) (488b278)

v4.16.17

Compare Source

Bug Fixes
Reverts
  • perf: Use Map.getOrInsert/getOrInsertComputed native methods (#​9655) (1961ab6)

v4.16.16

Compare Source

Bug Fixes
Performance Improvements
  • ABR: Minor performance optimization in EWMA alpha calculation (#​9623) (046c657)
  • Minor performance optimizations in TXml text processing and root lookup (#​9622) (c3cebbc)

v4.16.15

Compare Source

Bug Fixes
Performance Improvements
  • boundary: Call MSE reset only on leading content type. (#​9598) (77f0111)

v4.16.14

Compare Source

Bug Fixes
Performance Improvements
  • Use Map.getOrInsert/getOrInsertComputed native methods (#​9546) (66178c8)

v4.16.13

Compare Source

Bug Fixes

v4.16.12

Compare Source

Bug Fixes
  • Ads: Don't allow change supportsMultipleMediaElements while an ad is playing (#​9460) (fc07f80)
  • Ads: Fix start time of the interstitial when playing a pre/post-roll (#​9459) (25dbc5f)
  • Avoid audio streams filtering and use AdaptationSetCriteria instead (#​9457) (4809a92)
  • DASH: Handle external SegmentBase BaseURL and SIDX offset fallback (#​9477) (26edcf7)
  • DASH: Shift segment timeline with cached presentationTimeOffset (#​9481) (9505d6d)
  • Do not exclude time to first byte from measurements by default (#​9476) (c65cf46)
  • Fix exception reading audio-only content (#​9465) (d8c2efc)
  • HLS: Add a mediaTypes field to shaka.extern.DrmInfo (#​9198) (4f9c751)
  • Properly assign shaka.extern.DrmInfo#mediaTypes (#​9340) (5af18c6)
  • UI: Show Dolby Vision text for any DV codec (#​9487) (c48a3ee)
Performance Improvements

v4.16.11

Compare Source

Bug Fixes
Reverts
  • Revert "fix(HLS): Keep syncTime continuous by using previous value, if available (#​9135)" (#​9425) (2e1af59)

v4.16.10

Compare Source

Bug Fixes
Performance Improvements
  • Allow update the segments on streaming engine more often (#​9398) (4dccf35)
  • HLS: Use find instead of filter to get attributes (#​9405) (8d1445e)

v4.16.9

Compare Source

Bug Fixes
  • Ads: Remove duplicate listener on IMA CS integration (#​9367) (0b2b3fb)
  • Ensure that the ABR has all the updated variants after making the initial selection (#​9344) (e6cabaf)
  • Fix infinity initial loop when no autoplay and there is a initial gap (#​9372) (a84113e)
  • Increase tolerance of completion ratio calculation (#​9366) (72147e5), closes #​9365
  • UI: Fix constructed through DOM auto-setup (#​9352) (584361f)
  • Xbox: Enable little-endian PlayReady key IDs to resolve DRM error (#​9348) (9197f9e)

v4.16.8

Compare Source

Bug Fixes

v4.16.7

Compare Source

Bug Fixes
Performance Improvements

v4.16.6

Compare Source

Bug Fixes

v4.16.5

Compare Source

Bug Fixes
Performance Improvements
  • ABR: Try to suggest new streams after enable (#​9177) (430ee60)
  • Chapters: Check does parser exist before fetching chapters track (#​9204) (581cb56)

v4.16.4

Compare Source

Bug Fixes
  • Ads: Avoid duplicated HLS interstitials request when using ASSET-LIST (#​9168) (acd9eaf)
  • Ads: Fix bad detection of support multiple media elements on interstitials (#​9145) (78be70f)
  • Ads: Fix wrong interstitial id when deleting old interstitials (#​9146) (26ebb84)
  • Demo: Fix report bug button (#​9161) (d15349e)
  • HLS: Determine the duration of an HLS content when it ends live (#​9153) (18e28ee)
  • HLS: Fix infinite buffering instead of end of stream for live (#​9150) (d7ea2c5)
  • LCEVC: Add remove buffer functionality for LCEVCdecJS (#​9163) (a0ebcae)
  • UI: Fix show seek bar ad markers (#​9155) (bf3393d)
  • UI: Only show ad containers if they have child nodes (#​9156) (b2f4b6f)
Performance Improvements
  • Close media source only on audio(not muxed)/video updates (#​9152) (e082ec7)

v4.16.3

Compare Source

Bug Fixes
Performance Improvements

v4.16.2

Compare Source

Bug Fixes
Performance Improvements
  • Ads: Improve back to live performance when using interstitials and low latency (#​9079) (310503a)
  • HLS: Assume that partial segments have the same mimetype as full segments (#​9080) (510c305)
  • HLS: Optimize mimetype resolution during parsing (#​9088) (1f8c850)
  • HLS: Reduce redundant parser calls (#​9066) (7176e95)
  • Speed up shaka.Player.probeSupport() (#​9095) (27638b1)

v4.16.1

Compare Source

Bug Fixes
  • Ads: Fix overlays when the base stream is live (#​9040) (03b4c34)
  • Ads: Fix TypeError: null is not an object (evaluating 'b.mimeType.startsWith') (#​9060) (ef81f7c)
  • Attach mediaKeys when the device does not force us to wait for the encrypted event (#​9059) (8e3a9d5)
  • Audit all usage of readBytes for memory leaks (#​9027) (17e58e2)
  • Avoid download init segments again when not necessary (#​9042) (6ad9f35)
  • CMCDv2: Prevent processing when target is disabled in response mode (#​9065) (7093e6b)
  • DASH: Fix can't access property "delete", unusedStreamsPerPeriod[(i - periodsMissing)] is undefined (#​9038) (9e76483)
  • DASH: Fix stall on multiperiod streams (#​9030) (a63729e)
  • Fix getAudioTracks for HLS with multiplexed streams (#​9047) (b4fb1af)
  • Fix some EMSG events missing (#​9064) ([fc72813](https

Configuration

📅 Schedule: 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Aug 21, 2025

Deploying piped with  Cloudflare Pages  Cloudflare Pages

Latest commit: 2ca6e56
Status: ✅  Deploy successful!
Preview URL: https://48f2ed31.piped.pages.dev
Branch Preview URL: https://renovate-shaka-player-4-x.piped.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/shaka-player-4.x branch 3 times, most recently from 8102373 to 1fd1386 Compare August 26, 2025 18:08
@renovate renovate bot changed the title fix(deps): update dependency shaka-player to v4.15.11 fix(deps): update dependency shaka-player to v4.16.0 Aug 26, 2025
@renovate renovate bot force-pushed the renovate/shaka-player-4.x branch from 1fd1386 to 14ed244 Compare September 9, 2025 18:23
@renovate renovate bot changed the title fix(deps): update dependency shaka-player to v4.16.0 fix(deps): update dependency shaka-player to v4.16.1 Sep 9, 2025
@renovate renovate bot force-pushed the renovate/shaka-player-4.x branch from 14ed244 to 6363292 Compare September 16, 2025 16:44
@renovate renovate bot changed the title fix(deps): update dependency shaka-player to v4.16.1 fix(deps): update dependency shaka-player to v4.16.2 Sep 16, 2025
@renovate renovate bot force-pushed the renovate/shaka-player-4.x branch from 6363292 to 00282c4 Compare September 29, 2025 12:30
@renovate renovate bot changed the title fix(deps): update dependency shaka-player to v4.16.2 fix(deps): update dependency shaka-player to v4.16.3 Sep 29, 2025
@renovate renovate bot force-pushed the renovate/shaka-player-4.x branch 2 times, most recently from 29ba7b9 to aa46eb6 Compare October 8, 2025 18:12
@renovate renovate bot changed the title fix(deps): update dependency shaka-player to v4.16.3 fix(deps): update dependency shaka-player to v4.16.4 Oct 8, 2025
@renovate renovate bot force-pushed the renovate/shaka-player-4.x branch from aa46eb6 to 595e660 Compare October 15, 2025 12:45
@renovate renovate bot changed the title fix(deps): update dependency shaka-player to v4.16.4 fix(deps): update dependency shaka-player to v4.16.5 Oct 15, 2025
@renovate renovate bot force-pushed the renovate/shaka-player-4.x branch from 595e660 to d097927 Compare October 20, 2025 14:12
@renovate renovate bot changed the title fix(deps): update dependency shaka-player to v4.16.5 fix(deps): update dependency shaka-player to v4.16.6 Oct 20, 2025
@renovate renovate bot force-pushed the renovate/shaka-player-4.x branch from d097927 to 6556858 Compare October 27, 2025 18:06
@renovate renovate bot changed the title fix(deps): update dependency shaka-player to v4.16.6 fix(deps): update dependency shaka-player to v4.16.7 Oct 27, 2025
@renovate renovate bot force-pushed the renovate/shaka-player-4.x branch from 6556858 to ca910d9 Compare November 3, 2025 18:13
@renovate renovate bot changed the title fix(deps): update dependency shaka-player to v4.16.7 fix(deps): update dependency shaka-player to v4.16.8 Nov 3, 2025
@renovate renovate bot force-pushed the renovate/shaka-player-4.x branch from ca910d9 to ff49ea9 Compare November 11, 2025 12:58
@renovate renovate bot changed the title fix(deps): update dependency shaka-player to v4.16.8 fix(deps): update dependency shaka-player to v4.16.9 Nov 11, 2025
@renovate renovate bot force-pushed the renovate/shaka-player-4.x branch 2 times, most recently from 94abc31 to 7835a9f Compare November 24, 2025 18:05
@renovate renovate bot changed the title fix(deps): update dependency shaka-player to v4.16.9 fix(deps): update dependency shaka-player to v4.16.10 Nov 24, 2025
@renovate renovate bot force-pushed the renovate/shaka-player-4.x branch from 7835a9f to 159d881 Compare December 1, 2025 18:55
@renovate renovate bot changed the title fix(deps): update dependency shaka-player to v4.16.10 fix(deps): update dependency shaka-player to v4.16.11 Dec 1, 2025
@renovate renovate bot force-pushed the renovate/shaka-player-4.x branch from 159d881 to 8ab2fc2 Compare December 15, 2025 21:39
@renovate renovate bot changed the title fix(deps): update dependency shaka-player to v4.16.11 fix(deps): update dependency shaka-player to v4.16.12 Dec 15, 2025
@renovate renovate bot force-pushed the renovate/shaka-player-4.x branch from 8ab2fc2 to b3cea9e Compare January 5, 2026 21:25
@renovate renovate bot changed the title fix(deps): update dependency shaka-player to v4.16.12 fix(deps): update dependency shaka-player to v4.16.13 Jan 5, 2026
@renovate renovate bot force-pushed the renovate/shaka-player-4.x branch 2 times, most recently from 61a6008 to 9db95f4 Compare January 19, 2026 18:37
@renovate renovate bot changed the title fix(deps): update dependency shaka-player to v4.16.13 fix(deps): update dependency shaka-player to v4.16.14 Jan 19, 2026
@renovate renovate bot force-pushed the renovate/shaka-player-4.x branch from 9db95f4 to 960dcd0 Compare January 26, 2026 15:12
@renovate renovate bot changed the title fix(deps): update dependency shaka-player to v4.16.14 fix(deps): update dependency shaka-player to v4.16.15 Jan 26, 2026
@renovate renovate bot force-pushed the renovate/shaka-player-4.x branch 2 times, most recently from 445a663 to c6048d2 Compare February 3, 2026 14:47
@renovate renovate bot changed the title fix(deps): update dependency shaka-player to v4.16.15 fix(deps): update dependency shaka-player to v4.16.16 Feb 3, 2026
@renovate renovate bot force-pushed the renovate/shaka-player-4.x branch from c6048d2 to 24a9a90 Compare February 9, 2026 17:58
@renovate renovate bot changed the title fix(deps): update dependency shaka-player to v4.16.16 fix(deps): update dependency shaka-player to v4.16.17 Feb 9, 2026
@renovate renovate bot force-pushed the renovate/shaka-player-4.x branch from 24a9a90 to 5a5ef8b Compare February 16, 2026 14:48
@renovate renovate bot changed the title fix(deps): update dependency shaka-player to v4.16.17 fix(deps): update dependency shaka-player to v4.16.18 Feb 16, 2026
@renovate renovate bot force-pushed the renovate/shaka-player-4.x branch from 5a5ef8b to 85b5f9f Compare February 23, 2026 14:00
@renovate renovate bot changed the title fix(deps): update dependency shaka-player to v4.16.18 fix(deps): update dependency shaka-player to v4.16.19 Feb 23, 2026
@renovate renovate bot force-pushed the renovate/shaka-player-4.x branch from 85b5f9f to dc3d12b Compare March 2, 2026 15:00
@renovate renovate bot changed the title fix(deps): update dependency shaka-player to v4.16.19 fix(deps): update dependency shaka-player to v4.16.20 Mar 2, 2026
@renovate renovate bot force-pushed the renovate/shaka-player-4.x branch from dc3d12b to c0329f9 Compare March 9, 2026 12:41
@renovate renovate bot changed the title fix(deps): update dependency shaka-player to v4.16.20 fix(deps): update dependency shaka-player to v4.16.21 Mar 9, 2026
@renovate renovate bot force-pushed the renovate/shaka-player-4.x branch from c0329f9 to 01d7096 Compare March 16, 2026 14:01
@renovate renovate bot changed the title fix(deps): update dependency shaka-player to v4.16.21 fix(deps): update dependency shaka-player to v4.16.22 Mar 16, 2026
@renovate renovate bot force-pushed the renovate/shaka-player-4.x branch from 01d7096 to ed950b6 Compare March 19, 2026 21:08
@renovate renovate bot changed the title fix(deps): update dependency shaka-player to v4.16.22 fix(deps): update dependency shaka-player to v4.16.23 Mar 19, 2026
@renovate renovate bot force-pushed the renovate/shaka-player-4.x branch from ed950b6 to 2ca6e56 Compare March 23, 2026 14:13
@renovate renovate bot changed the title fix(deps): update dependency shaka-player to v4.16.23 fix(deps): update dependency shaka-player to v4.16.24 Mar 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

0 participants