Skip to content

build(deps): bump better-sqlite3 from 12.11.1 to 13.0.3 in /docs - #162

Merged
ManukMinasyan merged 1 commit into
4.xfrom
dependabot/npm_and_yarn/docs/better-sqlite3-13.0.3
Aug 18, 2026
Merged

build(deps): bump better-sqlite3 from 12.11.1 to 13.0.3 in /docs#162
ManukMinasyan merged 1 commit into
4.xfrom
dependabot/npm_and_yarn/docs/better-sqlite3-13.0.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 13, 2026

Copy link
Copy Markdown
Contributor

Bumps better-sqlite3 from 12.11.1 to 13.0.3.

Release notes

Sourced from better-sqlite3's releases.

v13.0.3

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v13.0.2...v13.0.3

v13.0.2

What's Changed

New Contributors

Full Changelog: WiseLibs/better-sqlite3@v13.0.1...v13.0.2

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.

... (truncated)

Commits

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 13, 2026
Bumps [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) from 12.11.1 to 13.0.3.
- [Release notes](https://github.com/WiseLibs/better-sqlite3/releases)
- [Commits](WiseLibs/better-sqlite3@v12.11.1...v13.0.3)

---
updated-dependencies:
- dependency-name: better-sqlite3
  dependency-version: 13.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/docs/better-sqlite3-13.0.3 branch from d4b6152 to 974cd4c Compare August 13, 2026 19:51
@ManukMinasyan
ManukMinasyan merged commit bfc550f into 4.x Aug 18, 2026
3 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/docs/better-sqlite3-13.0.3 branch August 18, 2026 17:08
ManukMinasyan added a commit that referenced this pull request Aug 19, 2026
Deploy Docs has failed on every push to 4.x since better-sqlite3 was bumped to
13.0.3 (#162). docus 5.12.3 declares a `better-sqlite3: 12.x` peer, so `npm ci`
died on ERESOLVE and the docs never deployed. Pinned back to ^12.11.1, which is
the range docus actually supports.

Patched the two open advisories the lockfile carried, via overrides because both
come from transitive deps:

- esbuild <0.28.1, arbitrary file read via the dev server (dependabot #143)
- sharp <0.35.0, inherited libvips CVEs (hoisted copy was 0.34.5)

`npm audit --omit=dev` now reports zero vulnerabilities, and `npm ci` plus
`npm run generate` both complete locally.

Both open issue reports on this package ran Laravel 13, which the dev
constraints did not allow. Widened testbench and Pest to accept 11.x/5.x
alongside 10.x/4.x, and added a Laravel 13 job to the test matrix. The suite
passes on both: 161 tests on L12.67 with Pest 4, and on L13.26 with Pest 5.
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant