Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump shaka-player from 4.13.6 to 4.13.8 #6990

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2025

Bumps shaka-player from 4.13.6 to 4.13.8.

Release notes

Sourced from shaka-player's releases.

v4.13.8

4.13.8 (2025-03-05)

Bug Fixes

  • Clear some caches when install/uninstall PatchedMediaKeysApple (#8198) (ee8473e)
  • HLS: Only apply compensation if the difference is greater than 150ms (#8207) (36edcc3)
  • UI: Allow play/pause when seekOnTaps is enabled (#8206) (aa9c10e)

Performance Improvements

v4.13.7

4.13.7 (2025-03-03)

Bug Fixes

  • Fix seek to initial live position on slow devices (#8181) (d7d467d)
  • Prevent race condition when seeking backwards during load (#8188) (1ec6529)
  • UI: Fix weird behaviour when volume was 0, and we unmute (#8186) (49596bf)
  • UI: Use touchend to show the controls (#8180) (ea71bf0)

Performance Improvements

  • Pause PlayheadObserverManager operations on pause event (#8183) (187b69c)
Changelog

Sourced from shaka-player's changelog.

4.13.8 (2025-03-05)

Bug Fixes

  • Clear some caches when install/uninstall PatchedMediaKeysApple (#8198) (ee8473e)
  • HLS: Only apply compensation if the difference is greater than 150ms (#8207) (36edcc3)
  • UI: Allow play/pause when seekOnTaps is enabled (#8206) (aa9c10e)

Performance Improvements

4.13.7 (2025-03-03)

Bug Fixes

  • Fix seek to initial live position on slow devices (#8181) (d7d467d)
  • Prevent race condition when seeking backwards during load (#8188) (1ec6529)
  • UI: Fix weird behaviour when volume was 0, and we unmute (#8186) (49596bf)
  • UI: Use touchend to show the controls (#8180) (ea71bf0)

Performance Improvements

  • Pause PlayheadObserverManager operations on pause event (#8183) (187b69c)
Commits
  • 1c3681d chore(v4.13.x): release 4.13.8 (#8213)
  • b90e950 chore: Remove older version of Chrome in layout tests (#8208)
  • 36edcc3 fix(HLS): Only apply compensation if the difference is greater than 150ms (#8...
  • aa9c10e fix(UI): Allow play/pause when seekOnTaps is enabled (#8206)
  • a7df04e chore(Demo): Add new Dolby asset (#8204)
  • f41935c perf: Region timeline improvements (#8203)
  • ee8473e fix: Clear some caches when install/uninstall PatchedMediaKeysApple (#8198)
  • 763f401 chore: Remove not existing file from conformance (#8196)
  • 2cd3c2d chore(v4.13.x): release 4.13.7 (#8195)
  • 7fd2ff9 build: Move EBML parser to dash to improve the build size (#8189)
  • 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)

@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 Mar 10, 2025
@FreeTubeBot FreeTubeBot enabled auto-merge (squash) March 10, 2025 08:35
PikachuEXE
PikachuEXE previously approved these changes Mar 10, 2025
@github-actions github-actions bot added PR: merge conflicts / rebase needed and removed PR: waiting for review For PRs that are complete, tested, and ready for review labels Mar 10, 2025
Copy link
Contributor

This pull request has conflicts, please resolve those before we can evaluate the pull request.

Bumps [shaka-player](https://github.com/shaka-project/shaka-player) from 4.13.6 to 4.13.8.
- [Release notes](https://github.com/shaka-project/shaka-player/releases)
- [Changelog](https://github.com/shaka-project/shaka-player/blob/v4.13.8/CHANGELOG.md)
- [Commits](shaka-project/shaka-player@v4.13.6...v4.13.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor

Conflicts have been resolved. A maintainer will review the pull request shortly.

@FreeTubeBot FreeTubeBot merged commit 6cd217d into development Mar 10, 2025
6 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/shaka-player-4.13.8 branch March 10, 2025 17:14
PikachuEXE added a commit to PikachuEXE/FreeTube that referenced this pull request Mar 11, 2025
* development: (97 commits)
  Translated using Weblate (German)
  Translated using Weblate (Czech)
  Translated using Weblate (Basque)
  Translated using Weblate (Hungarian)
  Translated using Weblate (Chinese (Simplified Han script))
  Translated using Weblate (Japanese)
  Translated using Weblate (Estonian)
  Translated using Weblate (Portuguese (Brazil))
  Bump the eslint group with 4 updates (FreeTubeApp#6985)
  Add support for channel's `Courses` tab (FreeTubeApp#6641)
  Bump electron from 34.3.0 to 35.0.1 (FreeTubeApp#6986)
  Bump shaka-player from 4.13.6 to 4.13.8 (FreeTubeApp#6990)
  Bump css-minimizer-webpack-plugin from 7.0.0 to 7.0.2 (FreeTubeApp#6988)
  Bump swiper from 11.2.4 to 11.2.5 (FreeTubeApp#6989)
  Bump lefthook from 1.11.2 to 1.11.3 (FreeTubeApp#6987)
  Update Invidious DASH xtags handling for YouTube.js changes (FreeTubeApp#6944)
  Translated using Weblate (French)
  Allow legacy formats to be used even when dash and audio-only are unavailable (FreeTubeApp#6977)
  Translated using Weblate (Hungarian)
  Fix search not working on mobile because of undefined ref (FreeTubeApp#6706)
  ...
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