chore(deps-dev): bump drizzle-kit from 1.0.0-beta.16-ea816b6 to 1.0.0-beta.23#751
chore(deps-dev): bump drizzle-kit from 1.0.0-beta.16-ea816b6 to 1.0.0-beta.23#751dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [drizzle-kit](https://github.com/drizzle-team/drizzle-orm) from 1.0.0-beta.16-ea816b6 to 1.0.0-beta.23. - [Release notes](https://github.com/drizzle-team/drizzle-orm/releases) - [Commits](https://github.com/drizzle-team/drizzle-orm/commits) --- updated-dependencies: - dependency-name: drizzle-kit dependency-version: 1.0.0-beta.23 dependency-type: direct:development 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:49">
P2: Upgrading `drizzle-kit` without aligning `drizzle-orm` can break `bun drizzle-kit` commands due to Drizzle’s kit/orm version checks.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| "@types/yargs": "17.0.33", | ||
| "@typescript/native-preview": "catalog:", | ||
| "drizzle-kit": "1.0.0-beta.16-ea816b6", | ||
| "drizzle-kit": "1.0.0-beta.23", |
There was a problem hiding this comment.
P2: Upgrading drizzle-kit without aligning drizzle-orm can break bun drizzle-kit commands due to Drizzle’s kit/orm version checks.
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>Upgrading `drizzle-kit` without aligning `drizzle-orm` can break `bun drizzle-kit` commands due to Drizzle’s kit/orm version checks.</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.23",
"drizzle-orm": "1.0.0-beta.16-ea816b6",
"duckdb": "1.4.4",
</file context>
Bumps drizzle-kit from 1.0.0-beta.16-ea816b6 to 1.0.0-beta.23.
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
Upgrades
drizzle-kitfrom 1.0.0-beta.16-ea816b6 to 1.0.0-beta.23 inpackages/opencodeto pick up recent fixes and CLI updates. Dev-only change; no runtime impact.Written for commit 5d43d37. Summary will update on new commits.