Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update dependency hls.js to ^1.5.19 #255

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 31, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
hls.js ^1.5.3 -> ^1.5.19 age adoption passing confidence

Release Notes

video-dev/hls.js (hls.js)

v1.5.19

Compare Source

Summary

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

Changes Since The Last Release

Demo Page

https://d5248d51.hls-js-dev.pages.dev/demo/

Feedback

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

v1.5.18

Compare Source

Summary

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

Changes Since The Last Release

Demo Page

https://30afa7b1.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.5.17

Compare Source

Summary

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

Changes Since The Last Release

  • Fixed: setAudioOption skips track selection at index 0 (cherry-picked from #​6775) @​matvp91

Demo Page

https://ea9762d3.hls-js-dev.pages.dev/demo/

Feedback

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

v1.5.16

Compare Source

Summary

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

Changes Since The Last Release
Demo Page

https://37c2c81d.hls-js-dev.pages.dev/demo/

Feedback

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

v1.5.15

Compare Source

Summary

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

Changes Since The Last Release

Demo Page

https://4e4dc178.hls-js-dev.pages.dev/demo/

Feedback

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

v1.5.14

Compare Source

Summary

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

Changes Since The Last Release

Demo Page

https://54b0b8e6.hls-js-dev.pages.dev/

Feedback

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

v1.5.13

Compare Source

Summary

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

Changes Since The Last Release

HLS.js changes:

Demo Page changes:

Demo Page

https://7e3969ad.hls-js-dev.pages.dev/demo/

Feedback

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

v1.5.12

Compare Source

Summary

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

Changes Since The Last Release

Demo Page

https://001e7642.hls-js-dev.pages.dev/demo/

Feedback

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

v1.5.11

Compare Source

Summary

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

Changes Since The Last Release

Demo Page

https://f7ddc5db.hls-js-dev.pages.dev/demo/

Feedback

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

v1.5.10

Compare Source

Summary

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

Changes Since The Last Release

Demo Page

https://56631b07.hls-js-dev.pages.dev/

Feedback

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

v1.5.9

Compare Source

Summary

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

Changes Since The Last Release

  • Fix missing details if subtitle changed synchronously after loaded and before onLoaded callback (#​6424) @​iamboorrito
  • Fix: Handle irregular white-space in segment URIs (#​6396) @​robwalch
  • Fix backtracking when an appended segment has no buffered timerange (#​6434)
  • Fix 608 parser handling of redundant control codes (Fixes #​6427)
  • Fix 608 caption TextTrack Cue seek/discontinuity timing (regression introduced in v1.5.0 with #​5557)
  • Fix JS AES fallback when browserCrypto.subtle returns undefined (rather than null) (#​6446)
  • Emit FRAG_PARSING_ERROR on unsupported M2TS codec (#​6447)

Demo Page

https://978f0c41.hls-js-dev.pages.dev/

Feedback

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

v1.5.8

Compare Source

Summary

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

Changes Since The Last Release

Demo Page

https://e867d9c3.hls-js-dev.pages.dev/demo/

Feedback

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

v1.5.7

Compare Source

Summary

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

Changes Since The Last Release

Demo Page

https://e655f194.hls-js-dev.pages.dev/demo/

Feedback

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

v1.5.6

Compare Source

Summary

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

Changes Since The Last Release

Demo Page

https://50c883ad.hls-js-dev.pages.dev/demo/

Feedback

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

v1.5.5

Compare Source

Summary

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

Changes Since The Last Release

  • Fix subtitle stream controller buffered TimeRanges (#​6205)

Demo Page

https://62e182dc.hls-js-dev.pages.dev/demo/

Feedback

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

v1.5.4

Compare Source

Summary

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

Changes Since The Last Release

  • Account for overlapping sidx sub-segment durations by parsing earlierst-presentation-time (#​6192)
  • Support startLevel above max level index (#​6190)
  • Align playlists streaming start position with mismatched end-list tags (#​6189)

Demo Page

https://a68faad5.hls-js-dev.pages.dev/

Feedback

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


Configuration

📅 Schedule: Branch creation - "* * 1 */12 *" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 31, 2024
@renovate renovate bot force-pushed the renovate/hls.js-1.x branch from a88ce1a to 7566b21 Compare January 10, 2025 23:05
@renovate renovate bot changed the title build(deps): update dependency hls.js to ^1.5.18 build(deps): update dependency hls.js to ^1.5.19 Jan 10, 2025
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants