Skip to content

Update dependency drizzle-kit to ^0.31.0 - #77

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/drizzle-kit-0.x
Open

Update dependency drizzle-kit to ^0.31.0#77
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/drizzle-kit-0.x

Conversation

@renovate

@renovate renovate Bot commented Apr 15, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
drizzle-kit (source) ^0.30.5^0.31.0 age confidence

Release Notes

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

v0.31.10

Compare Source

  • Updated to hanji@0.0.8 - native bun stringWidth, stripANSI support, errors for non-TTY environments
  • We've migrated away from esbuild-register to tsx loader, it will now allow to use drizzle-kit seamlessly with both ESM and CJS modules
  • We've also added native Bun and Deno launch support, which will not trigger tsx loader and utilise native bun and deno imports capabilities and faster startup times

v0.31.9

Compare Source

  • drizzle-kit api improvements for D1 connections

v0.31.8

Compare Source

Bug fixes
  • Fixed algorythm => algorithm typo.
  • Fixed external dependencies in build configuration.

v0.31.7: drizzle-kit@0.31.7

Compare Source

Bug fixes

v0.31.6

Compare Source

Bug fixes

v0.31.5

Compare Source

  • Add casing support to studio configuration and related functions

v0.31.4

Compare Source

  • Fixed halfvec, bit and sparsevec type generation bug in drizzle-kit

v0.31.3

Compare Source

  • Internal changes to Studio context. Added databaseName and packageName properties for Studio

v0.31.2

Compare Source

Bug fixes
  • Fixed relations extraction to not interfere with Drizzle Studio.

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!

v0.31.0

Compare Source

Features and improvements

Enum DDL improvements

For situations where you drop an enum value or reorder values in an enum, there is no native way to do this in PostgreSQL. To handle these cases, drizzle-kit used to:

  • Change the column data types from the enum to text
  • Drop the old enum
  • Add the new enum
  • Change the column data types back to the new enum

However, there were a few scenarios that weren’t covered: PostgreSQL wasn’t updating default expressions for columns when their data types changed

Therefore, for cases where you either change a column’s data type from an enum to some other type, drop an enum value, or reorder enum values, we now do the following:

  • Change the column data types from the enum to text
  • Set the default using the ::text expression
  • Drop the old enum
  • Add the new enum
  • Change the column data types back to the new enum
  • Set the default using the ::<new_enum> expression
esbuild version upgrade

For drizzle-kit we upgraded the version to latest (0.25.2), thanks @​paulmarsicloud

Bug fixes


Configuration

📅 Schedule: (UTC)

  • 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 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 force-pushed the renovate/drizzle-kit-0.x branch from 8b8441d to 03ee174 Compare April 22, 2025 07:32
@renovate
renovate Bot force-pushed the renovate/drizzle-kit-0.x branch from 03ee174 to 9ff9834 Compare August 10, 2025 13:58
@renovate
renovate Bot force-pushed the renovate/drizzle-kit-0.x branch from 9ff9834 to 3b51040 Compare August 13, 2025 14:12
@renovate
renovate Bot force-pushed the renovate/drizzle-kit-0.x branch from 3b51040 to a984b3e Compare August 19, 2025 13:30
@renovate
renovate Bot force-pushed the renovate/drizzle-kit-0.x branch from a984b3e to 144c7ae Compare August 20, 2025 01:57
@renovate
renovate Bot force-pushed the renovate/drizzle-kit-0.x branch from 144c7ae to 84a6893 Compare August 31, 2025 13:02
@renovate
renovate Bot force-pushed the renovate/drizzle-kit-0.x branch from 84a6893 to d98e277 Compare September 25, 2025 15:37
@renovate
renovate Bot force-pushed the renovate/drizzle-kit-0.x branch from d98e277 to 062d1e2 Compare September 26, 2025 16:33
@renovate
renovate Bot force-pushed the renovate/drizzle-kit-0.x branch from 062d1e2 to 8156f10 Compare October 19, 2025 22:30
@renovate
renovate Bot force-pushed the renovate/drizzle-kit-0.x branch from 8156f10 to 0ad690a Compare October 21, 2025 09:52
@renovate
renovate Bot force-pushed the renovate/drizzle-kit-0.x branch from 0ad690a to 42b44cc Compare October 28, 2025 18:46
@renovate
renovate Bot force-pushed the renovate/drizzle-kit-0.x branch from 42b44cc to 918bf85 Compare November 13, 2025 23:53
@renovate
renovate Bot force-pushed the renovate/drizzle-kit-0.x branch from 918bf85 to 32803d7 Compare November 19, 2025 02:16
@netlify

netlify Bot commented Nov 19, 2025

Copy link
Copy Markdown

Deploy Preview for jackbailey-portfolio ready!

Name Link
🔨 Latest commit 32803d7
🔍 Latest deploy log https://app.netlify.com/projects/jackbailey-portfolio/deploys/691d287a42866000082acb52
😎 Deploy Preview https://deploy-preview-77--jackbailey-portfolio.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate
renovate Bot force-pushed the renovate/drizzle-kit-0.x branch 2 times, most recently from 47882c0 to 4c53e8a Compare December 3, 2025 18:32
@renovate
renovate Bot force-pushed the renovate/drizzle-kit-0.x branch from 4c53e8a to aa336ef Compare December 4, 2025 18:33
@renovate
renovate Bot force-pushed the renovate/drizzle-kit-0.x branch from aa336ef to 3737fd2 Compare December 31, 2025 15:41
@renovate
renovate Bot force-pushed the renovate/drizzle-kit-0.x branch from 3737fd2 to b6e9a08 Compare January 19, 2026 14:49
@renovate
renovate Bot force-pushed the renovate/drizzle-kit-0.x branch 2 times, most recently from 1c4e786 to ccc7756 Compare February 9, 2026 10:12
@renovate
renovate Bot force-pushed the renovate/drizzle-kit-0.x branch from ccc7756 to b81de05 Compare February 17, 2026 20:09
@renovate
renovate Bot force-pushed the renovate/drizzle-kit-0.x branch from b81de05 to eb21e3a Compare March 17, 2026 10:01
@renovate
renovate Bot force-pushed the renovate/drizzle-kit-0.x branch 2 times, most recently from 0c7785b to a71c35c Compare April 8, 2026 14:40
@renovate
renovate Bot force-pushed the renovate/drizzle-kit-0.x branch 2 times, most recently from 3c452d5 to d9f2637 Compare May 18, 2026 20:01
@renovate
renovate Bot force-pushed the renovate/drizzle-kit-0.x branch 2 times, most recently from be3225c to f1af74f Compare June 1, 2026 17:37
@renovate
renovate Bot force-pushed the renovate/drizzle-kit-0.x branch from f1af74f to 2598566 Compare June 11, 2026 11:05
@renovate
renovate Bot force-pushed the renovate/drizzle-kit-0.x branch 2 times, most recently from f2bff2c to da42297 Compare July 16, 2026 17:20
@renovate
renovate Bot force-pushed the renovate/drizzle-kit-0.x branch from da42297 to e043d0e Compare July 20, 2026 21:38
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