Skip to content

chore(db): use catalog for drizzle-kit version#3125

Merged
RSO merged 1 commit intomainfrom
RSO/rounded-gas
May 8, 2026
Merged

chore(db): use catalog for drizzle-kit version#3125
RSO merged 1 commit intomainfrom
RSO/rounded-gas

Conversation

@RSO
Copy link
Copy Markdown
Contributor

@RSO RSO commented May 8, 2026

Summary

packages/db was the only consumer pinning drizzle-kit directly (^0.31.9) instead of going through the pnpm catalog like every other package in the monorepo. Switching it to catalog: means a single bump of drizzle-kit (and drizzle-orm) in pnpm-workspace.yaml will now upgrade the entire repo in lockstep — preparation for the upcoming Drizzle v1 upgrade.

The resolved version is unchanged (0.31.9, same as the catalog).

Verification

  • pnpm install --frozen-lockfile succeeds with the new specifier.
  • pnpm --filter @kilocode/db list drizzle-kit resolves to drizzle-kit@0.31.9 from the catalog.

Visual Changes

N/A

Reviewer Notes

The lockfile diff is intentionally minimal — only the specifier line for drizzle-kit under the @kilocode/db importer changes; the resolved version stays the same.

Aligns packages/db with the rest of the monorepo so a single bump in
pnpm-workspace.yaml will upgrade drizzle-kit everywhere.
@RSO RSO requested a review from jeanduplessis May 8, 2026 06:22
@kilo-code-bot
Copy link
Copy Markdown
Contributor

kilo-code-bot Bot commented May 8, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (2 files)
  • packages/db/package.json
  • pnpm-lock.yaml

Reviewed by gpt-5.5-20260423 · 93,798 tokens

@RSO RSO merged commit 82fcaf2 into main May 8, 2026
43 checks passed
@RSO RSO deleted the RSO/rounded-gas branch May 8, 2026 06:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants