chore(deps)(deps): Bump better-sqlite3 from 12.11.1 to 13.0.1 - #69
Merged
rodrigobnogueira merged 1 commit intoJul 31, 2026
Merged
Conversation
This was referenced Jul 30, 2026
rodrigobnogueira
added a commit
to nest-native/messaging
that referenced
this pull request
Jul 31, 2026
Isolated major-version review, matching the one done for @nest-native/jobs. better-sqlite3 13 is an N-API rewrite: its JavaScript surface is purely additive (db.explain(), statement.toString()) with no removals, and SqliteError still carries the `code` the inbox's exactly-once dedup keys on — verified SQLITE_CONSTRAINT_UNIQUE on 13.0.2. The full suite (135 tests), 100% coverage, typecheck, and both sample smokes (showcase + Kafka) pass against 13.0.2. The range is WIDENED, not moved: better-sqlite3 13 requires Node >=22 while this package still supports Node >=20, so the devDependency stays on 12.x and the Node-20 CI legs keep installing. A new CI leg installs 13 on Node 22 and runs the suite there, so both ends of the published peer range are tested rather than assumed; the guidelines record that rule. Behaviorally unchanged — this only lets consumers on Node 22+ upgrade their own better-sqlite3 without an npm ERESOLVE. Together with jobs 0.2.1 it unblocks nest-native/reference-app#69.
rodrigobnogueira
added a commit
that referenced
this pull request
Jul 31, 2026
Both releases widened their better-sqlite3 peer range to ^11 || ^12 || ^13. The jobs bump crosses a 0.x minor, so the old "^0.1.0" range could never pick it up — which is why #69 (better-sqlite3 13) kept failing to install with ERESOLVE even after the libraries shipped. messaging's "^0.5.0" already covered 0.5.1; pinned explicitly for clarity. No application code changes: the app only reads tick() results, never constructs a TickReport, so jobs 0.2.0's added `scheduled` field is not a break here. Cron schedules stay opt-in and are not adopted in this change. Verified locally: typecheck, lint, complexity, build, audit, and the full suite (86 passing, unchanged from main).
Contributor
|
@dependabot rebase |
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
Bot
force-pushed
the
dependabot/npm_and_yarn/better-sqlite3-13.0.1
branch
from
July 31, 2026 00:25
9442be4 to
a2f62f4
Compare
rodrigobnogueira
deleted the
dependabot/npm_and_yarn/better-sqlite3-13.0.1
branch
July 31, 2026 00:35
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.