Skip to content

chore(deps): bump sqlite3 from 2.9.4 to 3.2.0 in /packages/common/amplify_db_common_dart in the sqlite3 group#6777

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/packages/common/amplify_db_common_dart/sqlite3-48c3354b94
Open

chore(deps): bump sqlite3 from 2.9.4 to 3.2.0 in /packages/common/amplify_db_common_dart in the sqlite3 group#6777
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/packages/common/amplify_db_common_dart/sqlite3-48c3354b94

Conversation

@dependabot
Copy link
Contributor

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

Bumps the sqlite3 group in /packages/common/amplify_db_common_dart with 1 update: sqlite3.

Updates sqlite3 from 2.9.4 to 3.2.0

Release notes

Sourced from sqlite3's releases.

sqlite3-3.2.0

  • Add package:sqlite3/unstable/ffi_bindings.dart providing low-level access to generated libsqlite3 bindings.
  • Add PreparedStatement.leak to transfer ownership of a prepared statement into native code.
  • Add Database.statementFromPointer, which can be used to access a statement prepared in native code from Dart.

sqlite3-3.1.7

  • Update to sqlite version 3.52.0.

sqlite3-3.1.6

Note: These assets are for version 3.1.6 of the sqlite3 package. If you're on version 2, use these releases instead.

  • Expose the address of sqlite3_close_v2 as static field on Sqlite3 class.
  • Allow wrapping databases without closing them with the borrowed parameter on Sqlite3.fromPointer.
  • Add Database.leak(), which extracts a sqlite3* pointer and disables finalizers.

sqlite3-3.1.5

Note: These assets are for version 3.1.4 of the sqlite3 package. If you're on version 2 (you are if you're using drift, use these releases instead).

  • Build hook: Ensure we use consistent filenames to fix issues on Apple platforms.

sqlite3-3.1.4

Note: These assets are for version 3.1.4 of the sqlite3 package. If you're on version 2 (you are if you're using drift, use these releases instead).

  • Build hook: Fix paths not resolving on Windows when building from source.

sqlite3-3.1.3

Note: These assets are for version 3.1.3 of the sqlite3 package. If you're on version 2 (you are if you're using drift, use these releases instead).

  • Update to SQLite version 3.51.2.

sqlite3-3.1.2

Note: These assets are for version 3.1.2 of the sqlite3 package. If you're on version 2 (you are if you're using drift, use these releases instead).

  • Database.select() will now throw an exception if the SQL string contains invalid text after the first statement.
  • Build hook: Support OS-specific names when using source: system.

sqlite3-3.1.1

Note: These assets are for version 3.1.1 of the sqlite3 package. If you're on version 2 (you are if you're using drift, use these releases instead).

  • 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

Note: These assets are for version 3.1.0 of the sqlite3 package. If you're on version 2 (you are if you're using drift, use these releases instead).

  • 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

Note: These assets are for version 3.0.1 of the sqlite3 package. If you're on version 2 (you are if you're using drift, use these releases instead).

... (truncated)

Commits
  • c3dfeb8 Remove -wip from changelog entry
  • 51d1c9b Prepare releases
  • ad34c02 Updates and stmt cache for connection pool
  • 30be7e6 Remove native_toolchain_c override
  • 5ddc1fb Fix release tag for asset hashes
  • 977e62f Prepare release
  • 2fde160 Update to sqlite 3.52.0
  • b2e2f94 Exclude SQL files from github linguist
  • f118606 Add changelog entry
  • 0733c46 sqlite3_web: Use raw JS objects instead of Dart
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Mar 12, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 12, 2026 12:44
@dependabot dependabot bot added dependencies Pull requests that update a dependency file dart Pull requests that update Dart code labels Mar 12, 2026
@dependabot dependabot bot force-pushed the dependabot/pub/packages/common/amplify_db_common_dart/sqlite3-48c3354b94 branch 4 times, most recently from 9674f1c to 0683839 Compare March 23, 2026 12:44
Bumps the sqlite3 group in /packages/common/amplify_db_common_dart with 1 update: [sqlite3](https://github.com/simolus3/sqlite3.dart).


Updates `sqlite3` from 2.9.4 to 3.2.0
- [Release notes](https://github.com/simolus3/sqlite3.dart/releases)
- [Commits](simolus3/sqlite3.dart@sqlite3-2.9.4...sqlite3-3.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pub/packages/common/amplify_db_common_dart/sqlite3-48c3354b94 branch from 0683839 to 9681fcd Compare March 24, 2026 12:44
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