Skip to content

build(deps-dev): bump drizzle-kit from 0.22.8 to 0.30.6#58

Merged
dependabot[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/drizzle-kit-0.30.6
Apr 10, 2025
Merged

build(deps-dev): bump drizzle-kit from 0.22.8 to 0.30.6#58
dependabot[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/drizzle-kit-0.30.6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 10, 2025

Bumps drizzle-kit from 0.22.8 to 0.30.6.

Release notes

Sourced from drizzle-kit's releases.

drizzle-kit@0.30.6

Bug fixes

drizzle-kit@0.30.5

New Features

Added Gel dialect support and gel-js client support

Drizzle is getting a new Gel dialect with its own types and Gel-specific logic. In this first iteration, almost all query-building features have been copied from the PostgreSQL dialect since Gel is fully PostgreSQL-compatible. The only change in this iteration is the data types. The Gel dialect has a different set of available data types, and all mappings for these types have been designed to avoid any extra conversions on Drizzle's side. This means you will insert and select exactly the same data as supported by the Gel protocol.

Drizzle + Gel integration will work only through drizzle-kit pull. Drizzle won't support generate, migrate, or push features in this case. Instead, drizzle-kit is used solely to pull the Drizzle schema from the Gel database, which can then be used in your drizzle-orm queries.

The Gel + Drizzle workflow:

  1. Use the gel CLI to manage your schema.
  2. Use the gel CLI to generate and apply migrations to the database.
  3. Use drizzle-kit to pull the Gel database schema into a Drizzle schema.
  4. Use drizzle-orm with gel-js to query the Gel database.

On the drizzle-kit side you can now use dialect: "gel"

// drizzle.config.ts
import { defineConfig } from 'drizzle-kit';
export default defineConfig({
dialect: 'gel',
});

For a complete Get Started tutorial you can use our new guides:

drizzle-kit@0.30.4

  • Fix bug that generates incorrect syntax when introspect in mysql
  • Fix a bug that caused incorrect syntax output when introspect in unsigned columns

drizzle-kit@0.30.3

SingleStore push and generate improvements

As SingleStore did not support certain DDL statements before this release, you might encounter an error indicating that some schema changes cannot be applied due to a database issue. Starting from this version, drizzle-kit will detect such cases and initiate table recreation with data transfer between the tables

Bug fixes

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 10, 2025
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/drizzle-kit-0.30.6 branch 3 times, most recently from 30ae378 to ebcdfd2 Compare April 10, 2025 15:59
Bumps [drizzle-kit](https://github.com/drizzle-team/drizzle-orm) from 0.22.8 to 0.30.6.
- [Release notes](https://github.com/drizzle-team/drizzle-orm/releases)
- [Commits](https://github.com/drizzle-team/drizzle-orm/commits/drizzle-kit@0.30.6)

---
updated-dependencies:
- dependency-name: drizzle-kit
  dependency-version: 0.30.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/drizzle-kit-0.30.6 branch from ebcdfd2 to 2e15c75 Compare April 10, 2025 16:00
@JadlionHD
Copy link
Copy Markdown
Member

@dependabot squash and merge

@dependabot dependabot Bot merged commit b6f386d into main Apr 10, 2025
4 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/drizzle-kit-0.30.6 branch April 10, 2025 16:02
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant