Skip to content

Update Remix packages to v2 (major) #1184

Update Remix packages to v2 (major)

Update Remix packages to v2 (major) #1184

Triggered via pull request October 7, 2023 05:03
Status Failure
Total duration 1m 17s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

main.yml

on: pull_request
🧪 Check for database migration
0s
🧪 Check for database migration
🏗️ Build
1m 1s
🏗️ Build
🚀 Deploy to Vercel
0s
🚀 Deploy to Vercel
📀 Run database migration
0s
📀 Run database migration
Fit to window
Zoom out
Zoom in

Annotations

21 errors
ʦ TypeScript: app/entry.server.tsx#L12
Module '"@remix-run/node"' has no exported member 'Response'.
ʦ TypeScript: app/root.tsx#L11
'"@vercel/remix"' has no exported member named 'V2_MetaFunction'. Did you mean 'MetaFunction'?
ʦ TypeScript: app/routes/_content.blog._index.tsx#L70
Type 'JsonifyObject<{}>' is missing the following properties from type 'BlogFrontmatter': title, published, description
ʦ TypeScript: app/routes/_content.blog.posts.$slug.tsx#L5
'"@remix-run/server-runtime"' has no exported member named 'V2_ServerRuntimeMetaArgs'. Did you mean 'ServerRuntimeMetaArgs'?
ʦ TypeScript: app/routes/_content.blog.posts.$slug.tsx#L8
Module '"@vercel/remix"' has no exported member 'LoaderArgs'.
ʦ TypeScript: app/routes/_content.blog.posts.$slug.tsx#L10
'"@vercel/remix"' has no exported member named 'V2_MetaFunction'. Did you mean 'MetaFunction'?
ʦ TypeScript: app/routes/_content.blog.posts.$slug.tsx#L71
Property 'title' does not exist on type 'JsonifyObject<{}>'.
ʦ TypeScript: app/routes/_content.blog.posts.$slug.tsx#L71
Property 'description' does not exist on type 'JsonifyObject<{}>'.
ʦ TypeScript: app/routes/_content.blog.posts.$slug.tsx#L71
Property 'thumbnail' does not exist on type 'JsonifyObject<{}>'.
ʦ TypeScript: app/routes/_content.tsx#L2
'"@remix-run/server-runtime"' has no exported member named 'V2_ServerRuntimeMetaArgs'. Did you mean 'ServerRuntimeMetaArgs'?
⬣ ESLint: app/entry.server.tsx#L61
Unsafe construction of an any type value
⬣ ESLint: app/entry.server.tsx#L104
Unsafe construction of an any type value
⬣ ESLint: app/root.tsx#L28
Unsafe assignment of an `any` value
⬣ ESLint: app/routes/_content.blog.posts.$slug.tsx#L37
Unsafe member access .data on an `any` value
⬣ ESLint: app/routes/_content.blog.posts.$slug.tsx#L40
Invalid type "any" of template literal expression
⬣ ESLint: app/routes/_content.blog.posts.$slug.tsx#L40
Unsafe member access .location on an `any` value
⬣ ESLint: app/routes/_content.blog.posts.$slug.tsx#L40
Unsafe call of an `any` typed value
⬣ ESLint: app/routes/_content.blog.posts.$slug.tsx#L46
Unsafe return of an `any` typed value
⬣ ESLint: app/routes/_content.blog.posts.$slug.tsx#L46
Unsafe call of an `any` typed value
⬣ ESLint: app/routes/_content.blog.posts.$slug.tsx#L54
Invalid type "any" of template literal expression
🧪 Tests
Process completed with exit code 1.