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.3.0 #696

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps hls.js from 0.14.17 to 1.3.0.

Release notes

Sourced from hls.js's releases.

v1.3.0

Summary

HLS.js v1.3.0 adds support for FairPlay and PlayReady in addition to improved support for Widevine DRM. Improvements to key loading, key-system selection, key rotation, and error reporting, make HLS.js a robust choice for playing protected content.

Changes Since The Last Release

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

New Features

Bug Fixes and Improvements

Documentation

Tasks

Demo Page

https://hls-js-75bc380c-9334-4db4-80bd-c8023729c6f3.netlify.app/

API Changes

See https://github.com/video-dev/hls.js/blob/v1.3.0/docs/API.md for API details and examples.

API additions

  • Added top-level hls.maxHdcpLevel getter-setter

Config changes

  • Added drmSystems for defining key-system specific license urls and certificates
    • drmSystems['com.widevine.alpha'].licenseUrl replaces widevineLicenseUrl (deprecated but still supported)
    • Use optional drmSystems['com.apple.fps'].serverCertificateUrl to specify FairPlay certificate url
    • Use optional drmSystems[KEY-SYSTEM].generateRequest to map initData or generate initData for playlist keys before MediaKeySession generateRequest is called

... (truncated)

Commits
  • 64eddd5 Merge pull request #5155 from video-dev/renovate/babel-loader-9.x
  • 9e2ee22 [skip netlify] Update dependency babel-loader to v9.1.2
  • ead6bab Merge pull request #5154 from video-dev/renovate/babel-monorepo
  • 05c5a4e [skip netlify] Update dependency @​babel/core to v7.20.12
  • 311ac64 Implement maxHdcpLevel HDCP-LEVEL capping and EME error handling (#5150)
  • e003590 Merge pull request #5151 from video-dev/renovate/husky-8.x
  • ff4a6db [skip netlify] Update dependency husky to v8.0.3
  • f0b3fb7 Merge pull request #5148 from video-dev/renovate/eslint-config-prettier-8.x
  • 766a49f [skip netlify] Update dependency eslint-config-prettier to v8.6.0
  • 4482e3c Remove test for code removed in #5139
  • 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 #704.