Fix conflicts #289
Annotations
15 errors
release (drizzle-zod)
Process completed with exit code 1.
|
release (drizzle-typebox)
The job was canceled because "drizzle-zod" failed.
|
release (drizzle-typebox)
The operation was canceled.
|
release (drizzle-kit)
The job was canceled because "drizzle-zod" failed.
|
release (drizzle-kit)
Expected 7-8 arguments, but got 6.
|
release (drizzle-kit)
Expected 3 arguments, but got 2.
|
release (drizzle-kit)
Type '{ dialect: "singlestore"; out: string; breakpoints: boolean; casing: "camel" | "preserve"; credentials: { host: string; database: string; port?: number | undefined; user?: string | undefined; password?: string | undefined; ssl?: string | { key?: string | undefined; pfx?: string | undefined; passphrase?: string | undefined; cert?: string | undefined; ca?: string | string[] | undefined; crl?: string | string[] | undefined; ciphers?: string | undefined; rejectUnauthorized?: boolean | undefined; } | undefined; } | { url: string; }; tablesFilter: string[]; schemasFilter: string[]; prefix: "none" | "index" | "timestamp" | "supabase" | "unix"; }' is not assignable to type '({ dialect: "mysql"; credentials: { host: string; database: string; port?: number | undefined; user?: string | undefined; password?: string | undefined; ssl?: string | { key?: string | undefined; pfx?: string | undefined; passphrase?: string | undefined; cert?: string | undefined; ca?: string | string[] | undefined; crl?: string | string[] | undefined; ciphers?: string | undefined; rejectUnauthorized?: boolean | undefined; } | undefined; } | { url: string; }; } | { dialect: "postgresql"; credentials: Omit<{ host: string; database: string; driver?: undefined; port?: number | undefined; user?: string | undefined; password?: string | undefined; ssl?: boolean | "require" | "allow" | "prefer" | "verify-full" | objectOutputType<{}, ZodTypeAny, "passthrough"> | undefined; }, "driver"> | { url: string; } | { driver: "aws-data-api"; database: string; secretArn: string; resourceArn: string; } | { url: string; driver: "pglite"; }; } | { dialect: "sqlite"; credentials: SqliteCredentials; } | { dialect: "turso"; credentials: LibSQLCredentials; } | { dialect: "singlestore"; credentials: { host: string; database: string; port?: number | undefined; user?: string | undefined; password?: string | undefined; ssl?: string | { key?: string | undefined; pfx?: string | undefined; passphrase?: string | undefined; cert?: string | undefined; ca?: string | string[] | undefined; crl?: string | string[] | undefined; ciphers?: string | undefined; rejectUnauthorized?: boolean | undefined; } | undefined; } | { url: string; }; }) & { out: string; breakpoints: boolean; casing: "camel" | "preserve"; tablesFilter: string[]; schemasFilter: string[]; prefix: "none" | "index" | "timestamp" | "supabase" | "unix"; entities: { roles: boolean | { provider?: string | undefined; include?: string[] | undefined; exclude?: string[] | undefined; }; } | undefined; }'.
|
release (drizzle-kit)
Property 'foreignKeys' does not exist on type '{ name: string; columns: Record<string, { name: string; type: string; primaryKey: boolean; notNull: boolean; default?: any; onUpdate?: any; autoincrement?: boolean | undefined; generated?: { type: "stored" | "virtual"; as: string; } | undefined; }>; indexes: Record<string, { name: string; columns: string[]; isUnique: boolean; using?: "btree" | "hash" | undefined; algorithm?: "default" | "inplace" | "copy" | undefined; lock?: "default" | "none" | "shared" | "exclusive" | undefined; }>; foreignKeys: Record<string, { name: string; tableFrom: string; columnsFrom: string[]; tableTo: string; columnsTo: string[]; onUpdate?: string | undefined; onDelete?: string | undefined; }>; compositePrimaryKeys: Record<string, { name: string; columns: string[]; }>; uniqueConstraints: Record<string, { name: string; columns: string[]; }>; checkConstraint: Record<string, { name: string; value: string; }>; } | { name: string; columns: Record<string, { name: string; type: string; primaryKey: boolean; notNull: boolean; isUnique?: any; default?: any; generated?: { type: "stored"; as: string; } | undefined; typeSchema?: string | undefined; uniqueName?: string | undefined; nullsNotDistinct?: boolean | undefined; identity?: { name: string; type: "always" | "byDefault"; schema: string; increment?: string | undefined; minValue?: string | undefined; maxValue?: string | undefined; startWith?: string | undefined; cache?: string | undefined; cycle?: boolean | undefined; } | undefined; }>; indexes: Record<string, { name: string; columns: { isExpression: boolean; expression: string; asc: boolean; nulls?: string | undefined; opclass?: string | undefined; }[]; isUnique: boolean; method: string; concurrently: boolean; with?: Record<string, any> | undefined; where?: string | undefined; }>; foreignKeys: Record<string, { name: string; tableFrom: string; columnsFrom: string[]; tableTo: string; columnsTo: string[]; onUpdate?: string | undefined; onDelete?: string | undefined; schemaTo?: string | undefined; }>; schema: string; compositePrimaryKeys: Record<string, { name: string; columns: string[]; }>; uniqueConstraints: Record<string, { name: string; columns: string[]; nullsNotDistinct: boolean; }>; checkConstraints: Record<string, { name: string; value: string; }>; policies: Record<string, { name: string; using?: string | undefined; as?: "PERMISSIVE" | "RESTRICTIVE" | undefined; for?: "ALL" | "SELECT" | "INSERT" | "UPDATE" | "DELETE" | undefined; to?: string[] | undefined; withCheck?: string | undefined; on?: string | undefined; }>; isRLSEnabled: boolean; } | { name: string; columns: Record<string, { name: string; type: string; primaryKey: boolean; notNull: boolean; default?: any; onUpdate?: any; autoincrement?: boolean | undefined; generated?: { type: "stored" | "virtual"; as: string; } | undefined; }>; indexes: Record<string, { name: string; columns: string[]; isUnique: boolean; using?: "btree" | "hash" | undefined; algorithm?: "default" | "inplace" | "copy" | undefined; lock?: "default" | "none" | "shared" | "exclusive" | undefined; }>; compositePrimaryKeys: Record<string, { name: string; columns: string[]; }>; uniqueConstraints: Record<string, { name: string; columns: string[]; }>; } | { name: string; columns: Record<string, { name: string; type: string; primaryKey: boolean; notNull: boolean; default?: any; autoincrement?: boolean | undefined; generated?: { type: "stored" | "virtual"; as: string; } | undefined; }>; indexes: Record<string, { name: string; columns: string[]; isUnique: boolean; where?: string | undefined; }>; foreignKeys: Record<string, { name: string; tableFrom: string; columnsFrom: string[]; tableTo: string; columnsTo: string[]; onUpdate?: string | undefined; onDelete?: string | undefined; }>; compositePrimaryKeys: Record<string, { columns: string[]; name?: string | undefined; }>; uniqueConstraints: Record<string, { name: string; columns: string[]; }>; checkConstraints: Record<string, { name: string; value: string; }>; }'.
|
release (drizzle-kit)
The operation was canceled.
|
release (eslint-plugin-drizzle)
The job was canceled because "drizzle-zod" failed.
|
release (eslint-plugin-drizzle)
The operation was canceled.
|
release (drizzle-valibot)
The job was canceled because "drizzle-zod" failed.
|
release (drizzle-valibot)
The operation was canceled.
|
release (drizzle-orm)
The job was canceled because "drizzle-zod" failed.
|
release (drizzle-orm)
The operation was canceled.
|