Skip to content

Bump drift from 2.30.0 to 2.31.0#39

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

Bump drift from 2.30.0 to 2.31.0#39
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/drift-2.31.0

Conversation

@dependabot
Copy link
Copy Markdown

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

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

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.31.0.
- [Release notes](https://github.com/simolus3/drift/releases)
- [Commits](simolus3/drift@drift-2.30.0...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 added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Mar 1, 2026
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