Release @edgedb/auth-core @edgedb/auth-nextjs v0.1.0-beta.1 #1857
Annotations
17 errors and 11 warnings
Build
Property 'verifier' does not exist on type '{ status: "complete"; tokenData: TokenData; } | { status: "verificationRequired"; verifier: string; }'.
|
Build
Property 'verifier' does not exist on type '{ email_sent: string; }'.
|
Build
Expected 2 arguments, but got 3.
|
Build
Property 'verifier' does not exist on type '{ status: "complete"; tokenData: TokenData; } | { status: "verificationRequired"; verifier: string; }'.
|
Build
Property 'verifier' does not exist on type '{ email_sent: string; }'.
|
Build
Expected 2 arguments, but got 3.
|
Build
The operation was canceled.
|
ESLint (ignore failures for now):
packages/auth-nextjs/src/app/index.ts#L12
Import "BuiltinProviderNames" is only used as types
|
ESLint (ignore failures for now):
packages/auth-nextjs/src/pages/index.ts#L1
All imports in the declaration are only used as types. Use `import type`
|
ESLint (ignore failures for now):
packages/auth-nextjs/src/pages/index.ts#L2
Import "NextAuthOptions" is only used as types
|
ESLint (ignore failures for now):
packages/auth-nextjs/src/shared.ts#L1
All imports in the declaration are only used as types. Use `import type`
|
ESLint (ignore failures for now):
packages/auth-nextjs/src/shared.ts#L2
Imports "BuiltinOAuthProviderNames" and "emailPasswordProviderName" are only used as types
|
ESLint (ignore failures for now):
packages/driver/src/adapter.crypto.node.ts#L7
Require statement not part of import statement
|
ESLint (ignore failures for now):
packages/driver/src/adapter.crypto.node.ts#L36
Require statement not part of import statement
|
ESLint (ignore failures for now):
packages/driver/src/adapter.node.ts#L87
Redundant double negation
|
ESLint (ignore failures for now):
packages/driver/src/adapter.shared.node.ts#L3
Type boolean trivially inferred from a boolean literal, remove type annotation
|
ESLint (ignore failures for now):
packages/driver/src/baseClient.ts#L21
All imports in the declaration are only used as types. Use `import type`
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
ESLint (ignore failures for now):
packages/auth-core/src/core.ts#L31
Unexpected any. Specify a different type
|
ESLint (ignore failures for now):
packages/auth-core/src/core.ts#L43
Constraining the generic type `T` to `any` does nothing and is unnecessary
|
ESLint (ignore failures for now):
packages/auth-core/src/core.ts#L43
Unexpected any. Specify a different type
|
ESLint (ignore failures for now):
packages/auth-core/src/core.ts#L53
Unexpected any. Specify a different type
|
ESLint (ignore failures for now):
packages/auth-core/src/core.ts#L57
Constraining the generic type `T` to `any` does nothing and is unnecessary
|
ESLint (ignore failures for now):
packages/auth-core/src/core.ts#L57
Unexpected any. Specify a different type
|
ESLint (ignore failures for now):
packages/auth-core/src/core.ts#L59
Unexpected any. Specify a different type
|
ESLint (ignore failures for now):
packages/auth-core/src/core.ts#L76
Unexpected any. Specify a different type
|
ESLint (ignore failures for now):
packages/auth-nextjs/src/pages/index.ts#L26
Unexpected any. Specify a different type
|
ESLint (ignore failures for now):
packages/driver/src/adapter.deno.ts#L90
'toArray' is defined but never used
|
The logs for this run have expired and are no longer available.
Loading