chore(deps): bump drizzle-orm from 1.0.0-beta.16-ea816b6 to 1.0.0-beta.20 in /packages/opencode#660
Conversation
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
|
This PR doesn't fully meet our contributing guidelines and PR template. What needs to be fixed:
Please edit this PR description to address the above within 2 hours, or it will be automatically closed. If you believe this was flagged incorrectly, please let a maintainer know. |
|
Thanks for your contribution! This PR doesn't have a linked issue. All PRs must reference an existing issue. Please:
See CONTRIBUTING.md for details. |
There was a problem hiding this comment.
1 issue found across 1 file
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="packages/opencode/package.json">
<violation number="1" location="packages/opencode/package.json:50">
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.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review, or fix all with cubic.
| "@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", |
There was a problem hiding this comment.
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>
Bumps [drizzle-orm](https://github.com/drizzle-team/drizzle-orm) from 1.0.0-beta.16-ea816b6 to 1.0.0-beta.20. - [Release notes](https://github.com/drizzle-team/drizzle-orm/releases) - [Commits](https://github.com/drizzle-team/drizzle-orm/commits/v1.0.0-beta.20) --- updated-dependencies: - dependency-name: drizzle-orm dependency-version: 1.0.0-beta.20 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
8e4e70a to
4ccaf8c
Compare
Bumps drizzle-orm from 1.0.0-beta.16-ea816b6 to 1.0.0-beta.20.
Release notes
Sourced from drizzle-orm's releases.
... (truncated)
Commits