chore: update @sanity/codegen to ^6.1.0#1065
Conversation
📦 Bundle Stats —
|
| Metric | Value | vs main (cc636d1) |
|---|---|---|
| Internal (raw) | 2.1 KB | - |
| Internal (gzip) | 799 B | - |
| Bundled (raw) | 10.97 MB | - |
| Bundled (gzip) | 2.06 MB | - |
| Import time | 829ms | -7ms, -0.8% |
bin:sanity
| Metric | Value | vs main (cc636d1) |
|---|---|---|
| Internal (raw) | 975 B | - |
| Internal (gzip) | 460 B | - |
| Bundled (raw) | 9.84 MB | - |
| Bundled (gzip) | 1.77 MB | - |
| Import time | 1.94s | -36ms, -1.8% |
🗺️ 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 (cc636d1f)
| Metric | Value | vs main (cc636d1) |
|---|---|---|
| Internal (raw) | 96.2 KB | - |
| Internal (gzip) | 22.5 KB | - |
| Bundled (raw) | 21.61 MB | - |
| Bundled (gzip) | 3.42 MB | - |
| Import time | 788ms | -23ms, -2.9% |
🗺️ 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 (cc636d1f)
| Metric | Value | vs main (cc636d1) |
|---|---|---|
| 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.
Coverage DeltaNo covered files changed in this PR. Overall Coverage
|
|
@copilot look at the failed checks, can you fix? |
Both failures were on Pushed Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Description
Updates
@sanity/codegenfrom^6.0.3to^6.1.0in the pnpm catalog (pnpm-workspace.yaml), picking up the latest minor version.What to review
pnpm-workspace.yamlcatalog entrypnpm-lock.yaml@sanity/cli(patch)Testing
pnpm check:types)pnpm build:cli)Note
Low Risk
Low risk dependency bump limited to build/codegen tooling; main risk is minor codegen output/formatting differences due to the new version (and its optional
oxfmtintegration).Overview
Updates the pnpm catalog to use
@sanity/codegen^6.1.0(from^6.0.3) and refreshespnpm-lock.yamlaccordingly, including the new optionaloxfmtpeer/optional dependency wiring.Adds a changeset to publish a patch release of
@sanity/clireflecting the updated codegen dependency.Reviewed by Cursor Bugbot for commit 4762bfc. Bugbot is set up for automated code reviews on this repo. Configure here.