Updated template #971
Annotations
16 errors and 6 warnings
type-check:
src/backend/auth/adapter.ts#L45
Parameter 'user' implicitly has an 'any' type.
|
type-check:
src/backend/auth/adapter.ts#L166
Binding element 'providerAccountId' implicitly has an 'any' type.
|
type-check:
src/backend/auth/adapter.ts#L166
Binding element 'provider' implicitly has an 'any' type.
|
type-check:
src/backend/tests/fixtures/get-test-server.ts#L35
Property 'BASE_URL' is missing in type '{ DATABASE_URL: string; S3_USER_UPLOADS_ENDPOINT: string; S3_USER_UPLOADS_REGION: string; S3_USER_UPLOADS_ACCESS_KEY_ID: string; S3_USER_UPLOADS_SECRET_ACCESS_KEY: string; S3_USER_UPLOADS_BUCKET_NAME: string; ... 5 more ...; EMAIL_PORT: string; }' but required in type 'Env'.
|
type-check
Process completed with exit code 2.
|
lint:
src/backend/auth/adapter.ts#L57
Unsafe assignment of an `any` value
|
lint:
src/backend/auth/adapter.ts#L57
Unsafe member access .name on an `any` value
|
lint:
src/backend/auth/adapter.ts#L57
Unsafe call of an `any` typed value
|
lint:
src/backend/auth/adapter.ts#L58
Unsafe member access [0] on an `any` value
|
lint:
src/backend/auth/adapter.ts#L58
Unsafe member access .email on an `any` value
|
lint:
src/backend/auth/adapter.ts#L58
Unsafe call of an `any` typed value
|
lint:
src/backend/auth/adapter.ts#L64
Unsafe assignment of an `any` value
|
lint:
src/backend/auth/adapter.ts#L65
Unsafe assignment of an `any` value
|
lint:
src/backend/auth/adapter.ts#L66
Unsafe assignment of an `any` value
|
lint:
src/backend/auth/adapter.ts#L66
Unsafe member access .email on an `any` value
|
test
Process completed with exit code 1.
|
type-check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
type-check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|