Skip to content

Bump shaka-player from 4.16.16 to 5.0.2#8693

Closed
dependabot[bot] wants to merge 1 commit intodevelopmentfrom
dependabot/npm_and_yarn/shaka-player-5.0.2
Closed

Bump shaka-player from 4.16.16 to 5.0.2#8693
dependabot[bot] wants to merge 1 commit intodevelopmentfrom
dependabot/npm_and_yarn/shaka-player-5.0.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2026

Bumps shaka-player from 4.16.16 to 5.0.2.

Release notes

Sourced from shaka-player's releases.

v5.0.2

5.0.2 (2026-02-16)

Bug Fixes

  • Fix CryptoKey definition (#9686) (bf934f6)
  • Fix usage of mediaElement in shaka.Player constructor (#9698) (8896313)
  • Fix video freezes when seeking to the end when the audio and video duration are slightly different (#9695) (9686f28)
  • MSF: Fix CMSF catalog parsing (#9710) (dd650fb)
  • UI: Fix chapter marker issues (#9708) (fc10d6b)
  • UI: fix presentation time display when display time is larger than duration (#9712) (887da7f), closes #9711
  • UI: Player automatically enters fullscreen on single tap on mobile (#9709) (302ee45)
  • UI: Slight delay in removing chapter title labeling (#9707) (c97b50c)
  • Validate that mediaElement.getStartDate returns a Date (#9701) (0a1dfc4)

v5.0.1

5.0.1 (2026-02-09)

Bug Fixes

  • Allow MSE ended in canPerformOperations_ (#9683) (6f6fedc)

v5.0.0

5.0.0 (2026-02-06)

� BREAKING CHANGES

  • Require apps to call updateStartTime instead of setting media element currentTime directly during startup (#9668)
  • Remove setTextTrackVisibility from the public API (#9664)
  • UI: Remove airplay button from uncompiled version (#9663)
  • UI: Remove airplay button (#9654)
  • UI: Change buttons order (#9651)
  • UI: Add bigButtons config and remove addBigPlayButton config (#9636)
  • UI: Enable customContextMenu by default on desktop browsers (#9635)
  • UI: Add documentPictureInPicture config (#9634)
  • Remove shaka.util.XmlUtils (#9616)
  • Remove codem-isoboxer dependency (#9608)
  • Use shared logic for MediaError details (#9594)
  • Text displayers should receive a shaka.Player pointer (#9515)
  • Move speech to text to the accessibility section in config (#9507)
  • ABR: Remove abr.removeLatencyFromFirstPacketTime config (#9496)
  • Remove autoShowText and simplify initial text track selection (#9435)
  • UI: Improve Media Session management (#9483)
  • Simplify shaka.ads.AdManager interface (#9357)
  • Remove LRC, SBV, SSA support (#9330)
  • Remove MSS support (#9329)
  • Remove setSequenceMode from TextParser plugins (#9326)

... (truncated)

Changelog

Sourced from shaka-player's changelog.

5.0.2 (2026-02-16)

Bug Fixes

  • Fix CryptoKey definition (#9686) (bf934f6)
  • Fix usage of mediaElement in shaka.Player constructor (#9698) (8896313)
  • Fix video freezes when seeking to the end when the audio and video duration are slightly different (#9695) (9686f28)
  • MSF: Fix CMSF catalog parsing (#9710) (dd650fb)
  • UI: Fix chapter marker issues (#9708) (fc10d6b)
  • UI: fix presentation time display when display time is larger than duration (#9712) (887da7f), closes #9711
  • UI: Player automatically enters fullscreen on single tap on mobile (#9709) (302ee45)
  • UI: Slight delay in removing chapter title labeling (#9707) (c97b50c)
  • Validate that mediaElement.getStartDate returns a Date (#9701) (0a1dfc4)

5.0.1 (2026-02-09)

Bug Fixes

  • Allow MSE ended in canPerformOperations_ (#9683) (6f6fedc)

5.0.0 (2026-02-06)

⚠ BREAKING CHANGES

  • Require apps to call updateStartTime instead of setting media element currentTime directly during startup (#9668)
  • Remove setTextTrackVisibility from the public API (#9664)
  • UI: Remove airplay button from uncompiled version (#9663)
  • UI: Remove airplay button (#9654)
  • UI: Change buttons order (#9651)
  • UI: Add bigButtons config and remove addBigPlayButton config (#9636)
  • UI: Enable customContextMenu by default on desktop browsers (#9635)
  • UI: Add documentPictureInPicture config (#9634)
  • Remove shaka.util.XmlUtils (#9616)
  • Remove codem-isoboxer dependency (#9608)
  • Use shared logic for MediaError details (#9594)
  • Text displayers should receive a shaka.Player pointer (#9515)
  • Move speech to text to the accessibility section in config (#9507)
  • ABR: Remove abr.removeLatencyFromFirstPacketTime config (#9496)
  • Remove autoShowText and simplify initial text track selection (#9435)
  • UI: Improve Media Session management (#9483)
  • Simplify shaka.ads.AdManager interface (#9357)
  • Remove LRC, SBV, SSA support (#9330)
  • Remove MSS support (#9329)
  • Remove setSequenceMode from TextParser plugins (#9326)
  • Remove enableTextDisplayer from TextDisplayer plugins (#9311)
  • Remove all deprecated things (#9162)

... (truncated)

Commits
  • 66f473b chore(v5.0.x): release 5.0.2 (#9717)
  • 887da7f fix(UI): fix presentation time display when display time is larger than durat...
  • dd650fb fix(MSF): Fix CMSF catalog parsing (#9710)
  • fc10d6b fix(UI): Fix chapter marker issues (#9708)
  • c97b50c fix(UI): Slight delay in removing chapter title labeling (#9707)
  • 302ee45 fix(UI): Player automatically enters fullscreen on single tap on mobile (#9709)
  • 28f4b83 docs: Fix v5 on upgrade.md (#9703)
  • dc583e2 chore(Demo): Update demo asset (#9702)
  • 0a1dfc4 fix: Validate that mediaElement.getStartDate returns a Date (#9701)
  • 9686f28 fix: Fix video freezes when seeking to the end when the audio and video durat...
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
shaka-player [>= 4.15.a, < 4.16]

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 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.16 to 5.0.2.
- [Release notes](https://github.com/shaka-project/shaka-player/releases)
- [Changelog](https://github.com/shaka-project/shaka-player/blob/v5.0.2/CHANGELOG.md)
- [Commits](shaka-project/shaka-player@v4.16.16...v5.0.2)

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

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 20, 2026
@FreeTubeBot FreeTubeBot enabled auto-merge (squash) February 20, 2026 08:55
auto-merge was automatically disabled February 20, 2026 09:21

Pull request was closed

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 20, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/shaka-player-5.0.2 branch February 20, 2026 09:21
@github-actions github-actions bot removed the PR: waiting for review For PRs that are complete, tested, and ready for review label Feb 20, 2026
@absidue
Copy link
Member

absidue commented Feb 20, 2026

@dependabot ignore this major version

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 20, 2026

OK, I won't notify you about version 5.x.x again, unless you re-open this PR.

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.

2 participants