Update dependency drizzle-kit to ^0.31.0#22
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
renovate
Bot
force-pushed
the
renovate/drizzle-kit-0.x
branch
from
December 7, 2025 18:40
3ad8a1e to
151f4e3
Compare
renovate
Bot
force-pushed
the
renovate/drizzle-kit-0.x
branch
from
December 12, 2025 12:35
151f4e3 to
77a8af1
Compare
renovate
Bot
force-pushed
the
renovate/drizzle-kit-0.x
branch
from
January 7, 2026 22:38
77a8af1 to
4edb40a
Compare
renovate
Bot
force-pushed
the
renovate/drizzle-kit-0.x
branch
from
January 28, 2026 12:13
4edb40a to
67b56b4
Compare
renovate
Bot
force-pushed
the
renovate/drizzle-kit-0.x
branch
from
January 29, 2026 02:39
67b56b4 to
814a400
Compare
renovate
Bot
force-pushed
the
renovate/drizzle-kit-0.x
branch
from
February 2, 2026 16:17
814a400 to
ad9deca
Compare
renovate
Bot
force-pushed
the
renovate/drizzle-kit-0.x
branch
from
February 5, 2026 03:14
ad9deca to
023c64e
Compare
renovate
Bot
force-pushed
the
renovate/drizzle-kit-0.x
branch
from
February 12, 2026 13:49
023c64e to
d1a5529
Compare
renovate
Bot
force-pushed
the
renovate/drizzle-kit-0.x
branch
from
March 13, 2026 12:47
d1a5529 to
1ee4780
Compare
renovate
Bot
force-pushed
the
renovate/drizzle-kit-0.x
branch
from
March 17, 2026 22:42
1ee4780 to
5f7a202
Compare
renovate
Bot
force-pushed
the
renovate/drizzle-kit-0.x
branch
from
April 1, 2026 15:44
5f7a202 to
c66fcf6
Compare
renovate
Bot
force-pushed
the
renovate/drizzle-kit-0.x
branch
from
April 8, 2026 11:04
c66fcf6 to
d806e5a
Compare
renovate
Bot
force-pushed
the
renovate/drizzle-kit-0.x
branch
from
April 10, 2026 22:41
d806e5a to
03adeea
Compare
renovate
Bot
force-pushed
the
renovate/drizzle-kit-0.x
branch
from
April 23, 2026 07:34
03adeea to
1f5aa50
Compare
renovate
Bot
force-pushed
the
renovate/drizzle-kit-0.x
branch
from
April 24, 2026 20:09
1f5aa50 to
738f2dc
Compare
renovate
Bot
force-pushed
the
renovate/drizzle-kit-0.x
branch
from
May 12, 2026 03:18
738f2dc to
6a9f22b
Compare
renovate
Bot
force-pushed
the
renovate/drizzle-kit-0.x
branch
from
May 18, 2026 13:39
6a9f22b to
37d11c5
Compare
renovate
Bot
force-pushed
the
renovate/drizzle-kit-0.x
branch
from
May 28, 2026 22:33
37d11c5 to
b2a3dcc
Compare
renovate
Bot
force-pushed
the
renovate/drizzle-kit-0.x
branch
from
June 2, 2026 00:46
b2a3dcc to
d9e4cc2
Compare
renovate
Bot
force-pushed
the
renovate/drizzle-kit-0.x
branch
from
July 12, 2026 15:12
d9e4cc2 to
482e82d
Compare
renovate
Bot
force-pushed
the
renovate/drizzle-kit-0.x
branch
from
July 16, 2026 18:36
482e82d to
bb3ff0a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.30.6→^0.31.0Release Notes
drizzle-team/drizzle-orm (drizzle-kit)
v0.31.10Compare Source
hanji@0.0.8- native bunstringWidth,stripANSIsupport, errors for non-TTY environmentsesbuild-registertotsxloader, it will now allow to usedrizzle-kitseamlessly with bothESMandCJSmodulesBunandDenolaunch support, which will not triggertsxloader and utilise nativebunanddenoimports capabilities and faster startup timesv0.31.9Compare Source
v0.31.8Compare Source
Bug fixes
algorythm=>algorithmtypo.v0.31.7: drizzle-kit@0.31.7Compare Source
Bug fixes
v0.31.6Compare Source
Bug fixes
v0.31.5Compare Source
v0.31.4Compare Source
halfvec,bitandsparsevectype generation bug in drizzle-kitv0.31.3Compare Source
databaseNameandpackageNameproperties for Studiov0.31.2Compare Source
Bug fixes
v0.31.1Compare Source
Fixed
drizzle-kit pullbugs 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:drizzle.config.tsRun
drizzle-kit pullDone!
v0.31.0Compare Source
Features and improvements
Enum DDL improvements
For situations where you drop an
enumvalue or reorder values in anenum, there is no native way to do this in PostgreSQL. To handle these cases,drizzle-kitused to:However, there were a few scenarios that weren’t covered:
PostgreSQLwasn’t updating default expressions for columns when their data types changedTherefore, for cases where you either change a column’s data type from an
enumto some other type, drop anenumvalue, or reorderenumvalues, we now do the following:esbuildversion upgradeFor
drizzle-kitwe upgraded the version to latest (0.25.2), thanks @paulmarsicloudBug fixes
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.