From c68fd260bdb3534dc4f1e6971f4b538332004cb5 Mon Sep 17 00:00:00 2001 From: "squiggler-app[bot]" <265501495+squiggler-app[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 15:26:01 +0000 Subject: [PATCH] chore: version packages --- .changeset/fix-app-quickstart-flags.md | 5 -- .changeset/fix-build-schema-extraction.md | 5 -- .changeset/pr-1004.md | 6 --- .changeset/pr-1024.md | 7 --- .changeset/pr-1031.md | 6 --- .changeset/pr-893.md | 6 --- .changeset/pr-986.md | 7 --- .changeset/replace-preferred-pm.md | 5 -- packages/@sanity/cli-core/CHANGELOG.md | 6 ++- packages/@sanity/cli-test/CHANGELOG.md | 14 ++++++ packages/@sanity/cli-test/package.json | 2 +- packages/@sanity/cli/CHANGELOG.md | 18 +++++++ packages/@sanity/cli/package.json | 2 +- .../@sanity/eslint-config-cli/CHANGELOG.md | 49 +++++++++---------- .../@sanity/eslint-config-cli/package.json | 2 +- packages/create-sanity/CHANGELOG.md | 10 ++++ packages/create-sanity/package.json | 2 +- 17 files changed, 74 insertions(+), 78 deletions(-) delete mode 100644 .changeset/fix-app-quickstart-flags.md delete mode 100644 .changeset/fix-build-schema-extraction.md delete mode 100644 .changeset/pr-1004.md delete mode 100644 .changeset/pr-1024.md delete mode 100644 .changeset/pr-1031.md delete mode 100644 .changeset/pr-893.md delete mode 100644 .changeset/pr-986.md delete mode 100644 .changeset/replace-preferred-pm.md diff --git a/.changeset/fix-app-quickstart-flags.md b/.changeset/fix-app-quickstart-flags.md deleted file mode 100644 index ac16424164..0000000000 --- a/.changeset/fix-app-quickstart-flags.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sanity/cli': patch ---- - -Respect `--project` and `--dataset` flags for app templates in `init` diff --git a/.changeset/fix-build-schema-extraction.md b/.changeset/fix-build-schema-extraction.md deleted file mode 100644 index ed16fa5fa4..0000000000 --- a/.changeset/fix-build-schema-extraction.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sanity/cli': patch ---- - -Pass schemaExtraction config through to build so `sanity build` respects `schemaExtraction.enabled` in `sanity.cli.ts` diff --git a/.changeset/pr-1004.md b/.changeset/pr-1004.md deleted file mode 100644 index 3f873538f5..0000000000 --- a/.changeset/pr-1004.md +++ /dev/null @@ -1,6 +0,0 @@ - ---- -'@sanity/cli': patch ---- - -default to TypeScript in unattended mode for sanity init diff --git a/.changeset/pr-1024.md b/.changeset/pr-1024.md deleted file mode 100644 index cbda4e1301..0000000000 --- a/.changeset/pr-1024.md +++ /dev/null @@ -1,7 +0,0 @@ - ---- -'@sanity/cli-test': patch -'@sanity/cli': patch ---- - -fix(deps): update sanity-tooling diff --git a/.changeset/pr-1031.md b/.changeset/pr-1031.md deleted file mode 100644 index 4ac99e6940..0000000000 --- a/.changeset/pr-1031.md +++ /dev/null @@ -1,6 +0,0 @@ - ---- -'@sanity/cli': patch ---- - -fix(deps): update sanity-tooling diff --git a/.changeset/pr-893.md b/.changeset/pr-893.md deleted file mode 100644 index d7b31be3fc..0000000000 --- a/.changeset/pr-893.md +++ /dev/null @@ -1,6 +0,0 @@ - ---- -'@sanity/cli': minor ---- - -feat: Auto-updating Studios now load CSS bundles from the module server alongside JS. diff --git a/.changeset/pr-986.md b/.changeset/pr-986.md deleted file mode 100644 index d6b6e7c357..0000000000 --- a/.changeset/pr-986.md +++ /dev/null @@ -1,7 +0,0 @@ - ---- -'@sanity/cli': patch -'@sanity/eslint-config-cli': patch ---- - -fix(deps): update eslint-tooling diff --git a/.changeset/replace-preferred-pm.md b/.changeset/replace-preferred-pm.md deleted file mode 100644 index dddfb9a91f..0000000000 --- a/.changeset/replace-preferred-pm.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sanity/cli': patch ---- - -Fix package manager detection failing with yarn v1 on Node 20. diff --git a/packages/@sanity/cli-core/CHANGELOG.md b/packages/@sanity/cli-core/CHANGELOG.md index 303407aa12..c3761605b8 100644 --- a/packages/@sanity/cli-core/CHANGELOG.md +++ b/packages/@sanity/cli-core/CHANGELOG.md @@ -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 diff --git a/packages/@sanity/cli-test/CHANGELOG.md b/packages/@sanity/cli-test/CHANGELOG.md index b8db04c16b..2396d382f8 100644 --- a/packages/@sanity/cli-test/CHANGELOG.md +++ b/packages/@sanity/cli-test/CHANGELOG.md @@ -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 diff --git a/packages/@sanity/cli-test/package.json b/packages/@sanity/cli-test/package.json index db1d1b78ce..d00612c00d 100644 --- a/packages/@sanity/cli-test/package.json +++ b/packages/@sanity/cli-test/package.json @@ -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", diff --git a/packages/@sanity/cli/CHANGELOG.md b/packages/@sanity/cli/CHANGELOG.md index e1a2a3a79f..5159f5db38 100644 --- a/packages/@sanity/cli/CHANGELOG.md +++ b/packages/@sanity/cli/CHANGELOG.md @@ -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 diff --git a/packages/@sanity/cli/package.json b/packages/@sanity/cli/package.json index e80304ec36..a27fefa259 100644 --- a/packages/@sanity/cli/package.json +++ b/packages/@sanity/cli/package.json @@ -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", diff --git a/packages/@sanity/eslint-config-cli/CHANGELOG.md b/packages/@sanity/eslint-config-cli/CHANGELOG.md index 40b54ed3d5..715ffdc840 100644 --- a/packages/@sanity/eslint-config-cli/CHANGELOG.md +++ b/packages/@sanity/eslint-config-cli/CHANGELOG.md @@ -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)) diff --git a/packages/@sanity/eslint-config-cli/package.json b/packages/@sanity/eslint-config-cli/package.json index 0776a2eda0..2cfa56059d 100644 --- a/packages/@sanity/eslint-config-cli/package.json +++ b/packages/@sanity/eslint-config-cli/package.json @@ -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", diff --git a/packages/create-sanity/CHANGELOG.md b/packages/create-sanity/CHANGELOG.md index d9937b389d..add6dee0ff 100644 --- a/packages/create-sanity/CHANGELOG.md +++ b/packages/create-sanity/CHANGELOG.md @@ -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 diff --git a/packages/create-sanity/package.json b/packages/create-sanity/package.json index d7799b6e84..6471608fa8 100644 --- a/packages/create-sanity/package.json +++ b/packages/create-sanity/package.json @@ -1,6 +1,6 @@ { "name": "create-sanity", - "version": "5.2.14", + "version": "5.2.15", "description": "Initialize a new Sanity project", "keywords": [ "cms",