chore(deps): update all non-major dependencies #603
Annotations
10 errors
lint:
app.vue#L3
Cannot find module '@nuxt/content/dist/runtime/types' or its corresponding type declarations.
|
lint:
components/AppHeader.vue#L2
Cannot find module '@nuxt/content/dist/runtime/types' or its corresponding type declarations.
|
lint:
components/content/enterprise/support/EnterpriseSupportClientCard.vue#L55
Argument of type '{ variant: "subtle"; title: string; color: string; }' is not assignable to parameter of type 'Partial<{ size: BadgeSize; class: any; color: BadgeColor; variant: BadgeVariant; label: string | number; ui: {}; }> & Omit<{ readonly size: BadgeSize; ... 4 more ...; readonly label?: string | number; } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<...>, "size" | ... 4 more ... | "ui"> & Rec...'.
|
lint:
composables/useBlog.ts#L21
Property '_path' does not exist on type 'BlogArticle'.
|
lint:
composables/useEnterpriseAgencies.ts#L18
Conversion of type '{ services: any; regions: any; location: { key: string; label: any; }; excerpt?: MarkdownRoot; body: MarkdownRoot; layout?: string; _id: string; _source?: string; _path?: string; ... 6 more ...; _extension?: "json" | ... 4 more ... | "json5"; }[]' to type 'Agency[]' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
lint:
composables/useHostingProviders.ts#L18
Property '_path' does not exist on type 'Hosting'.
|
lint:
composables/useNavigation.ts#L221
Property '_path' does not exist on type 'Hosting'.
|
lint:
composables/useNavigation.ts#L224
Property 'logoIcon' does not exist on type 'Hosting'.
|
lint:
composables/useNavigation.ts#L230
Property '_path' does not exist on type 'Hosting'.
|
lint:
composables/useNavigation.ts#L247
Property 'title' does not exist on type 'BlogArticle'.
|