build(skin): generate hosted Shadcn registry - #2547
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This was referenced Aug 29, 2026
@videojs/core
@videojs/element
@videojs/html
@videojs/media
@videojs/react
@videojs/spf
@videojs/store
@videojs/utils
commit: |
Contributor
📦 Bundle Size Report🎨 @videojs/html — no changesPresets (7)
Media (18)
Extensions (2)
Players (5)
Skins (29)
UI Components (50)
⚛️ @videojs/react — 4 small size changes
Presets (7)
Media (22)
Extensions (2)
Players (5)
Skins (26)
UI Components (39)
🧩 @videojs/core — no changesEntries (76)
🏷️ @videojs/element — no changesEntries (2)
📦 @videojs/store — no changesEntries (3)
🔧 @videojs/utils — no changesEntries (13)
📦 @videojs/media
Entries (23)
📦 @videojs/spf — no changesEntries (10)
ℹ️ How to interpretEach entry is independently bundled, minified, and brotli-compressed. Initial size includes its static import graph; lazy dynamic chunks are reported separately. Entries are not additive because their dependency graphs overlap. Preset rows represent realistic combined bundles. Changes of 300 B or less across initial, lazy, and total size are collapsed, not discarded. Run |
mihar-22
force-pushed
the
feat/shadcn-github-registry
branch
from
August 29, 2026 19:18
b1be40a to
2d24a53
Compare
✅ Deploy Preview for vjs10-site ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
mihar-22
force-pushed
the
feat/shadcn-github-registry
branch
from
August 29, 2026 19:47
2d24a53 to
4c0151c
Compare
mihar-22
force-pushed
the
feat/shadcn-github-registry
branch
from
August 29, 2026 20:14
4c0151c to
333c4c6
Compare
mihar-22
force-pushed
the
feat/shadcn-github-registry
branch
from
August 31, 2026 01:24
333c4c6 to
d5448ae
Compare
mihar-22
force-pushed
the
feat/shadcn-github-registry
branch
from
August 31, 2026 02:39
d5448ae to
599715d
Compare
mihar-22
force-pushed
the
feat/shadcn-github-registry
branch
from
September 3, 2026 00:27
599715d to
dc84b24
Compare
❌ Deploy Preview for vjs-shadcn failed. Why did it fail? →
|
mihar-22
marked this pull request as ready for review
September 3, 2026 06:04
decepulis
approved these changes
Sep 3, 2026
mihar-22
force-pushed
the
feat/shadcn-github-registry
branch
from
September 3, 2026 18:52
dc84b24 to
e5d13ac
Compare
mihar-22
force-pushed
the
feat/shadcn-github-registry
branch
from
September 3, 2026 18:53
e5d13ac to
c214bd5
Compare
mihar-22
force-pushed
the
feat/shadcn-github-registry
branch
from
September 3, 2026 18:53
c214bd5 to
f9aa949
Compare
mihar-22
force-pushed
the
feat/shadcn-github-registry
branch
from
September 3, 2026 18:54
f9aa949 to
554cc46
Compare
mihar-22
force-pushed
the
feat/shadcn-github-registry
branch
from
September 3, 2026 18:56
554cc46 to
8eb2662
Compare
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.
Summary
@videojscatalogs into ignored host-ready output underpackages/skins/dist/registry/r/r/{name}.jsonmanifestsVerification
pnpm build:shadcndist/registry/rpnpm typecheckpnpm lintpnpm check:workspaceCloses #1970
Stack
Note
Low Risk
Changes are limited to the skins package build pipeline and generated artifacts; no runtime player or install behavior is modified.
Overview
Skins Shadcn registry output is split into intermediate source and host-ready manifests. Vite pack now writes catalogs under
dist/registry/sourceinstead of the finaldist/registrytree, and a newformatRegistrySourcesplugin runs oxfmt on generated JS/TS/CSS assets before they are embedded in registry item JSON.The single
build:shadcnpack step is replaced by cached Vite+ tasks:prepare:shadcn(clean + pack source), then per-targetshadcn buildcommands for React/HTML and CSS variants intodist/registry/r/.... Dev dependencies oxfmt and shadcn (^4.19.0) are added to@videojs/skins.Reviewed by Cursor Bugbot for commit 8eb2662. Bugbot is set up for automated code reviews on this repo. Configure here.