Skip to content

feat: typed prisma.compute.ts compute config #9

feat: typed prisma.compute.ts compute config

feat: typed prisma.compute.ts compute config #9

Triggered via pull request June 12, 2026 15:12
Status Failure
Total duration 36s
Artifacts

pr-quality.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 10 warnings, and 10 notices
Type Check
Process completed with exit code 1.
Type Check
Argument of type 'CommandSuccess<AppRollbackResult>' is not assignable to parameter of type '{ result: AppDeployResult | AppDeployAllResult; }'.
Type Check
Property 'live' does not exist on type '{ id: string; status: string; url: string | null; }'.
Type Check
Argument of type 'CommandSuccess<AppShowDeployResult>' is not assignable to parameter of type '{ result: AppDeployResult | AppDeployAllResult; }'.
Type Check
Property 'live' does not exist on type '{ id: string; status: string; url: string | null; }'.
Type Check
Argument of type 'CommandSuccess<AppShowDeployResult>' is not assignable to parameter of type '{ result: AppDeployResult | AppDeployAllResult; }'.
Type Check
Argument of type 'CommandSuccess<AppDomainAddResult>' is not assignable to parameter of type '{ result: AppDeployResult | AppDeployAllResult; }'.
Type Check
Argument of type 'CommandSuccess<AppShowResult>' is not assignable to parameter of type '{ result: AppDeployResult | AppDeployAllResult; }'.
Type Check
Type 'UnsupportedBranchDatabaseSchema | { kind: "prisma-next"; path: string; target: "unknown" | UnsupportedBranchDatabaseSchemaTarget | "postgresql"; } | null' is not assignable to type 'UnsupportedBranchDatabaseSchema | null'.
Type Check
Type 'BranchDatabaseSchema | { kind: "prisma-next"; path: string; hasMigrations: boolean; command: "prisma-next-db-init"; target: "unknown" | UnsupportedBranchDatabaseSchemaTarget | "postgresql"; } | null' is not assignable to type 'BranchDatabaseSchema | null'.
lint/style/noNonNullAssertion: packages/cli/src/controllers/app.ts#L517
Forbidden non-null assertion.
lint/style/noNonNullAssertion: packages/cli/src/controllers/app.ts#L461
Forbidden non-null assertion.
lint/performance/useTopLevelRegex: packages/cli/src/controllers/app.ts#L2518
This regex literal is not defined in the top level scope. This can lead to performance issues if this function is called frequently.
lint/performance/useTopLevelRegex: packages/cli/src/controllers/app.ts#L2482
This regex literal is not defined in the top level scope. This can lead to performance issues if this function is called frequently.
lint/performance/useTopLevelRegex: packages/cli/src/controllers/app.ts#L2453
This regex literal is not defined in the top level scope. This can lead to performance issues if this function is called frequently.
lint/performance/useTopLevelRegex: packages/cli/src/controllers/app.ts#L2229
This regex literal is not defined in the top level scope. This can lead to performance issues if this function is called frequently.
lint/performance/useTopLevelRegex: packages/cli/src/controllers/app.ts#L2228
This regex literal is not defined in the top level scope. This can lead to performance issues if this function is called frequently.
lint/performance/useTopLevelRegex: packages/cli/src/controllers/app.ts#L2222
This regex literal is not defined in the top level scope. This can lead to performance issues if this function is called frequently.
lint/performance/useTopLevelRegex: packages/cli/src/controllers/app.ts#L2187
This regex literal is not defined in the top level scope. This can lead to performance issues if this function is called frequently.
lint/performance/useTopLevelRegex: packages/cli/src/controllers/app.ts#L2054
This regex literal is not defined in the top level scope. This can lead to performance issues if this function is called frequently.
lint/style/noNestedTernary: packages/cli/src/lib/app/branch-database.ts#L116
Do not nest ternary expressions.
lint/complexity/noExcessiveCognitiveComplexity: packages/cli/src/controllers/app.ts#L2619
Excessive complexity of 16 detected (max: 15).
lint/style/noNestedTernary: packages/cli/src/controllers/app.ts#L2536
Do not nest ternary expressions.
lint/style/noNestedTernary: packages/cli/src/controllers/app.ts#L2534
Do not nest ternary expressions.
lint/complexity/noExcessiveCognitiveComplexity: packages/cli/src/controllers/app.ts#L2316
Excessive complexity of 26 detected (max: 15).
lint/performance/noAwaitInLoops: packages/cli/src/controllers/app.ts#L1487
Avoid using await inside loops.
lint/style/noNestedTernary: packages/cli/src/controllers/app.ts#L1106
Do not nest ternary expressions.
lint/complexity/noExcessiveCognitiveComplexity: packages/cli/src/controllers/app.ts#L566
Excessive complexity of 16 detected (max: 15).
lint/performance/noAwaitInLoops: packages/cli/src/controllers/app.ts#L434
Avoid using await inside loops.