Skip to content

fix(deps): update sanity packages#1806

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/sanity-packages
Open

fix(deps): update sanity packages#1806
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/sanity-packages

Conversation

@renovate

@renovate renovate Bot commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@sanity/assist (source) 6.0.76.1.10 age confidence
@sanity/client (source) 7.22.17.23.0 age confidence
@sanity/code-input (source) 7.1.27.2.5 age confidence
@sanity/preview-url-secret (source) 4.0.74.0.8 age confidence
@sanity/table (source) 3.1.33.1.6 age confidence
@sanity/vision (source) 6.2.06.4.0 age confidence
@sanity/visual-editing (source) 5.4.35.4.5 age confidence
groq (source) 6.2.06.4.0 age confidence
sanity (source) 6.2.06.4.0 age confidence

Release Notes

sanity-io/plugins (@​sanity/assist)

v6.1.10

Compare Source

Patch Changes
  • #​1503 30340cf Thanks @​stipsan! - Fix a crash ("Element type is invalid … got: ") when rendering the instruction list for instructions with a custom icon. Since the @sanity/icons v5 migration the instruction preview received a rendered icon element but kept rendering it as a component; it now handles both. The README also gains a troubleshooting section for MISSING_EXPORT icon build errors, which come from code importing icons from the @sanity/icons package root — a pattern removed in v5 (this plugin already uses the per-icon export paths).

  • #​1476 b8bc962 Thanks @​stipsan! - Remove type assertions made redundant by improved type inference (internal refactor, no API change)

v6.1.9

Compare Source

Patch Changes
  • #​1491 2361892 Thanks @​stipsan! - Build with tsdown instead of @sanity/pkg-utils. Internal build-tooling change only, with no intended changes to the public API or runtime behavior.

v6.1.8

Compare Source

Patch Changes
  • #​1460 f50f060 Thanks @​stipsan! - Regenerate TypeScript declaration output: isolatedDeclarations is no longer used and declarations are now generated with tsgo (@typescript/native-preview). Internal build-tooling change only, with no runtime behavior or public API changes.

v6.1.7

Compare Source

Patch Changes
  • #​1485 6dffe42 Thanks @​stipsan! - Fix the instruction icon picker not opening on first click. The lazy-loaded icons from @sanity/icons v5 suspended the menu before it could render; each menu item now renders through the Icon component, which provides its own suspense fallback.

v6.1.6

Compare Source

Patch Changes
  • #​1481 0eae652 Thanks @​stipsan! - Upgrade @sanity/pkg-utils to ^10.9.0, enabling tree-shaking of unused styled-components in the published bundle. Tagged template literals are now transpiled to plain call expressions during build, so bundlers can drop styled components this plugin exports but the app doesn't use, reducing bundle size.

v6.1.5

Compare Source

Patch Changes
  • #​1471 52487d2 Thanks @​stipsan! - Update @sanity/icons to v4 and adopt its per-icon import paths for smaller bundles and faster treeshaking

v6.1.4

Compare Source

Patch Changes
  • #​1363 f9acf7c Thanks @​stipsan! - Replace React.forwardRef with the React 19 ref-as-prop pattern (internal refactor, no API change)

v6.1.3

Compare Source

Patch Changes

v6.1.2

Compare Source

Patch Changes

v6.1.1

Compare Source

Patch Changes

v6.1.0

Compare Source

Minor Changes
sanity-io/client (@​sanity/client)

v7.23.0

Compare Source

Features
sanity-io/plugins (@​sanity/code-input)

v7.2.5

Compare Source

Patch Changes
  • #​1491 2361892 Thanks @​stipsan! - Build with tsdown instead of @sanity/pkg-utils. Internal build-tooling change only, with no intended changes to the public API or runtime behavior.

v7.2.4

Compare Source

Patch Changes
  • #​1460 f50f060 Thanks @​stipsan! - Regenerate TypeScript declaration output: isolatedDeclarations is no longer used and declarations are now generated with tsgo (@typescript/native-preview). Internal build-tooling change only, with no runtime behavior or public API changes.

v7.2.3

Compare Source

