Skip to content

fix(deps): update astro (sushichan.live) (major) #255

fix(deps): update astro (sushichan.live) (major)

fix(deps): update astro (sushichan.live) (major) #255

Triggered via pull request December 20, 2024 14:13
Status Failure
Total duration 1m 11s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 1 warning
tsc
Object literal may only specify known properties, and 'contentCollectionCache' does not exist in type '{ clientPrerender?: boolean | undefined; contentIntellisense?: boolean | undefined; responsiveImages?: boolean | undefined; session?: undefined; svg?: boolean | { mode: SvgRenderMode; } | undefined; }'.
tsc
Type '"hybrid"' is not assignable to type '"server" | "static" | undefined'.
tsc
Module '"astro:env/server"' has no exported member 'SHOW_DRAFT_POST'.
tsc
Binding element 'data' implicitly has an 'any' type.
tsc
Binding element 'data' implicitly has an 'any' type.
tsc
Binding element 'postTags' implicitly has an 'any' type.
tsc
Binding element 'tags' implicitly has an 'any' type.
tsc
Module '"astro:env/server"' has no exported member 'CLOUDINARY_API_KEY'.
tsc
Module '"astro:env/server"' has no exported member 'CLOUDINARY_API_SECRET'.
tsc
Module '"astro:env/server"' has no exported member 'CLOUDINARY_CLOUD_NAME'.
ESLint: packages/sushichan.live/src/content/config.ts#L14
Unsafe assignment of an `any` value
ESLint: packages/sushichan.live/src/content/config.ts#L14
Unsafe call of a(n) `any` typed value
ESLint: packages/sushichan.live/src/content/config.ts#L14
Unsafe call of a(n) `any` typed value
ESLint: packages/sushichan.live/src/content/config.ts#L14
Unsafe member access .array on an `any` value
ESLint: packages/sushichan.live/src/content/config.ts#L14
Unsafe member access .optional on an `any` value
ESLint: packages/sushichan.live/src/features/blog/components/BlogFrontMatter.astro#L24
Unsafe array destructuring of a tuple element with an `any` value
ESLint: packages/sushichan.live/src/features/blog/components/BlogFrontMatter.astro#L27
Unsafe argument of type `any` assigned to a parameter of type `Date`
ESLint: packages/sushichan.live/src/features/blog/components/BlogFrontMatter.astro#L27
Unsafe member access .data on an `any` value
ESLint: packages/sushichan.live/src/features/blog/components/BlogFrontMatter.astro#L28
Unexpected any value in conditional. An explicit comparison or type cast is required
ESLint: packages/sushichan.live/src/features/blog/components/BlogFrontMatter.astro#L28
Unsafe member access .data on an `any` value
ESLint: packages/sushichan.live/src/features/meta/BaseHead.astro#L58
`ViewTransitions` is deprecated. The ViewTransitions component has been renamed to ClientRouter