-
Notifications
You must be signed in to change notification settings - Fork 435
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
fix(cli): pin template validator version #8131
base: next
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
No changes to documentation |
Component Testing Report Updated Dec 22, 2024 4:55 PM (UTC) ✅ All Tests Passed -- expand for details
|
⚡️ Editor Performance ReportUpdated Sun, 22 Dec 2024 17:00:33 GMT
Detailed information🏠 Reference resultThe performance result of
🧪 Experiment resultThe performance result of this branch
📚 Glossary
|
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.
Apologies, I'm a little out of the loop on what happened here. Was the template validator a version ahead of our CLI tooling, and is this something we expect to happen in the future? I'm nervous to pin packages unless necessary (unless it's something we expect renovate bot to handle?)
Description
Disabling flexible versioning for the @sanity/template-validator package i @sanity/cli
This PR won't really fix the issue before #8115 is released, but I think it's definitely worth pinning this dependency going forward to avoid this type of issue happening again.
Notes for release
Fixed an issue where initiating a project using a remote template crashed the CLI