[virtualizer] Rename @mui/x-virtualizer to @base-ui/virtualizer - #23334
Open
romgrk wants to merge 3 commits into
Open
[virtualizer] Rename @mui/x-virtualizer to @base-ui/virtualizer#23334romgrk wants to merge 3 commits into
@mui/x-virtualizer to @base-ui/virtualizer#23334romgrk wants to merge 3 commits into
Conversation
Rename the package and move packages/x-virtualizer to packages/virtualizer, following the folder = unscoped-name convention. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Deploy previewBundle size
Check out the code infra dashboard for more information about this PR. |
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.
Renames the virtualizer package from
@mui/x-virtualizerto@base-ui/virtualizer, and movespackages/x-virtualizertopackages/virtualizerfollowing the folder = unscoped-name convention (like@mui/mcp→packages/mcp).Changes:
repository.directory, and README title.package.jsondependencies in the dependents (x-data-grid,x-tree-view-pro,x-scheduler-premium), plus theirtsconfig.build.jsonproject references.tsconfig.jsonpaths,eslint.config.mjs,CODEOWNERS, lockfile.vitest.shared.mts: the shared alias list assumes the@muiscope, so the virtualizer moved out of it into a standalone alias entry, next to the existingx-charts-vendorspecial case. Test project names derive from the npm name, so the vitest project is nowvirtualizer.Left untouched: historical
CHANGELOG.mdentries, and theMUI X:prefixes of the three registered error messages invirtualization.ts(rebranding those implies error-code churn, can be a follow-up).🤖 Generated with Claude Code