Skip to content
Open
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
7 changes: 7 additions & 0 deletions .changeset/pr-1558.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<!-- auto-generated -->
---
'@sanity/cli-test': patch
'@sanity/cli': patch
---

fix(deps): update sanity-tooling
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"vitest": "catalog:"
},
"resolutions": {
"@sanity/client": "^7.23.2"
"@sanity/client": "^7.24.0"
},
"engines": {
"node": ">=22.12"
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/cli-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"@oclif/core": "catalog:",
"@repo/package.config": "workspace:*",
"@repo/tsconfig": "workspace:*",
"@sanity/client": "^7.23.2",
"@sanity/client": "^7.24.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lockfile not updated with deps

High Severity

Manifests bump @sanity/client to ^7.24.0 and @sanity/pkg-utils to ^11.0.13, but pnpm-lock.yaml still pins 7.23.2 / 11.0.9 (including catalog and overrides). CI runs pnpm install --frozen-lockfile, so installs fail and the intended versions never resolve.

Additional Locations (2)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 3542fb4. Configure here.

"@sanity/eslint-config-cli": "workspace:*",
"@sanity/pkg-utils": "catalog:",
"@swc/cli": "catalog:",
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"@sanity/id-utils": "^1.0.0",
"@sanity/import": "^6.0.3",
"@sanity/migrate": "^8.0.0",
"@sanity/runtime-cli": "^17.1.0",
"@sanity/runtime-cli": "^17.2.0",
"@sanity/schema": "catalog:",
"@sanity/telemetry": "catalog:",
"@sanity/template-validator": "^3.1.0",
Expand Down Expand Up @@ -153,7 +153,7 @@
"@sanity/cli-test": "workspace:*",
"@sanity/eslint-config-cli": "workspace:*",
"@sanity/pkg-utils": "catalog:",
"@sanity/ui": "^3.3.5",
"@sanity/ui": "^3.4.3",
"@swc/cli": "catalog:",
"@swc/core": "catalog:",
"@types/debug": "catalog:",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ catalog:
groq-js: ^1.30.3

# Sanity
sanity: ^6.5.0
'@sanity/vision': ^6.5.0
'@sanity/types': ^6.5.0
'@sanity/schema': ^6.5.0
'@sanity/client': ^7.23.2
sanity: ^6.6.0
'@sanity/vision': ^6.6.0
'@sanity/types': ^6.6.0
'@sanity/schema': ^6.6.0
'@sanity/client': ^7.24.0
'@sanity/codegen': ^7.0.3
'@sanity/telemetry': ^1.1.0

Expand Down Expand Up @@ -73,7 +73,7 @@ catalog:
'@swc/core': ^1.15.43
'@swc/cli': ^0.8.1
rimraf: ^6.0.1
'@sanity/pkg-utils': ^11.0.9
'@sanity/pkg-utils': ^11.0.13

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Catalog/lockfile version mismatch

Medium Severity

The catalog bumps @sanity/pkg-utils to ^11.0.13, but pnpm-lock.yaml still records specifier ^11.0.9 and resolves 11.0.9. With pnpm install --frozen-lockfile in CI, installs fail on the catalog/lockfile mismatch, so the intended update never applies.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit d8ea442. Configure here.

Comment thread
cursor[bot] marked this conversation as resolved.
oxfmt: ^0.59.0

# Type Definitions
Expand Down
Loading