chore(deps)(deps-dev): bump better-sqlite3 from 12.11.1 to 13.0.1#376
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps)(deps-dev): bump better-sqlite3 from 12.11.1 to 13.0.1#376dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) from 12.11.1 to 13.0.1. - [Release notes](https://github.com/WiseLibs/better-sqlite3/releases) - [Commits](WiseLibs/better-sqlite3@v12.11.1...v13.0.1) --- updated-dependencies: - dependency-name: better-sqlite3 dependency-version: 13.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
pathosDev
added a commit
that referenced
this pull request
Jul 22, 2026
…| v13 Bump the better-sqlite3 dev dependency 12.11.1 -> 13.0.1 and widen the optional peer range from ^12.9.0 to ^12.9.0 || ^13.0.0 so the two stay consistent — Dependabot's #376 only bumped the devDependency, which would have left the peer range excluding the very version we test against. better-sqlite3 13 migrated to Node-API: its old prebuild-install / bindings / file-uri-to-path native-binding dependency tree is replaced by node-addon-api, which improves prebuilt-binary portability across Node versions. The BetterSqliteDriver surface (open/exec/prepare/run/get/all/transaction/close) is unchanged, so no consumer migration is required. Ran `bun install` to sync bun.lock; as in the neighbouring commit it also reconciles the stale package.json range mirror (fastify, hono, @fastify/*, fast-check, and @types/node's ^24.0.0 -> ^24.13.3) — no resolved versions change beyond the better-sqlite3 subtree. @types/node stays pinned to the v24 support floor per the documented decision in this release's CHANGELOG; #374's bump to 26 was deliberately not taken. Refs #376 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
pathosDev
added a commit
that referenced
this pull request
Jul 22, 2026
Dependency maintenance from the three open Dependabot PRs, reworked to fit the repo workflow and verification gates: - brace-expansion 5.0.5 -> 5.0.7 in the two Angular example frontends — surgical security patch; #375's bundled unrelated lockfile drift (Angular 21->22, @InQuirer, svelte/vite, ...) was dropped. Refs #375 - better-sqlite3 12.11.1 -> 13.0.1 with the optional peer range widened to ^12.9.0 || ^13.0.0; bun.lock synced. The Node driver path (which no CI check exercises) was verified against v13. Refs #376 #374 (@types/node -> 26) was deliberately NOT taken: the [Unreleased] CHANGELOG pins @types/node to the v24 support floor on purpose, so that framework code cannot accidentally use Node-26-only APIs. Running `bun install` also reconciled bun.lock's stale package.json range mirror, which unblocks the Docker `integration` frozen-lockfile check that both dependency PRs were failing.
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
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.11.1 to 13.0.1.
Release notes
Sourced from better-sqlite3's releases.
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.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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)