Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 7, 2025

This PR contains the following updates:

Package Change Age Confidence
drizzle-kit (source) 0.31.1 -> 0.31.4 age confidence

Release Notes

drizzle-team/drizzle-orm (drizzle-kit)

v0.31.4

Compare Source

  • Fixed halfvec, bit and sparsevec type generation bug in drizzle-kit

v0.31.3

Compare Source

Bug fixed
  • 🛠️ Fixed RQB behavior for tables with same names in different schemas
  • 🛠️ Fixed [BUG]: Mismatched type hints when using RDS Data API - #​2097
New Prisma-Drizzle extension
import { PrismaClient } from '@​prisma/client';
import { drizzle } from 'drizzle-orm/prisma/pg';
import { User } from './drizzle';

const prisma = new PrismaClient().$extends(drizzle());
const users = await prisma.$drizzle.select().from(User);

For more info, check docs: https://orm.drizzle.team/docs/prisma

v0.31.2

Compare Source

Bug fixes
  • Fixed relations extraction to not interfere with Drizzle Studio.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from cte, jr and mrubens as code owners July 7, 2025 20:54
@hannesrudolph hannesrudolph added the Issue/PR - Triage New issue. Needs quick review to confirm validity and assign labels. label Jul 7, 2025
@hannesrudolph hannesrudolph moved this from Triage to renovate BOT in Roo Code Roadmap Jul 8, 2025
@hannesrudolph hannesrudolph added PR - Needs Review and removed Issue/PR - Triage New issue. Needs quick review to confirm validity and assign labels. labels Jul 8, 2025
@renovate renovate bot force-pushed the renovate/drizzle-kit-0.x-lockfile branch 2 times, most recently from 99fc726 to 169cbb7 Compare August 4, 2025 03:37
@renovate renovate bot force-pushed the renovate/drizzle-kit-0.x-lockfile branch 3 times, most recently from eceea66 to fc8f39b Compare August 14, 2025 10:15
@renovate renovate bot force-pushed the renovate/drizzle-kit-0.x-lockfile branch from fc8f39b to de0646a Compare August 19, 2025 12:57
@mrubens mrubens merged commit 8109e36 into main Aug 24, 2025
11 of 12 checks passed
@mrubens mrubens deleted the renovate/drizzle-kit-0.x-lockfile branch August 24, 2025 20:27
@github-project-automation github-project-automation bot moved this from Roomote/renovate BOT to Done in Roo Code Roadmap Aug 24, 2025
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap Aug 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants