chore(test-studio): update all dependencies to latest versions with caret ranges#12340
chore(test-studio): update all dependencies to latest versions with caret ranges#12340
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…workspace dependencies Co-authored-by: stipsan <81981+stipsan@users.noreply.github.com>
There was a problem hiding this comment.
@copilot update all deps in this package.json while at it
There was a problem hiding this comment.
Done in d8e54a4. Updated all deps to their latest versions with ^ prefixes:
Minor/patch bumps: @portabletext/editor (6.1.2), @portabletext/plugin-character-pair-decorator (7.0.14), @portabletext/react (6.0.3), @portabletext/toolkit (5.0.2), @sanity/color-input (6.0.4), @sanity/debug-preview-url-secret-plugin (2.0.7), @sanity/image-url (2.0.3), @sanity/preview-url-secret (4.0.3), @sanity/react-loader (2.0.7), @sanity/visual-editing (5.3.0), qs (6.15.0), sanity-plugin-asset-source-unsplash (7.0.3), sanity-plugin-internationalized-array (4.0.5), sanity-plugin-markdown (8.0.5), sanity-plugin-mux-input (2.15.0), lodash-es (4.17.23)
Major bumps: @sanity/assist (5→6), @sanity/document-internationalization (4→5), @turf/helpers (6→7), @turf/points-within-polygon (5→7), chokidar (3→5), globby (11→16), rimraf (5→6)
Also fixed turf v7 type compatibility in validation.tsx. Net result is -1 pre-existing type error (turf v7 now includes type declarations).
Note: sanity-plugin-mux-input kept at 2.15.0 and sanity-plugin-asset-source-unsplash at 7.0.3 due to minimumReleaseAge constraints on newer releases.
📦 Bundle Stats —
|
| Metric | Value | vs main (df3acf1) | vs v5.13.0 |
|---|---|---|---|
| Internal (raw) | 4.30 MB | - | +4.8 KB, +0.1% |
| Internal (gzip) | 1010.7 KB | - | +1.7 KB, +0.2% |
| Bundled (raw) | 11.60 MB | - | -10.4 KB, -0.1% |
| Bundled (gzip) | 2.62 MB | - | -5.6 KB, -0.2% |
| Import time | 1.55s | -12ms, -0.8% | +53ms, +3.5% |
Details
- Import time regressions over 10% are flagged with
⚠️ - Treemap artifacts are attached to the CI run for detailed size analysis
- Sizes shown as raw / gzip 🗜️. Internal bytes = own code only. Total bytes = with all dependencies. Import time = Node.js cold-start median.
🧪 E2E Preview environment🔑 Environment Variables for Local TestingThis is the preview URL for the E2E tests: https://e2e-studio-mlfc4nhke.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 ReportDeploying studio and running performance tests… |
Co-authored-by: stipsan <81981+stipsan@users.noreply.github.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub. |
Updates all dependencies in
dev/test-studio/package.jsonto their latest versions while consistently using^(caret) version ranges.Caret prefix fixes
Four dependencies were pinned to exact versions instead of using
^ranges:@sanity/visual-editing:5.1.0→^5.3.0@vercel/stega:1.0.0→^1.0.0sanity-plugin-markdown:8.0.4→^8.0.5babel-plugin-react-compiler:1.0.0→^1.0.0Dependency updates
Patch/minor bumps:
@portabletext/editor(6.1.2),@portabletext/plugin-character-pair-decorator(7.0.14),@portabletext/react(6.0.3),@portabletext/toolkit(5.0.2),@sanity/color-input(6.0.4),@sanity/debug-preview-url-secret-plugin(2.0.7),@sanity/image-url(2.0.3),@sanity/preview-url-secret(4.0.3),@sanity/react-loader(2.0.7),@sanity/visual-editing(5.3.0),qs(6.15.0),sanity-plugin-asset-source-unsplash(7.0.3),sanity-plugin-internationalized-array(4.0.5),sanity-plugin-markdown(8.0.5),sanity-plugin-mux-input(2.15.0),lodash-es(4.17.23)Major bumps:
@sanity/assist(5→6),@sanity/document-internationalization(4→5),@turf/helpers(6→7),@turf/points-within-polygon(5→7),chokidar(3→5),globby(11→16),rimraf(5→6)Other changes
validation.tsx(type assertions for the untyped norway GeoJSON data)catalog:andworkspace:*specifiers are left as-issanity-plugin-mux-inputkept at 2.15.0 andsanity-plugin-asset-source-unsplashat 7.0.3 due tominimumReleaseAgeconstraints on newer releasesOriginal prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.