Skip to content

Comments

fix(deps): update dependency drizzle-kit to v0.24.2 - autoclosed#123

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/drizzle-kit-0.x-lockfile
Closed

fix(deps): update dependency drizzle-kit to v0.24.2 - autoclosed#123
renovate[bot] wants to merge 1 commit intomainfrom
renovate/drizzle-kit-0.x-lockfile

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 26, 2024

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

Compare Source

New Features

🎉 Support for pglite driver

You can now use pglite with all drizzle-kit commands, including Drizzle Studio!

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

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 these updates 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 changed the title fix(deps): update dependency drizzle-kit to v0.24.2 fix(deps): update dependency drizzle-kit to v0.24.2 - autoclosed Oct 5, 2024
@renovate renovate bot closed this Oct 5, 2024
@renovate renovate bot deleted the renovate/drizzle-kit-0.x-lockfile branch October 5, 2024 06:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants