chore(deps): bump better-sqlite3 from 12.11.1 to 13.0.2 in /server/src/home-mind-server - #57
Conversation
Bumps [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) from 12.11.1 to 13.0.2. - [Release notes](https://github.com/WiseLibs/better-sqlite3/releases) - [Commits](WiseLibs/better-sqlite3@v12.11.1...v13.0.2) --- updated-dependencies: - dependency-name: better-sqlite3 dependency-version: 13.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
Parking this one — the failure is upstream, not here. better-sqlite3 v13.0.2 ships zero prebuilt binaries ( Both arch builds fail for that reason; the test job passes because the local runner has a toolchain. Adding python3 + build-essential to the builder image would fix it, but that lengthens every multi-arch build in exchange for a SQLite point release we do not need — and 12.11.1 is working fine. Closing rather than ignoring the major, so Dependabot will offer 13.0.3+ once upstream restores prebuilds, and we can revisit then. |
|
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. |
PRs #55 and #56 landed on master without a version bump, which is a no-op for users: the store compares nives/config.yaml, so the updates would never be offered, and the GHCR 2.4.19 tag would quietly get rebuilt with different contents than its changelog describes. Same shape as the 2.1.14 no-op. Contents: docker/login-action 4.5.2 -> 4.6.0 (CI only), openai 7.3.0 -> 7.4.0, undici 8.9.0 -> 8.10.0, tsx -> 4.23.5. All minors inside majors already verified in this repo. typecheck clean, 337 tests green, npm audit 0. #57 (better-sqlite3 12.11.1 -> 13.0.2) closed, not merged. Upstream published v13.0.2 with ZERO prebuilt binaries (v12.11.1 has 138), so npm ci falls back to compiling from source and the builder stage has no Python or C++ toolchain - both arch builds failed on `gyp ERR! Could not find any Python installation`. Closed rather than ignored, so Dependabot re-offers 13.0.3+ if prebuilds return.
Bumps better-sqlite3 from 12.11.1 to 13.0.2.
Release notes
Sourced from better-sqlite3's releases.
... (truncated)
Commits
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 readme6efdbc513.0.132ee0abMerge remote-tracking branch 'origin/master'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)