chore(deps): update dependency @types/node to v26 #2696
checks.yml
on: pull_request
lint
50s
typecheck
55s
test-server
1m 1s
test-client
53s
build
54s
Annotations
16 errors and 10 warnings
|
typecheck
Canceling since a higher priority waiting request for checks-Checks-1000 exists
|
|
typecheck
Process completed with exit code 2.
|
|
lint
Canceling since a higher priority waiting request for checks-Checks-1000 exists
|
|
typescript(TS2322):
app/test/integration/src/volume-backends.test.ts#L50
Type 'string | NonSharedBuffer' is not assignable to type 'string'.
|
|
typescript(TS2322):
app/test/integration/src/volume-backends.test.ts#L41
Type 'string | NonSharedBuffer' is not assignable to type 'string'.
|
|
typescript(TS2322):
app/test/integration/src/repositories.test.ts#L59
Type 'string | NonSharedBuffer' is not assignable to type 'string'.
|
|
typescript(TS2339):
app/test/integration/src/helpers/sftp.ts#L34
Property 'trim' does not exist on type 'string | NonSharedBuffer'.
|
|
typescript(TS2345):
app/server/utils/shoutrrr.ts#L25
Argument of type 'string | NonSharedBuffer' is not assignable to parameter of type 'string'.
|
|
typescript(TS2322):
app/server/modules/repositories/repositories.service.ts#L724
Type 'string | NonSharedBuffer | null' is not assignable to type 'string | Placeholder<string, any> | SQL<unknown> | SQLiteColumn<ColumnBaseConfig<ColumnType>, {}> | null | undefined'.
|
|
typescript(TS2322):
app/server/modules/repositories/repositories.service.ts#L306
Type 'string | NonSharedBuffer | null' is not assignable to type 'string | null'.
|
|
typescript(TS2345):
app/server/modules/repositories/helpers/doctor.ts#L150
Argument of type '{ step: string; success: boolean; output: string | NonSharedBuffer | null; error: string | null; }' is not assignable to parameter of type '{ step: string; success: boolean; output: string | null; error: string | null; }'.
|
|
typescript(TS2345):
app/server/modules/repositories/helpers/doctor.ts#L147
Argument of type 'string | NonSharedBuffer | null' is not assignable to parameter of type 'string | null'.
|
|
typescript(TS2345):
app/server/modules/repositories/helpers/doctor.ts#L143
Argument of type '{ step: string; success: boolean; output: string | NonSharedBuffer | null; error: string | NonSharedBuffer | null; }' is not assignable to parameter of type '{ step: string; success: boolean; output: string | null; error: string | null; }'.
|
|
test-client
Canceling since a higher priority waiting request for checks-Checks-1000 exists
|
|
test-client
The operation was canceled.
|
|
Checks
Canceling since a higher priority waiting request for checks-Checks-1000 exists
|
|
typescript(restrict-template-expressions):
packages/core/src/restic/commands/repair-index.ts#L46
Invalid type used in template literal expression.
|
|
typescript(restrict-template-expressions):
packages/core/src/restic/commands/init.ts#L67
Invalid type used in template literal expression.
|
|
typescript(restrict-template-expressions):
packages/core/src/restic/commands/init.ts#L37
Invalid type used in template literal expression.
|
|
typescript(restrict-template-expressions):
packages/core/src/restic/commands/key-add.ts#L52
Invalid type used in template literal expression.
|
|
typescript(restrict-template-expressions):
packages/core/src/restic/commands/forget.ts#L67
Invalid type used in template literal expression.
|
|
typescript(restrict-template-expressions):
packages/core/src/restic/commands/delete-snapshots.ts#L40
Invalid type used in template literal expression.
|
|
typescript(restrict-template-expressions):
packages/core/src/restic/commands/copy.ts#L89
Invalid type used in template literal expression.
|
|
typescript(restrict-template-expressions):
packages/core/src/restic/commands/check.ts#L60
Invalid type used in template literal expression.
|
|
typescript(restrict-template-expressions):
app/test/integration/src/helpers/sftp.ts#L35
Invalid type used in template literal expression.
|
|
typescript(restrict-template-expressions):
app/server/modules/lifecycle/migrations/00001-retag-snapshots.ts#L28
Invalid type used in template literal expression.
|