[internal] Prepare libraries for first v9 alpha release#47756
Merged
silviuaavram merged 21 commits intomui:masterfrom Feb 16, 2026
Merged
[internal] Prepare libraries for first v9 alpha release#47756silviuaavram merged 21 commits intomui:masterfrom
silviuaavram merged 21 commits intomui:masterfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR prepares MUI libraries for a v9 alpha release by updating documentation URLs, package versions, and adding migration documentation. However, there's a critical discrepancy: the PR title says "v7 alpha release" but all changes are for v9.
Changes:
- Updates all documentation URLs from
https://mui.comtohttps://next.mui.comfor the v9 alpha pre-release - Changes package installation instructions from
@latestto@nexttags across all documentation - Updates internal workspace dependencies from
workspace:^toworkspace:*for packages releasing together in v9 - Adds v9 migration guide documentation and updates version selectors to include v7 as a previous version
Reviewed changes
Copilot reviewed 83 out of 84 changed files in this pull request and generated 8 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/mui-system/src/createBreakpoints/createBreakpoints.d.ts | Updates API documentation URLs to next.mui.com domain |
| packages/mui-system/src/Grid/deleteLegacyGridProps.ts | Updates error message URL to next.mui.com |
| packages/mui-system/src/Grid/Grid.test.js | Updates test expectation to match error message URL change |
| packages/mui-system/package.json | Updates workspace dependencies to use * version for v9 release |
| packages/mui-system/README.md | Updates install command to use @next tag and documentation URL |
| packages/mui-styled-engine/README.md | Updates documentation URL to next.mui.com |
| packages/mui-styled-engine-sc/README.md | Updates documentation URL to next.mui.com |
| packages/mui-private-theming/package.json | Updates @mui/utils workspace dependency version |
| packages/mui-material/src/styles/createThemeNoVars.js | Updates error message documentation URL |
| packages/mui-material/package.json | Updates workspace dependencies for v9 release |
| packages/mui-material/README.md | Updates install command and documentation URL |
| packages/mui-lab/package.json | Updates workspace dependencies for v9 release |
| packages/mui-lab/README.md | Updates install commands and documentation URL |
| packages/mui-icons-material/package.json | Updates workspace dependency versions |
| packages/mui-icons-material/README.md | Updates install commands and documentation URLs |
| packages/mui-docs/README.md | Updates install commands to use @next tag |
| packages/mui-codemod/README.md | Updates all codemod command examples to use @next tag |
| packages/api-docs-builder-core/materialUi/projectSettings.ts | Updates base API URL to next.mui.com |
| examples/*/package.json (multiple) | Updates @mui packages to use "next" version in all examples |
| examples/*/README.md (multiple) | Updates documentation URLs to next.mui.com |
| docs/translations/translations.json | Adds v9 upgrade translations |
| docs/src/modules/sandbox/*.test.js | Updates test expectations for @next package versions |
| docs/src/modules/sandbox/Dependencies.ts | Changes default npm tag from "latest" to "next" |
| docs/src/modules/components/Head.tsx | Updates canonical URL host to next.mui.com |
| docs/pages/system/migration/upgrade-to-v9.js | Adds v9 migration page component |
| docs/pages/material-ui/migration/upgrade-to-v9.js | Adds v9 migration page component |
| docs/pages/_app.js | Adds v7 to version selectors for Material UI and System |
| docs/package.json | Updates deploy script to push to "next" branch; updates workspace dependencies |
| docs/data/system/pages.ts | Adds v9 upgrade page to System navigation |
| docs/data/system/migration/migration-to-v9/migration-to-v9.md | Creates System v9 migration guide |
| docs/data/system/getting-started/installation/installation.md | Updates install commands to use @next tag |
| docs/data/material/pages.ts | Adds v9 upgrade section to Material UI navigation |
| docs/data/material/migration/upgrade-to-v7/upgrade-to-v9/upgrade-to-v9.md | Creates Material UI v9 migration guide (incorrect path) |
| docs/data/material/migration/upgrade-to-v7/*.md | Updates codemod commands to use @next tag |
| docs/data/material/integrations/styled-components/styled-components.md | Updates package resolution examples to use @next tag |
| docs/data/material/getting-started/templates/*/README.md | Updates demo URLs to next.mui.com |
| docs/data/material/getting-started/support/support.md | Adds v9.0.0 to supported versions table |
| docs/data/material/getting-started/installation/installation.md | Updates install commands to use @next tag |
| docs/data/material/components/number-field/number-field.md | Removes npm-tag-reference comment |
| docs/data/material/components/material-icons/material-icons.md | Updates install commands to use @next tag |
| docs/data/material/components/icons/icons.md | Updates install commands to use @next tag |
| docs/data/material/components/about-the-lab/about-the-lab.md | Updates install commands to use @next tag |
| README.md | Updates logo and homepage URL to next.mui.com |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Netlify deploy preview
Bundle size report
|
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.
Uh oh!
There was an error while loading. Please reload this page.