chore(deps): update dependency sanity-plugin-internationalized-array to v5#12665
chore(deps): update dependency sanity-plugin-internationalized-array to v5#12665squiggler-app[bot] wants to merge 1 commit intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📦 Bundle Stats —
|
| Metric | Value | vs main (eebdb17) | vs v5.23.0 |
|---|---|---|---|
| Internal (raw) | 4.45 MB | - | +941 B, +0.0% |
| Internal (gzip) | 1.02 MB | - | +194 B, +0.0% |
| Import time | ❌ node:internal/modules/esm/get_format:185 | - | - |
bin:sanity
| Metric | Value | vs main (eebdb17) | vs v5.23.0 |
|---|---|---|---|
| Internal (raw) | 7.1 KB | - | - |
| Internal (gzip) | 2.9 KB | - | - |
| Bundled (raw) | 7.1 KB | - | - |
| Bundled (gzip) | 2.8 KB | - | - |
| Import time | 5ms | +0ms, +0.1% | +0ms, +3.4% |
Details
- Import time regressions over 10% are flagged with
⚠️ - 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-cjqaal8w7.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.
|
⚡️ Editor Performance ReportUpdated Tue, 05 May 2026 12:43:23 GMT
Detailed information🏠 Reference resultThe performance result of
🧪 Experiment resultThe performance result of this branch
📚 Glossary
|
⚡️ Editor Performance ReportDeploying studio and running performance tests… |
Coverage Report
File CoverageNo changed files found. |
fca2f0f to
bc25b36
Compare
❌ E2E Tests🟢 186 passed • 🔴 4 failed • 🟡 2 flaky • (⚪ 90 skipped) • view full report • view run Debug failing tests locallySANITY_E2E_PROJECT_ID=ittbm412 \
SANITY_E2E_BASE_URL=https://e2e-studio-md4va7ac7.sanity.dev \
SANITY_E2E_DATASET=pr-12665-chromium-25376724620 \
SANITY_E2E_DATASET_CHROMIUM=pr-12665-chromium-25376724620 \
SANITY_E2E_DATASET_FIREFOX=pr-12665-firefox-25376724620 \
pnpm test:e2e --headed \
e2e/tests/enhanced-object-dialog/componentItemSmoke.spec.ts |
bc25b36 to
db7d10d
Compare
b698488 to
5445a6a
Compare
5445a6a to
1332686
Compare
This PR contains the following updates:
^4.0.4→^5.1.1Release Notes
sanity-io/plugins (sanity-plugin-internationalized-array)
v5.1.1Compare Source
Patch Changes
d37a6cbThanks @jordanl17! - Fix document-level read-only state not being respected by add-language buttons and field actions#761
7c3fdffThanks @jjburbridge! - Object to Array Migration script update to match v5v5.1.0Compare Source
Minor Changes
3a65363Thanks @pedrobonamin! - Add support for configuring default languages in internationalized arrays language filter.v5.0.5Compare Source
Patch Changes
f7f610fThanks @pedrobonamin! - Require@sanity/language-filterv5.v5.0.4Compare Source
Patch Changes
e14f460Thanks @pedrobonamin! - Fix custom object (and other) input components not rendering for types registered in the pluginfieldTypes. The innervaluefield no longer overridescomponents.field, so Studio shows your custom input inside each language row again.Now, internationalized array inputs will have the option to add comments, show validation, and field actions.
v5.0.3Compare Source
Patch Changes
5a1bea4Thanks @renovate! - fix(deps): Update dependency @sanity/ui to ^3.1.14v5.0.2Compare Source
v5.0.1Compare Source
Patch Changes
9ebd48cThanks @pedrobonamin! - Prevent stack overflow when traversing document schemas that contain circular inline object/array nesting.v5.0.0Major Changes
#567
5afde33Thanks @pedrobonamin! - Move language identifier from_keyto dedicatedlanguagefield.Breaking change: Internationalized array items now store the language identifier in a
languagefield instead of_key. The_keyfield is now a random unique ID.Before (v4):
{"_key": "en", "value": "hello"}After (v5):
{"_key": "abc123", "language": "en", "value": "hello"}v4.0.6Compare Source
Patch Changes
#712
bf6a7d5Thanks @pedrobonamin! - Update@sanity/language-filterto4.1.0and adjust language segment matching to pass the current item value, updating language filtering behavior with the new parameter.Now when using language filter in the internationalized array you will receive a 4th parameter with the value of the object containing the field you are trying to filter.
For example:
v4.0.5Compare Source
Patch Changes
1f8fe29Thanks @copilot-swe-agent! - Remove unused dependencyfast-deep-equal. Clean up internal cache module by removing dead code (exported functions that were never imported).Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate using a curated preset maintained by
. View repository job log here