Merged
Conversation
|
@Pintorado is attempting to deploy a commit to the Mux Team on Vercel. A member of the Team first needs to authorize it. |
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Contributor
|
Also upgrade the package lock file |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Merged
luwes
pushed a commit
that referenced
this pull request
Nov 26, 2025
🤖 I have created a release *beep* *boop* --- <details><summary>@mux/playback-core: 0.31.4</summary> ## [0.31.4](https://github.com/muxinc/elements/compare/@mux/playback-core@0.31.3...@mux/playback-core@0.31.4) (2025-11-26) ### Bug Fixes * upgrade hls.js to 1.6.15 ([#1244](#1244)) ([677b17d](677b17d)) </details> <details><summary>@mux/mux-player: 3.9.1</summary> ## [3.9.1](https://github.com/muxinc/elements/compare/@mux/mux-player@3.9.0...@mux/mux-player@3.9.1) (2025-11-26) ### Bug Fixes * upgrade hls.js to 1.6.15 ([#1244](#1244)) ([677b17d](677b17d)) ### Dependencies * The following workspace dependencies were updated * dependencies * @mux/mux-video bumped from 0.28.0 to 0.28.1 * @mux/playback-core bumped from 0.31.3 to 0.31.4 </details> <details><summary>@mux/mux-player-astro: 3.9.1</summary> ## [3.9.1](https://github.com/muxinc/elements/compare/@mux/mux-player-astro@3.9.0...@mux/mux-player-astro@3.9.1) (2025-11-26) ### Miscellaneous Chores * **@mux/mux-player-astro:** Synchronize player versions ### Dependencies * The following workspace dependencies were updated * dependencies * @mux/mux-player bumped from 3.9.0 to 3.9.1 * @mux/playback-core bumped from 0.31.3 to 0.31.4 </details> <details><summary>@mux/mux-player-react: 3.9.1</summary> ## [3.9.1](https://github.com/muxinc/elements/compare/@mux/mux-player-react@3.9.0...@mux/mux-player-react@3.9.1) (2025-11-26) ### Miscellaneous Chores * **@mux/mux-player-react:** Synchronize player versions ### Dependencies * The following workspace dependencies were updated * dependencies * @mux/mux-player bumped from 3.9.0 to 3.9.1 * @mux/playback-core bumped from 0.31.3 to 0.31.4 </details> <details><summary>@mux/mux-audio: 0.15.16</summary> ## [0.15.16](https://github.com/muxinc/elements/compare/@mux/mux-audio@0.15.15...@mux/mux-audio@0.15.16) (2025-11-26) ### Bug Fixes * upgrade hls.js to 1.6.15 ([#1244](#1244)) ([677b17d](677b17d)) ### Dependencies * The following workspace dependencies were updated * dependencies * @mux/playback-core bumped from 0.31.3 to 0.31.4 </details> <details><summary>@mux/mux-audio-react: 0.15.16</summary> ## [0.15.16](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.15.15...@mux/mux-audio-react@0.15.16) (2025-11-26) ### Miscellaneous Chores * **@mux/mux-audio-react:** Synchronize audio versions ### Dependencies * The following workspace dependencies were updated * dependencies * @mux/playback-core bumped from 0.31.3 to 0.31.4 </details> <details><summary>@mux/mux-video: 0.28.1</summary> ## [0.28.1](https://github.com/muxinc/elements/compare/@mux/mux-video@0.28.0...@mux/mux-video@0.28.1) (2025-11-26) ### Bug Fixes * upgrade hls.js to 1.6.15 ([#1244](#1244)) ([677b17d](677b17d)) ### Dependencies * The following workspace dependencies were updated * dependencies * @mux/playback-core bumped from 0.31.3 to 0.31.4 </details> <details><summary>@mux/mux-video-react: 0.28.1</summary> ## [0.28.1](https://github.com/muxinc/elements/compare/@mux/mux-video-react@0.28.0...@mux/mux-video-react@0.28.1) (2025-11-26) ### Miscellaneous Chores * **@mux/mux-video-react:** Synchronize video versions ### Dependencies * The following workspace dependencies were updated * dependencies * @mux/playback-core bumped from 0.31.3 to 0.31.4 </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR upgrades
hls.jsto the latest version across all element packages.https://github.com/video-dev/hls.js/releases/tag/v1.6.15
Fixes audio track issues on Safari/iOS: selecting the Default track makes the video freeze without being able to unpause it for some videos.