Skip to content

chore(deps-dev): bump drizzle-kit from 1.0.0-beta.16-ea816b6 to 1.0.0-beta.22-41a7d21#683

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/drizzle-kit-1.0.0-beta.22-41a7d21
Open

chore(deps-dev): bump drizzle-kit from 1.0.0-beta.16-ea816b6 to 1.0.0-beta.22-41a7d21#683
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/drizzle-kit-1.0.0-beta.22-41a7d21

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 10, 2026

Bumps drizzle-kit from 1.0.0-beta.16-ea816b6 to 1.0.0-beta.22-41a7d21.

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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

Updates drizzle-kit dev dependency in packages/opencode from 1.0.0-beta.16-ea816b6 to 1.0.0-beta.22-41a7d21. Keeps the CLI tooling current and pulls in the latest fixes and improvements.

Written for commit 2d2c656. Summary will update on new commits.

Bumps [drizzle-kit](https://github.com/drizzle-team/drizzle-orm) from 1.0.0-beta.16-ea816b6 to 1.0.0-beta.22-41a7d21.
- [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.22-41a7d21
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 10, 2026
Copy link
Copy Markdown

@claude claude bot left a comment

Choose a reason for hiding this comment

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

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.

@github-actions
Copy link
Copy Markdown

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.

@github-actions
Copy link
Copy Markdown

This PR doesn't fully meet our contributing guidelines and PR template.

What needs to be fixed:

  • PR description is missing required template sections. Please use the PR template.

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.

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

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">
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`).</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.

"@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

contributor dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code needs:compliance needs:issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants