Skip to content

Bump hls.js from 1.6.7 to 1.6.12#161

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/hls.js-1.6.12
Closed

Bump hls.js from 1.6.7 to 1.6.12#161
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/hls.js-1.6.12

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Sep 15, 2025

Bumps hls.js from 1.6.7 to 1.6.12.

Release notes

Sourced from hls.js's releases.

v1.6.12

Summary

HLS.js v1.6.12 includes bug fixes and improvements over the last release.

Changes Since The Last Release

video-dev/hls.js@v1.6.11...v1.6.12

  • Fixed PlayReady regression introduced v1.6.11:
  • Use (incomplete) Widevine PSSH parsing when KEYID attribute missing from playlist KEY tags (#7415) @​yajin2021
  • Multivariant Playlist parsing fixes (#7523) @​robwalch
    • Add missing stats.parsing.end timing to manifest events
    • Use playlist CODECS in mime-type when handling unknown codecs (fixes handling of AIV example content)
  • Setup as audio-only when main segment has no video and CODECS is missing (#7530)
  • Fix live reload failure after empty playlist response (“no EXTM3U delimiter” error) (#7533)

Demo Page

https://37434c54.hls-js-dev.pages.dev/demo/

API and Breaking Changes

If you are upgrading from version v0.14.17 or lower, see the MIGRATING guide for API changes between v0.14.x and v1.0.0.

Feedback

Please provide feedback via Issues in GitHub. For more details on how to contribute to HLS.js, see our CONTRIBUTING guide.

v1.6.11

Summary

HLS.js v1.6.11 includes bug fixes and improvements over the last release.

Changes Since The Last Release

video-dev/hls.js@v1.6.10...v1.6.11

Bug Fixes

  • Fix Interstitial asset events not firing when attaching primary before last asset on PLAYOUT-LIMIT update (#7467) @​robwalch
  • Handle EME key status errors such as "internal-error" and "output-restricted" before appending segments (#7414)
    • Fixes: Playback ends when the "keySystemStatusInternalError" occurs (#7413) @​yajin2021
    • Fixes: HDCP error when playing manifests with both HD and SD levels (#7469) @​mudit2108
  • Defer segment requests when network connection is lost (#7476) @​robwalch
    • Resolves: Regression due to treating HTTP status 0 differently from 404 (#7471) @​Frenzie
  • Fix exception when seeking to program end (#7478) @​robwalch

Tasks

Documentation

... (truncated)

Commits
  • c4d9bf3 Fix "Missing format identifier #EXTM3U" playlist parsing errors
  • 0919731 Merge pull request #7530 from video-dev/bugfix/audio-only-main
  • 0638d9a Setup as audio-only when main segment has no video
  • a3c63bd Multivariant Playlist parsing fixes (#7523)
  • 5a62280 Error handling for PlayReady key with no status change (#7527)
  • 4a334e9 Fix PlayReady key endianness (#7510)
  • 947cbd8 Parse keyid from multi-key widevine PSSH (#7415)
  • 178333c Add ESLint syntax rules to restrict async syntax, no-floating-promises, and n...
  • 82e4695 Improve functional test logs (#7481)
  • b2d7391 Defer segment requests when network connection is lost (#7476)
  • 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 dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 15, 2025
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Sep 15, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

Bumps [hls.js](https://github.com/video-dev/hls.js) from 1.6.7 to 1.6.12.
- [Release notes](https://github.com/video-dev/hls.js/releases)
- [Changelog](https://github.com/video-dev/hls.js/blob/master/docs/release-process.md)
- [Commits](video-dev/hls.js@v1.6.7...v1.6.12)

---
updated-dependencies:
- dependency-name: hls.js
  dependency-version: 1.6.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/hls.js-1.6.12 branch from e936504 to a802eb6 Compare September 16, 2025 14:10
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Sep 22, 2025

Superseded by #163.

@dependabot dependabot Bot closed this Sep 22, 2025
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/hls.js-1.6.12 branch September 22, 2025 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants