Skip to content

fix(deps): update dependency @sanity/cli to v6#160

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/sanity-cli-6.x
Open

fix(deps): update dependency @sanity/cli to v6#160
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/sanity-cli-6.x

Conversation

@renovate

@renovate renovate Bot commented Mar 27, 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/cli (source) ^4.8.1^6.7.2 age confidence

Release Notes

sanity-io/cli (@​sanity/cli)

v6.7.2

Compare Source

2026-06-03

Bug Fixes
Dependencies

v6.7.1

Compare Source

2026-06-02

Bug Fixes
Dependencies

v6.7.0

Compare Source

2026-06-02

Features
  • Configure Sanity MCP and install the sanity-best-practices agent skill for detected AI editors in a single step during sanity init. Add --no-skills to opt out. (#​1079) (3ffeda3)
  • templates: add page-builder template using @​sanity/presets (#​1084) (0c0fea4)
  • dataset export: add no-strict-asset-verification flag (#​1135) (96f0646)
Bug Fixes
Dependencies
  • The following workspace dependencies were updated

v6.6.0

Compare Source

2026-05-18

Features

v6.5.3

2026-05-13

Bug Fixes
Dependencies
  • The following workspace dependencies were updated

v6.5.2

2026-05-13

Bug Fixes
Dependencies
  • The following workspace dependencies were updated

v6.5.1

Compare Source

2026-05-07

Bug Fixes
Dependencies
  • The following workspace dependencies were updated

v6.5.0

Compare Source

2026-05-04

Features
  • Auto-updating Studios now load CSS bundles from the module server alongside JS. (#​893) (9fc5e0f)
Bug Fixes

v6.4.0

Compare Source

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

v6.3.2

Compare Source

Patch Changes

v6.3.1

Patch Changes

All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.

v6.3.0

Features
  • cli: use app.title from config in SDK app HTML title (#​799) (cea0395)
  • deploy: add --url flag and unattended mode support (#​760) (c440211)
  • upgrade eslint to v10 with dual v9/v10 support (#​823) (f3c9d9d)
Bug Fixes
Dependencies

v6.2.1

Bug Fixes
Dependencies

v6.2.0

Features
  • debug: improve output format, allow running outside project (#​733) (f2f2e2f)
  • init: improve flags for the init command (#​729) (171ad3f)
Bug Fixes
  • align on plural topic names, provide aliases for singular (#​714) (32f0884)
  • deprecate start command (preview alias) (#​721) (cffaf22)
  • mcp: use explicit mode for setupMCP during init (#​744) (e11f495)
  • support non-interactive mode for app templates and fix isInteractive CI detection (#​735) (ff9f15f)
Dependencies

v6.1.8

Bug Fixes
Dependencies

v6.1.7

Bug Fixes
  • resolve vendor dependencies using node module resolution (#​691) (44b0e98)

v6.1.6

Bug Fixes

v6.1.5

Bug Fixes
  • allow running sanity debug outside of project context (#​678) (0110989)
  • cli: send extracted ManifestSchemaType[] to /schemas endpoint (#​680) (2afef5a)

v6.1.4

Bug Fixes
Dependencies

v6.1.3

Bug Fixes
  • use non-deprecated --project-id flag for dataset import during init (#​661) (0b660b9)

v6.1.2

Bug Fixes
Dependencies

v6.1.1

Bug Fixes

v6.1.0

Features
Bug Fixes
  • don't treat user aborts as telemetry errors (#​624) (6cc7682)
  • hide sanity start alias from help text (#​620) (2447f63)
  • init: duplicate default dataset help text (#​627) (9cba643)
  • mock getUserConfig in telemetry test and update debug namespace (#​631) (2f03a4c)
  • simplify git config retrieval, reduce dependencies (#​616) (b258394)
  • vite version showing as null in dev/preview output (349e7c9)
Dependencies

v6.0.0

⚠ BREAKING CHANGES
  • A small number of commands produce tabular output where v5 produces line-separated lists. Scripts that parse command output (e.g., tab-splitting to produce CSV-like data from users list) could be affected. In the future we will support --json for easier parsing
  • We removed some internal cli types. If your project relied on them, you might see build issues.
  • Some command output format changes
Features
  • A small number of commands produce tabular output where v5 produces line-separated lists. Scripts that parse command output (e.g., tab-splitting to produce CSV-like data from users list) could be affected. In the future we will support --json for easier parsing (7515453)
  • Dataset embeddings configuration commands — New dataset embeddings commands to configure embeddings for datasets. (7515453)
  • Global --project-id and --dataset flags — Run commands outside a project directory without needing a sanity.cli.ts config. (#​548, #​500, #​558) (7515453)
  • Non-interactive environment detection — Prompts detect CI/pipeline environments automatically, preventing hangs in automated workflows. (#​470) (7515453)
  • SDK templates are ESM by default — New SDK projects created via sanity init use ESM. (#​576) (7515453)
  • Some command output format changes (7515453)
  • We removed some internal cli types. If your project relied on them, you might see build issues. (7515453)
Bug Fixes
  • Boolean flags no longer get confused with commands that have positional arguments. (7515453)
  • Extract manifest and deploy schemas on deploy. (#​563) (7515453)
  • Fix inverted CORS guard in bootstrapRemoteTemplate. (#​547) (7515453)
  • GraphQL and certain commands now support vite aliases. (7515453)
  • Strict flag parsing. Unknown flags now produce an error and halt execution rather than being silently ignored. For example, passing --datset foo (a typo) previously had no effect; it now returns an error. (7515453)
Dependencies

v5.14.1

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

v5.14.0

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

v5.13.0

Features

v5.12.0

Features

v5.11.0

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

v5.10.0

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

v5.9.0

Features
Bug Fixes
Reverts

v5.8.1

Bug Fixes

v5.8.0

Features

v5.7.0

Bug Fixes

v5.6.0

Bug Fixes

v5.5.0

Features

v5.4.0

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

v5.3.1

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

v5.3.0

Features
Bug Fixes

v5.2.0

Bug Fixes

v5.1.0

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

v5.0.1

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

v5.0.0

⚠ BREAKING CHANGES
  • typegen: return same case when generating types (#​11330)
Features

v4.22.0

Features
Bug Fixes

v4.21.1

Bug Fixes

v4.21.0

Features
Bug Fixes

v4.20.3

Bug Fixes

v4.20.2

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

v4.20.1

Bug Fixes

v4.20.0

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

v4.19.0

Features

v4.18.0

Bug Fixes

v4.17.0

Bug Fixes

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Mend Renovate using a curated preset maintained by Sanity. View repository job log here

@vercel

vercel Bot commented Mar 27, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
cv Ready Ready Preview, Comment Jun 12, 2026 1:26pm
cv-studio Ready Ready Preview, Comment Jun 12, 2026 1:26pm
cv-web Error Error Jun 12, 2026 1:26pm

@socket-security

socket-security Bot commented Mar 27, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedreact@​18.2.01001008497100

View full report

@socket-security

socket-security Bot commented Mar 27, 2026

Copy link
Copy Markdown

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
Obfuscated code: npm kind-of is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: pnpm-lock.yamlnpm/kind-of@6.0.3

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/kind-of@6.0.3. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

@renovate renovate Bot force-pushed the renovate/sanity-cli-6.x branch from 1db155d to 7504d36 Compare March 31, 2026 01:28
@renovate renovate Bot force-pushed the renovate/sanity-cli-6.x branch from 7504d36 to 0693e44 Compare March 31, 2026 21:14
@renovate renovate Bot force-pushed the renovate/sanity-cli-6.x branch from 0693e44 to 536b802 Compare April 1, 2026 21:11
@renovate renovate Bot force-pushed the renovate/sanity-cli-6.x branch from 536b802 to f193c35 Compare April 19, 2026 06:24
@renovate renovate Bot force-pushed the renovate/sanity-cli-6.x branch from f193c35 to 2991932 Compare May 2, 2026 07:40
@renovate renovate Bot force-pushed the renovate/sanity-cli-6.x branch from 36ca4ca to aa9f8b0 Compare May 7, 2026 20:28
@renovate renovate Bot force-pushed the renovate/sanity-cli-6.x branch from aa9f8b0 to 10e1777 Compare May 12, 2026 12:51
@renovate renovate Bot force-pushed the renovate/sanity-cli-6.x branch from 10e1777 to a04e091 Compare May 13, 2026 21:01
@renovate renovate Bot force-pushed the renovate/sanity-cli-6.x branch from a04e091 to 74520a8 Compare May 18, 2026 10:41
@renovate renovate Bot force-pushed the renovate/sanity-cli-6.x branch from 74520a8 to bdbf287 Compare May 18, 2026 21:43
@renovate renovate Bot force-pushed the renovate/sanity-cli-6.x branch from bdbf287 to c79e6f5 Compare May 28, 2026 16:39
@renovate renovate Bot force-pushed the renovate/sanity-cli-6.x branch from c79e6f5 to 2920ee0 Compare June 12, 2026 13:18
@renovate renovate Bot changed the title chore(deps): update dependency @sanity/cli to v6 fix(deps): update dependency @sanity/cli to v6 Jun 22, 2026
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.

0 participants