Patch Changes
  • #​1481 0eae652 Thanks @​stipsan! - Upgrade @sanity/pkg-utils to ^10.9.0, enabling tree-shaking of unused styled-components in the published bundle. Tagged template literals are now transpiled to plain call expressions during build, so bundlers can drop styled components this plugin exports but the app doesn't use, reducing bundle size.

v7.2.2

Compare Source

Patch Changes
  • #​1471 52487d2 Thanks @​stipsan! - Update @sanity/icons to v4 and adopt its per-icon import paths for smaller bundles and faster treeshaking

v7.2.1

Compare Source

Patch Changes
  • #​1363 f9acf7c Thanks @​stipsan! - Replace React.forwardRef with the React 19 ref-as-prop pattern (internal refactor, no API change)

v7.2.0

Compare Source

Minor Changes
  • #​1433 1ca8564 Thanks @​nuotsu! - Add an "Expand editor" button that expands the code editor to fill the document pane. Use the new disableFullscreen field option to hide it.
Patch Changes

v7.1.6

Compare Source

Patch Changes
  • a1aca4c Thanks @​stipsan! - Stop publishing the assets directory to npm and reference README images via absolute GitHub URLs

v7.1.5

Compare Source

Patch Changes

v7.1.4

Compare Source

Patch Changes

v7.1.3

Compare Source

Patch Changes
sanity-io/visual-editing (@​sanity/preview-url-secret)

v4.0.8

Compare Source

Patch Changes
sanity-io/plugins (@​sanity/table)

v3.1.6

Compare Source

Patch Changes
  • #​1491 2361892 Thanks @​stipsan! - Build with tsdown instead of @sanity/pkg-utils. Internal build-tooling change only, with no intended changes to the public API or runtime behavior.

v3.1.5

Compare Source

Patch Changes
  • #​1460 f50f060 Thanks @​stipsan! - Regenerate TypeScript declaration output: isolatedDeclarations is no longer used and declarations are now generated with tsgo (@typescript/native-preview). Internal build-tooling change only, with no runtime behavior or public API changes.

v3.1.4

Compare Source

Patch Changes
  • #​1471 52487d2 Thanks @​stipsan! - Update @sanity/icons to v4 and adopt its per-icon import paths for smaller bundles and faster treeshaking
sanity-io/sanity (@​sanity/vision)

v6.4.0

Compare Source

Bug Fixes
Performance Improvements

v6.3.0

Compare Source

Features
sanity-io/visual-editing (@​sanity/visual-editing)

v5.4.5

Compare Source

Patch Changes

v5.4.4

Compare Source

Patch Changes
sanity-io/sanity (groq)

v6.4.0

Compare Source

Sanity Studio v6.4.0

This release includes various improvements and bug fixes.

For the complete changelog with all details, please visit:
www.sanity.io/changelog/studio-Ni4zLjA

Install or upgrade Sanity Studio

To upgrade to this version, run:

npm install sanity@latest

To initiate a new Sanity Studio project or learn more about upgrading, please refer to our comprehensive guide on Installing and Upgrading Sanity Studio.

