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.1.5 to 1.2.3 #21

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 13, 2022

Bumps hls.js from 1.1.5 to 1.2.3.

Release notes

Sourced from hls.js's releases.

v1.2.3

Summary

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

Changes Since The Last Release

video-dev/hls.js@v1.2.2...v1.2.3

  • Bugfix: Caption missing after seeking back to start when stream is played from discontinuity break (#4889) @​littlespex
  • Bugfix: Load last VTT fragment in infinite loop (WebVTT with AES-128) (#4901) @​mtoczko
  • Bugfix: Initial timestamps must be unsigned for tfdt v1 box for Safari iPad OS 16/Ventura (#4900) @​robwalch
  • CI: Fix npm publishes not happening (#4892) @​tjenkinson

Demo Page

https://hls-js-a7277301-16b6-4ae9-b56a-dbb2ae208a9c.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.2

Summary

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

Changes Since The Last Release

video-dev/hls.js@v1.2.1...v1.2.2

Demo Page

https://hls-js-e9b6f668-5edb-4682-a6af-034455d028b1.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.1

Summary

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

... (truncated)

Changelog

Sourced from hls.js's changelog.

Performing A Release

Releases are performed automatically with GitHub actions.

  1. git tag v<major>.<minor>.<patch> or git tag v<major>.<minor>.<patch>-<prerelease> ('v' required) where anything before the first . in <prerelease> will be become the npm dist-tag.
  2. git push
  3. git push --tag
  4. Wait for the GitHub action to create a new draft GitHub release with the build attached. The publish to npm should happen around the same time from a different step.
  5. Update the release notes to the new draft GitHub release if needed.
  6. Publish the GitHub release.

Examples

  • git tag -a v1.2.3 will result in 1.2.3 being published with the latest npm tag.
  • git tag -a v1.2.3-beta will result in 1.2.3-beta being published with the beta npm tag.
  • git tag -a v1.2.3-beta.1 will result in 1.2.3-beta.1 being published with the beta npm tag.
Commits
  • 4ddf764 Ensure the first continuity segment is processed in webvtt-parser's oncue han...
  • 710e74e Bugfix: load one fragment in infinite loop (WebVTT AES-128) (#4901)
  • 1c9017a Initial timestamps must be unsigned for tfdt v1 box (#4900)
  • 570f1aa make check-already-published hit api directly (#4892)
  • 6216ab9 Fix handling of negative composition timestamps (#4885)
  • 551f133 Fix seek to live start regression introduced in #4864 (#4887)
  • c2d2309 Merge pull request #4879 from video-dev/renovate/webpack-dev-server-4.x
  • 48022ce [skip netlify] Update dependency webpack-dev-server to v4.10.1
  • 81b459d Merge pull request #4874 from video-dev/renovate/eslint-8.x
  • 4cbbc25 [skip netlify] Update dependency eslint to v8.23.0
  • 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.1.5 to 1.2.3.
- [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.1.5...v1.2.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 13, 2022
@vercel
Copy link

vercel bot commented Sep 13, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
hls-video-element ✅ Ready (Inspect) Visit Preview Sep 13, 2022 at 11:59PM (UTC)

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 30, 2022

Superseded by #26.

@dependabot dependabot bot closed this Sep 30, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/hls.js-1.2.3 branch September 30, 2022 23:45
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