-
Notifications
You must be signed in to change notification settings - Fork 499
fix(deps): mark support for react<19.2 and @sanity/ui<3 as deprecated
#11238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
🧪 E2E Preview environment🔑 Environment Variables for Local TestingThis is the preview URL for the E2E tests: https://e2e-studio-fay450yfv.sanity.dev To run the E2E tests locally, you can use the following environment variables, then run 💬 Remember to build the project first with |
📊 Playwright Test ReportThis report contains test results, including videos of failing tests. |
⚡️ Editor Performance ReportUpdated Mon, 24 Nov 2025 15:58:19 GMT
Detailed information🏠 Reference resultThe performance result of
🧪 Experiment resultThe performance result of this branch
📚 Glossary
|
⚡️ Editor Performance ReportDeploying studio and running performance tests… |
Preview this PR with pkg.pr.newCreate a new projectnpx https://pkg.pr.new/create-sanity@23db03fNote: This installs the latest Sanity Studio from the npm registry. To apply the changes from this PR in your newly created project, run the install commands below for each package listed in your package.json ...Or run the Sanity CLI...Or upgrade project dependencies
|
Coverage Report
File CoverageNo changed files found. |
|
@bjoerge The old URL will still work, but here's the new one as it'll save a redirect hop: https://www.sanity.io/docs/help/upgrade-packages |
Description
This marks React < 19.2 as deprecated, which will issue a warning when running
sanity devfrom now on:Note that React 18 is still supported, and will be so for the remaining releases on the 4.x line.
Remaining tasks
What to review
Testing
Follow instructions to install preview build in an existing studio. Make sure
reactandreact-domversions are in the 18.x range. Observe the deprecation warning appear.Notes for release
TBD