chore(deps): update dependency better-sqlite3 to v13 - #3118
Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
📊 Dependency Size ChangesWarning This PR adds 16.9 MB of new dependencies, which exceeds the threshold of 200 kB.
Total size change: 16.9 MB |
renovate
Bot
force-pushed
the
renovate/better-sqlite3-13.x
branch
from
August 3, 2026 18:54
e1370da to
1af3fd4
Compare
renovate
Bot
force-pushed
the
renovate/better-sqlite3-13.x
branch
from
August 3, 2026 19:44
1af3fd4 to
17185e3
Compare
renovate
Bot
force-pushed
the
renovate/better-sqlite3-13.x
branch
from
August 3, 2026 20:26
17185e3 to
c2f988b
Compare
renovate
Bot
force-pushed
the
renovate/better-sqlite3-13.x
branch
from
August 3, 2026 20:38
c2f988b to
8b04f06
Compare
renovate
Bot
force-pushed
the
renovate/better-sqlite3-13.x
branch
from
August 3, 2026 21:17
8b04f06 to
e0b1128
Compare
renovate
Bot
force-pushed
the
renovate/better-sqlite3-13.x
branch
from
August 3, 2026 21:37
e0b1128 to
b706454
Compare
renovate
Bot
force-pushed
the
renovate/better-sqlite3-13.x
branch
from
August 3, 2026 22:26
b706454 to
bc6abd9
Compare
renovate
Bot
force-pushed
the
renovate/better-sqlite3-13.x
branch
from
August 4, 2026 09:43
bc6abd9 to
6ec8fda
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
ghostdevv
force-pushed
the
renovate/better-sqlite3-13.x
branch
2 times, most recently
from
August 4, 2026 11:22
5b91ee3 to
65f6579
Compare
ghostdevv
force-pushed
the
renovate/better-sqlite3-13.x
branch
from
August 4, 2026 11:33
65f6579 to
94edb17
Compare
ghostdevv
approved these changes
Aug 4, 2026
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:
12.11.1→13.0.2Release Notes
WiseLibs/better-sqlite3 (better-sqlite3)
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
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.