Skip to content

chore(deps): bump the drizzle group across 1 directory with 2 updates#29

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/drizzle-0302e0b661
Open

chore(deps): bump the drizzle group across 1 directory with 2 updates#29
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/drizzle-0302e0b661

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 31, 2026

Copy link
Copy Markdown

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

Updates drizzle-orm from 1.0.0-beta.24 to 1.0.0-rc.4-273829f

Release notes

Sourced from drizzle-orm's releases.

v1.0.0-rc.3

Porting all the changes that were made in PostgreSQL to other dialects. This release is about MySQL:

  • Removed RQBv1 from mysql dialect (._query)
  • Internal MySQL sessions refactoring and moving to a unified query preparation function
  • Fallback to regular queries on iterators for drivers that don't support streaming instead of throwing an error for compatibility
  • Enabled optimized non-jit mappers for regular queries for MySQL dialect
  • Switched RQBv2 to array mode querying, disabled root query level JSON conversions
  • Fixed MySQL proxy driver not using lastInsertId, affectedRows from dedicated response fields

Next releases will include:

  • Effect MySQL support
  • SQLite rework (same as this release for MySQL)
  • SQLite Effect Support

v1.0.0-rc.2

Updates

  • Disabled default codec type selectors for custom columns (fixes #5711)
  • Сallback type overload for codec selector in custom pg columns (codec: (config) => config?.withTimeZone ? 'timestamptz' : 'timestamp')
  • Extended list of postgis types for codecs (improvement for #5711)
  • Updated codecs: geometry -> geometry(point), geometry:tuple -> geometry(point):tuple
  • Switched PG transactions from class properties back to class methods (fixes #5709)
  • Updated AWS Data Api codecs, removed query typings, improved input param mapping
  • Removed prepared query typings field from all builders
  • Added column argument to CastParam,CastArrayParam codecs

Migration updates in SQLite

  • Added migration conflict detection for SQLite. When migration history has multiple open branches, drizzle-kit generate now checks whether those branches can be merged safely before creating the next migration. This helps catch cases where two migrations were created from the same parent and then changed the same SQLite object in incompatible ways, for example two branches changing the same table, index, or view.
npx drizzle-kit generate
  • If the conflict is expected and you want to continue anyway, pass --ignore-conflicts to skip the conflict check for that command.
npx drizzle-kit generate --ignore-conflicts
npx drizzle-kit check --ignore-conflicts
  • Added proper SQLite migration tree merging. New snapshots now collect all open leaf snapshot IDs and write them as parents, instead of keeping only one latest parent. This means a new migration generated after branching can merge all open leaves and use the combined SQLite state for the next snapshot diff.
{
  "prevIds": ["first-open-leaf-id", "second-open-leaf-id"]
}

... (truncated)

Commits

Updates drizzle-kit from 1.0.0-beta.24 to 1.0.0-rc.4-273829f

Commits

@dependabot dependabot Bot added the dependencies Dependency updates label May 31, 2026
@dependabot dependabot Bot changed the title chore(deps): bump the drizzle group with 2 updates chore(deps): bump the drizzle group across 1 directory with 2 updates May 31, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/drizzle-0302e0b661 branch 3 times, most recently from 0e9954b to 991acfc Compare June 1, 2026 15:29
Bumps the drizzle group with 2 updates in the / directory: [drizzle-orm](https://github.com/drizzle-team/drizzle-orm) and [drizzle-kit](https://github.com/drizzle-team/drizzle-orm).


Updates `drizzle-orm` from 1.0.0-beta.24 to 1.0.0-rc.4-273829f
- [Release notes](https://github.com/drizzle-team/drizzle-orm/releases)
- [Commits](https://github.com/drizzle-team/drizzle-orm/commits)

Updates `drizzle-kit` from 1.0.0-beta.24 to 1.0.0-rc.4-273829f
- [Release notes](https://github.com/drizzle-team/drizzle-orm/releases)
- [Commits](https://github.com/drizzle-team/drizzle-orm/commits)

---
updated-dependencies:
- dependency-name: drizzle-kit
  dependency-version: 1.0.0-rc.4-273829f
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: drizzle
- dependency-name: drizzle-orm
  dependency-version: 1.0.0-rc.4-273829f
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: drizzle
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/drizzle-0302e0b661 branch from 991acfc to be619bb Compare June 7, 2026 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants