Skip to content

Bump shaka-player from 4.13.2 to 4.13.4#6868

Merged
FreeTubeBot merged 1 commit intodevelopmentfrom
dependabot/npm_and_yarn/shaka-player-4.13.4
Feb 22, 2025
Merged

Bump shaka-player from 4.13.2 to 4.13.4#6868
FreeTubeBot merged 1 commit intodevelopmentfrom
dependabot/npm_and_yarn/shaka-player-4.13.4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 22, 2025

Bumps shaka-player from 4.13.2 to 4.13.4.

Release notes

Sourced from shaka-player's releases.

v4.13.4

4.13.4 (2025-02-20)

Bug Fixes

  • DASH: ContentSteering promise is resolved too late for fetching of init segment (#8126) (2442a51)
  • FairPlay: Install by default shaka.polyfill.PatchedMediaKeysApple on older Safari versions (#8106) (c82d01b)
  • Install Safari workarounds on WPE STBs (#8103) (cd025b9)
  • Remove isSafari and always use isApple (#8104) (0a325ad)
  • UI: Improve performance and compatibility with MediaSession (#8100) (9afa9dd)

Performance Improvements

  • Close segmentIndex after getAllThumbnails (#8128) (85b92e8)
  • Only set the timers on UITextDisplayer when there are cues (#8114) (21b1be9)
  • Remove promises from getAllThumbnails loop (#8118) (6717699)
  • UI: Avoid unnecessary calls to controls configure (#8116) (7a7f632)
  • UI: Reduce configure calls to use shakaPlayerCastReceiverId (#8115) (cbd6764)
  • Use navigator.userAgentData.platform to detect Android and Fuchsia (#8102) (5ef5639)

v4.13.3

4.13.3 (2025-02-17)

Bug Fixes

  • Ads: Only set ad-active in the controls-container when the ad has custom clicks (#8075) (48fdcfb)
  • Ads: Remove default background color on interstitial overlay (#8085) (29a1073)
  • Ads: Reset playRangeEnd value between interstitials (#8082) (8829e5d)
  • audio label when selecting variants by label (#8038) (c4457f0)
  • DASH: Fix playback of ClearKey when only part of keys are defined (#8055) (831ab7a)
  • Do not autoplay if autoplay is not set (#8024) (e268207), closes #8022
  • DRM: Fix drm choice when the user provide a server in the manifest (#8067) (64d1e88)
  • Evict the buffer against seekRangeStart (#8026) (583d4fe)
  • HLS: Fix duplicate segments on some inaccurate live streams (#8084) (396a288)
  • HLS: Fix switching between muxed MP4 and muxed TS (#8061) (fc1b96a)
  • net: Allow preventDefault() on retry event (#8058) (a514199)
  • Throw preload destroyed error when re-using same preloadManager (#8046) (91a7468)
  • TTML: Correctly handle multiple samples in a segment (#8088) (4446d4d)
  • tXml: Allow case insensitive in parseDuration (#8064) (0700000)
  • UI: Fix thumbnail sometimes not disappearing due to mouse hover (#8089) (33037d1)
  • WebOS: Do not preload DRM on legacy EME (#8083) (d30533f)
Changelog

Sourced from shaka-player's changelog.

4.13.4 (2025-02-20)

Bug Fixes

  • DASH: ContentSteering promise is resolved too late for fetching of init segment (#8126) (2442a51)
  • FairPlay: Install by default shaka.polyfill.PatchedMediaKeysApple on older Safari versions (#8106) (c82d01b)
  • Install Safari workarounds on WPE STBs (#8103) (cd025b9)
  • Remove isSafari and always use isApple (#8104) (0a325ad)
  • UI: Improve performance and compatibility with MediaSession (#8100) (9afa9dd)

Performance Improvements

  • Close segmentIndex after getAllThumbnails (#8128) (85b92e8)
  • Only set the timers on UITextDisplayer when there are cues (#8114) (21b1be9)
  • Remove promises from getAllThumbnails loop (#8118) (6717699)
  • UI: Avoid unnecessary calls to controls configure (#8116) (7a7f632)
  • UI: Reduce configure calls to use shakaPlayerCastReceiverId (#8115) (cbd6764)
  • Use navigator.userAgentData.platform to detect Android and Fuchsia (#8102) (5ef5639)

4.13.3 (2025-02-17)

Bug Fixes

  • Ads: Only set ad-active in the controls-container when the ad has custom clicks (#8075) (48fdcfb)
  • Ads: Remove default background color on interstitial overlay (#8085) (29a1073)
  • Ads: Reset playRangeEnd value between interstitials (#8082) (8829e5d)
  • audio label when selecting variants by label (#8038) (c4457f0)
  • DASH: Fix playback of ClearKey when only part of keys are defined (#8055) (831ab7a)
  • Do not autoplay if autoplay is not set (#8024) (e268207), closes #8022
  • DRM: Fix drm choice when the user provide a server in the manifest (#8067) (64d1e88)
  • Evict the buffer against seekRangeStart (#8026) (583d4fe)
  • HLS: Fix duplicate segments on some inaccurate live streams (#8084) (396a288)
  • HLS: Fix switching between muxed MP4 and muxed TS (#8061) (fc1b96a)
  • net: Allow preventDefault() on retry event (#8058) (a514199)
  • Throw preload destroyed error when re-using same preloadManager (#8046) (91a7468)
  • TTML: Correctly handle multiple samples in a segment (#8088) (4446d4d)
  • tXml: Allow case insensitive in parseDuration (#8064) (0700000)
  • UI: Fix thumbnail sometimes not disappearing due to mouse hover (#8089) (33037d1)
  • WebOS: Do not preload DRM on legacy EME (#8083) (d30533f)
Commits
  • e0a61e7 chore(v4.13.x): release 4.13.4 (#8131)
  • 85b92e8 perf: Close segmentIndex after getAllThumbnails (#8128)
  • 2442a51 fix(DASH): ContentSteering promise is resolved too late for fetching of init ...
  • b713198 chore: Improve karma launcher error resiliency (#8127)
  • 4d88897 chore: Update all screenshots (#8121)
  • 2d16ef5 ci: Only run Safari native layout tests in lab (#8120)
  • 6717699 perf: Remove promises from getAllThumbnails loop (#8118)
  • da1b675 ci: Check if screenshot PR exists before creating new one (#8119)
  • 7a7f632 perf(UI): Avoid unnecessary calls to controls configure (#8116)
  • cbd6764 perf(UI): Reduce configure calls to use shakaPlayerCastReceiverId (#8115)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 4.13.2 to 4.13.4.
- [Release notes](https://github.com/shaka-project/shaka-player/releases)
- [Changelog](https://github.com/shaka-project/shaka-player/blob/v4.13.4/CHANGELOG.md)
- [Commits](shaka-project/shaka-player@v4.13.2...v4.13.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added PR: dependencies Pull requests that update a dependency file PR: waiting for review For PRs that are complete, tested, and ready for review labels Feb 22, 2025
@FreeTubeBot FreeTubeBot enabled auto-merge (squash) February 22, 2025 00:10
Copy link
Member

@PikachuEXE PikachuEXE left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UI: Fix thumbnail sometimes not disappearing due to mouse hover

@FreeTubeBot FreeTubeBot merged commit 3d0cac9 into development Feb 22, 2025
6 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/shaka-player-4.13.4 branch February 22, 2025 01:41
@github-actions github-actions bot removed the PR: waiting for review For PRs that are complete, tested, and ready for review label Feb 22, 2025
OothecaPickle pushed a commit to OothecaPickle/FreeTube that referenced this pull request Feb 22, 2025
Bumps [shaka-player](https://github.com/shaka-project/shaka-player) from 4.13.2 to 4.13.4.
- [Release notes](https://github.com/shaka-project/shaka-player/releases)
- [Changelog](https://github.com/shaka-project/shaka-player/blob/v4.13.4/CHANGELOG.md)
- [Commits](shaka-project/shaka-player@v4.13.2...v4.13.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
doublecrow pushed a commit to doublecrow/FreeTube that referenced this pull request Mar 28, 2025
Bumps [shaka-player](https://github.com/shaka-project/shaka-player) from 4.13.2 to 4.13.4.
- [Release notes](https://github.com/shaka-project/shaka-player/releases)
- [Changelog](https://github.com/shaka-project/shaka-player/blob/v4.13.4/CHANGELOG.md)
- [Commits](shaka-project/shaka-player@v4.13.2...v4.13.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
efb4f5ff-1298-471a-8973-3d47447115dc pushed a commit to efb4f5ff-1298-471a-8973-3d47447115dc/FreeTube that referenced this pull request Jul 12, 2025
Bumps [shaka-player](https://github.com/shaka-project/shaka-player) from 4.13.2 to 4.13.4.
- [Release notes](https://github.com/shaka-project/shaka-player/releases)
- [Changelog](https://github.com/shaka-project/shaka-player/blob/v4.13.4/CHANGELOG.md)
- [Commits](shaka-project/shaka-player@v4.13.2...v4.13.4)

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

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

Labels

PR: dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants