Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/opencode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@types/yargs": "17.0.33",
"@typescript/native-preview": "catalog:",
"drizzle-kit": "1.0.0-beta.16-ea816b6",
"drizzle-orm": "1.0.0-beta.16-ea816b6",
"drizzle-orm": "1.0.0-beta.20",
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot Apr 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2: drizzle-kit is still pinned to 1.0.0-beta.16-ea816b6 while drizzle-orm is bumped to 1.0.0-beta.20. These packages are released in lockstep and the beta.19 release notes include drizzle-kit bug fixes that depend on matching ORM internals. The version skew can break bun run db generate or bun run db push. Bump drizzle-kit to 1.0.0-beta.20 as well.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At packages/opencode/package.json, line 50:

<comment>`drizzle-kit` is still pinned to `1.0.0-beta.16-ea816b6` while `drizzle-orm` is bumped to `1.0.0-beta.20`. These packages are released in lockstep and the beta.19 release notes include drizzle-kit bug fixes that depend on matching ORM internals. The version skew can break `bun run db generate` or `bun run db push`. Bump `drizzle-kit` to `1.0.0-beta.20` as well.</comment>

<file context>
@@ -47,7 +47,7 @@
     "@typescript/native-preview": "catalog:",
     "drizzle-kit": "1.0.0-beta.16-ea816b6",
-    "drizzle-orm": "1.0.0-beta.16-ea816b6",
+    "drizzle-orm": "1.0.0-beta.20",
     "duckdb": "1.4.4",
     "playwright-core": "1.58.2",
</file context>
Fix with Cubic

"duckdb": "1.4.4",
"playwright-core": "1.58.2",
"typescript": "catalog:",
Expand Down Expand Up @@ -111,7 +111,7 @@
"clipboardy": "4.0.0",
"decimal.js": "10.5.0",
"diff": "catalog:",
"drizzle-orm": "1.0.0-beta.16-ea816b6",
"drizzle-orm": "1.0.0-beta.20",
"effect": "catalog:",
"fuzzysort": "3.1.0",
"glob": "13.0.5",
Expand Down Expand Up @@ -143,6 +143,6 @@
"zod-to-json-schema": "3.24.5"
},
"overrides": {
"drizzle-orm": "1.0.0-beta.16-ea816b6"
"drizzle-orm": "1.0.0-beta.20"
}
}
Loading