Bump remix-auth-form from 1.5.0 to 3.0.0 #606
ci.yml
on: pull_request
ci
/
unit-tests
50s
Matrix: ci / lint
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.
|