Skip to content

chore(deps): bump better-sqlite3 from 12.11.1 to 13.0.1 in /apps/server - #235

Open
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/npm_and_yarn/apps/server/better-sqlite3-13.0.1
Open

chore(deps): bump better-sqlite3 from 12.11.1 to 13.0.1 in /apps/server#235
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/npm_and_yarn/apps/server/better-sqlite3-13.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps better-sqlite3 from 12.11.1 to 13.0.1.

Release notes

Sourced from better-sqlite3's releases.

v13.0.1

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.0

Version 13.0.0 marks a major milestone, as it's the first version of better-sqlite3 to 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 deprecated prebuild-install dependency, and now prebuilt binaries are published directly with the better-sqlite3 code itself. If your platform/architecture doesn't have a prebuilt binary, it should compile during install as before.

What's Changed

New Contributors

Full Changelog: WiseLibs/better-sqlite3@v12.12.0...v13.0.0

v12.12.0

What's Changed

[!WARNING]

BREAKING: Starting with Electron v43, binary assets will require glibc 2.41 or higher on Linux hosts.

Full Changelog: WiseLibs/better-sqlite3@v12.11.2...v12.12.0

v12.11.2

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v12.11.1...v12.11.2

Commits
  • 6efdbc5 13.0.1
  • 32ee0ab Merge remote-tracking branch 'origin/master'
  • bce8300 fixed overly strict regression in parameter binding
  • ecfe2f7 13.0.0
  • ae19080 fixed typos
  • 57d4bbb implemented Database#explain()
  • 49fd7e6 added docs for Statement#toString()
  • 1cb18ec implemented Statement#toString()
  • af60f6b updated github workflow dep versions
  • 6ffd750 fixed tests for SqliteError
  • Additional commits viewable in compare view
Install script changes

This version modifies install script that runs during installation. Review the package contents before updating.


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 this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 27, 2026
@nearform-lastlight

nearform-lastlight Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

🤖 dependabot-ci-fix for #235

chore(deps): bump better-sqlite3 from 12.11.1 to 13.0.1 in /apps/server

Branch: dependabot/npm_and_yarn/apps/server/better-sqlite3-13.0.1
Live run: watch on the dashboard

  • Fix failing checksFix pushed to dependabot/npm_and_yarn/apps/server/better-sqlite3-13.0.1.

@nearform-lastlight nearform-lastlight Bot added dependency-functional Dependency update has functional impact — needs human review. requires-human Last Light can't proceed automatically; a maintainer must handle it. labels Jul 27, 2026
@nearform-lastlight

Copy link
Copy Markdown
Contributor

This is a major version bump (better-sqlite3 12.x → 13.x) and does not qualify for auto-merge.

Key changes in v13.0.0:

  • Migrated from node-addon-api + prebuild-install to the N-API stable ABI. The binary distribution model changed: prebuilt binaries are now published with the package rather than downloaded at install time via prebuild-install.
  • Removed several transitive dependencies (bindings, prebuild-install, rc, tar-fs, tar-stream, pump, simple-get, etc.).
  • Node.js engine requirement tightened from 20.x || 22.x || 23.x || 24.x || 25.x || 26.x to >=22.
  • New API surface added (db.explain(), Statement#toString()).
  • v13.0.1 patches a regression in parameter binding (overly strict rejection of plain objects from other realms, e.g. in Jest).

Please verify that the server's Node.js runtime satisfies >=22, that the install script change noted by Dependabot is acceptable, and that the application's SQLite usage is unaffected by the parameter-binding change before merging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file dependency-functional Dependency update has functional impact — needs human review. javascript Pull requests that update javascript code requires-human Last Light can't proceed automatically; a maintainer must handle it.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants