videojs / videojs-contrib-hls

HLS library for video.js
http://videojs.github.io/videojs-contrib-hls/
Other
2.84k stars 791 forks source link

An in-range update of video.js is breaking the build 🚨 #1407

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 6.8.0 of video.js was just published.

Branch Build failing 🚨
Dependency video.js
Current Version 6.9.0
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

video.js is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/videojs/videojs-contrib-hls/builds/369310178?utm_source=github_status&utm_medium=notification)

Release Notes v6.8.0

6.8.0 (2018-03-19)

Features

  • add mimetype type to source object when possible (#4469) (#4947) (62ff3f6), closes #4851
  • Allow techs to change poster if player option techCanOverridePoster is set (#4921) (8706941), closes #4910
  • format time: add setFormatTime for overriding the time format (#4962) (2f96914), closes #2931
  • require enableSourceset option for event (#5031) (1b3c827)
  • sourceset event (#4660) (df96a74)
  • Use CSS grid for Caption Settings dialog to begin making it more responsive (#4997) (d2f63ad)

Bug Fixes

  • don't add captions settings menu item when TextTrackSettings is disabled (#5002) (ba6a71e), closes #4996
  • sourceset: set evt.src to empty string or src attr from load (#5016) (46d8b37)

Chores

Documentation

  • component: fix misspellings (#5017) (1532df3)
  • component: fix misspelllings (#5019) (ebbe868)
  • react guide: update guide to prevent memory leaks when components are disposed of (#4998) (1fa9dfb)
  • time-ranges: fix misspellings (#5025) (bd6b31c)
  • time-ranges: fix wrong comment for getRange function (#5026) (d7f45ba)

Reverts

Tests

  • ResizeManager: only listen for one playerresize to make test not flaky (#5022) (4e83cd3)
Commits

The new version differs by commits ahead by 0, behind by 13.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 6 years ago

After pinning to 6.9.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 6 years ago

Version 6.9.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v6.9.0

6.9.0 (2018-04-20)

Features

  • Queue playback events when the playback rate is zero and we are seeking (#5061) (eaf3c98), closes #5024

Bug Fixes

Code Refactoring

  • move seekbar event handler bindings into a function (#5097) (7c3213c)
  • move sourceset code out of tech (#5049) (e2b9d58)

Documentation

Tests

  • fix queue playing events test for ie8 (for real this time) (#5110) (5dec1a0)
  • fix queued events test with playbackrate in IE8 (#5105) (c4a05eb)
Commits

The new version differs by 13 commits.

  • 0f1268e 6.9.0
  • 363af84 fix(time-display): Use formatTime for a consistent default instead of hardcoded string (#5055)
  • 8c77aa0 docs(debugging): fix markup typo (#5086)
  • 20546d3 docs(guides): add debugging section to index (#5100)
  • 9f8ce2d fix: wait till play event to listen for user activity (#5093)
  • 7c3213c refactor: move seekbar event handler bindings into a function (#5097)
  • dd45dc0 fix: options.id is now applied correctly to the player dom element (#5090)
  • 5dec1a0 test: fix queue playing events test for ie8 (for real this time) (#5110)
  • c4a05eb test: fix queued events test with playbackrate in IE8 (#5105)
  • eaf3c98 feat: Queue playback events when the playback rate is zero and we are seeking (#5061)
  • 00e7f7b fix: fire sourceset on initial source append (#5038) (#5072)
  • c04dac4 fix: let the tech preload auto on its own (#4861) (#5065)
  • e2b9d58 refactor: move sourceset code out of tech (#5049)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 6.10.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v6.10.1

6.10.1 (2018-05-17)

Bug Fixes

Commits

The new version differs by 12 commits.

  • 869d607 6.10.1
  • 2d0c7ee tests: do not throw on tech/player dispose (#5180)
  • 7746bae fix: check for el before resetSourceSet (#5177)
  • 9450216 6.10.0
  • e1d26d8 fix: sourceset and browser behavior inconsistencies from (#5054) as (#5162)
  • 592c255 feat: add 'autoSetup' option (#5123)
  • 79fed25 fix: Reduce the multiple-announcement by screen readers of the new name of a button when its text label changes. (#5158)
  • baa6b56 fix(time-display): restore hidden label text for screen readers. (#5157)
  • 9607712 fix: Remove unnecessary ARIA role on the Control Bar. (#5154)
  • e076cde fix: Remove spaces from element IDs and ARIA attributes in the Captions Settings Dialog (#5153)
  • c654c7d feat: copy properties from to the media el from (#5039) as (#5163)
  • 72f84d5 feat: update the players source cache on sourceset from (#5040) as (#5156)

See the full diff