maybeanerd / selfhosted-api-trader-game

A self hostable game server that can connect to others instances using the ActivityPub federation protocol and offers a client API to play a city building and resource trading game.
GNU Affero General Public License v3.0
6 stars 0 forks source link

fix(deps): update dependency drizzle-orm to v0.31.4 #769

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: Enabled.

Rebasing: Whenever PR is behind base branch, 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.