-
Notifications
You must be signed in to change notification settings - Fork 488
fix(core): upgrade refractor to 5.0.0 and react-refractor to 4.0.0 and @sanity/ui to 3.0.0 #10068
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
3 Skipped Deployments
|
No changes to documentation |
⚡️ Editor Performance ReportUpdated Thu, 24 Jul 2025 12:26:02 GMT
Detailed information🏠 Reference resultThe performance result of
🧪 Experiment resultThe performance result of this branch
📚 Glossary
|
🧪 E2E Preview environment🔑 Environment Variables for Local TestingThis is the preview URL for the E2E tests: https://e2e-studio-d1t2kzhed.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. |
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
create-sanity
groq
sanity
@sanity/cli
@sanity/codegen
@sanity/diff
@sanity/migrate
@sanity/mutator
@sanity/schema
@sanity/types
@sanity/util
@sanity/vision
commit: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to 🚀
Guys, not sure if the problem is related, but when I try to run
|
Fix for me was bumping to node 20 |
I tried Node version 20 and 22, but still the same error. |
@Fakerko what version of node 20 and 22 did you try? It should work on 20.19 or later, or 22.12 or later 🙌 |
That's it! I had the old version. Thanks a lot! |
Description
Upgrade refractor 5.0.0, react-refractor 4.0.0 and @sanity/ui to 3.0.0
Addresses CVE-2024-53382.
As prism is a sub-dependency of refractor.
What to review
Anything jumps at you as wrong?
Testing
All tests should pass
Notes for release
Thanks to @chuttam for the initial raising of this in #9322