Skip to content

chore(deps): update dependency drizzle-kit to ^0.31.1#401

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/drizzle-kit-0.x
May 11, 2025
Merged

chore(deps): update dependency drizzle-kit to ^0.31.1#401
renovate[bot] merged 1 commit intomainfrom
renovate/drizzle-kit-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented May 11, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
drizzle-kit (source) ^0.31.0 -> ^0.31.1 age adoption passing confidence

Release Notes

drizzle-team/drizzle-orm (drizzle-kit)

v0.31.1

Compare Source

Fixed drizzle-kit pull bugs when using Gel extensions.

Because Gel extensions create schema names containing :: (for example, ext::auth), Drizzle previously handled these names incorrectly. Starting with this release, you can use Gel extensions without any problems. Here’s what you should do:

  1. Enable extensions schemas in drizzle.config.ts
import  { defineConfig } from "drizzle-kit";

export default defineConfig({
  dialect: 'gel',
  schemaFilter: ['ext::auth', 'public']
});
  1. Run drizzle-kit pull

  2. Done!


Configuration

📅 Schedule: Branch creation - "before 5am" in timezone Europe/Berlin, 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.


  • 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 added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 11, 2025
@renovate renovate bot merged commit c0098b5 into main May 11, 2025
2 checks passed
@renovate renovate bot deleted the renovate/drizzle-kit-0.x branch May 11, 2025 01:26
@sonarqubecloud
Copy link
Copy Markdown

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Jun 1, 2025

🎉 This PR is included in version 0.34.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants