Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/fix-app-quickstart-flags.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-build-schema-extraction.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/pr-1004.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/pr-1024.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/pr-1031.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/pr-893.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/pr-986.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/replace-preferred-pm.md

This file was deleted.

6 changes: 4 additions & 2 deletions packages/@sanity/cli-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Changelog

## 1.3.1
## [1.3.1](https://github.com/sanity-io/cli/compare/cli-core-v1.3.0...cli-core-v1.3.1)

### Patch Changes
_2026-05-04_

### Bug Fixes

- [#902](https://github.com/sanity-io/cli/pull/902) [`5b86d79`](https://github.com/sanity-io/cli/commit/5b86d7983642faa8d03425880c20641453d052eb) Thanks [@mttdnt](https://github.com/mttdnt)! - remove @sanity/telemetry as a peer dependency

Expand Down
14 changes: 14 additions & 0 deletions packages/@sanity/cli-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.3.2](https://github.com/sanity-io/cli/compare/cli-test-v0.3.1...cli-test-v0.3.2)

_2026-05-04_

### Bug Fixes

- **deps:** update sanity-tooling ([#1024](https://github.com/sanity-io/cli/pull/1024)) ([c6d5501](https://github.com/sanity-io/cli/commit/c6d55011a5fe7120fb77703d364fbebbd9889550))

### Dependencies

- The following workspace dependencies were updated
- dependencies
- @sanity/cli-core bumped to 1.3.1

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/cli-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/cli-test",
"version": "0.3.1",
"version": "0.3.2",
"description": "Sanity CLI test helpers and utilities",
"keywords": [
"cli",
Expand Down
18 changes: 18 additions & 0 deletions packages/@sanity/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

## [6.5.0](https://github.com/sanity-io/cli/compare/cli-v6.4.0...cli-v6.5.0)

_2026-05-04_

### Features

- Auto-updating Studios now load CSS bundles from the module server alongside JS. ([#893](https://github.com/sanity-io/cli/pull/893)) ([9fc5e0f](https://github.com/sanity-io/cli/commit/9fc5e0f291345093fa917f7268edb1ea6070df6c))

### Bug Fixes

- **init:** respect --project and --dataset flags for app templates ([#1015](https://github.com/sanity-io/cli/pull/1015)) ([737ab0b](https://github.com/sanity-io/cli/commit/737ab0b3fdee054b76a4262635097637a1ebd6a2))
- **cli:** pass schemaExtraction config through to build ([#1002](https://github.com/sanity-io/cli/pull/1002)) ([2fd358f](https://github.com/sanity-io/cli/commit/2fd358fc52ed3e2c3b89e45796e4a6044e03cd4c))
- default to TypeScript in unattended mode for sanity init ([#1004](https://github.com/sanity-io/cli/pull/1004)) ([26f0fb5](https://github.com/sanity-io/cli/commit/26f0fb5774c142df2722ec3b4cd299e7419abf46))
- **deps:** update sanity-tooling ([#1024](https://github.com/sanity-io/cli/pull/1024)) ([c6d5501](https://github.com/sanity-io/cli/commit/c6d55011a5fe7120fb77703d364fbebbd9889550))
- **deps:** update sanity-tooling ([#1031](https://github.com/sanity-io/cli/pull/1031)) ([68e544f](https://github.com/sanity-io/cli/commit/68e544f02a6916ef6c873b6bb66e4ee129328a16))
- **deps:** update eslint-tooling ([#986](https://github.com/sanity-io/cli/pull/986)) ([252b784](https://github.com/sanity-io/cli/commit/252b784bac99491b90baa904b77fda9d044b3cfd))
- **cli:** replace preferred-pm with local implementation ([#984](https://github.com/sanity-io/cli/pull/984)) ([154e361](https://github.com/sanity-io/cli/commit/154e36116535fa9a6f6e8458aa919616f5d1b383))

## 6.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/cli",
"version": "6.4.0",
"version": "6.5.0",
"description": "Sanity CLI tool for managing Sanity projects and organizations",
"keywords": [
"cli",
Expand Down
49 changes: 24 additions & 25 deletions packages/@sanity/eslint-config-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,67 +1,66 @@
# Changelog

## [1.1.0](https://github.com/sanity-io/cli/compare/eslint-config-cli-v1.0.1...eslint-config-cli-v1.1.0) (2026-03-30)
## [1.1.1](https://github.com/sanity-io/cli/compare/eslint-config-cli-v1.1.0...eslint-config-cli-v1.1.1)

_2026-05-04_

### Bug Fixes

- **deps:** update eslint-tooling ([#986](https://github.com/sanity-io/cli/pull/986)) ([252b784](https://github.com/sanity-io/cli/commit/252b784bac99491b90baa904b77fda9d044b3cfd))

## [1.1.0](https://github.com/sanity-io/cli/compare/eslint-config-cli-v1.0.1...eslint-config-cli-v1.1.0) (2026-03-30)

### Features

* upgrade eslint to v10 with dual v9/v10 support ([#823](https://github.com/sanity-io/cli/issues/823)) ([f3c9d9d](https://github.com/sanity-io/cli/commit/f3c9d9da4816f6300f8bb5d1fda6a00a2c58b95d))
- upgrade eslint to v10 with dual v9/v10 support ([#823](https://github.com/sanity-io/cli/issues/823)) ([f3c9d9d](https://github.com/sanity-io/cli/commit/f3c9d9da4816f6300f8bb5d1fda6a00a2c58b95d))

## [1.0.1](https://github.com/sanity-io/cli/compare/eslint-config-cli-v1.0.0...eslint-config-cli-v1.0.1) (2026-03-18)


### Bug Fixes

* **deps:** update eslint-tooling ([#699](https://github.com/sanity-io/cli/issues/699)) ([61662df](https://github.com/sanity-io/cli/commit/61662dfb4c72895d46eff637bdb9a7a1e1b25eeb))
- **deps:** update eslint-tooling ([#699](https://github.com/sanity-io/cli/issues/699)) ([61662df](https://github.com/sanity-io/cli/commit/61662dfb4c72895d46eff637bdb9a7a1e1b25eeb))

## 1.0.0 (2026-03-10)


### Features

* add a eslint-config-cli package ([#226](https://github.com/sanity-io/cli/issues/226)) ([2980003](https://github.com/sanity-io/cli/commit/2980003fc8d1b3935f436f7e29c00207e65db6fc))
* **cli-core:** add non-interactive environment detection for prompts ([#470](https://github.com/sanity-io/cli/issues/470)) ([e9dc8fb](https://github.com/sanity-io/cli/commit/e9dc8fbc8c57b7b99d27fdf5ec6b1aa92a7ca740))

- add a eslint-config-cli package ([#226](https://github.com/sanity-io/cli/issues/226)) ([2980003](https://github.com/sanity-io/cli/commit/2980003fc8d1b3935f436f7e29c00207e65db6fc))
- **cli-core:** add non-interactive environment detection for prompts ([#470](https://github.com/sanity-io/cli/issues/470)) ([e9dc8fb](https://github.com/sanity-io/cli/commit/e9dc8fbc8c57b7b99d27fdf5ec6b1aa92a7ca740))

### Bug Fixes

* add no-console lint rule ([7823696](https://github.com/sanity-io/cli/commit/78236965ebdd784d01384b96b23bc590eeaaa325))
* **deps:** update dependency eslint-plugin-tsdoc to ^0.5.2 ([#574](https://github.com/sanity-io/cli/issues/574)) ([b560592](https://github.com/sanity-io/cli/commit/b560592b60062df7f040ed05b92af2d18011c1bc))
* **deps:** update dependency eslint-plugin-unicorn to v63 ([#487](https://github.com/sanity-io/cli/issues/487)) ([38d21b5](https://github.com/sanity-io/cli/commit/38d21b54c1fd0812f8f821e2ca8d34fea52f9e92))
* **deps:** update eslint-tooling ([#485](https://github.com/sanity-io/cli/issues/485)) ([37e4dae](https://github.com/sanity-io/cli/commit/37e4daef4dd6b88370b19c55ea0fb908f09bdcaf))
* **deps:** update eslint-tooling ([#578](https://github.com/sanity-io/cli/issues/578)) ([40c5f75](https://github.com/sanity-io/cli/commit/40c5f75bbd1f2cd593a935c875b0e15f4bdc287d))
* **lint:** turn off string raw rule for tests ([#508](https://github.com/sanity-io/cli/issues/508)) ([157df2d](https://github.com/sanity-io/cli/commit/157df2dd0a92e91cdf04df2ba170952441f044f9))
- add no-console lint rule ([7823696](https://github.com/sanity-io/cli/commit/78236965ebdd784d01384b96b23bc590eeaaa325))
- **deps:** update dependency eslint-plugin-tsdoc to ^0.5.2 ([#574](https://github.com/sanity-io/cli/issues/574)) ([b560592](https://github.com/sanity-io/cli/commit/b560592b60062df7f040ed05b92af2d18011c1bc))
- **deps:** update dependency eslint-plugin-unicorn to v63 ([#487](https://github.com/sanity-io/cli/issues/487)) ([38d21b5](https://github.com/sanity-io/cli/commit/38d21b54c1fd0812f8f821e2ca8d34fea52f9e92))
- **deps:** update eslint-tooling ([#485](https://github.com/sanity-io/cli/issues/485)) ([37e4dae](https://github.com/sanity-io/cli/commit/37e4daef4dd6b88370b19c55ea0fb908f09bdcaf))
- **deps:** update eslint-tooling ([#578](https://github.com/sanity-io/cli/issues/578)) ([40c5f75](https://github.com/sanity-io/cli/commit/40c5f75bbd1f2cd593a935c875b0e15f4bdc287d))
- **lint:** turn off string raw rule for tests ([#508](https://github.com/sanity-io/cli/issues/508)) ([157df2d](https://github.com/sanity-io/cli/commit/157df2dd0a92e91cdf04df2ba170952441f044f9))

## [0.0.0-alpha.4](https://github.com/sanity-io/cli/compare/eslint-config-cli-v0.0.0-alpha.3...eslint-config-cli-v0.0.0-alpha.4) (2026-03-03)


### Bug Fixes

* **lint:** turn off string raw rule for tests ([#508](https://github.com/sanity-io/cli/issues/508)) ([157df2d](https://github.com/sanity-io/cli/commit/157df2dd0a92e91cdf04df2ba170952441f044f9))
- **lint:** turn off string raw rule for tests ([#508](https://github.com/sanity-io/cli/issues/508)) ([157df2d](https://github.com/sanity-io/cli/commit/157df2dd0a92e91cdf04df2ba170952441f044f9))

## [0.0.0-alpha.3](https://github.com/sanity-io/cli/compare/eslint-config-cli-v0.0.0-alpha.2...eslint-config-cli-v0.0.0-alpha.3) (2026-03-02)


### Features

* **cli-core:** add non-interactive environment detection for prompts ([#470](https://github.com/sanity-io/cli/issues/470)) ([e9dc8fb](https://github.com/sanity-io/cli/commit/e9dc8fbc8c57b7b99d27fdf5ec6b1aa92a7ca740))

- **cli-core:** add non-interactive environment detection for prompts ([#470](https://github.com/sanity-io/cli/issues/470)) ([e9dc8fb](https://github.com/sanity-io/cli/commit/e9dc8fbc8c57b7b99d27fdf5ec6b1aa92a7ca740))

### Bug Fixes

* **deps:** update dependency eslint-plugin-unicorn to v63 ([#487](https://github.com/sanity-io/cli/issues/487)) ([38d21b5](https://github.com/sanity-io/cli/commit/38d21b54c1fd0812f8f821e2ca8d34fea52f9e92))
* **deps:** update eslint-tooling ([#485](https://github.com/sanity-io/cli/issues/485)) ([37e4dae](https://github.com/sanity-io/cli/commit/37e4daef4dd6b88370b19c55ea0fb908f09bdcaf))
- **deps:** update dependency eslint-plugin-unicorn to v63 ([#487](https://github.com/sanity-io/cli/issues/487)) ([38d21b5](https://github.com/sanity-io/cli/commit/38d21b54c1fd0812f8f821e2ca8d34fea52f9e92))
- **deps:** update eslint-tooling ([#485](https://github.com/sanity-io/cli/issues/485)) ([37e4dae](https://github.com/sanity-io/cli/commit/37e4daef4dd6b88370b19c55ea0fb908f09bdcaf))

## [0.0.0-alpha.2](https://github.com/sanity-io/cli/compare/eslint-config-cli-v0.0.0-alpha.1...eslint-config-cli-v0.0.0-alpha.2) (2026-02-05)


### Bug Fixes

* add no-console lint rule ([7823696](https://github.com/sanity-io/cli/commit/78236965ebdd784d01384b96b23bc590eeaaa325))
- add no-console lint rule ([7823696](https://github.com/sanity-io/cli/commit/78236965ebdd784d01384b96b23bc590eeaaa325))

## [0.0.0-alpha.1](https://github.com/sanity-io/cli/compare/eslint-config-cli-v0.0.0-alpha.0...eslint-config-cli-v0.0.0-alpha.1) (2025-12-30)


### Features

* add a eslint-config-cli package ([#226](https://github.com/sanity-io/cli/issues/226)) ([2980003](https://github.com/sanity-io/cli/commit/2980003fc8d1b3935f436f7e29c00207e65db6fc))
- add a eslint-config-cli package ([#226](https://github.com/sanity-io/cli/issues/226)) ([2980003](https://github.com/sanity-io/cli/commit/2980003fc8d1b3935f436f7e29c00207e65db6fc))
2 changes: 1 addition & 1 deletion packages/@sanity/eslint-config-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/eslint-config-cli",
"version": "1.1.0",
"version": "1.1.1",
"description": "Shared ESLint configuration for Sanity CLI packages",
"keywords": [
"cli",
Expand Down
10 changes: 10 additions & 0 deletions packages/create-sanity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [5.2.15](https://github.com/sanity-io/cli/compare/create-sanity-v5.2.14...create-sanity-v5.2.15)

_2026-05-04_

### Dependencies

- The following workspace dependencies were updated
- dependencies
- @sanity/cli bumped to 6.5.0

## 5.2.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-sanity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-sanity",
"version": "5.2.14",
"version": "5.2.15",
"description": "Initialize a new Sanity project",
"keywords": [
"cms",
Expand Down
Loading