chore(deps): bump drizzle-orm from 1.0.0-beta.16-ea816b6 to 1.0.0-rc.2#811
chore(deps): bump drizzle-orm from 1.0.0-beta.16-ea816b6 to 1.0.0-rc.2#811dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [drizzle-orm](https://github.com/drizzle-team/drizzle-orm) from 1.0.0-beta.16-ea816b6 to 1.0.0-rc.2. - [Release notes](https://github.com/drizzle-team/drizzle-orm/releases) - [Commits](https://github.com/drizzle-team/drizzle-orm/commits/v1.0.0-rc.2) --- updated-dependencies: - dependency-name: drizzle-orm dependency-version: 1.0.0-rc.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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:51">
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.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
Re-trigger 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-rc.2", |
There was a problem hiding this comment.
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>
dev-punia-altimate
left a comment
There was a problem hiding this comment.
Multi-Persona Review — Verdict: ship
This PR introduces a well-scoped feature to root lineage graphs at source nodes when source YAML files are active, matching dbt Cloud IDE behavior. The implementation is thoroughly tested, aligns with best practices, and has no critical or high-severity findings. A low-severity architecture suggestion was noted but does not block shipping.
14/14 agents completed · 229s · 1 findings (0 critical, 0 high, 0 medium)
Low
- [cto] The PR adds a new code path for source YAML lineage rooting that is tightly coupled to the editor's active text selection. While functional, this introduces a new dependency on cursor position for core graph behavior, which may complicate future state management or multi-editor scenarios. →
src/webview_provider/newLineagePanel.ts:94- 💡 Consider abstracting the source resolution logic into a standalone service that can be invoked by cursor events but also supports programmatic invocation (e.g., via command palette), to decouple UI interaction from core lineage resolution.
Multi-Persona Review · vllm:qwen3-next-80b (waves) + vllm-fallback (synth) ·
Bumps drizzle-orm from 1.0.0-beta.16-ea816b6 to 1.0.0-rc.2.
Release notes
Sourced from drizzle-orm's releases.
... (truncated)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by cubic
Upgrade
drizzle-ormfrom 1.0.0-beta.16-ea816b6 to 1.0.0-rc.2. Updates deps and overrides inpackages/opencode/package.jsonto pick up RC fixes, SQLite migration conflict checks, and PG transaction API changes.._query, move to the new casing API and remove._querycalls.npx drizzle-kit generate; resolve any reported conflicts or pass--ignore-conflictsonly if intentional.Written for commit b4113b6. Summary will update on new commits. Review in cubic