ipfs-examples / js-ipfs-examples

Collection of js-ipfs examples
246 stars 157 forks source link

chore(deps): bump hls.js from 0.14.17 to 1.2.9 #652

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps hls.js from 0.14.17 to 1.2.9.

Release notes

Sourced from hls.js's releases.

v1.2.9

Summary

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

Changes Since The Last Release

https://github.com/video-dev/hls.js/compare/v1.2.8...v1.2.9

  • Fix audio and subtitle controller loading before player seeks to startPosition (#5098) @​robwalch

Demo Page

https://hls-js-1ddaca7e-016f-45b6-aaea-7c0f72e4e974.netlify.app/

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.2.8

Summary

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

Changes Since The Last Release

https://github.com/video-dev/hls.js/compare/v1.2.7...v1.2.8

  • Improve webworkify handling of named functions where name is in quotes (#5036) by @​robwalch
    • Resolves #5015 (v1.2.5 throws an error in a next.js production build)
  • Bugfix: Fragment LoadStats total set to 0 with progressive: true (#5054) by @​robwalch
    • Fixes #5050 (LoadStats properties loaded and total is 0 for a download fragment when using FetchLoader)
  • Document new gap controller behaviour on v1.x (#5066) by @​itsjamie
    • In response to #4066 (Playback does not Start in 1.0.x Versions with A/V Offset in First Segment)

Demo Page

https://hls-js-c7fd2a21-dc83-431c-ba38-cdfc9ae85a20.netlify.app/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.2.7

Summary

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

Changes Since The Last Release

https://github.com/video-dev/hls.js/compare/v1.2.6...v1.2.7

  • Bugfix: Fix ID3 in AAC start time regression introduced in v1.2.1 (#5014) @​jprjr

... (truncated)

Commits
  • fb0a574 Fix audio and subtitle controller loading before player seeks to startPositio...
  • fb7a4c5 Bugfix: Fragment LoadStats total set to 0 with progressive: true (#5054)
  • 835334b Document new gap controller behaviour on v1.x (#5066)
  • 75ba25e Improve webworkify handling of named functions where name is in quotes (#5036)
  • a93c41a base audio demuxer: track PTS of last sample for ID3 frames (#5014)
  • 2a607ff Fallback to inline demuxing on Worker error (#5016)
  • 8361f91 Merge pull request #5023 from video-dev/renovate/netlify-cli-12.x
  • 2e565f9 Update fragPrevious when attempting to load an already-buffered fragment (#5013)
  • c1a9ca0 Merge pull request #3639 from video-dev/renovate/webpack-5.x
  • 00f6575 Update package-lock.json
  • 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 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[bot] commented 1 year ago

Superseded by #696.