Skip to content

deps: update better-sqlite3 #1290

deps: update better-sqlite3

deps: update better-sqlite3 #1290

Triggered via push August 24, 2024 16:48
Status Failure
Total duration 55s
Artifacts

ci.yml

on: push
Matrix: Tests
Fit to window
Zoom out
Zoom in

Annotations

28 errors and 10 warnings
Code style: src/Uwave.js#L2
'inspect' is defined but never used
Code style: src/Uwave.js#L8
Expected a line break after this opening brace
Code style: src/Uwave.js#L8
'SqliteDialect' is defined but never used
Code style: src/Uwave.js#L8
Expected a line break before this closing brace
Code style: src/Uwave.js#L36
Unexpected space before function parentheses
Code style: src/controllers/now.js#L49
Missing semicolon
Code style: src/controllers/now.js#L80
Expected indentation of 6 spaces but found 8
Code style: src/controllers/now.js#L81
Expected indentation of 6 spaces but found 8
Code style: src/controllers/now.js#L82
Expected indentation of 6 spaces but found 8
Code style: src/controllers/now.js#L83
Expected indentation of 6 spaces but found 8
Tests (lts/*, 5.0)
Process completed with exit code 22.
Tests (18.x, 6.0)
Process completed with exit code 22.
Types: src/SocketServer.js#L395
Argument of type '{ _id: UserID; username: string; slug: string; roles: unknown; avatar: unknown; createdAt: string; updatedAt: string; lastSeenAt: any; }' is not assignable to parameter of type 'JsonValue'.
Types: src/SocketServer.js#L395
Argument of type '{ roles: never[]; id: UserID; username: string; slug: string; activePlaylistID: PlaylistID | null; pendingActivation: boolean; createdAt: Date; updatedAt: Date; }' is not assignable to parameter of type 'Pick<{ id: UserID; username: string; slug: string; activePlaylistID: PlaylistID | null; pendingActivation: boolean; createdAt: Date; updatedAt: Date; }, "id" | ... 6 more ... | "lastSeenAt">'.
Types: src/controllers/authenticate.js#L259
Object literal may only specify known properties, and 'avatar' does not exist in type 'UpdateObjectExpression<Database, "users", "users">'.
Types: src/controllers/authenticate.js#L262
No overload matches this call.
Types: src/controllers/booth.js#L29
Property 'user' does not exist on type '{ _id: HistoryEntryID; userID: UserID; artist: string; title: string; start: number; end: number; createdAt: Date; updatedAt: Date; media: { _id: MediaID; ... 6 more ...; sourceData: JsonObject; }; }'.
Types: src/controllers/booth.js#L33
Property 'populate' does not exist on type '{ _id: HistoryEntryID; userID: UserID; artist: string; title: string; start: number; end: number; createdAt: Date; updatedAt: Date; media: { _id: MediaID; ... 6 more ...; sourceData: JsonObject; }; }'.
Types: src/controllers/booth.js#L34
Unused '@ts-expect-error' directive.
Types: src/controllers/booth.js#L40
Property 'id' does not exist on type '{ _id: HistoryEntryID; userID: UserID; artist: string; title: string; start: number; end: number; createdAt: Date; updatedAt: Date; media: { _id: MediaID; ... 6 more ...; sourceData: JsonObject; }; }'.
Types: src/controllers/booth.js#L41
Property 'playlist' does not exist on type '{ _id: HistoryEntryID; userID: UserID; artist: string; title: string; start: number; end: number; createdAt: Date; updatedAt: Date; media: { _id: MediaID; ... 6 more ...; sourceData: JsonObject; }; }'.
Types: src/controllers/booth.js#L42
Property 'playedAt' does not exist on type '{ _id: HistoryEntryID; userID: UserID; artist: string; title: string; start: number; end: number; createdAt: Date; updatedAt: Date; media: { _id: MediaID; ... 6 more ...; sourceData: JsonObject; }; }'.
Tests (18.x, 7.0)
The job was canceled because "_18_x_6_0" failed.
Tests (18.x, 7.0)
Process completed with exit code 22.
Tests (20.x, 7.0)
The job was canceled because "_18_x_6_0" failed.
Tests (20.x, 7.0)
Process completed with exit code 22.
Tests (20.x, 6.0)
The job was canceled because "_18_x_6_0" failed.
Tests (20.x, 6.0)
Process completed with exit code 22.
Code style: src/HttpApi.js#L58
Missing JSDoc @Property
Code style: src/HttpApi.js#L58
Missing JSDoc @Property
Code style: src/HttpApi.js#L60
Invalid JSDoc tag (preference). Replace "prop" JSDoc tag with "property"
Code style: src/HttpApi.js#L61
Invalid JSDoc tag (preference). Replace "prop" JSDoc tag with "property"
Code style: src/HttpApi.js#L62
Invalid JSDoc tag (preference). Replace "prop" JSDoc tag with "property"
Code style: src/HttpApi.js#L63
Invalid JSDoc tag (preference). Replace "prop" JSDoc tag with "property"
Code style: src/HttpApi.js#L64
Invalid JSDoc tag (preference). Replace "prop" JSDoc tag with "property"
Code style: src/HttpApi.js#L65
Invalid JSDoc tag (preference). Replace "prop" JSDoc tag with "property"
Code style: src/HttpApi.js#L66
Expected no lines between tags
Code style: src/HttpApi.js#L69
Invalid JSDoc tag (preference). Replace "prop" JSDoc tag with "property"