Skip to content

build(deps): bump sqlite3 from 2.9.4 to 3.1.1 - #2194

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/sqlite3-3.1.1
Closed

build(deps): bump sqlite3 from 2.9.4 to 3.1.1#2194
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/sqlite3-3.1.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 1, 2025

Copy link
Copy Markdown
Contributor

Bumps sqlite3 from 2.9.4 to 3.1.1.

Release notes

Sourced from sqlite3's releases.

sqlite3-3.1.1

  • Hooks: Respect HTTPS_PROXY and related environment variables when downloading SQLite (requires Dart 3.11 or later).
  • Update SQLite to version 3.51.1.

sqlite3-3.1.0

  • Build hook: Allow using name key with source: system to load SQLite libraries under a different name (e.g. name: sqlcipher to load SQLCipher).
  • Wasm: Fix an internal memory corruption issue when more than 16 Dart handles are referenced from C.

sqlite3-3.0.1

  • Build hook: Use clang from XCode when pre-compiling SQLite for iOS and macOS.

sqlite3 3.0.0

  • Breaking change: Use build hooks to load SQLite instead of DynamicLibrary.
    • The SQLite library can only be customized with user defines.
    • You should drop your dependencies on sqlite3_flutter_libs and sqlcipher_flutter_libs when upgrading.
    • You can also remove dependencies on sqlite3_native_assets, since that package is now part of package:sqlite3.
  • Breaking change: Parameters to SqliteExceptions are now named.
  • Deprecated dispose() on CommonDatabase and CommonPreparedStatement. Use close() instead.
  • On native platforms, use native finalizers to reliably clear statements and databases.
  • On the web, use regular finalizers more consistently.
  • Refactor binding text and blob values to reduce the chance of memory leaks.
  • On the web, use externrefs to call Dart functions from compiled WebAssembly sources.
  • Add busyHandler setter to install a custom sqlite3_busy_handler on databases.

sqlite3-3.0.0-beta.2

  • On native platforms, use native finalizers to reliably clear statements and databases.
  • On the web, use regular finalizers more consistently.
  • Refactor binding text and blob values to reduce the chance of memory leaks.
  • Deprecated dispose() on CommonDatabase and CommonPreparedStatement. Use close() instead.

sqlite3-3.0.0-beta.1

  • Fix crashes with Flutter on Linux
Commits
  • a6ebb6e Update asset hashes again
  • c598bbe Don't rebuild sqlite on asset_hashes.dart change
  • f03daa1 Prepare version 3.1.1
  • 830e787 Update sqlite to 3.51.1
  • 783d512 Update native_toolchain_c override
  • 739530e Use HTTP proxy for downloads
  • adfb074 Use source hashes to invalidate sqlite build
  • a0644dc Update asset hashes for release
  • a5e1c70 Make builds for Apple platforms more deterministic
  • 061b1a3 CI: Avoid hashFiles to work around macOS bug
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot Bot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Dec 1, 2025
@dependabot
dependabot Bot force-pushed the dependabot/pub/sqlite3-3.1.1 branch 2 times, most recently from 0eda686 to cde207f Compare December 17, 2025 05:13
@dependabot
dependabot Bot force-pushed the dependabot/pub/sqlite3-3.1.1 branch from cde207f to a235e6c Compare December 17, 2025 12:14
Bumps [sqlite3](https://github.com/simolus3/sqlite3.dart) from 2.9.4 to 3.1.1.
- [Release notes](https://github.com/simolus3/sqlite3.dart/releases)
- [Commits](simolus3/sqlite3.dart@sqlite3-2.9.4...sqlite3-3.1.1)

---
updated-dependencies:
- dependency-name: sqlite3
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pub/sqlite3-3.1.1 branch from a235e6c to 138a43d Compare December 21, 2025 09:18
@dependabot @github

dependabot Bot commented on behalf of github Jan 5, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #2220.

@dependabot dependabot Bot closed this Jan 5, 2026
@dependabot
dependabot Bot deleted the dependabot/pub/sqlite3-3.1.1 branch January 5, 2026 14:06
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