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 vue-video-player in /frontend #796

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2022

Bumps video.js to 7.20.3 and updates ancestor dependency vue-video-player. These dependencies need to be updated together.

Updates video.js from 6.13.0 to 7.20.3

Release notes

Sourced from video.js's releases.

v7.20.3

7.20.3 (2022-09-09)

Bug Fixes

Chores

Code Refactoring

Documentation

netlify preview for this version

v7.20.2

7.20.2 (2022-07-28)

Bug Fixes

  • lang: Update Polish language (#7821) (76b8ee8)
  • Conditional requestVideoFrameCallback on Safari (#7854) (d178d9a)
  • control-bar: audio player no longer responds to touch events (#7825) (1445f87)
  • lang: fixes key spacing within fr.json file (#7848) (ebe9f32)
  • need to determine featuresVideoFrameCallback before setting source (#7812) (b22a08a), closes #7807

Chores

  • lock-threads: run only daily at 1:00 am, and skip in forks (#7832) (1be46d4)

netlify preview for this version

v7.20.1

7.20.1 (2022-05-31)

Bug Fixes

... (truncated)

Changelog

Sourced from video.js's changelog.

7.20.3 (2022-09-09)

Bug Fixes

Chores

Code Refactoring

Documentation

7.20.2 (2022-07-28)

Bug Fixes

  • lang: Update Polish language (#7821) (76b8ee8)
  • Conditional requestVideoFrameCallback on Safari (#7854) (d178d9a)
  • control-bar: audio player no longer responds to touch events (#7825) (1445f87)
  • lang: fixes key spacing within fr.json file (#7848) (ebe9f32)
  • need to determine featuresVideoFrameCallback before setting source (#7812) (b22a08a), closes #7807

Chores

  • lock-threads: run only daily at 1:00 am, and skip in forks (#7832) (1be46d4)

7.20.1 (2022-05-31)

Bug Fixes

  • Don't copy deprecated Event.path (#7782) (27f22ef)
  • error message should not be localized in the player class (#7776) (75ea699)
  • HTML5 tech with audio tag shouldn't use requestVideoFrameCallback (#7778) (a14ace2)

Chores

Tests

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by videojs-user, a new releaser for video.js since your current version.


Updates vue-video-player from 5.0.2 to 6.0.0

Release notes

Sourced from vue-video-player's releases.

v6.0.0

BREAKING CHANGE

The vue-video-player package has now been renamed to @videojs-player/vue due to the addition of support for React. Also, support for Vue has undergone a Breaking change, with the latest version of the component only supporting Vue3.

The last version of the vue-video-player package will be released in v6.0, which will just re-export everything from @videojs-player/vue, so if you're ready to use the new version of vue-video-player, please import @videojs-player/vue directly.

The latest version of videojs-player supports responsiveness for the vast majority of Video.js configuration options and allows you to fully customize the player's control panel and interaction details, thanks to the fact that the component does enough processing internally for different frameworks.

Legacy Version

If you are looking for a legacy version of the component for Vue2, use the [email protected].

Changelog

Sourced from vue-video-player's changelog.

v6.0.0 (2022-07-23)

  • feat: upgrade Video.js to v7
  • feat: refactoring to pnpm monorepo
  • feat: re-exports @videojs-player/vue
Commits

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 6, 2022
@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 6, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Bumps [video.js](https://github.com/videojs/video.js) to 7.20.3 and updates ancestor dependency [vue-video-player](https://github.com/surmon-china/videojs-player/tree/HEAD/legacy). These dependencies need to be updated together.


Updates `video.js` from 6.13.0 to 7.20.3
- [Release notes](https://github.com/videojs/video.js/releases)
- [Changelog](https://github.com/videojs/video.js/blob/main/CHANGELOG.md)
- [Commits](videojs/video.js@v6.13.0...v7.20.3)

Updates `vue-video-player` from 5.0.2 to 6.0.0
- [Release notes](https://github.com/surmon-china/videojs-player/releases)
- [Changelog](https://github.com/surmon-china/videojs-player/blob/main/legacy/CHANGELOG.md)
- [Commits](https://github.com/surmon-china/videojs-player/commits/v6.0.0/legacy)

---
updated-dependencies:
- dependency-name: video.js
  dependency-type: indirect
- dependency-name: vue-video-player
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/video.js-and-vue-video-player-7.20.3 branch from 291ab37 to 98c476d Compare November 17, 2022 23:57
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 24, 2023

Superseded by #853.

@dependabot dependabot bot closed this Jan 24, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend/video.js-and-vue-video-player-7.20.3 branch January 24, 2023 22:57
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants