Skip to content

chore(deps): bump drift from 2.31.0 to 2.32.1 in the drift group across 1 directory#6915

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/drift-231de281ce
Open

chore(deps): bump drift from 2.31.0 to 2.32.1 in the drift group across 1 directory#6915
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/drift-231de281ce

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the drift group with 1 update in the / directory: drift.

Updates drift from 2.31.0 to 2.32.1

Release notes

Sourced from drift's releases.

Drift 2.32.1

  • DevTools extension: Make error messages selectable.
  • For view columns referencing table columns as an alias, we now copy nullability and type converters from the source column (#3765).
  • Fix parsing references() with analyzer 10.2.0 and later.
  • Support analyzer versions >=10.0.0 <13.0.0.

Drift 2.32.0

  • Potentially breaking change Migrate to version 3.x of the sqlite3 package. To upgrade:
    • For the web, update sqlite3.wasm from a 3.x release.
    • If you've previously used sqlcipher_flutter_libs, see this for encryption support and note that SQLite3MultipleCiphers requires additional pragmas to be compatible with SQLCipher databases.
  • serializableConnection(), json1 and TableMigration are no longer marked as experimental.
  • Improve performance of mapping large result sets through joined select statements.
  • In drift files, imports and statements can now be parsed from SQL line comments. This makes drift files easier to use from some SQL editors:
-- import 'tables.drift';
-- deleteById:
DELETE FROM todos WHERE id = :id;
-- allTodos:
SELECT * FROM todos;

Commits
  • ba0cd64 Prepare drift 2.32.1 release
  • f561711 drift3: Share more connection tests
  • 444cd1e Port cancellation test
  • df0aed9 Fix drift_dev tests
  • e343f83 Fix parsing references with analyzer 10.2.0+
  • c762d35 Fix docs build
  • f833123 Support PostgreSQL casts in sqlparser
  • a2c4c6b drift3: Simplify table extensions
  • d8fda9d Docs: Remove sqlite3_flutter_libs mentions
  • 29c8923 devtools: Use selectable texts
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Apr 21, 2026
@dependabot dependabot Bot requested a review from a team as a code owner April 21, 2026 12:45
@dependabot dependabot Bot changed the title chore(deps): bump drift from 2.31.0 to 2.32.1 in the drift group chore(deps): bump drift from 2.31.0 to 2.32.1 in the drift group across 1 directory Apr 21, 2026
@dependabot dependabot Bot force-pushed the dependabot/pub/drift-231de281ce branch 3 times, most recently from 59470c8 to f642468 Compare April 23, 2026 16:03
Bumps the drift group with 1 update in the / directory: [drift](https://github.com/simolus3/drift).


Updates `drift` from 2.31.0 to 2.32.1
- [Release notes](https://github.com/simolus3/drift/releases)
- [Commits](simolus3/drift@drift-2.31.0...drift-2.32.1)

---
updated-dependencies:
- dependency-name: drift
  dependency-version: 2.32.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: drift
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pub/drift-231de281ce branch from f642468 to a908476 Compare April 24, 2026 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update Dart code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants