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 @@ -48,7 +48,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-rc.2",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2: Regenerate bun.lock alongside this bump; the committed lockfile still pins the old drizzle-orm version, so the repo’s dependency graph is inconsistent until it’s updated.

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

<comment>Regenerate bun.lock alongside this bump; the committed lockfile still pins the old drizzle-orm version, so the repo’s dependency graph is inconsistent until it’s updated.</comment>

<file context>
@@ -48,7 +48,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-rc.2",
     "duckdb": "1.4.4",
     "playwright-core": "1.58.2",
</file context>

"duckdb": "1.4.4",
"playwright-core": "1.58.2",
"typescript": "catalog:",
Expand Down Expand Up @@ -116,7 +116,7 @@
"cross-spawn": "catalog:",
"decimal.js": "10.5.0",
"diff": "catalog:",
"drizzle-orm": "1.0.0-beta.16-ea816b6",
"drizzle-orm": "1.0.0-rc.2",
"effect": "catalog:",
"fuzzysort": "3.1.0",
"glob": "13.0.5",
Expand Down Expand Up @@ -149,6 +149,6 @@
"zod-to-json-schema": "3.24.5"
},
"overrides": {
"drizzle-orm": "1.0.0-beta.16-ea816b6"
"drizzle-orm": "1.0.0-rc.2"
}
}
Loading