Skip to content

feat: support visual editing #3431

feat: support visual editing

feat: support visual editing #3431

Triggered via pull request January 17, 2024 12:37
Status Failure
Total duration 33s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Matrix: ci
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ci (ubuntu-latest, 18): src/runtime/composables.ts#L42
Property 'disableSmartCdn' does not exist on type '{ projectId: any; dataset: string; apiVersion: string; withCredentials: boolean; token: any; perspective: string; useCdn: boolean; stega: any; visualEditing: any; }'.
ci (ubuntu-latest, 18): src/runtime/composables.ts#L47
Argument of type '{ projectId: any; dataset: string; apiVersion: string; withCredentials: boolean; token: any; perspective: string; useCdn: boolean; stega: any; visualEditing: any; }' is not assignable to parameter of type 'SanityConfiguration'.
ci (ubuntu-latest, 18): src/runtime/nitro-imports.ts#L39
Argument of type '{ projectId: any; dataset: string; apiVersion: string; withCredentials: boolean; token: any; perspective: string; useCdn: boolean; stega: any; }' is not assignable to parameter of type 'SanityConfiguration'.
ci (ubuntu-latest, 18): src/runtime/visual-editing/composables.ts#L128
Argument of type 'SanityClient' is not assignable to parameter of type 'SanityStegaClient'.
ci (ubuntu-latest, 18): src/runtime/visual-editing/composables.ts#L132
Type 'SanityClient' is not assignable to type 'SanityStegaClient'.
ci (ubuntu-latest, 18): src/runtime/visual-editing/composables.ts#L141
Argument of type 'SanityClient' is not assignable to parameter of type 'SanityStegaClient'.
ci (ubuntu-latest, 18): src/runtime/visual-editing/composables.ts#L150
Type 'import("/home/runner/work/sanity/sanity/src/runtime/composables").SanityHelper' is not assignable to type 'import("/home/runner/work/sanity/sanity/src/runtime/visual-editing/composables").SanityHelper'.
ci (ubuntu-latest, 18): src/runtime/visual-editing/composables.ts#L162
Argument of type '{ projectId: any; dataset: string; apiVersion: string; withCredentials: boolean; token: any; perspective: string; useCdn: boolean; stega: any; visualEditing: any; }' is not assignable to parameter of type 'SanityHelperConfiguration'.
ci (ubuntu-latest, 18): src/runtime/visual-editing/composables.ts#L163
Type 'import("/home/runner/work/sanity/sanity/src/runtime/composables").SanityHelper' is not assignable to type 'import("/home/runner/work/sanity/sanity/src/runtime/visual-editing/composables").SanityHelper'.
ci (ubuntu-latest, 18): src/runtime/visual-editing/composables.ts#L169
Type 'import("/home/runner/work/sanity/sanity/src/runtime/composables").SanityHelper' is not assignable to type 'import("/home/runner/work/sanity/sanity/src/runtime/visual-editing/composables").SanityHelper'.