Skip to content

fix(deps): update dependency video.js to v8#1388

Closed
squiggler-app[bot] wants to merge 2 commits into
mainfrom
renovate/video.js-8.x
Closed

fix(deps): update dependency video.js to v8#1388
squiggler-app[bot] wants to merge 2 commits into
mainfrom
renovate/video.js-8.x

Conversation

@squiggler-app

@squiggler-app squiggler-app Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
video.js (source) ^7.21.7^8.23.9 age confidence

Release Notes

videojs/video.js (video.js)

v8.23.9

Compare Source

Bug Fixes
  • audio-tracks: missing AD icon in Safari (#​9153) (c625b0b)
  • player: strip stale layout class when breakpoints() is re-set (#​9205) (0054c0b)
  • track-button: properly remove event listeners on dispose to prevent leaks and runtime errors (#​9101) (00440ee)
  • types: 'Cannot find name Player' error in type generation (#​9162) (69ea0e0)
Chores
  • update @​videojs/http-streaming to 3.17.5, vhs-utils to 4.1.2, mpd-parser to 1.4.0 (91423aa)

v8.23.8

Compare Source

Chores

v8.23.7

Compare Source

Bug Fixes
Chores
Documentation

v8.23.6

Compare Source

Bug Fixes
  • revert minor change to test trusted publishing workflow e2e sans npm token in release.yml (f3de5f3)

v8.23.5

Compare Source

Bug Fixes
  • minor change to test trusted publishing workflow e2e (836d8cb)
Documentation

v8.23.4

Compare Source

Bug Fixes
Chores
Documentation

v8.23.3

Compare Source

Bug Fixes

v8.23.2

Compare Source

Bug Fixes

v8.23.1

Compare Source

Bug Fixes

v8.23.0

Compare Source

Features
Bug Fixes
  • Improve getFileExtension() readability and handle leading dot extensions. (#​8980) (5b9795d)
Code Refactoring

v8.22.0

Compare Source

Features
Bug Fixes
Chores

8.21.1 (2024-12-05)

Chores

v8.21.1

Compare Source

Features
Bug Fixes
Chores

8.21.1 (2024-12-05)

Chores

v8.21.0

Compare Source

Features
Bug Fixes
Chores

8.21.1 (2024-12-05)

Chores

v8.20.0

Compare Source

Chores

8.19.2 (2024-11-14)

Bug Fixes

8.19.1 (2024-10-10)

Chores

v8.19.2

Compare Source

Chores

8.19.2 (2024-11-14)

Bug Fixes

8.19.1 (2024-10-10)

Chores

v8.19.1

Compare Source

Chores

8.19.2 (2024-11-14)

Bug Fixes

8.19.1 (2024-10-10)

Chores

v8.19.0

Compare Source

Chores

8.19.2 (2024-11-14)

Bug Fixes

8.19.1 (2024-10-10)

Chores

v8.18.1

Compare Source

Features
Bug Fixes
Chores

8.18.1 (2024-09-17)

Chores

v8.18.0

Compare Source

Features
Bug Fixes
Chores

8.18.1 (2024-09-17)

Chores

v8.17.4

Compare Source

Features
Bug Fixes
Chores

8.17.4 (2024-08-27)

Bug Fixes
Chores
Code Refactoring
Documentation
  • Refresh README.md and point other docs to admin repo (#​8837) (f0db8f1)

8.17.3 (2024-07-30)

Bug Fixes

8.17.2 (2024-07-22)

Chores

8.17.1 (2024-07-15)

Bug Fixes

v8.17.3

Compare Source

Features
Bug Fixes
Chores

8.17.4 (2024-08-27)

Bug Fixes
Chores
Code Refactoring
Documentation
  • Refresh README.md and point other docs to admin repo (#​8837) (f0db8f1)

8.17.3 (2024-07-30)

Bug Fixes

8.17.2 (2024-07-22)

Chores

8.17.1 (2024-07-15)

Bug Fixes

v8.17.2

Compare Source

Features
Bug Fixes
Chores

8.17.4 (2024-08-27)

Bug Fixes
Chores
Code Refactoring
Documentation
  • Refresh README.md and point other docs to admin repo (#​8837) (f0db8f1)

8.17.3 (2024-07-30)

Bug Fixes

8.17.2 (2024-07-22)

Chores

8.17.1 (2024-07-15)

Bug Fixes

v8.17.1

Compare Source

Features
Bug Fixes
Chores

8.17.4 (2024-08-27)

Bug Fixes
Chores
Code Refactoring
Documentation
  • Refresh README.md and point other docs to admin repo (#​8837) (f0db8f1)

8.17.3 (2024-07-30)

Bug Fixes

8.17.2 (2024-07-22)

Chores

8.17.1 (2024-07-15)

Bug Fixes

v8.17.0

Compare Source

Features
Bug Fixes
Chores

8.17.4 (2024-08-27)

Bug Fixes

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate using a curated preset maintained by Sanity. View repository job log here


Note

Medium Risk
Major-version dependency bump affects video preview in two plugins without code adaptations; worth smoke-testing HLS/MP4 previews and checking for v8 type or runtime API issues.

Overview
Bumps the workspace video.js catalog from 7.21.7 to 8.23.9 and refreshes pnpm-lock.yaml, pulling in v8-aligned @videojs/http-streaming, mux.js, mpd-parser, and related packages (plus videojs-contrib-quality-levels). A changeset records patch releases for sanity-plugin-bynder-input and sanity-plugin-shopify-assets, which consume video.js via the catalog for in-studio previews.

There are no plugin source edits in this diff; regression risk is mainly playback/preview behavior under the major player upgrade and any v7 → v8 API mismatches (both plugins still use @types/video.js v7).

Reviewed by Cursor Bugbot for commit e62bd37. Bugbot is set up for automated code reviews on this repo. Configure here.

@squiggler-app squiggler-app Bot requested a review from a team as a code owner June 22, 2026 12:08
@squiggler-app squiggler-app Bot requested review from bjoerge and removed request for a team June 22, 2026 12:08
@squiggler-app squiggler-app Bot enabled auto-merge (squash) June 22, 2026 12:08
@changeset-bot

changeset-bot Bot commented Jun 22, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: e62bd37

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
sanity-plugin-bynder-input Patch
sanity-plugin-shopify-assets Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel

vercel Bot commented Jun 22, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
plugins-studio Ready Ready Preview, Comment Jul 14, 2026 6:37pm

Request Review

@socket-security

socket-security Bot commented Jun 22, 2026

Copy link
Copy Markdown

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
Obfuscated code: npm @videojs/http-streaming is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: pnpm-lock.yamlnpm/video.js@8.23.9npm/@videojs/http-streaming@3.17.5

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/@videojs/http-streaming@3.17.5. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm @videojs/http-streaming is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: pnpm-lock.yamlnpm/video.js@8.23.9npm/@videojs/http-streaming@3.17.5

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/@videojs/http-streaming@3.17.5. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm @videojs/vhs-utils is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: pnpm-lock.yamlnpm/video.js@8.23.9npm/@videojs/vhs-utils@4.1.2

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/@videojs/vhs-utils@4.1.2. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm aes-decrypter is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: pnpm-lock.yamlnpm/video.js@8.23.9npm/aes-decrypter@4.0.2

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/aes-decrypter@4.0.2. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm mux.js is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: pnpm-lock.yamlnpm/video.js@8.23.9npm/mux.js@7.1.0

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/mux.js@7.1.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

bjoerge
bjoerge previously approved these changes Jun 22, 2026
@squiggler-app squiggler-app Bot force-pushed the renovate/video.js-8.x branch from d87ad6e to 35ef1c9 Compare June 26, 2026 05:54
@squiggler-app squiggler-app Bot force-pushed the renovate/video.js-8.x branch from 70f15e5 to cdd0776 Compare June 26, 2026 06:03
@squiggler-app squiggler-app Bot force-pushed the renovate/video.js-8.x branch from 5b73ef8 to 2498f06 Compare June 26, 2026 08:01
@squiggler-app squiggler-app Bot force-pushed the renovate/video.js-8.x branch from a7d9d56 to 544155a Compare June 26, 2026 09:17
@squiggler-app squiggler-app Bot force-pushed the renovate/video.js-8.x branch from 58a28df to 6c6084f Compare June 26, 2026 11:10
@squiggler-app squiggler-app Bot force-pushed the renovate/video.js-8.x branch from 05f77a1 to 8e29c2a Compare June 26, 2026 11:39
@squiggler-app squiggler-app Bot force-pushed the renovate/video.js-8.x branch from f67baac to ae986fc Compare June 26, 2026 11:49
@squiggler-app squiggler-app Bot force-pushed the renovate/video.js-8.x branch from cfa4bf6 to ec19e29 Compare June 26, 2026 12:28
@squiggler-app squiggler-app Bot force-pushed the renovate/video.js-8.x branch from be056b2 to 6a144fd Compare June 26, 2026 12:55
@squiggler-app squiggler-app Bot force-pushed the renovate/video.js-8.x branch from 87114e6 to 709471a Compare June 26, 2026 14:08

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 9822d6a. Configure here.

Comment thread pnpm-workspace.yaml
@socket-security

socket-security Bot commented Jul 3, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addednpm/​video.js@​8.23.99910010093100

View full report

@squiggler-app

squiggler-app Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 8.x releases. But if you manually upgrade to 8.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants