Skip to content

Bump remix-auth-form from 1.5.0 to 3.0.0 #606

Bump remix-auth-form from 1.5.0 to 3.0.0

Bump remix-auth-form from 1.5.0 to 3.0.0 #606

Triggered via pull request November 30, 2024 10:23
Status Failure
Total duration 1m 0s
Artifacts

ci.yml

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

Annotations

12 errors
ci / lint (npm run types): app/auth/auth.server.ts#L1
Module '"remix-auth"' declares 'Strategy' locally, but it is not exported.
ci / lint (npm run types): app/auth/auth.server.ts#L31
Expected 0 arguments, but got 1.
ci / lint (npm run types): app/root.tsx#L22
Property 'isAuthenticated' does not exist on type 'Authenticator<SessionData>'. Did you mean 'authenticate'?
ci / lint (npm run types): app/root.tsx#L23
Property 'isAuthenticated' does not exist on type 'Authenticator<SessionData>'. Did you mean 'authenticate'?
ci / lint (npm run types): app/routes/_index/route.tsx#L15
Property 'isAuthenticated' does not exist on type 'Authenticator<SessionData>'. Did you mean 'authenticate'?
ci / lint (npm run types): app/routes/login.tsx#L20
Expected 2 arguments, but got 3.
ci / lint (npm run types): app/routes/login.tsx#L32
Property 'isAuthenticated' does not exist on type 'Authenticator<unknown>'. Did you mean 'authenticate'?
ci / lint (npm run types): app/routes/login.tsx#L35
Property 'sessionErrorKey' does not exist on type 'Authenticator<unknown>'.
ci / lint (npm run types): app/routes/logout.ts#L9
Property 'logout' does not exist on type 'Authenticator<unknown>'.
ci / lint (npm run types): app/routes/server.$serverId.$.tsx#L21
Property 'isAuthenticated' does not exist on type 'Authenticator<SessionData>'. Did you mean 'authenticate'?
ci / lint (npm run lint)
The job was canceled because "npm_run_types" failed.
ci / lint (npm run lint)
The operation was canceled.