Skip to content

chore(deps/api): bump drizzle-kit from 0.30.6 to 0.31.10 in /packages/api#2145

Merged
mikib0 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/packages/api/drizzle-kit-0.31.10
Apr 15, 2026
Merged

chore(deps/api): bump drizzle-kit from 0.30.6 to 0.31.10 in /packages/api#2145
mikib0 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/packages/api/drizzle-kit-0.31.10

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Bumps drizzle-kit from 0.30.6 to 0.31.10.

Release notes

Sourced from drizzle-kit's releases.

drizzle-kit@0.31.10

  • 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

drizzle-kit@0.31.9

  • drizzle-kit api improvements for D1 connections

drizzle-kit@0.31.8

Bug fixes

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

drizzle-kit@0.31.6

Bug fixes

drizzle-kit@0.31.5

  • Add casing support to studio configuration and related functions

drizzle-kit@0.31.4

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

drizzle-kit@0.31.3

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

drizzle-kit@0.31.2

Bug fixes

  • Fixed relations extraction to not interfere with Drizzle Studio.

drizzle-kit@0.31.1

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

... (truncated)

Commits
  • 4aa6ecf Kit updates (#5490)
  • e8e6edf feat(drizzle-kit): support d1 via binding (#5302)
  • a086f59 Fixed pg-native Pool detection in node-postgres transactions breaking in envi...
  • c445637 Merge pull request #5095 from drizzle-team/main-workflows
  • e7b3aaa Merge branch 'main' into main-workflows
  • 0d885a5 refactor: Update condition for run-feature job to improve clarity and functio...
  • 45a1ffb Merge pull request #5087 from drizzle-team/main-workflows
  • 6357645 chore: Comment out NEON_HTTP_CONNECTION_STRING requirement in release workflows
  • 53dec98 refactor: Simplify release router workflow by removing unnecessary switch job...
  • ce88a18 Merge remote-tracking branch 'origin/ext-deps-kit' into main-workflows
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for drizzle-kit since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [drizzle-kit](https://github.com/drizzle-team/drizzle-orm) from 0.30.6 to 0.31.10.
- [Release notes](https://github.com/drizzle-team/drizzle-orm/releases)
- [Commits](https://github.com/drizzle-team/drizzle-orm/compare/drizzle-kit@0.30.6...drizzle-kit@0.31.10)

---
updated-dependencies:
- dependency-name: drizzle-kit
  dependency-version: 0.31.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added api dependencies Pull requests that update a dependency file labels Apr 13, 2026
andrew-bierman added a commit that referenced this pull request Apr 14, 2026
- @ai-sdk/google 2.0.62 → 3.0.62 (#2144)
- @ai-sdk/openai 2.0.11 → 3.0.52
- @ai-sdk/perplexity 2.0.1 → 3.0.29 (#2148)
- drizzle-kit 0.30.6 → 0.31.10 (#2145)
- drizzle-orm 0.44.4 → 0.45.2 (#2127 drizzle group)
- @sentry/react-native 7.2.0 → 8.7.0 (#2123)
- react-native-maps 1.20.1 → 1.27.2 (#2125)
- eslint 8.57.0 → 10.2.0 (#2124)
- eslint-config-universe 12.0.1 → 15.0.3 (#2121)

Each bump may require follow-up fixes or principled reverts (expo-doctor,
breaking API changes). Those land in subsequent commits.
andrew-bierman added a commit that referenced this pull request Apr 14, 2026
… blocks it)

Attempted bumping drizzle-orm to ^0.45.2 / drizzle-kit to ^0.31.10 per
dependabot #2127/#2145 group.

Blocked: drizzle-zod @ ^0.8.3 (latest) still types against drizzle-orm
<=0.44. Bumping drizzle-orm to 0.45 breaks drizzle-zod's
createSelectSchema/createInsertSchema overloads on all 15 schema
tables in packages/api/src/db/zod-schemas.ts.

Reverting. Re-attempt in a follow-up PR once drizzle-zod ships v0.9+ with
drizzle-orm 0.45 compat.
@mikib0 mikib0 merged commit ef1c73d into main Apr 15, 2026
3 of 8 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/packages/api/drizzle-kit-0.31.10 branch April 15, 2026 09:47
andrew-bierman added a commit that referenced this pull request May 14, 2026
- @ai-sdk/google 2.0.62 → 3.0.62 (#2144)
- @ai-sdk/openai 2.0.11 → 3.0.52
- @ai-sdk/perplexity 2.0.1 → 3.0.29 (#2148)
- drizzle-kit 0.30.6 → 0.31.10 (#2145)
- drizzle-orm 0.44.4 → 0.45.2 (#2127 drizzle group)
- @sentry/react-native 7.2.0 → 8.7.0 (#2123)
- react-native-maps 1.20.1 → 1.27.2 (#2125)
- eslint 8.57.0 → 10.2.0 (#2124)
- eslint-config-universe 12.0.1 → 15.0.3 (#2121)

Each bump may require follow-up fixes or principled reverts (expo-doctor,
breaking API changes). Those land in subsequent commits.
andrew-bierman added a commit that referenced this pull request May 14, 2026
… blocks it)

Attempted bumping drizzle-orm to ^0.45.2 / drizzle-kit to ^0.31.10 per
dependabot #2127/#2145 group.

Blocked: drizzle-zod @ ^0.8.3 (latest) still types against drizzle-orm
<=0.44. Bumping drizzle-orm to 0.45 breaks drizzle-zod's
createSelectSchema/createInsertSchema overloads on all 15 schema
tables in packages/api/src/db/zod-schemas.ts.

Reverting. Re-attempt in a follow-up PR once drizzle-zod ships v0.9+ with
drizzle-orm 0.45 compat.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant