Skip to content

deps(deps): bump better-sqlite3 from 11.10.0 to 13.0.3 - #2

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/better-sqlite3-13.0.3
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/better-sqlite3-13.0.3

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps better-sqlite3 from 11.10.0 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
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 dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 24, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/better-sqlite3-13.0.3 branch 2 times, most recently from 43ab4de to b7fee23 Compare August 24, 2026 22:33
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/better-sqlite3-13.0.3 branch 2 times, most recently from 0f869ff to 06593a2 Compare September 8, 2026 22:50
gitayg added a commit that referenced this pull request Sep 9, 2026
… caddy validate + #2 PR poller

Bug — admin personal MCP keys returned empty:
  Personal-MCP-key code path locked everyone (including AppCrane global
  admins) to apps where they're explicitly Owner via app_user_roles.
  Admins typically aren't Owner of anything (they have global power), so
  appcrane_list_apps returned [] and getAppForUser threw 403.
  Fix: short-circuit user.role === 'admin' in both accessibleSlugsForUser
  and getAppForUser → admins keep global access through personal keys.
  /api/me/mcp-keys now returns accessible_app_count + is_admin so the UI
  can render the right copy. Mcp.tsx flips text and zero-app warning.

#1: self-update git "dubious ownership" self-heal
  POST /api/self-update now runs `git config --global --add safe.directory <cwd>`
  before fetch/reset, best-effort. Self-heals the Phase-1 production-server
  failure permanently — every future update auto-whitelists the cwd.

#13: Caddy pre-apply validation
  reloadCaddy() now writes the generated config to /tmp/Caddyfile.appcrane-validate,
  runs `caddy validate --adapter caddyfile` against it, and only swaps into
  /etc/caddy/Caddyfile + reloads if valid. A bad generated config can no
  longer break routing for every app at once. Returns the validate stderr
  in the response so the operator sees the syntax error.

#2: GitHub PR poller — Closes appcrane#N lifecycle bridge
  New services/githubPoller.js. Every APPCRANE_PR_POLL_MS (default 5min),
  iterates apps with github_url and fetches recent PRs (state=all,
  sort=updated, per_page=30). For each PR body matching /clos(es?|ed|ing)
  appcrane#(\d+)/i, looks up enhancement_requests where id matches AND
  app_slug matches the source app, then progresses bucket:
    - PR opened → triage → in_progress
    - PR merged → in_progress → shipped
    - PR closed unmerged → leave alone
  Always reflects pr.html_url onto enhancement_requests.pr_url. Auth via
  the per-app github_token_encrypted (decrypted only in-memory); public
  repos work without a token. Fully outbound — no inbound webhook required,
  works in firewalled installs. Disable with APPCRANE_PR_POLL_DISABLED=1.

Bundle: index-Cbg8tt1K.js (410KB).
gitayg added a commit that referenced this pull request Sep 9, 2026
dockerfileGen only auto-builds Node. Now an app with no Dockerfile that
isn't Node builds with nixpacks instead of getting a broken Node
Dockerfile.

- nixpacks.js: nixpacksAvailable() + nixpacksBuild() — tags/labels the
  image identically to the docker path (appcrane-<slug>-<env>:<commit>,
  labels slug=/env=/appcrane=true) so start/health/prune are unchanged
- docker.js: export imageTagFor so both build paths share the tag
- deployer.js: no-Dockerfile + non-Node → nixpacks (or a clear
  'install nixpacks or add a Dockerfile' error if the binary is absent);
  Node and Dockerfile paths are byte-for-byte unchanged (just wrapped)

Requires the nixpacks binary on the deploy host. Verified: graceful
degradation when absent + tag parity; end-to-end needs a nixpacks host.
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/better-sqlite3-13.0.3 branch 2 times, most recently from 0db8e86 to 3261841 Compare September 10, 2026 01:33
Bumps [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) from 11.10.0 to 13.0.3.
- [Release notes](https://github.com/WiseLibs/better-sqlite3/releases)
- [Commits](WiseLibs/better-sqlite3@v11.10.0...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/better-sqlite3-13.0.3 branch from 3261841 to 524ffbe Compare September 18, 2026 22:40
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants