Skip to content

Update Drizzle dependencies#174

Merged
arjunkomath merged 2 commits into
mainfrom
agent/update-drizzle
Jul 19, 2026
Merged

Update Drizzle dependencies#174
arjunkomath merged 2 commits into
mainfrom
agent/update-drizzle

Conversation

@arjunkomath

@arjunkomath arjunkomath commented Jul 19, 2026

Copy link
Copy Markdown
Member

Summary

  • Update drizzle-orm to 0.45.2 and drizzle-kit to 0.31.10, the latest stable releases.
  • Refresh the pnpm lockfile dependency specifiers.
  • Align the service_revisions_id_service_id_unique schema definition with the database constraint order (id, service_id).

Why

This keeps the application on the latest stable Drizzle packages and makes the schema definition match the physical unique constraint, avoiding unnecessary constraint churn during schema comparisons.

Impact

No migration is generated. Existing Drizzle queries and the Better Auth adapter continue to compile against the updated packages.

Validation

  • pnpm exec tsc --noEmit
  • env CI=true pnpm test — 25 files, 131 tests passed
  • drizzle-kit check
  • Next.js production build
  • git diff --check

View with Codesmith Autofix with Codesmith
Need help on this PR? Tag /codesmith with what you need. Autofix is disabled.

@github-actions

github-actions Bot commented Jul 19, 2026

Copy link
Copy Markdown

React Doctor found no new issues. 🎉

Reviewed by React Doctor for commit 43ba9da.

@arjunkomath
arjunkomath marked this pull request as ready for review July 19, 2026 09:13
@arjunkomath
arjunkomath merged commit b199a7c into main Jul 19, 2026
8 checks passed
@arjunkomath
arjunkomath deleted the agent/update-drizzle branch July 19, 2026 09:47
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.

1 participant