Skip to content

build(deps): bump better-sqlite3 from 11.10.0 to 13.0.2 - #911

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/main/better-sqlite3-13.0.1
Open

build(deps): bump better-sqlite3 from 11.10.0 to 13.0.2#911
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/main/better-sqlite3-13.0.1

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps better-sqlite3 from 11.10.0 to 13.0.2.

Release notes

Sourced from better-sqlite3's releases.

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.

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

v12.11.2

What's Changed

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for better-sqlite3 since your current version.


@dependabot dependabot Bot added the infrastructure CI, Docker, deployment label Jul 24, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, javascript. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/main/better-sqlite3-13.0.1 branch from 6d77278 to 1aa31cb Compare July 25, 2026 19:12
@dependabot dependabot Bot changed the title chore(deps): bump better-sqlite3 from 11.10.0 to 13.0.1 build(deps): bump better-sqlite3 from 11.10.0 to 13.0.1 Jul 25, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/main/better-sqlite3-13.0.1 branch from 1aa31cb to 4d30865 Compare July 25, 2026 19:17
@dependabot dependabot Bot changed the title build(deps): bump better-sqlite3 from 11.10.0 to 13.0.1 build(deps): bump better-sqlite3 from 11.10.0 to 13.0.2 Aug 5, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/main/better-sqlite3-13.0.1 branch from 4d30865 to 1e1b5fb Compare August 5, 2026 17:54
Petah1 and others added 2 commits August 6, 2026 11:28
…Node18 break, unbounded contract fuzz tests, and tar self-reference bug

- overrides.brace-expansion was pinned to 1.1.11, itself vulnerable to
  several later-disclosed DoS advisories; bump to 2.1.4 so `npm audit
  --omit=dev --audit-level=high` passes again.
- @paralleldrive/cuid2 ^3.3.0 is ESM-only, which Node 18 can't require()
  (unlike 20.19+/22's newer require(esm) support), crashing any
  ts-node-spawned process — e.g. the backup-restore smoke test — under
  the test(18) CI matrix leg. Downgrade to ^2.3.1, the last
  CJS-compatible release with the same createId() API.
- ci.yml's Soroban Contracts job never set PROPTEST_CASES, so the
  connection contract's invariant suite alone ran 10,000 cases and took
  27+ minutes, blowing the job's 30-minute timeout. contract-ci.yml
  already had this fixed; bring ci.yml's step in sync (split into unit
  tests + capped invariant fuzz tests, mirroring contract-ci.yml).
- deploy-staging.yml/deploy-mainnet.yml's tar step still failed with
  "file changed as we read it" despite the prior --exclude=release.tar.gz
  fix: writing the archive inside the directory being archived changes
  that directory's mtime mid-walk regardless of the exclude. Write to
  $RUNNER_TEMP instead and move the result into place.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Bumps [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) from 11.10.0 to 13.0.2.
- [Release notes](https://github.com/WiseLibs/better-sqlite3/releases)
- [Commits](WiseLibs/better-sqlite3@v11.10.0...v13.0.2)

---
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 force-pushed the dependabot/npm_and_yarn/main/better-sqlite3-13.0.1 branch from 1e1b5fb to 9fe7a48 Compare August 6, 2026 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

infrastructure CI, Docker, deployment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant