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
2 changes: 1 addition & 1 deletion packages/opencode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/which": "3.0.4",
"@types/yargs": "17.0.33",
"@typescript/native-preview": "catalog:",
"drizzle-kit": "1.0.0-beta.16-ea816b6",
"drizzle-kit": "1.0.0-beta.22-41a7d21",
Copy link
Copy Markdown

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

Choose a reason for hiding this comment

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

P1: drizzle-kit is bumped to beta.22 while drizzle-orm stays at beta.16. These are companion packages from the same monorepo and should be version-matched — drizzle-kit generates migrations from drizzle-orm schemas, and version skew during beta can cause silent migration bugs or CLI errors. Bump drizzle-orm to the matching beta.22 release as well (in devDependencies, dependencies, and overrides).

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 49:

<comment>`drizzle-kit` is bumped to `beta.22` while `drizzle-orm` stays at `beta.16`. These are companion packages from the same monorepo and should be version-matched — `drizzle-kit` generates migrations from `drizzle-orm` schemas, and version skew during beta can cause silent migration bugs or CLI errors. Bump `drizzle-orm` to the matching beta.22 release as well (in `devDependencies`, `dependencies`, and `overrides`).</comment>

<file context>
@@ -46,7 +46,7 @@
     "@types/yargs": "17.0.33",
     "@typescript/native-preview": "catalog:",
-    "drizzle-kit": "1.0.0-beta.16-ea816b6",
+    "drizzle-kit": "1.0.0-beta.22-41a7d21",
     "drizzle-orm": "1.0.0-beta.16-ea816b6",
     "duckdb": "1.4.4",
</file context>
Fix with Cubic

"drizzle-orm": "1.0.0-beta.16-ea816b6",
"duckdb": "1.4.4",
"playwright-core": "1.58.2",
Expand Down
Loading