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 video.js and videojs-mobile-ui #3904

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 21, 2023

Bumps video.js and videojs-mobile-ui. These dependencies needed to be updated together.
Updates video.js from 7.21.5 to 8.5.2

Release notes

Sourced from video.js's releases.

v8.5.2

8.5.2 (2023-08-14)

Bug Fixes

  • text: caption settings typo (560b81a)

Chores

  • package: bump VHS version from 3.3.1 to 3.5.3 (#8400) (9aff3de)

netlify preview for this version

v8.5.1

8.5.1 (2023-07-21)

Bug Fixes

netlify preview for this version

v8.5.0

8.5.0 (2023-06-12)

Features

netlify preview for this version

v8.4.2

8.4.2 (2023-06-06)

Bug Fixes

... (truncated)

Changelog

Sourced from video.js's changelog.

8.5.2 (2023-08-14)

Bug Fixes

  • text: caption settings typo (560b81a)

Chores

  • package: bump VHS version from 3.3.1 to 3.5.3 (#8400) (9aff3de)

8.5.1 (2023-07-21)

Bug Fixes

8.5.0 (2023-06-12)

Features

8.4.2 (2023-06-06)

Bug Fixes

  • loading-spinner: fix loading spinner responsiveness when default font size is modified (#8295) (f075177)
  • package: update videojs-contrib-quality-levels to 4.0.0 to eliminate deprecation warning (#8303) (fab8f95)
  • shadow-dom: prevent warning 'element supplied is not included' (#8192) (dc1e2bb)
  • text-track-settings: fix text track settings responsiveness when default font size is modified (#8294) (3dece50)

8.4.1 (2023-06-05)

Bug Fixes

... (truncated)

Commits

Updates videojs-mobile-ui from 0.8.0 to 1.1.0

Changelog

Sourced from videojs-mobile-ui's changelog.

1.1.0 (2023-07-04)

Features

Bug Fixes

Chores

Documentation

  • add npm tag for v7 compatible version to README (43bf4e9)

1.0.1 (2023-01-17)

Bug Fixes

  • deps: bump decode-uri-component from 0.2.0 to 0.2.2 (#95) (10ad7b2), closes #95
  • deps: bump json5 from 2.2.1 to 2.2.3 (#102) (529d294), closes #102

Chores

... (truncated)

Commits

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added PR: dependencies Pull requests that update a dependency file PR: waiting for review For PRs that are complete, tested, and ready for review labels Aug 21, 2023
@FreeTubeBot FreeTubeBot enabled auto-merge (squash) August 21, 2023 08:57
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/video.js-and-videojs-mobile-ui-8.5.2 branch 2 times, most recently from 19fd073 to 0327c45 Compare August 21, 2023 11:10
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/video.js-and-videojs-mobile-ui-8.5.2 branch 2 times, most recently from 3652cfd to 7680da1 Compare August 28, 2023 13:31
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/video.js-and-videojs-mobile-ui-8.5.2 branch 2 times, most recently from 8899457 to d502cfb Compare September 5, 2023 05:28
@efb4f5ff-1298-471a-8973-3d47447115dc efb4f5ff-1298-471a-8973-3d47447115dc added PR: WIP and removed PR: waiting for review For PRs that are complete, tested, and ready for review labels Sep 6, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/video.js-and-videojs-mobile-ui-8.5.2 branch from d502cfb to ce02dee Compare September 11, 2023 15:29
Bumps [video.js](https://github.com/videojs/video.js) and [videojs-mobile-ui](https://github.com/mister-ben/videojs-mobile-ui). These dependencies needed to be updated together.

Updates `video.js` from 7.21.5 to 8.5.2
- [Release notes](https://github.com/videojs/video.js/releases)
- [Changelog](https://github.com/videojs/video.js/blob/main/CHANGELOG.md)
- [Commits](videojs/video.js@v7.21.5...v8.5.2)

Updates `videojs-mobile-ui` from 0.8.0 to 1.1.0
- [Changelog](https://github.com/mister-ben/videojs-mobile-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mister-ben/videojs-mobile-ui/commits)

---
updated-dependencies:
- dependency-name: video.js
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: videojs-mobile-ui
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/video.js-and-videojs-mobile-ui-8.5.2 branch from ce02dee to 9276ff2 Compare September 14, 2023 00:24
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 16, 2023

Superseded by #4170.

@dependabot dependabot bot closed this Oct 16, 2023
auto-merge was automatically disabled October 16, 2023 08:17

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/video.js-and-videojs-mobile-ui-8.5.2 branch October 16, 2023 08:17
@github-actions github-actions bot removed the PR: WIP label Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant