Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 7, 2025

Bumps hls.js from 1.6.5 to 1.6.6.

Release notes

Sourced from hls.js's releases.

v1.6.6

Summary

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

Changes Since The Last Release

video-dev/hls.js@v1.6.5...v1.6.6

  • Fix parse PSSH box error (#7320) @​yajin2021
  • Use SourceBuffer timestampOffset (#7311) @​robwalch
  • MediaCapabilities enhancements (#7354)
  • Support interstitial schedule navigation on INTERSTITIAL_ASSET_ENDED (#7329)
  • Fix QuotaExceededError regression caused by change in Chrome 138 (#7368)
    • Resolves stalling caused by change to QuotaExceededError code (22 -> 0) shipped in Chome 138 (#7367) @​spiralman
  • Fix unnecessary setting of MediaSource duration with stale value (#7326)
    • Resolves LL-HLS buffer append errors where playlist duration is shorter than latest append (#7321) @​SangwonOh
  • Fix errors in SourceBuffer creation when media parsed codec is unsupported (#7304)
  • Fix subtitle segment loading at live start (#7349)
    • Resolves loading correct subtitle segment when starting after discontinuity in live (#7347) @​Frenzie
  • Update next load position if currentTime is not being used on seek (#7342)
  • Functional test runner setup changes for running in Safari locally (#7313)

Demo Page

https://6fdff299.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.

Commits
  • 0e842b1 Fix QuotaExceededError regression caused by change in Chrome 138 (#7368)
  • d69a077 chore(deps): update dependency chromedriver to v138 (#7370)
  • c8fce2d Support interstitial schedule navigation on INTERSTITIAL_ASSET_ENDED (#7329)
  • 8727c8d MediaCapabilities enhancements (#7354)
  • e4ed1d5 Determine updated MediaSource duration and seekable range after blocking Sour...
  • 9b356f8 Merge pull request #7364 from video-dev/renovate/typescript-eslint-monorepo
  • c3c9512 chore(deps): update typescript-eslint monorepo to v8.35.1
  • 4a57c01 Merge pull request #7363 from video-dev/renovate/typescript-eslint-monorepo
  • a0f8cb1 chore(deps): update typescript-eslint monorepo to v8.35.0
  • 4e4b590 Update next load position if currentTime is not being used on seek
  • 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 [hls.js](https://github.com/video-dev/hls.js) from 1.6.5 to 1.6.6.
- [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.5...v1.6.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 7, 2025
@DanielnetoDotCom DanielnetoDotCom merged commit f219cdb into master Jul 7, 2025
14 of 15 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/hls.js-1.6.6 branch July 7, 2025 11:58
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.

2 participants