Skip to content

chore(deps): bump the drizzle group with 2 updates#2127

Merged
mikib0 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/drizzle-5214840785
Apr 15, 2026
Merged

chore(deps): bump the drizzle group with 2 updates#2127
mikib0 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/drizzle-5214840785

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the drizzle group with 2 updates: drizzle-kit and drizzle-orm.

Updates 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.


Updates drizzle-orm from 0.44.7 to 0.45.2

Release notes

Sourced from drizzle-orm's releases.

0.45.2

  • Fixed sql.identifier(), sql.as() escaping issues. Previously all the values passed to this functions were not properly escaped causing a possible SQL Injection (CWE-89) vulnerability

Thanks to @​EthanKim88, @​0x90sh and @​wgoodall01 for reaching out to us with a reproduction and suggested fix

0.45.1

  • Fixed pg-native Pool detection in node-postgres transactions breaking in environments with forbidden require() (#5107)

0.45.0

  • Fixed pg-native Pool detection in node-postgres transactions
  • Allowed subqueries in select fields
  • Updated typo algorythm => algorithm
  • Fixed $onUpdate not handling SQL values (fixes #2388, tests implemented by L-Mario564 in #2911)
  • Fixed pg mappers not handling Date instances in bun-sql:postgresql driver responses for date, timestamp types (fixes #4493)
Commits
  • 273c780 + 0.45.2 (#5534)
  • 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...
  • 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-orm since your current version.


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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the drizzle group with 2 updates: [drizzle-kit](https://github.com/drizzle-team/drizzle-orm) and [drizzle-orm](https://github.com/drizzle-team/drizzle-orm).


Updates `drizzle-kit` 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)

Updates `drizzle-orm` from 0.44.7 to 0.45.2
- [Release notes](https://github.com/drizzle-team/drizzle-orm/releases)
- [Commits](drizzle-team/drizzle-orm@0.44.7...0.45.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 13, 2026
@github-actions github-actions Bot added the api label 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 250f725 into main Apr 15, 2026
3 of 8 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/drizzle-5214840785 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