Skip to content

Neon database client migration #1113

Neon database client migration

Neon database client migration #1113

Triggered via pull request February 5, 2025 21:57
Status Failure
Total duration 1m 47s
Artifacts

validate-workflow.yml

on: pull_request
Run type checks, lint, and tests
1m 36s
Run type checks, lint, and tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Run type checks, lint, and tests: apps/web/__tests__/end-to-end.spec.ts#L3
Module '"@openint/db"' has no exported member 'neon'.
Run type checks, lint, and tests: apps/web/__tests__/end-to-end.spec.ts#L3
Module '"@openint/db"' has no exported member 'neonConfig'.
Run type checks, lint, and tests: apps/web/__tests__/end-to-end.spec.ts#L10
Parameter 'host' implicitly has an 'any' type.
Run type checks, lint, and tests: apps/web/__tests__/end-to-end.spec.ts#L133
Property 'rows' does not exist on type 'RowList<Record<string, unknown>[]>'.
Run type checks, lint, and tests: apps/web/__tests__/end-to-end.spec.ts#L186
Property 'rows' does not exist on type 'RowList<Record<string, unknown>[]>'.
Run type checks, lint, and tests: apps/web/app/api/connections/[connectionId]/sql/route.ts#L62
Property 'rows' does not exist on type 'RowList<Record<string, unknown>[]>'.
Run type checks, lint, and tests: apps/web/app/api/connections/[connectionId]/sql/route.ts#L62
Parameter 'r' implicitly has an 'any' type.
Run type checks, lint, and tests: packages/db/indexNeonBak.ts#L4
'NeonQueryPromise' is declared but its value is never read.
Run type checks, lint, and tests: packages/db/indexNeonBak.ts#L7
'SQL' is declared but never used.
Run type checks, lint, and tests: packages/db/indexNeonBak.ts#L10
Could not find a declaration file for module 'ws'. '/home/runner/work/openint/openint/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/ws/index.js' implicitly has an 'any' type.