echo-webkom / echo-web-mono

🌐 Nettsiden til echo – Linjeforeningen for informatikk pΓ₯ Universitet i Bergen
https://echo.uib.no
23 stars 2 forks source link

Update dependency drizzle-kit to v0.24.2 #2205

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
drizzle-kit (source) 0.24.1 -> 0.24.2 age adoption passing confidence

Release Notes

drizzle-team/drizzle-orm (drizzle-kit) ### [`v0.24.2`](https://togithub.com/drizzle-team/drizzle-orm/releases/tag/drizzle-kit%400.24.2) [Compare Source](https://togithub.com/drizzle-team/drizzle-orm/compare/drizzle-kit@0.24.1...drizzle-kit@0.24.2) #### New Features ##### πŸŽ‰ Support for `pglite` driver You can now use pglite with all drizzle-kit commands, including Drizzle Studio! ```ts import { defineConfig } from "drizzle-kit"; export default defineConfig({ dialect: "postgresql", driver: "pglite", schema: "./schema.ts", dbCredentials: { url: "local-pg.db", }, verbose: true, strict: true, }); ``` #### Bug fixes - mysql-kit: fix GENERATED ALWAYS AS ... NOT NULL - [#​2824](https://togithub.com/drizzle-team/drizzle-orm/pull/2824)

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 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 was generated by Mend Renovate. View the repository job log.

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
echo-cms βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback Sep 2, 2024 11:10am
echo-web βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback Sep 2, 2024 11:10am