Skip to content

Bump drift from 2.26.1 to 2.31.0#21

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/pub/develop/drift-2.31.0
Open

Bump drift from 2.26.1 to 2.31.0#21
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/pub/develop/drift-2.31.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Feb 28, 2026

Bumps drift from 2.26.1 to 2.31.0.

Release notes

Sourced from drift's releases.

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

  • Allow parsing SQL from FileSpans, which is convenient for SQL embedded as text in outer structures.

Drift 2.30.0

Drift

  • Add rightOuterJoin and fullOuterJoin.
  • Wasm: Add the WasmProbeResult.moveFromIndexedDBToOpfs() method and the moveExistingIndexedDbToOpfs parameter on WasmDatabase.open. They can be used to move an existing database stored in IndexedDB to OPFS.

drift_flutter

  • Add isolateSetup parameter to DriftNativeOptions to setup isolates spawned to host database connections.

Generator

  • Schema export: Always export generated SQL statements as a reference.
  • Schema export: Always use temporary file instead of data URI.
  • Support analyzer versions 9.x.
  • Support dothand syntax when analyzing Dart sources.
  • Analysis: Support features added in SQLite version 3.51.0

Drift 2.29.0

Query builder

  • Allow specifying ordering for columns in @TableIndex annotation.

... (truncated)

Commits
  • 853d037 Prepare 2.31.0 release
  • 3f84fb0 Attempt to reproduce #3750
  • 9183487 Step-by-step: Throw on downgrades
  • 4b00da0 drift3: Port expression tests
  • 4fd3baa Revert file_picker usage
  • cdfe8f6 Generate nullable JSON converter wrappers
  • 101b6e6 Fix file_picker usage
  • 61b872b Docs: Explain how to mock time
  • ec5bbde Add SchemaBuffer utility to apply alter table
  • c39a3ce sqlparser: Parse ALTER TABLE statements
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Feb 28, 2026
@dependabot dependabot bot force-pushed the dependabot/pub/develop/drift-2.31.0 branch from 5507288 to 94ffa99 Compare March 15, 2026 21:06
Bumps [drift](https://github.com/simolus3/drift) from 2.26.1 to 2.31.0.
- [Release notes](https://github.com/simolus3/drift/releases)
- [Commits](simolus3/drift@drift-2.26.1...drift-2.31.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pub/develop/drift-2.31.0 branch from 94ffa99 to f92bcfc Compare March 23, 2026 03:08
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