-
Notifications
You must be signed in to change notification settings - Fork 499
chore(deps): update dependency @sanity/image-url to ^2.0.1 #11315
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
chore(deps): update dependency @sanity/image-url to ^2.0.1 #11315
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-m89mgv647.sanity.dev To run the E2E tests locally, you can use the following environment variables, then run 💬 Remember to build the project first with |
🧪 E2E Preview environmentWaiting for preview deployment to finish… |
📊 Playwright Test ReportThis report contains test results, including videos of failing tests. |
📊 Playwright Test ReportWaiting for E2E tests to finish… |
This stack of pull requests is managed by Graphite. Learn more about stacking. |
⚡️ Editor Performance ReportUpdated Fri, 28 Nov 2025 16:03:29 GMT
Detailed information🏠 Reference resultThe performance result of
🧪 Experiment resultThe performance result of this branch
📚 Glossary
|
d12c3fb to
13ee25b
Compare
13ee25b to
8611756
Compare
8611756 to
b8b8778
Compare
b8b8778 to
66e91c3
Compare
stipsan
left a comment
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.
Thanks!! 💖
66e91c3 to
4e3e7dc
Compare
4e3e7dc to
9cb6aa7
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Sorry to re-request the review, had to resolve a lockfile merge conflict. Lesson learnt: enable auto-merge for PRs in this repo. |

Description
This PR updates the
@sanity/image-urldependency from version 1.2.0 to 2.0.1 across the codebase. The update requires changing import statements and function calls to match the new API.What to review
import imageUrlBuilder from '@sanity/image-url'toimport {createImageUrlBuilder} from '@sanity/image-url'imageUrlBuilder(client)tocreateImageUrlBuilder(client)types.tsfile that previously defined theImageUrlBuildertype, it's now re-exported directly from the packageImageUrlBuildertype from the packageTesting
No functional changes to test. All image rendering functionality should continue to work as expected and all existing tests should pass.
Notes for release
N/A