fix(deps): update all non-major dependencies #26749
Annotations
10 errors
Build: ubuntu-latest
Type 'T & { data: string; dataType: "string"; columnType: "SQLiteText"; driverParam: string; enumValues: never; baseColumn: never; }' does not satisfy the constraint 'ColumnBaseConfig<ColumnDataType, string>'.
|
Build: ubuntu-latest
Type 'T & { data: Date; dataType: "custom"; columnType: "SQLiteCustomColumn"; driverParam: string; enumValues: never; baseColumn: never; }' does not satisfy the constraint 'ColumnBaseConfig<ColumnDataType, string>'.
|
Build: ubuntu-latest
Type 'T & { data: boolean; dataType: "boolean"; columnType: "SQLiteBoolean"; driverParam: number; enumValues: never; baseColumn: never; }' does not satisfy the constraint 'ColumnBaseConfig<ColumnDataType, string>'.
|
Build: ubuntu-latest
Type 'T & { data: number; dataType: "number"; columnType: "SQLiteInteger"; driverParam: number; enumValues: never; baseColumn: never; }' does not satisfy the constraint 'ColumnBaseConfig<ColumnDataType, string>'.
|
Build: ubuntu-latest
Type 'T & { data: unknown; dataType: "custom"; columnType: "SQLiteCustomColumn"; driverParam: string; enumValues: never; baseColumn: never; }' does not satisfy the constraint 'ColumnBaseConfig<ColumnDataType, string>'.
|
Build: ubuntu-latest
Conversion of type 'SQLiteTableWithColumns<{ name: string; schema: undefined; columns: { [x: string]: SQLiteColumn<{ name: string; tableName: string; dataType: ColumnDataType; columnType: string; data: unknown; driverParam: unknown; notNull: false; hasDefault: false; ... 5 more ...; generated: undefined; }, object>; }; dialect: "sqlite...' to type 'Table<TableName, TColumns>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
Build: ubuntu-latest
@astrojs/db#build: command (/home/runner/work/astro/astro/packages/db) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (2)
|
Build: ubuntu-latest
Process completed with exit code 2.
|
Build: windows-latest
The job was canceled because "ubuntu-latest_18" failed.
|
Build: windows-latest
The operation was canceled.
|