Skip to content

chore(studio-deps): bump the sanity-studio group across 1 directory with 5 updates#323

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/studio/sanity-studio-2980f37a12
Open

chore(studio-deps): bump the sanity-studio group across 1 directory with 5 updates#323
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/studio/sanity-studio-2980f37a12

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Bumps the sanity-studio group with 4 updates in the /studio directory: @sanity/assist, @sanity/cli, @sanity/vision and sanity.

Updates @sanity/assist from 6.0.4 to 6.0.5

Release notes

Sourced from @​sanity/assist's releases.

@​sanity/assist@​6.0.5

Patch Changes

Changelog

Sourced from @​sanity/assist's changelog.

6.0.5

Patch Changes

Commits
  • 50eeddf Version Packages
  • fc2fd7c chore(deps): lock file maintenance (#805)
  • 018d90d chore(deps): update sanity monorepo to ^5.21.0 (#839)
  • 0f748be chore(deps): update dependency @​sanity/client to ^7.20.0, sanity monorepo to ...
  • See full diff in compare view

Updates @sanity/cli from 6.3.1 to 6.4.0

Release notes

Sourced from @​sanity/cli's releases.

@​sanity/cli@​6.4.0

Minor Changes

  • #960 6045f96 Thanks @​drewlyton! - Added MCP auto-configuration support for Antigravity, Cline CLI, Codex CLI, GitHub Copilot CLI, and MCPorter. Refactored editor detection to use dependency injection for improved testability and cross-platform reliability.

  • #954 696f8e0 Thanks @​tzhelyazkova! - Add --skip-content-releases flag to sanity datasets copy for excluding content release documents from the target dataset.

  • #955 5701546 Thanks @​mwritter! - use oauth config for mcp with cursor

  • #968 c88caf7 Thanks @​binoy14! - - Add project and dataset selection prompts to sanity init for app templates

    • Fix crash when selecting "no" for TypeScript on app templates, which only ship .tsx files
  • #980 80480af Thanks @​mttdnt! - Show a runner-specific update command (npx, pnpm dlx, yarn dlx, bunx) in the update notification instead of a generic npm update when the CLI is invoked via one of those runners.

Patch Changes

  • #948 a812f96 Thanks @​mttdnt! - Show the correct update command based on whether the project depends on sanity or @sanity/cli

  • #947 1fa3954 Thanks @​binoy14! - Fixed environment variable loading to include all variables from .env files, not just SANITY_STUDIO_/SANITY_APP_ prefixed ones. Client bundle exposure remains restricted to prefixed variables only.

  • #959 ad287b6 Thanks @​binoy14! - improve schema extract error messages

  • #977 10db76f Thanks @​rexxars! - use sanity v5 compatible dependencies in shopify templates

@​sanity/cli@​6.3.2

Patch Changes

  • #898 e4f2dd4 Thanks @​binoy14! - Fixed init command to strip filename before counting nested folders when generating the relative import path for the embedded studio route file.

  • #923 6b1dfb4 Thanks @​binoy14! - Default to the "production" dataset in unattended mode

  • #915 6b48e93 Thanks @​mttdnt! - Fixed telemetry events being silently dropped before consent resolves

  • #902 5b86d79 Thanks @​mttdnt! - remove @​sanity/telemetry as a peer dependency

  • #903 ed09f43 Thanks @​binoy14! - Fixed init command unattended mode: respect --no-git flag to skip git initialization, pass --missing to dataset import to avoid errors when dataset already exists, and allow --bare mode without requiring --output-path.

  • #933 b181807 Thanks @​renovate! - update sanity-tooling

  • Updated dependencies [5b86d79]:

    • @​sanity/cli-core@​1.3.1
Changelog

Sourced from @​sanity/cli's changelog.

6.4.0

Minor Changes

  • #960 6045f96 Thanks @​drewlyton! - Added MCP auto-configuration support for Antigravity, Cline CLI, Codex CLI, GitHub Copilot CLI, and MCPorter. Refactored editor detection to use dependency injection for improved testability and cross-platform reliability.

  • #954 696f8e0 Thanks @​tzhelyazkova! - Add --skip-content-releases flag to sanity datasets copy for excluding content release documents from the target dataset.

  • #955 5701546 Thanks @​mwritter! - use oauth config for mcp with cursor

  • #968 c88caf7 Thanks @​binoy14! - - Add project and dataset selection prompts to sanity init for app templates

    • Fix crash when selecting "no" for TypeScript on app templates, which only ship .tsx files
  • #980 80480af Thanks @​mttdnt! - Show a runner-specific update command (npx, pnpm dlx, yarn dlx, bunx) in the update notification instead of a generic npm update when the CLI is invoked via one of those runners.

Patch Changes

  • #948 a812f96 Thanks @​mttdnt! - Show the correct update command based on whether the project depends on sanity or @sanity/cli

  • #947 1fa3954 Thanks @​binoy14! - Fixed environment variable loading to include all variables from .env files, not just SANITY_STUDIO_/SANITY_APP_ prefixed ones. Client bundle exposure remains restricted to prefixed variables only.

  • #959 ad287b6 Thanks @​binoy14! - improve schema extract error messages

  • #977 10db76f Thanks @​rexxars! - use sanity v5 compatible dependencies in shopify templates

6.3.2

Patch Changes

  • #898 e4f2dd4 Thanks @​binoy14! - Fixed init command to strip filename before counting nested folders when generating the relative import path for the embedded studio route file.

  • #923 6b1dfb4 Thanks @​binoy14! - Default to the "production" dataset in unattended mode

  • #915 6b48e93 Thanks @​mttdnt! - Fixed telemetry events being silently dropped before consent resolves

  • #902 5b86d79 Thanks @​mttdnt! - remove @​sanity/telemetry as a peer dependency

  • #903 ed09f43 Thanks @​binoy14! - Fixed init command unattended mode: respect --no-git flag to skip git initialization, pass --missing to dataset import to avoid errors when dataset already exists, and allow --bare mode without requiring --output-path.

  • #933 b181807 Thanks @​renovate! - update sanity-tooling

  • Updated dependencies [5b86d79]:

    • @​sanity/cli-core@​1.3.1
Commits
  • 511eb5c chore: version packages (#956)
  • f061b88 chore(cli): restore once-per-cache-refresh update-notification dedupe (#991)
  • 80480af feat(cli): show runner-specific update command for npx/dlx/bunx (#980)
  • 5701546 feat: use oauth config for mcp with cursor (#955)
  • c88caf7 feat(init): select project and dataset during app init (#968)
  • 82cfda3 chore: update CLI README (#981)
  • 696f8e0 feat(dataset copy): add --skip-content-releases option (#954)
  • 10db76f fix: use sanity v5 compatible dependencies in shopify templates (#977)
  • 052fecb chore: update CLI README (#974)
  • 6045f96 feat(cli): expand MCP editor detection and refactor for testability (#960)
  • Additional commits viewable in compare view

Updates @sanity/client from 7.20.0 to 7.22.0

Release notes

Sourced from @​sanity/client's releases.

v7.22.0

7.22.0 (2026-04-24)

Features

  • error: expose trace id from backend responses (#1212) (47fa1fe)

v7.21.0

7.21.0 (2026-04-10)

Features

  • live: add waitFor option to defer events until Sanity Function processing (#1209) (3251113)
  • support intercepting requests via internal requestHandler config (#1208) (4d794f6)

Bug Fixes

Changelog

Sourced from @​sanity/client's changelog.

7.22.0 (2026-04-24)

Features

  • error: expose trace id from backend responses (#1212) (47fa1fe)

7.21.0 (2026-04-10)

Features

  • live: add waitFor option to defer events until Sanity Function processing (#1209) (3251113)
  • support intercepting requests via internal requestHandler config (#1208) (4d794f6)

Bug Fixes

Commits
  • df7f14e chore(main): release 7.22.0 (#1214)
  • 47fa1fe feat(error): expose trace id from backend responses (#1212)
  • 711f891 chore(main): release 7.21.0 (#1210)
  • 3251113 feat(live): add waitFor option to defer events until Sanity Function processi...
  • ad4fa50 fix(deps): update get-it to v8.7.2 (#1211)
  • 4d794f6 feat: support intercepting requests via internal requestHandler config (#1208)
  • See full diff in compare view

Updates @sanity/vision from 5.19.0 to 5.23.0

Release notes

Sourced from @​sanity/vision's releases.

v5.23.0

Sanity Studio v5.23.0

This release includes various improvements and bug fixes.

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

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
@​EoinFalconer feat(studio): add config option to disable ask-to-edit button (#12692) 391d40357b514a46559927003462176463ba5665
@​EoinFalconer fix(diff): deduplicate repeated inline diff segments in Portable Text (#12675) 26c140f22db79c3e0f23f8b56627123427658e38
@​bjoerge fix(ci): keep release-notes consistent for PR-less commits (#12752) 21a31ef82447139d95a25d4597a269ca537d4247
@​bjoerge fix(ci): handle commits without an associated PR (#12750) 67682e55f6ff7c966d2c7fc8e2bdf74edb7f6448
@​pedrobonamin chore(core): update invalid fields styles (#12002) 713dd8c9cd0a69971110cccbb2b9a0bb466c4c77
squiggler-app[bot] chore(deps): update dependency @​sanity/telemetry to v1 (#12664) d4eb80ee6fe78ad70d8e022af4bc07d2f2369495
squiggler-app[bot] chore(deps): update dependency @​sanity/document-internationalization to v6 (#12663) c4b92e3bdaff83af921e53a270e35470a62996d4
squiggler-app[bot] chore(deps): update dependency @​sanity/assist to v6 (#12662) 937284298565d961949ed46bfee0df9c76764397
@​EoinFalconer fix(studio): hide user menu on mobile in dashboard mode (#12684) e51fee8a1ab7156ae8acdae168538d8d5462c441
@​annez feat(telemetry): add Global Search Latency Measured event (#12709) 317ae6b492c0261fc02cda398455e9cecdb94488
squiggler-app[bot] chore(deps): dedupe pnpm-lock.yaml (#12741) c825f1f8ed57cb146b909a76e9d756930c94384a
@​pedrobonamin feat: enable vanilla-extract CSS (#12590) c0fb87ff5ea41290df895fd45e3b0e90ce300bc1
@​pedrobonamin fix(core): show json diffs for missing fields, skip _system field (#12744) 57ebcca7be5578348a876dfa176a96b17e683f92
@​gu-stav fix(feedback): associate labels with HTML form fields (#12746) d08b8eea7ac0c2f068742bb95fa1037e23a45058
@​bjoerge test(e2e): require matcher in expectError to avoid suppressing unrelated errors (#12745) 6f1d6c2e8ffe25eaffca59cd79e1e01fc5ca45db
@​RitaDias fix: issue when reverting to revisions in live edits (#12729) e0c829f35013ca75724234f01c2c5896b609b8c3
@​bjoerge refactor: move store modules from _legacy directory to top-level store (#12735) bfd3b141e648ffed03a211501c3fc9af85c6b960
squiggler-app[bot] chore(tests): generate dts tests 🤖 ✨ (#12742) 39210533ec84595808c1c4eefbfee8255bc17e76
@​bjoerge chore: switch to tsgo across the board (#12738) 6b99ab91e042a9e2d4ecb142bd3a36e9ff644ed8
@​bjoerge feat(sanity): warn on divergent auth configs for same project id (#12732) 36b911d9f78cdcfc6358ed7768a846c802d0e96f
@​Chrilleweb fix(docs): code of conduct path in contributing file (#12740) fc5f9fc2a9431fc97522783381d00b31485cb986
@​annez feat(telemetry): add Document Initial Load Measured event (#12710) 7110142050a13ede0f7beecc929a63076cdffdd5
@​EoinFalconer fix(releases): add empty state for cardinality-one releases with no documents (#12687) 379906f8c4c82de161514af20006ef2413027900
@​EoinFalconer fix(form): maintain select button position with disableNew on image fields (#12683) 91ebac8244cc0f92a36c32d3c7c046833da4d236
@​bjoerge ci(workflows): drop fetch-depth: 0 from jobs that don't need history (#12736) 0a1b5b3b17290488eb70b6b57b2470dcb6050ab5
Copilot fix(core): throw on missing projectId/dataset in getOperationStoreKey (#12609) 583bccea9cb3c7e0d5a85feee9220e7030076705
squiggler-app[bot] chore(tests): generate dts tests 🤖 ✨ (#12734) 7f09c2a71550ea13b35832f70939408291f50ca0
@​RitaDias refactor: the menu items in viewContentReleases and ScheduledDraftsMenuItem show proper hovering (#12703) 6ba4b9037281bbe149bf8ddec28fa4c0507baf0b

... (truncated)

Changelog

Sourced from @​sanity/vision's changelog.

5.23.0 (2026-04-29)

Features

5.21.0 (2026-04-15)

Features

5.18.0 (2026-03-24)

Note: Version bump only for package @​sanity/vision

5.17.1 (2026-03-17)

Note: Version bump only for package @​sanity/vision

5.17.0 (2026-03-17)

Note: Version bump only for package @​sanity/vision

5.16.0 (2026-03-14)

Note: Version bump only for package @​sanity/vision

5.15.0 (2026-03-12)

Features

5.14.1 (2026-03-10)

Note: Version bump only for package @​sanity/vision

5.14.0 (2026-03-10)

Note: Version bump only for package @​sanity/vision

5.13.0 (2026-03-03)

Note: Version bump only for package @​sanity/vision

5.12.0 (2026-02-24)

Note: Version bump only for package @​sanity/vision

5.11.0 (2026-02-19)

... (truncated)

Commits

Updates sanity from 5.19.0 to 5.23.0

Release notes

Sourced from sanity's releases.

v5.23.0

Sanity Studio v5.23.0

This release includes various improvements and bug fixes.

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

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
@​EoinFalconer feat(studio): add config option to disable ask-to-edit button (#12692) 391d40357b514a46559927003462176463ba5665
@​EoinFalconer fix(diff): deduplicate repeated inline diff segments in Portable Text (#12675) 26c140f22db79c3e0f23f8b56627123427658e38
@​bjoerge fix(ci): keep release-notes consistent for PR-less commits (#12752) 21a31ef82447139d95a25d4597a269ca537d4247
@​bjoerge fix(ci): handle commits without an associated PR (#12750) 67682e55f6ff7c966d2c7fc8e2bdf74edb7f6448
@​pedrobonamin chore(core): update invalid fields styles (#12002) 713dd8c9cd0a69971110cccbb2b9a0bb466c4c77
squiggler-app[bot] chore(deps): update dependency @​sanity/telemetry to v1 (#12664) d4eb80ee6fe78ad70d8e022af4bc07d2f2369495
squiggler-app[bot] chore(deps): update dependency @​sanity/document-internationalization to v6 (#12663) c4b92e3bdaff83af921e53a270e35470a62996d4
squiggler-app[bot] chore(deps): update dependency @​sanity/assist to v6 (#12662) 937284298565d961949ed46bfee0df9c76764397
@​EoinFalconer fix(studio): hide user menu on mobile in dashboard mode (#12684) e51fee8a1ab7156ae8acdae168538d8d5462c441
@​annez feat(telemetry): add Global Search Latency Measured event (#12709) 317ae6b492c0261fc02cda398455e9cecdb94488
squiggler-app[bot] chore(deps): dedupe pnpm-lock.yaml (#12741) c825f1f8ed57cb146b909a76e9d756930c94384a
@​pedrobonamin feat: enable vanilla-extract CSS (#12590) c0fb87ff5ea41290df895fd45e3b0e90ce300bc1
@​pedrobonamin fix(core): show json diffs for missing fields, skip _system field (#12744) 57ebcca7be5578348a876dfa176a96b17e683f92
@​gu-stav fix(feedback): associate labels with HTML form fields (#12746) d08b8eea7ac0c2f068742bb95fa1037e23a45058
@​bjoerge test(e2e): require matcher in expectError to avoid suppressing unrelated errors (#12745) 6f1d6c2e8ffe25eaffca59cd79e1e01fc5ca45db
@​RitaDias fix: issue when reverting to revisions in live edits (#12729) e0c829f35013ca75724234f01c2c5896b609b8c3
@​bjoerge refactor: move store modules from _legacy directory to top-level store (#12735) bfd3b141e648ffed03a211501c3fc9af85c6b960
squiggler-app[bot] chore(tests): generate dts tests 🤖 ✨ (#12742) 39210533ec84595808c1c4eefbfee8255bc17e76
@​bjoerge chore: switch to tsgo across the board (#12738) 6b99ab91e042a9e2d4ecb142bd3a36e9ff644ed8
@​bjoerge feat(sanity): warn on divergent auth configs for same project id (#12732) 36b911d9f78cdcfc6358ed7768a846c802d0e96f
@​Chrilleweb fix(docs): code of conduct path in contributing file (#12740) fc5f9fc2a9431fc97522783381d00b31485cb986
@​annez feat(telemetry): add Document Initial Load Measured event (#12710) 7110142050a13ede0f7beecc929a63076cdffdd5
@​EoinFalconer fix(releases): add empty state for cardinality-one releases with no documents (#12687) 379906f8c4c82de161514af20006ef2413027900
@​EoinFalconer fix(form): maintain select button position with disableNew on image fields (#12683) 91ebac8244cc0f92a36c32d3c7c046833da4d236
@​bjoerge ci(workflows): drop fetch-depth: 0 from jobs that don't need history (#12736) 0a1b5b3b17290488eb70b6b57b2470dcb6050ab5
Copilot fix(core): throw on missing projectId/dataset in getOperationStoreKey (#12609) 583bccea9cb3c7e0d5a85feee9220e7030076705
squiggler-app[bot] chore(tests): generate dts tests 🤖 ✨ (#12734) 7f09c2a71550ea13b35832f70939408291f50ca0
@​RitaDias refactor: the menu items in viewContentReleases and ScheduledDraftsMenuItem show proper hovering (#12703) 6ba4b9037281bbe149bf8ddec28fa4c0507baf0b

... (truncated)

Changelog

Sourced from sanity's changelog.

5.23.0 (2026-04-29)

Features

  • enable vanilla-extract CSS (#12590) (c0fb87f)
  • sanity: warn on divergent auth configs for same project id (#12732) (36b911d)
  • studio: add config option to disable ask-to-edit button (#12692) (391d403)
  • telemetry: add Document Initial Load Measured event (#12710) (7110142)
  • telemetry: add Global Search Latency Measured event (#12709) (317ae6b)

Bug Fixes

  • core: show json diffs for missing fields, skip _system field (#12744) (57ebcca)
  • core: throw on missing projectId/dataset in getOperationStoreKey (#12609) (583bcce)
  • diff: deduplicate repeated inline diff segments in Portable Text (#12675) (26c140f)
  • feedback: associate labels with HTML form fields (#12746) (d08b8ee)
  • form: maintain select button position with disableNew on image fields (#12683) (91ebac8)
  • form: prevent scroll jump when opening field overflow menu (#12629) (1ce6320)
  • issue when reverting to revisions in live edits (#12729) (e0c829f)
  • releases: add empty state for cardinality-one releases with no documents (#12687) (379906f)
  • releases: improve activity panel UX consistency (#12686) (5b9cd5d)
  • remove underline from openInNewTabIcon menu item for refs (#12724) (eb3ca24)
  • studio: hide user menu on mobile in dashboard mode (#12684) (e51fee8)

5.22.0 (2026-04-22)

Features

  • asset-sources: add persistence key for Media Library plugin (#12670) (311ac2d)
  • config: add hidden property to workspace configuration (#12599) (41c0f27)
  • telemetry: add Studio Auth Ready + Studio Ready timing events (#12707) (f3ba538)

Bug Fixes

  • auth: make logout method return promise in auth store types (#12690) (a45e005)
  • ci: add auth store unit tests (#12646) (0ab91e8)
  • deps: update dependency @​sanity/cli to ^6.4.0 (#12727) (b7bd438)
  • form: support programmatic focus with inline changes enabled (#12673) (cf9ce7d)
  • positioning of reference input lists in documents (and modals / dialogs / popovers) (#12721) (14f7b82)
  • preview: reduce redundant fetches in document preview observers (#12624) (dd438bd)
  • sanity: cancel fetch response bodies to prevent connection blocking (#12681) (af813e7)
  • sanity: handle groq2024 searches that sort on child paths and complex GROQ expressions (755a6a5)
  • sanity: published id incorrectly supplied to DivergencesProvider as subject id (8910e18)
  • sanity: stale form context after switching document versions (8b50bc8)
  • sanity: use @sanity/uuid to produce feedback session id (5c9a767)
  • studio: stop eagerly fetching auth for all workspaces at the start (#12704) (f131c92)

5.21.0 (2026-04-15)

Features

  • sanity: add onActiveChanged and onTargetDocumentsChanged hooks to diff view state (a053bb4)

... (truncated)

Commits
  • 25de8ab chore(release): publish v5.23.0 (#12730)
  • 391d403 feat(studio): add config option to disable ask-to-edit button (#12692)
  • 26c140f fix(diff): deduplicate repeated inline diff segments in Portable Text (#12675)
  • 713dd8c chore(core): update invalid fields styles (#12002)
  • e51fee8 fix(studio): hide user menu on mobile in dashboard mode (#12684)
  • 317ae6b feat(telemetry): add Global Search Latency Measured event (#12709)
  • c0fb87f feat: enable vanilla-extract CSS (#12590)
  • 57ebcca fix(core): show json diffs for missing fields, skip _system field (#12744)
  • d08b8ee fix(feedback): associate labels with HTML form fields (#12746)
  • e0c829f fix: issue when reverting to revisions in live edits (#12729)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…ith 5 updates

Bumps the sanity-studio group with 4 updates in the /studio directory: [@sanity/assist](https://github.com/sanity-io/plugins/tree/HEAD/plugins/@sanity/assist), [@sanity/cli](https://github.com/sanity-io/cli/tree/HEAD/packages/@sanity/cli), [@sanity/vision](https://github.com/sanity-io/sanity/tree/HEAD/packages/@sanity/vision) and [sanity](https://github.com/sanity-io/sanity/tree/HEAD/packages/sanity).


Updates `@sanity/assist` from 6.0.4 to 6.0.5
- [Release notes](https://github.com/sanity-io/plugins/releases)
- [Changelog](https://github.com/sanity-io/plugins/blob/main/plugins/@sanity/assist/CHANGELOG.md)
- [Commits](https://github.com/sanity-io/plugins/commits/@sanity/assist@6.0.5/plugins/@sanity/assist)

Updates `@sanity/cli` from 6.3.1 to 6.4.0
- [Release notes](https://github.com/sanity-io/cli/releases)
- [Changelog](https://github.com/sanity-io/cli/blob/main/packages/@sanity/cli/CHANGELOG.md)
- [Commits](https://github.com/sanity-io/cli/commits/@sanity/cli@6.4.0/packages/@sanity/cli)

Updates `@sanity/client` from 7.20.0 to 7.22.0
- [Release notes](https://github.com/sanity-io/client/releases)
- [Changelog](https://github.com/sanity-io/client/blob/main/CHANGELOG.md)
- [Commits](sanity-io/client@v7.20.0...v7.22.0)

Updates `@sanity/vision` from 5.19.0 to 5.23.0
- [Release notes](https://github.com/sanity-io/sanity/releases)
- [Changelog](https://github.com/sanity-io/sanity/blob/main/packages/@sanity/vision/CHANGELOG.md)
- [Commits](https://github.com/sanity-io/sanity/commits/v5.23.0/packages/@sanity/vision)

Updates `sanity` from 5.19.0 to 5.23.0
- [Release notes](https://github.com/sanity-io/sanity/releases)
- [Changelog](https://github.com/sanity-io/sanity/blob/main/packages/sanity/CHANGELOG.md)
- [Commits](https://github.com/sanity-io/sanity/commits/v5.23.0/packages/sanity)

---
updated-dependencies:
- dependency-name: "@sanity/assist"
  dependency-version: 6.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sanity-studio
- dependency-name: "@sanity/cli"
  dependency-version: 6.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sanity-studio
- dependency-name: "@sanity/client"
  dependency-version: 7.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sanity-studio
- dependency-name: "@sanity/vision"
  dependency-version: 5.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sanity-studio
- dependency-name: sanity
  dependency-version: 5.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sanity-studio
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 4, 2026

Labels

The following labels could not be found: automated, dependencies, studio. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 4, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
mash-ecommerce-web Error Error May 4, 2026 2:18am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants