Update dependency better-sqlite3 to v13 - #316
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
renovate
Bot
force-pushed
the
renovate/better-sqlite3-13.x
branch
from
July 29, 2026 05:05
d6f429d to
dc5ecad
Compare
renovate
Bot
force-pushed
the
renovate/better-sqlite3-13.x
branch
from
August 5, 2026 05:26
dc5ecad to
69870f7
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate
Bot
force-pushed
the
renovate/better-sqlite3-13.x
branch
from
August 14, 2026 22:47
69870f7 to
9ea1a73
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This PR contains the following updates:
~5.4.0→~13.0.0Release Notes
WiseLibs/better-sqlite3 (better-sqlite3)
v13.0.3Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v13.0.2...v13.0.3
v13.0.2Compare Source
What's Changed
New Contributors
Full Changelog: WiseLibs/better-sqlite3@v13.0.1...v13.0.2
v13.0.1Compare Source
Full Changelog: WiseLibs/better-sqlite3@v13.0.0...v13.0.1
Fixed a regression in parameter binding where it would be overly strict and reject plain objects from other realms (e.g., in jest tests).
v13.0.0Compare Source
Version
13.0.0marks a major milestone, as it's the first version ofbetter-sqlite3to run on the N-API. This means prebuilt binaries should theoretically work across different versions of Node.js and Electron, and perhaps even other runtimes like Bun. As a result, we've removed the deprecatedprebuild-installdependency, and now prebuilt binaries are published directly with thebetter-sqlite3code itself. If your platform/architecture doesn't have a prebuilt binary, it should compile during install as before.What's Changed
db.explain()method, for running EXPLAIN queries without needing to supply bound parameters.preparedStatement.toString()method, for getting the expanded SQL of a prepared statement.SqliteErrorcross-realm andError.isErrorcompatibility by @dennismutuku2005 in #1473New Contributors
Full Changelog: WiseLibs/better-sqlite3@v12.12.0...v13.0.0
v12.11.1Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v12.11.0...v12.11.1
v12.10.1Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v12.10.0...v12.10.1
v12.10.0Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v12.9.1...v12.10.0
v12.9.0Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v12.8.0...v12.9.0
v12.8.0Compare Source
What's Changed
New Contributors
Why SQLite v3.51.3 instead of v3.52.0
From the SQLite team:
Full Changelog: WiseLibs/better-sqlite3@v12.7.1...v12.8.0
v12.6.2Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v12.6.1...v12.6.2
v12.6.0Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v12.5.0...v12.6.0
v12.5.0Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v12.4.6...v12.5.0
v12.4.6Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v12.4.5...v12.4.6
v12.4.5Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v12.4.4...v12.4.5
v12.4.1Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v12.4.0...v12.4.1
v12.3.0Compare Source
What's Changed
windows-2022by @m4heshd in #1388New Contributors
Full Changelog: WiseLibs/better-sqlite3@v12.2.0...v12.3.0
v12.2.0Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v12.1.1...v12.2.0
v12.1.1Compare Source
What's Changed
v37prebuilds by @m4heshd in #1386Full Changelog: WiseLibs/better-sqlite3@v12.1.0...v12.1.1
v12.1.0Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v12.0.0...v12.1.0
v12.0.0Compare Source
What's Changed
New Contributors
Full Changelog: WiseLibs/better-sqlite3@v11.10.0...v12.0.0
v11.10.0Compare Source
What's Changed
New Contributors
Full Changelog: WiseLibs/better-sqlite3@v11.9.1...v11.10.0
v11.9.1Compare Source
What's Changed
node:18-bullseyeimage for Linux x64 builds by @m4heshd in #1349Full Changelog: WiseLibs/better-sqlite3@v11.9.0...v11.9.1
v11.9.0Compare Source
What's Changed
v35prebuilds by @m4heshd in #1340ubuntu-22.04by @m4heshd in #1341New Contributors
Full Changelog: WiseLibs/better-sqlite3@v11.8.1...v11.9.0
v11.8.1Compare Source
What's Changed
SQLITE_ENABLE_UPDATE_DELETE_LIMITdue to breaking change in SQLite core (closes #1318)New Contributors
Full Changelog: WiseLibs/better-sqlite3@v11.8.0...v11.8.1
v11.8.0Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v11.7.2...v11.8.0
v11.7.2Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v11.7.1...v11.7.2
v11.7.0Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v11.6.0...v11.7.0
v11.6.0Compare Source
What's Changed
New Contributors
Full Changelog: WiseLibs/better-sqlite3@v11.5.0...v11.6.0
v11.5.0Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v11.4.0...v11.5.0
v11.4.0Compare Source
What's Changed
New Contributors
Full Changelog: WiseLibs/better-sqlite3@v11.3.0...v11.4.0
v11.3.0Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v11.2.1...v11.3.0
v11.2.1Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v11.2.0...v11.2.1
v11.2.0Compare Source
What's Changed
New Contributors
Full Changelog: WiseLibs/better-sqlite3@v11.1.2...v11.2.0
v11.1.2Compare Source
What's Changed
New Contributors
Full Changelog: WiseLibs/better-sqlite3@v11.1.1...v11.1.2
v11.1.1Compare Source
What's Changed
New Contributors
Full Changelog: WiseLibs/better-sqlite3@v11.1.0...v11.1.1
v11.0.0Compare Source
Full Changelog: WiseLibs/better-sqlite3@v10.1.0...v11.0.0
Major version was bumped due to dropping support of Node.js v21 and Electron v25.
v10.1.0Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v10.0.0...v10.1.0
v10.0.0Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v9.6.0...v10.0.0
v9.6.0Compare Source
What's Changed
v30prebuilds by @m4heshd in #1175Full Changelog: WiseLibs/better-sqlite3@v9.5.0...v9.6.0
v9.5.0Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v9.4.5...v9.5.0
v9.4.5Compare Source
Fixed pre-built binaries for some platforms. (#1168)
Full Changelog: WiseLibs/better-sqlite3@v9.4.4...v9.4.5
v9.4.4Compare Source
What's Changed
New Contributors
Full Changelog: WiseLibs/better-sqlite3@v9.4.3...v9.4.4
v9.4.3Compare Source
What's Changed
v29by @m4heshd in #1148Full Changelog: WiseLibs/better-sqlite3@v9.4.2...v9.4.3
v9.4.2Compare Source
NOTE: Electron v29 prebuilds are broken in this release.
We'll get a new release out as soon as we can.
What's Changed
v29prebuilds by @m4heshd in #1147Full Changelog: WiseLibs/better-sqlite3@v9.4.1...v9.4.2
v9.4.1Compare Source
What's Changed
armbased macOS builds natively by @m4heshd in #1135arm64prebuilds by @m4heshd in #1141Full Changelog: WiseLibs/better-sqlite3@v9.4.0...v9.4.1
v9.4.0Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v9.3.0...v9.4.0
v9.3.0Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v9.2.2...v9.3.0
v9.2.2Compare Source
This is identical to v9.2.1, but GitHub Actions failed to fully publish the binaries due to a network error, and failed to re-run the build job.
v9.2.1Compare Source
What's Changed
v28prebuilds by @m4heshd in #1113Full Changelog: WiseLibs/better-sqlite3@v9.2.0...v9.2.1
v9.2.0Compare Source
What's Changed
New Contributors
Full Changelog: WiseLibs/better-sqlite3@v9.1.1...v9.2.0
v9.1.1Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v9.1.0...v9.1.1
v9.1.0Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v9.0.0...v9.1.0
v9.0.0Compare Source
The major number was bumped as this build drops official support for Node 16, which is EOL.
What's Changed
v27prebuilds by @m4heshd in #1082v16(runtime EOL) by @m4heshd in #1061Full Changelog: WiseLibs/better-sqlite3@v8.7.0...v9.0.0
v8.7.0Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v8.6.0...v8.7.0
v8.6.0Compare Source
What's Changed
6ee3399nativeBindingsupports addon object by @destyk in #974New Contributors
Full Changelog: WiseLibs/better-sqlite3@v8.5.2...v8.6.0
v8.5.2Compare Source
What's Changed
New Contributors
Full Changelog: WiseLibs/better-sqlite3@v8.5.1...v8.5.2
v8.5.1Compare Source
What's Changed
v26prebuilds by @m4heshd in #1042Full Changelog: WiseLibs/better-sqlite3@v8.5.0...v8.5.1
v8.5.0Compare Source
What's Changed
v25prebuilds by @m4heshd in #1013Full Changelog: WiseLibs/better-sqlite3@v8.4.0...v8.5.0
v8.4.0Compare Source
What's Changed
New Contributors
Full Changelog: WiseLibs/better-sqlite3@v8.3.0...v8.4.0
v8.3.0Compare Source
What's Changed
v24prebuilds by @m4heshd in #983ubuntu-20.04by @m4heshd in #982New Contributors
Full Changelog: WiseLibs/better-sqlite3@v8.2.0...v8.3.0
v8.2.0Compare Source
What's Changed
pr_bodytext ofupdate-sqliteworkflow by @m4heshd in #946New Contributors
Full Changelog: WiseLibs/better-sqlite3@v8.1.0...v8.2.0
v8.1.0Compare Source
What's Changed
v23prebuilds by @m4heshd in #951Full Changelog: WiseLibs/better-sqlite3@v8.0.1...v8.1.0
v8.0.1Compare Source
What's Changed
v21prebuilds by @m4heshd in #909v22prebuilds by @m4heshd in #915New Contributors
Full Changelog: WiseLibs/better-sqlite3@v8.0.0...v8.0.1
v8.0.0Compare Source
Breaking Changes
10.xand12.x.Non-breaking Changes
3.40.0.New Contributors
Full Changelog: WiseLibs/better-sqlite3@v7.6.2...v8.0.0
v7.6.2Compare Source
What's Changed
prebuilddependency to v11.0.4 by @m4heshd in #845v19prebuilds by @m4heshd in #834Full Changelog: WiseLibs/better-sqlite3@v7.6.1...v7.6.2
v7.6.1Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v7.6.0...v7.6.1
v7.6.0Compare Source
What's Changed
New Contributors
Full Changelog: WiseLibs/better-sqlite3@v7.5.3...v7.6.0
v7.5.3Compare Source
Full Changelog: WiseLibs/better-sqlite3@v7.5.2...v7.5.3
v7.5.2Compare Source
What's Changed
v18prebuilds by @m4heshd in JoshuaWise#800Full Changelog: WiseLibs/better-sqlite3@v7.5.1...v7.5.2
v7.5.1Compare Source
What's Changed
v17prebuilds by @m4heshd in JoshuaWise#757armv7andarm64and other improvements by @m4heshd in JoshuaWise#758b544892Full Changelog: WiseLibs/better-sqlite3@v7.5.0...v7.5.1
v7.5.0Compare Source
3.37.2.busyproperty to prepared StatementsnativeBindingoption to the Database constructorcodeproperty ofSqliteErrorto be enumerableSqliteErrorto the API documentationtardependencybetter-sqlite3(by using afileslist inpackage.json)v7.4.6Compare Source
What's Changed
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.