Bump better-sqlite3 from 12.6.2 to 13.0.1#100
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) from 12.6.2 to 13.0.1. - [Release notes](https://github.com/WiseLibs/better-sqlite3/releases) - [Commits](WiseLibs/better-sqlite3@v12.6.2...v13.0.1) --- updated-dependencies: - dependency-name: better-sqlite3 dependency-version: 13.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/better-sqlite3-13.0.1
branch
from
July 26, 2026 06:19
c8d6a33 to
c6931c2
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.
Bumps better-sqlite3 from 12.6.2 to 13.0.1.
Release notes
Sourced from better-sqlite3's releases.
... (truncated)
Commits
6efdbc513.0.132ee0abMerge remote-tracking branch 'origin/master'bce8300fixed overly strict regression in parameter bindingecfe2f713.0.0ae19080fixed typos57d4bbbimplemented Database#explain()49fd7e6added docs for Statement#toString()1cb18ecimplemented Statement#toString()af60f6bupdated github workflow dep versions6ffd750fixed tests for SqliteErrorInstall script changes
This version modifies
installscript that runs during installation. Review the package contents before updating.Note
Medium Risk
Major bump of a native SQLite dependency used for local queue/storage; install and Electron rebuild behavior may change even though JS call sites are unchanged.
Overview
Bumps
better-sqlite3from 12.6.2 to 13.0.1 inpackage.jsonand refreshespackage-lock.json. There are no application source changes; existing usage in modules such asstills-queueand storage cleanup stays the same.v13 moves the native addon to N-API (
node-addon-api) and drops theprebuild-installdependency tree from the lockfile. The package now declaresnode:>=22, which is worth aligning with CI/dev and the existingrebuild:electron/rebuild:nodescripts when installing or packaging.Upstream adds optional APIs (
db.explain(),preparedStatement.toString()) and fixes aroundSqliteErrorand cross-realm binding; this PR does not adopt those APIs.Reviewed by Cursor Bugbot for commit c6931c2. Bugbot is set up for automated code reviews on this repo. Configure here.