chore(deps): update nuxt (major) #15108
Annotations
9 errors and 10 warnings
Build & Test (ubuntu-latest, 20)
Process completed with exit code 1.
|
Lint:
components/LandingPageFooter.vue#L189
'"@nuxt/content"' has no exported member named 'ParsedContent'. Did you mean 'ParsedContentv2'?
|
Lint:
components/LandingPageFooter.vue#L198
Cannot find name 'queryContent'.
|
Lint:
components/LandingPageFooter.vue#L203
Cannot find name 'queryContent'.
|
Lint:
node_modules/.pnpm/@nuxt+content@3.1.0_magicast@0.3.5_rollup@4.32.1_typescript@5.7.2/node_modules/@nuxt/content/dist/runtime/components/ContentRenderer.vue#L4
Cannot find module '@nuxtjs/mdc' or its corresponding type declarations.
|
Lint:
nuxt.config.ts#L164
Type '{ redis: { port: number; host: string; password: string; }; emailClient: string | undefined; session: { secret: string; }; githubRepoToken: string; public: { environment: Environment; mdc: { ...; }; }; }' is not assignable to type 'Overrideable<RuntimeConfig, "">'.
|
Lint:
nuxt.config.ts#L220
Object literal may only specify known properties, and 'markdown' does not exist in type 'Partial<ModuleOptions>'.
|
Lint:
server/tsyringe.config.ts#L19
Conversion of type 'RuntimeConfig' to type 'Config' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
Lint
Process completed with exit code 1.
|
Lint:
apollo/cache.ts#L20
Unexpected any. Specify a different type
|
Lint:
apollo/validation.ts#L9
Unexpected any. Specify a different type
|
Lint:
components/DocumentEditorInput.vue#L28
The "input" event has been triggered but not declared on `emits` option
|
Lint:
components/LandingPageFooter.vue#L192
Unsafe assignment of an error typed value
|
Lint:
components/LandingPageFooter.vue#L192
'any' overrides all other types in this union type
|
Lint:
components/LandingPageFooter.vue#L194
Unsafe assignment of an error typed value
|
Lint:
components/LandingPageFooter.vue#L194
'any' overrides all other types in this union type
|
Lint:
components/LandingPageFooter.vue#L198
Unsafe assignment of an error typed value
|
Lint:
components/LandingPageFooter.vue#L198
Unsafe member access .value on an `error` typed value
|
Lint:
components/LandingPageFooter.vue#L198
Unsafe call of an `error` type typed value
|