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

Bump hls.js from 1.4.0 to 1.4.1 #237

Merged
merged 1 commit into from
May 10, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 8, 2023

Bumps hls.js from 1.4.0 to 1.4.1.

Release notes

Sourced from hls.js's releases.

v1.4.1

Summary

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

Changes Since The Last Release

video-dev/hls.js@v1.4.0...v1.4.1

  • Fix Low-Latency HLS Part and fragment tracking (#5423) @​robwalch
    • Fixes a v1.3.5 regression in Low-Latency HLS playback where additional segment are loaded while playing at the edge
    • Fixes a v1.4.0 regression where partially loaded segments are not reloaded while catching up after seeking back
  • Bugfix: Check for undefined audio track attribute in findTrackId() (#5431) @​agajassi
    • Fixes v1.4.0 regression that prevents initial audio track selection from being performed correctly when required option is not the first (#5430)
  • Retry audio and subtitle media playlist loading when alternate is not found (#5420) @​robwalch
    • Fixes v1.4.0 regression where fragment loading retry settings are ignored for alternate audio and subtitle track segment loading errors (#5419)
  • Bugfix: reset remainderData in resetContiguity (#5410) @​WilliamChiu
    • Fixes stalls after seeking with "progressive" option enabled on mp4 segmented content
  • Fix incorrect HEVC main profile codec id (#5438) @​StaZhu
  • Always use MediaSource returned by utils module (#5448) @​robwalch
  • Setup npm provenance statements for signing builds (#5406) @​tjenkinson
  • Move package.json#exports types condition to the front (#5439) @​Andarist
  • Documentation: add Media Chrome for custom UI (#5391) @​luwes
  • Documentation: Fix readme logos & add Mux logo (#5390) @​luwes

Demo Page

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

API and Breaking Changes

For changes in v1.4.0, see the v1.4.0 Release Notes.

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
  • b0a72ff Merge pull request #5454 from video-dev/renovate/microsoft-api-documenter-7.x
  • 36bc6b9 chore(deps): update dependency @​microsoft/api-documenter to v7.22.4
  • bb5072e Merge pull request #5453 from video-dev/renovate/microsoft-api-documenter-7.x
  • d18b676 chore(deps): update dependency @​microsoft/api-documenter to v7.22.0
  • 2105ade Always use MediaSource returned by utils module (#5448)
  • 4aec275 Merge pull request #5449 from video-dev/renovate/lint-staged-13.x
  • 4c5bc20 chore(deps): update dependency lint-staged to v13.2.2
  • f4629d3 Fix Low-Latency part and fragment tracking (#5423)
  • 89ca104 Merge pull request #5443 from video-dev/renovate/typescript-eslint-monorepo
  • 31b0b04 chore(deps): update typescript-eslint monorepo to v5.59.2
  • 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)

Bumps [hls.js](https://github.com/video-dev/hls.js) from 1.4.0 to 1.4.1.
- [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.4.0...v1.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 8, 2023
@dependabot dependabot bot requested a review from ferserc1 May 8, 2023 16:00
@ferserc1 ferserc1 merged commit 736792d into main May 10, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/hls.js-1.4.1 branch May 10, 2023 07:50
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.

1 participant