📓 Full changelog
Author Message Commit
squiggler-app[bot] chore(deps): update dependency @​sanity/visual-editing-csm to ^3.0.10 (#​13417) 1038d73
squiggler-app[bot] chore(deps): update dependency @​sanity/functions to v1.4.0 (#​13423) 7a8c0dd
squiggler-app[bot] fix(deps): update portabletext (#​13441) 064bb11
squiggler-app[bot] chore(deps): update dependency turbo to ^2.10.1 (#​13425) f8ae2cf
squiggler-app[bot] fix(deps): update linters (#​13422) e512bbb
@​pedrobonamin fix(core): updates array i18n efps test to use langauge (#​13436) b716a60
@​stipsan fix(core): allow pasting references to documents that only exist in a release (#​13399) 8072fbc
@​bjoerge fix(sanity): delegate document pair snapshot fetch failures to the re… (#​13432) 03cf5d0
@​pedrobonamin refactor(variants): use sanity::partOfVariant for document queries (#​13430) d4a12a8
@​stipsan refactor(sanity): replace classnames with clsx (#​13415) 20d3e72
@​juice49 test(efps): improve caret handling (#​13435) af7d569
@​juice49 test(efps): improve pte measurement stability (#​13435) aef1605
@​juice49 test(efps): harden event matching when measuring fps in input and pte (#​13435) de3416b
@​juice49 chore(sanity): expose agent bundle store directly (#​13388) a9f6079
@​juice49 chore(sanity): correct type name (#​13388) 5b995f6
@​juice49 chore(sanity): add agent bundle data to document group inventory machine (#​13388) ad42526
@​juice49 chore(sanity): filter agent bundles in document group inventory (#​13388) 2a8e8d7
@​juice49 chore(sanity): include user's most recent agent bundle in document group inventory (#​13388) 0487621
@​bjoerge fix(sanity): delegate grants request errors to request error handler (#​13427) f1a0341
@​juice49 test(sanity): mock timers in observeVersionDocumentIds to fix flakiness (#​13431) 88d60cb
@​stipsan fix(core): draw change connector when hovering image and file diffs (#​13428) 028ff93
squiggler-app[bot] chore(deps): dedupe pnpm-lock.yaml (#​13416) 2af7031
squiggler-app[bot] chore(deps): update dependency @​sanity/media-library-types to ^1.5.0 (#​13413) f253ff7
squiggler-app[bot] chore(deps): update dependency @​vanilla-extract/css to ^1.21.1 (#​13412) ce7cacc
@​stipsan fix(sanity): clear change connectors when review changes panel closes (#​13402) b1c42e4
@​bjoerge fix(releases): make virtualized table rows visible in Safari (#​13414) e83ba05
@​bjoerge fix(core): only cancel commits for known-terminal client errors (#​13396) e38afdc
squiggler-app[bot] chore(deps): dedupe pnpm-lock.yaml (#​13385) 0e0ad3d
squiggler-app[bot] chore(deps): update dependency typescript to v6 (#​13408) e5513e4
squiggler-app[bot] chore(tests): generate dts tests 🤖 ✨ (#​13411) 5222f52
@​bjoerge fix(core): force logout only on 401s tagged as session expiry (#​13394) ef537bc
squiggler-app[bot] fix(deps): update dev-non-major (#​13406) baba6d1
squiggler-app[bot] chore(tests): generate dts tests 🤖 ✨ (#​13410) 2b15108
squiggler-app[bot] fix(deps): update dependency react-rx to ^4.2.3 (#​13405) 10d1a5a
squiggler-app[bot] chore(deps): update dependency @​sanity/pkg-utils to ^10.9.0 (#​13407) bb2b35e
squiggler-app[bot] fix(deps): update dependency @​sanity/icons to v5 (#​13409) f788296
squiggler-app[bot] chore(deps): update dependency @​sanity/google-maps-input to ^6.1.1 (#​13404) 218795d
@​stipsan perf(sanity): debarrel @​sanity/icons imports (#​13393) 2e250dc
@​stipsan docs(agents): add cursor cloud setup notes for vitest tsc and dev studio auth (#​13398) 4070eaf
@​ChrisLaRocque feat(types): add user attribute types to CurrentUser (#​13395) b7b7fc1
squiggler-app[bot] chore(tests): generate dts tests 🤖 ✨ (#​13392) cf7a807
@​juice49 fix(sanity): clip document group inventory border (#​13380) e3e1245
@​bjoerge feat: improve request error handling (#​13367) b2817c1
squiggler-app[bot] chore(deps): update dependency oxfmt to ^0.57.0 (#​13382) 846ddee
squiggler-app[bot] fix(deps): update dependency @​sanity/cli to ^7.5.0 (#​13389) 24bce9d
@​bjoerge test(efps): wait for each keystroke to register before typing next (#​13391) a209448
squiggler-app[bot] chore(tests): generate dts tests 🤖 ✨ (#​13378) 82d6ff4
@​christianhg fix(portable-text): resolve render-callback schema types by path (#​13350) 4b785dc
@​christianhg fix(portable-text): collect form members at any depth (#​13350) e8af647
@​christianhg fix(portable-text): track focus into nested-container blocks (#​13350) 4c6e970
@​christianhg fix(portable-text): key the element-ref registry by full path (#​13350) 7ebc0ec
@​christianhg test(portable-text): cover focus tracking into nested-container blocks (#​13350) 24c1e7a
@​stipsan chore(deps): bump @​sanity/ui to 3.3.0 and fix polymorphic type errors (#​13383) ce38099
squiggler-app[bot] fix(deps): update dependency @​sanity/icons to ^3.7.6 (#​13384) 260a282
squiggler-app[bot] chore(deps): dedupe pnpm-lock.yaml (#​13376) 3a9eaa8
@​stipsan chore(lint): make no-unnecessary-type-assertion an error with grandfathered suppressions (#​13375) 8650c2e
@​pedrobonamin chore: restore "chore(core): deprecate useDocumentVersionInfo hook (#​13113)" (#​13334) 42826d2
@​pedrobonamin chore: restore "chore(core): variant documents creation (#​13105)" (#​13334) fd78ff2
@​pedrobonamin chore: restore "refactor(core): abstract use bundle documents , reuse for variants (#​13226)" (#​13334) f49190e

v6.3.0

Compare Source

Sanity Studio v6.3.0

This release includes various improvements and bug fixes.

For the complete changelog with all details, please visit:
www.sanity.io/changelog/studio-Ni4yLjA

Install or upgrade Sanity Studio

To upgrade to this version, run:

npm install sanity@latest

To initiate a new Sanity Studio project or learn more about upgrading, please refer to our comprehensive guide on Installing and Upgrading Sanity Studio.

📓 Full changelog
Author Message Commit
squiggler-app[bot] fix(deps): update dependency @​sanity/cli to ^7.4.2 (#​13374) 83b59b6
squiggler-app[bot] chore(deps): dedupe pnpm-lock.yaml (#​13373) 8cbf47a
squiggler-app[bot] chore(deps): update renovatebot/github-action action to v46.1.17 (#​13370) da9e9ca
squiggler-app[bot] chore(deps): update dependency @​sanity/pkg-utils to ^10.8.1 (#​13319) 93fd49b
squiggler-app[bot] chore(deps): update oxlint (#​13371) b2aa577
squiggler-app[bot] fix(deps): update playwright monorepo to v1.61.1 ([#

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Europe/Oslo)

  • Branch creation
    • "before 6am on Saturday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate using a preset from Obos. View repository job log here

@renovate renovate Bot added the 📦 deps label Jun 5, 2026
@renovate renovate Bot requested a review from a team as a code owner June 5, 2026 23:51
@renovate renovate Bot added the 🤖 bot label Jun 5, 2026
@changeset-bot

changeset-bot Bot commented Jun 5, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: f71637d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate Bot force-pushed the renovate/sanity-packages branch from bdeea86 to cd7fd41 Compare June 6, 2026 11:01
@renovate renovate Bot changed the title fix(deps): update sanity packages to v5.29.0 fix(deps): update sanity packages to v5.30.0 Jun 6, 2026
@renovate renovate Bot force-pushed the renovate/sanity-packages branch 4 times, most recently from 1195925 to 6c807bb Compare June 13, 2026 19:37
@renovate renovate Bot changed the title fix(deps): update sanity packages to v5.30.0 fix(deps): update sanity packages to v5.31.1 Jun 13, 2026
@renovate renovate Bot force-pushed the renovate/sanity-packages branch from 6c807bb to 6e5a5c1 Compare June 14, 2026 18:48
@renovate renovate Bot changed the title fix(deps): update sanity packages to v5.31.1 fix(deps): update sanity packages Jun 14, 2026
@renovate renovate Bot force-pushed the renovate/sanity-packages branch 7 times, most recently from de769df to 7cb355a Compare June 22, 2026 11:48
@renovate renovate Bot force-pushed the renovate/sanity-packages branch 8 times, most recently from ca2859a to 22a12c7 Compare July 7, 2026 18:07
@renovate renovate Bot force-pushed the renovate/sanity-packages branch from 22a12c7 to 68b58db Compare July 10, 2026 12:14
@renovate renovate Bot force-pushed the renovate/sanity-packages branch from 68b58db to f71637d Compare July 10, 2026 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant