build(deps): bump better-sqlite3 from 12.11.1 to 13.0.3 in /docs - #162
Merged
ManukMinasyan merged 1 commit intoAug 18, 2026
Merged
Conversation
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
Bot
force-pushed
the
dependabot/npm_and_yarn/docs/better-sqlite3-13.0.3
branch
from
August 13, 2026 19:51
d4b6152 to
974cd4c
Compare
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.
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.3.
Release notes
Sourced from better-sqlite3's releases.
... (truncated)
Commits
dbc2ea113.0.3b872585use Ubuntu 22.04-arm (#1510)569e85a13.0.2df1324bfix: this dependabot configuration does not set a co... in... (#1508)b9fbe5ffixed segfault from making calls while worker thread is terminating71707c4validate the parameters of table properly (#1504)6478c99Update SQLite to version 3.53.4 (#1506)6d24034add gypfile option to package.json (#1505)ab6232efixed typo in docs57d751cupdated readme