jeremybanka / wayforge

TypeScript monorepo. Home of Atom.io.
https://atom.io.fyi
2 stars 2 forks source link

chore(deps): update dependency drizzle-orm to v0.31.4 #2226

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
drizzle-orm (source) 0.31.2 -> 0.31.4 age adoption passing confidence

Release Notes

drizzle-team/drizzle-orm (drizzle-orm) ### [`v0.31.4`](https://togithub.com/drizzle-team/drizzle-orm/releases/tag/0.31.4) [Compare Source](https://togithub.com/drizzle-team/drizzle-orm/compare/0.31.3...0.31.4) - Mark prisma clients package as optional - thanks [@​Cherry](https://togithub.com/Cherry) ### [`v0.31.3`](https://togithub.com/drizzle-team/drizzle-orm/releases/tag/0.31.3) [Compare Source](https://togithub.com/drizzle-team/drizzle-orm/compare/0.31.2...0.31.3) ##### Bug fixed - 🛠️ Fixed RQB behavior for tables with same names in different schemas - 🛠️ Fixed \[BUG]: Mismatched type hints when using RDS Data API - [#​2097](https://togithub.com/drizzle-team/drizzle-orm/issues/2097) ##### New Prisma-Drizzle extension ```ts 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

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.



This PR has been generated by Mend Renovate. View repository job log here.

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
atom-io-fyi ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 8, 2024 3:19pm
wayfarer-quest ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 8, 2024 3:19pm
changeset-bot[bot] commented 1 month ago

⚠️ No Changeset found

Latest commit: 0860e211e8b8a764c5f11efaaeb2f0ab46c29e90

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

coveralls commented 1 month ago

Coverage Status

coverage: 93.985%. remained the same when pulling 0860e211e8b8a764c5f11efaaeb2f0ab46c29e90 on renovate/drizzle-orm-0.x into 89130ce9c93450d80329b8e1b58db4ad562ff17c on main.