Skip to content

chore(mobile)(deps): bump drift from 2.30.0 to 2.32.1 in /mobile#147

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/mobile/drift-2.32.1
Open

chore(mobile)(deps): bump drift from 2.30.0 to 2.32.1 in /mobile#147
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/mobile/drift-2.32.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2026

Bumps drift from 2.30.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;

Drift 2.31.0

  • In step-by-step migrations, automatically throw an error if a database downgrade is attempted. This has always been unsupported, but could lead to the database silently having a wrong user_version.
  • Fix JSON serialization for views referencing a nullable wrapper of a non-nullable column with a type converter attached to it.

sqlparser version 0.43.1

  • Support parsing DROP, VACUUM, REINDEX, ATTACH, DETACH, SAVEPOINT, RELEASE, ROLLBACK, ANALYZE, PRAGMA and ALTER TABLE statements.
  • Add SchemaBuffer class to apply ALTER TABLE and DROP statements to CREATE statements.

Drift 2.30.1

drift 2.30.1

  • Web: Fix databases being moved from IndexedDB to OPFS even if moveExistingIndexedDbToOpfs is disabled.

drift_dev 2.30.1

  • make_migrations: Don't generate schema test helpers when --no-test is set.
  • Generate managers entrypoint for @DriftAccessors as well.
  • Add ValidationOptions parameter to testWithDataIntegrity.

sqlparser 0.43.0

... (truncated)

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 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 [drift](https://github.com/simolus3/drift) from 2.30.0 to 2.32.1.
- [Release notes](https://github.com/simolus3/drift/releases)
- [Commits](simolus3/drift@drift-2.30.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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 23, 2026

Assignees

The following users could not be added as assignees: Tech-lead, tech-lead. Either they do not exist or they do not have the correct permissions to be added as an assignee.

Labels

The following labels could not be found: dependencies, mobile. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants