chore: version packages - #1586
Merged
Merged
Conversation
Contributor
📦 Bundle Stats —
|
| Metric | Value | vs main (98ae742) |
|---|---|---|
| Internal (raw) | 2.2 KB | - |
| Internal (gzip) | 838 B | - |
| Bundled (raw) | 11.20 MB | - |
| Bundled (gzip) | 2.11 MB | - |
| Import time | 867ms | +7ms, +0.8% |
bin:sanity
| Metric | Value | vs main (98ae742) |
|---|---|---|
| Internal (raw) | 782 B | - |
| Internal (gzip) | 423 B | - |
| Bundled (raw) | 9.90 MB | - |
| Bundled (gzip) | 1.78 MB | - |
| Import time | 2.09s | +9ms, +0.5% |
🗺️ View treemap · Artifacts
Details
- Import time regressions over 10% are flagged with
⚠️ - Sizes shown as raw / gzip 🗜️. Internal bytes = own code only. Total bytes = with all dependencies. Import time = Node.js cold-start median.
📦 Bundle Stats — @sanity/cli-core
Compared against main (98ae7425)
| Metric | Value | vs main (98ae742) |
|---|---|---|
| Internal (raw) | 114.1 KB | - |
| Internal (gzip) | 29.2 KB | - |
| Bundled (raw) | 21.76 MB | - |
| Bundled (gzip) | 3.46 MB | - |
| Import time | 783ms | +24ms, +3.2% |
🗺️ View treemap · Artifacts
Details
- Import time regressions over 10% are flagged with
⚠️ - Sizes shown as raw / gzip 🗜️. Internal bytes = own code only. Total bytes = with all dependencies. Import time = Node.js cold-start median.
📦 Bundle Stats — @sanity/cli-build
Compared against main (98ae7425)
@sanity/cli-build/_internal/build
| Metric | Value | vs main (98ae742) |
|---|---|---|
| Internal (raw) | 113.2 KB | - |
| Internal (gzip) | 28.7 KB | - |
| Bundled (raw) | 17.75 MB | - |
| Bundled (gzip) | 3.56 MB | - |
| Import time | 1.11s | +8ms, +0.8% |
@sanity/cli-build/_internal/env
| Metric | Value | vs main (98ae742) |
|---|---|---|
| Internal (raw) | 1.8 KB | - |
| Internal (gzip) | 644 B | - |
| Bundled (raw) | 1.31 MB | - |
| Bundled (gzip) | 333.8 KB | - |
| Import time | 119ms | -1ms, -0.9% |
@sanity/cli-build/_internal/extract
| Metric | Value | vs main (98ae742) |
|---|---|---|
| Internal (raw) | 8.6 KB | - |
| Internal (gzip) | 2.7 KB | - |
| Bundled (raw) | 155.0 KB | - |
| Bundled (gzip) | 39.5 KB | - |
| Import time | 241ms | -1ms, -0.3% |
🗺️ ./_internal/env · ./_internal/extract · @sanity/cli-build:./_internal/build treemap too large to embed · Artifacts
Details
- Import time regressions over 10% are flagged with
⚠️ - Sizes shown as raw / gzip 🗜️. Internal bytes = own code only. Total bytes = with all dependencies. Import time = Node.js cold-start median.
📦 Bundle Stats — create-sanity
Compared against main (98ae7425)
| Metric | Value | vs main (98ae742) |
|---|---|---|
| Internal (raw) | 908 B | - |
| Internal (gzip) | 483 B | - |
| Bundled (raw) | 931 B | - |
| Bundled (gzip) | 491 B | - |
| Import time | ❌ ChildProcess denied: node | - |
Details
- Import time regressions over 10% are flagged with
⚠️ - Sizes shown as raw / gzip 🗜️. Internal bytes = own code only. Total bytes = with all dependencies. Import time = Node.js cold-start median.
Contributor
Coverage DeltaNo covered files changed in this PR. Overall Coverage
|
squiggler-app
Bot
force-pushed
the
changeset-release/main
branch
from
July 23, 2026 20:20
64937bf to
f1dd1c5
Compare
filmaj
approved these changes
Jul 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@sanity/cli@7.13.0
create-sanity@6.0.22
@sanity/cli-build@5.0.0
media-library-fixture@1.0.10
Note
Medium Risk
The @sanity/cli-build major removes in-package interactivity, which can break direct consumers of that library; @sanity/cli’s new api command is additive but touches authenticated HTTP access.
Overview
Automated Changesets release that bumps published versions and records what shipped—no new feature code in this diff.
@sanity/cli@7.13.0 documents
sanity apifor authenticated direct HTTP calls to Sanity APIs, and wires in @sanity/cli-build@5.0.0.@sanity/cli-build@5.0.0 is a major release: user-facing prompts/interactivity move out of
cli-build(aside from a few log outputs) so the Runtime CLI can own UX. Integrators that depended oncli-buildhandling prompts may need to adapt.create-sanity@6.0.22 and media-library-fixture@1.0.10 only pick up the new
@sanity/clidependency. Consumed changeset entries for PRs #1561 and #1585 are removed from.changeset/.Reviewed by Cursor Bugbot for commit f1dd1c5. Bugbot is set up for automated code reviews on this repo. Configure here.