-
Notifications
You must be signed in to change notification settings - Fork 4
fix(deps): update sanity-tooling #1558
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| 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 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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 | ||
|
|
||
|
|
@@ -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 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Catalog/lockfile version mismatchMedium Severity The catalog bumps Reviewed by Cursor Bugbot for commit d8ea442. Configure here.
cursor[bot] marked this conversation as resolved.
|
||
| oxfmt: ^0.59.0 | ||
|
|
||
| # Type Definitions | ||
|
|
||


There was a problem hiding this comment.
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/clientto^7.24.0and@sanity/pkg-utilsto^11.0.13, butpnpm-lock.yamlstill pins7.23.2/11.0.9(including catalog and overrides). CI runspnpm install --frozen-lockfile, so installs fail and the intended versions never resolve.Additional Locations (2)
package.json#L75-L76pnpm-workspace.yaml#L29-L76Reviewed by Cursor Bugbot for commit 3542fb4. Configure here.