Closed renovate[bot] closed 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 |
This PR contains the following updates:
0.24.1
->0.24.2
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.