Skip to content

Bump shaka-player from 4.16.4 to 4.16.6#8167

Merged
FreeTubeBot merged 2 commits intodevelopmentfrom
dependabot/npm_and_yarn/shaka-player-4.16.6
Oct 20, 2025
Merged

Bump shaka-player from 4.16.4 to 4.16.6#8167
FreeTubeBot merged 2 commits intodevelopmentfrom
dependabot/npm_and_yarn/shaka-player-4.16.6

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

Bumps shaka-player from 4.16.4 to 4.16.6.

Related issue

#8164 (comment)
Reverts #7718
Fixes #7445
Closes #8149

Testing

#8164 (comment)
#7445
#8149
#7718 (comment)

Release notes

Sourced from shaka-player's releases.

v4.16.6

4.16.6 (2025-10-20)

Bug Fixes

  • Ads: Only support mutipleMediaElements when not using native controls (#9217) (3fc539a)
  • build: Fix build compat with mac homebrew java (#9225) (12ebb9a)
  • Don't cancel trick play on VOD end (#9239) (e81d5c1)
  • HLS: Fix bandwidth detection (#9230) (02c0ee5)
  • HLS: Fix handling of multiple audio groups (#9220) (d02d73c)
  • Make selectVideoTrack more resilient when using HLS with audio groups (#9232) (bd5675a)
  • Offline: Fix playback of streams with audio muxed in video (#9229) (8190b0b)
  • Queue: Fix start time when go to previous item (#9222) (55bb9fc)
  • UI: Fix show Replay button on big play when there is not loaded video (#9234) (a9cc7b3)
  • Validate prefetched variant in preload manager (#9213) (e0e8ce7)

v4.16.5

4.16.5 (2025-10-15)

Bug Fixes

  • ABR: Check for the existence of variables (#9201) (38fb81c)
  • CMCDv2: Memory leaks with ts param on request mode (#9193) (97b3975)
  • Fix HDR detection on WebOS on compiled builds (#9185) (e73b149)
  • HLS: Remove label for video streams (#9176) (0ea35ed)
  • Return the correct getAudioTracks when only differs the codec (#9178) (de5940a)
  • Return the correct getVideoTracks when only differs the audioId (#9179) (920186e)
  • UI: Add LCEVC label in resolution menu (#9186) (8740b35)
  • UI: Don't allow seek with seek on taps when there is a linear ad (#9191) (f84ec6a)
  • UI: Fix seek on taps position in CSS (#9192) (646c9a2)

Performance Improvements

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

Sourced from shaka-player's changelog.

4.16.6 (2025-10-20)

Bug Fixes

  • Ads: Only support mutipleMediaElements when not using native controls (#9217) (3fc539a)
  • build: Fix build compat with mac homebrew java (#9225) (12ebb9a)
  • Don't cancel trick play on VOD end (#9239) (e81d5c1)
  • HLS: Fix bandwidth detection (#9230) (02c0ee5)
  • HLS: Fix handling of multiple audio groups (#9220) (d02d73c)
  • Make selectVideoTrack more resilient when using HLS with audio groups (#9232) (bd5675a)
  • Offline: Fix playback of streams with audio muxed in video (#9229) (8190b0b)
  • Queue: Fix start time when go to previous item (#9222) (55bb9fc)
  • UI: Fix show Replay button on big play when there is not loaded video (#9234) (a9cc7b3)
  • Validate prefetched variant in preload manager (#9213) (e0e8ce7)

4.16.5 (2025-10-15)

Bug Fixes

  • ABR: Check for the existence of variables (#9201) (38fb81c)
  • CMCDv2: Memory leaks with ts param on request mode (#9193) (97b3975)
  • Fix HDR detection on WebOS on compiled builds (#9185) (e73b149)
  • HLS: Remove label for video streams (#9176) (0ea35ed)
  • Return the correct getAudioTracks when only differs the codec (#9178) (de5940a)
  • Return the correct getVideoTracks when only differs the audioId (#9179) (920186e)
  • UI: Add LCEVC label in resolution menu (#9186) (8740b35)
  • UI: Don't allow seek with seek on taps when there is a linear ad (#9191) (f84ec6a)
  • UI: Fix seek on taps position in CSS (#9192) (646c9a2)

Performance Improvements

  • ABR: Try to suggest new streams after enable (#9177) (430ee60)
  • Chapters: Check does parser exist before fetching chapters track (#9204) (581cb56)
Commits
  • 8ee813f chore(v4.16.x): release 4.16.6 (#9227)
  • e81d5c1 fix: Don't cancel trick play on VOD end (#9239)
  • 019b268 build: Fix illegal multiple extends occurs in the generated definitions (#9238)
  • a9cc7b3 fix(UI): Fix show Replay button on big play when there is not loaded video (#...
  • e0e8ce7 fix: Validate prefetched variant in preload manager (#9213)
  • bd5675a fix: Make selectVideoTrack more resilient when using HLS with audio groups (#...
  • 02c0ee5 fix(HLS): Fix bandwidth detection (#9230)
  • 8190b0b fix(Offline): Fix playback of streams with audio muxed in video (#9229)
  • 55bb9fc fix(Queue): Fix start time when go to previous item (#9222)
  • d02d73c fix(HLS): Fix handling of multiple audio groups (#9220)
  • 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.16.4 to 4.16.6.
- [Release notes](https://github.com/shaka-project/shaka-player/releases)
- [Changelog](https://github.com/shaka-project/shaka-player/blob/v4.16.6/CHANGELOG.md)
- [Commits](shaka-project/shaka-player@v4.16.4...v4.16.6)

---
updated-dependencies:
- dependency-name: shaka-player
  dependency-version: 4.16.6
  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 Oct 20, 2025
@FreeTubeBot FreeTubeBot enabled auto-merge (squash) October 20, 2025 13:45
@FreeTubeBot FreeTubeBot merged commit c718ab2 into development Oct 20, 2025
6 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/shaka-player-4.16.6 branch October 20, 2025 19:50
@github-actions github-actions bot removed the PR: waiting for review For PRs that are complete, tested, and ready for review label Oct 20, 2025
PikachuEXE added a commit to PikachuEXE/FreeTube that referenced this pull request Oct 21, 2025
* development:
  Bump the eslint group with 4 updates (FreeTubeApp#8158)
  Translated using Weblate (German)
  Bump shaka-player from 4.16.4 to 4.16.6 (FreeTubeApp#8167)
  Bump marked from 16.4.0 to 16.4.1 (FreeTubeApp#8159)
  Bump electron from 38.2.2 to 38.3.0 (FreeTubeApp#8161)
  Bump actions/setup-node from 5 to 6 (FreeTubeApp#8162)
  Bump youtubei.js from 16.0.0 to 16.0.1 (FreeTubeApp#8163)
  Translated using Weblate (Persian)
  Translated using Weblate (Czech)
  Translated using Weblate (Bulgarian)

# Conflicts:
#	package.json
PikachuEXE added a commit to NishPatel101/FreeTube that referenced this pull request Oct 21, 2025
* development: (88 commits)
  Bump the eslint group with 4 updates (FreeTubeApp#8158)
  Translated using Weblate (German)
  Bump shaka-player from 4.16.4 to 4.16.6 (FreeTubeApp#8167)
  Bump marked from 16.4.0 to 16.4.1 (FreeTubeApp#8159)
  Bump electron from 38.2.2 to 38.3.0 (FreeTubeApp#8161)
  Bump actions/setup-node from 5 to 6 (FreeTubeApp#8162)
  Bump youtubei.js from 16.0.0 to 16.0.1 (FreeTubeApp#8163)
  Translated using Weblate (Persian)
  Translated using Weblate (Czech)
  Translated using Weblate (Bulgarian)
  Add missing IS_ELECTRON and SUPPORTS_LOCAL_API checks (FreeTubeApp#8147)
  Simplify the NATIVE_THEME_UPDATE event handler (FreeTubeApp#8140)
  Bump package version from 0.23.11 to 0.23.12 (FreeTubeApp#8138)
  Add error handling to the deciphering code (FreeTubeApp#8139)
  Fix video playback by using video ID bound poToken (FreeTubeApp#8137)
  Hide subscriptions wrapper on mobile and center bottom SideNav items (FreeTubeApp#8133)
  ! Fix sigFrameScript on dev in windows (FreeTubeApp#8134)
  Translated using Weblate (Estonian)
  Bump github/codeql-action from 3 to 4 (FreeTubeApp#8124)
  Translated using Weblate (Welsh)
  ...
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.

[Bug]: Ctrl+LMB won't reset playback speed to default anymore. [Bug]: Playback rate not saved when autoplay is enabled

4 participants