chore(ci): upgrade deps - #1868
Merged
Merged
Conversation
✅ Deploy Preview for vjs10-site ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
📦 Bundle Size Report🎨 @videojs/html — no changesPresets (7)
Media (10)
Players (5)
Skins (30)
UI Components (39)
Sizes are marginal over the root entry point. ⚛️ @videojs/react — no changesPresets (7)
Media (9)
Skins (27)
UI Components (33)
Sizes are marginal over the root entry point. 🧩 @videojs/core — no changesEntries (68)
🏷️ @videojs/element — no changesEntries (2)
📦 @videojs/store — no changesEntries (3)
🔧 @videojs/utils — no changesEntries (12)
📦 @videojs/spf — no changesEntries (4)
ℹ️ How to interpretJS sizes are initial static graph totals (minified + brotli). Lazy dynamic chunks are shown separately when present.
Run |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 558e922. Configure here.
sampotts
force-pushed
the
chore/deps
branch
2 times, most recently
from
July 24, 2026 23:25
5b1b6b0 to
d60f1f5
Compare
mihar-22
approved these changes
Jul 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Fix security vulnerabilities and related changes to fix builds/tests.
Note
Medium Risk
Wide toolchain upgrades (Vite 8, Rolldown, pnpm 11) and sandbox CDN i18n resolver changes can affect local dev and production builds; player/runtime edits are small and mostly lint-driven.
Overview
Broad dependency bumps across the monorepo (pnpm 11, Biome 2.5.5, Vite 8.1.5, React 19.2.8, tsdown 0.22, Vitest 4.1.10, Turbo, happy-dom 20, etc.) to address security issues and keep CI/builds green.
Tooling config updates Biome to the new schema (
preset: "recommended"), adds an SVG linter override, and excludes api-docs test fixtures from lint. Root pnpm peer rules are removed frompackage.json(workspace policy lives inpnpm-workspace.yaml).Build plugins now use magic-string for CDN i18n registry rewrites and inline template minification so transforms emit source maps;
BuildPlugintypes gain optionalmap/renderChunksupport.Sandbox Vite switches build config to
rolldownOptions(with plugin timing checks disabled for the CDN resolver) and refactors the CDN i18n plugin to Vite 8’s filtered object hooks, dropping the old source-i18n stub path.Smaller follow-ups: React tap/double-tap hooks drop
onActivateReffrom effect deps (stable viauseLatestRef), minimal/default skin CSS ordering/scoping fixes, sandbox HTML a11y (rendition label →span), segment-loading share link defaulthref, i18n provider test custom-element registration order, and minor optional-chaining in SPF/Mux helpers.Reviewed by Cursor Bugbot for commit 07544b4. Bugbot is set up for automated code reviews on this repo. Configure here.