fix(deps): update dependency @sanity/runtime-cli to v15#1059
fix(deps): update dependency @sanity/runtime-cli to v15#1059renovate[bot] merged 2 commits intomainfrom
Conversation
|
Claude finished @renovate[bot]'s task in 2m 23s —— View job Review:
|
| Dependency | v14 | v15 | Impact |
|---|---|---|---|
| Vite | 7.3.2 | 8.0.10 | Internal — no impact on consumers |
@oclif/core |
4.10.6 | 4.11.0 | Minor bump; catalog ^4.10.6 satisfies it |
@sanity/blueprints |
0.15.2 | 0.17.1 | Minor bump; blueprints topic still present |
Peer dep: lightningcss |
required | removed | Not used by the CLI project directly |
Peer dep: esbuild |
— | added | esbuild@0.28.0 already in the workspace |
Compatibility verdict
No breaking changes for this repo. Specifically:
- oclif plugin interface — No API surface changed from this repo's perspective. The plugin is loaded by oclif at runtime; the plugin's internal Vite 7→8 upgrade is fully encapsulated.
@oclif/core4.10.6 → 4.11.0 — Minor version bump, compatible with the workspace catalog specifier^4.10.6(pnpm-workspace.yaml:@oclif/core: ^4.10.6).lightningcssremoval — No usages oflightningcssfound anywhere in the project source.esbuildpeer dep — Already satisfied byesbuild@0.28.0in the workspace.blueprints/functionstopics — Still provided by the plugin (@sanity/blueprints@0.17.1remains a dependency in v15).
CI status
All completed checks are passing: ✅ Check Types and Build, ✅ Depcheck, ✅ Validate PR title. Tests and lint are still in progress.
This upgrade looks safe to merge. No code changes are needed.
📦 Bundle Stats —
|
| Metric | Value | vs main (2ad0aa9) |
|---|---|---|
| Internal (raw) | 2.1 KB | - |
| Internal (gzip) | 799 B | - |
| Bundled (raw) | 10.97 MB | - |
| Bundled (gzip) | 2.06 MB | - |
| Import time | 835ms | -8ms, -1.0% |
bin:sanity
| Metric | Value | vs main (2ad0aa9) |
|---|---|---|
| Internal (raw) | 975 B | - |
| Internal (gzip) | 460 B | - |
| Bundled (raw) | 9.84 MB | - |
| Bundled (gzip) | 1.77 MB | - |
| Import time | 2.00s | -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 (2ad0aa99)
| Metric | Value | vs main (2ad0aa9) |
|---|---|---|
| Internal (raw) | 93.1 KB | - |
| Internal (gzip) | 21.9 KB | - |
| Bundled (raw) | 21.60 MB | - |
| Bundled (gzip) | 3.42 MB | - |
| Import time | 789ms | -17ms, -2.1% |
🗺️ 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 — create-sanity
Compared against main (2ad0aa99)
| Metric | Value | vs main (2ad0aa9) |
|---|---|---|
| Internal (raw) | 976 B | - |
| Internal (gzip) | 507 B | - |
| Bundled (raw) | 50.7 KB | - |
| Bundled (gzip) | 12.6 KB | - |
| 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.
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
The updates to |
Coverage DeltaNo covered files changed in this PR. Overall Coverage
|
tbeseda
left a comment
There was a problem hiding this comment.
As the author of runtime-cli, these changes look good to me. I'll hold off on merging until I get confirmation from owners of this CLI.
This PR contains the following updates:
^14.13.4→^15.0.2Release Notes
sanity-io/runtime-cli (@sanity/runtime-cli)
v15.0.2Compare Source
v15.0.1Compare Source
v15.0.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate using a curated preset maintained by
. View repository job log here
Note
Medium Risk
Medium risk because this is a major upgrade of the
@sanity/runtime-cliplugin used by the CLI, which also updates key transitive tooling (notablyviteand@oclif/core) and could change runtime/build behavior.Overview
Bumps
@sanity/clito use@sanity/runtime-cli^15.0.2(from^14.13.4) and adds a changeset for a patch release.Updates
pnpm-lock.yamlaccordingly, including notable transitive upgrades such asvite7.3.2→8.0.10,@oclif/core4.10.6→4.11.0, and updated@inquirer/*/ora/tar-stream/wsversions tied to the new runtime CLI.Reviewed by Cursor Bugbot for commit 87f5b61. Bugbot is set up for automated code reviews on this repo. Configure here.