deps(deps): bump better-sqlite3 from 11.10.0 to 13.0.3 - #2
Open
dependabot[bot] wants to merge 1 commit into
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/better-sqlite3-13.0.3
branch
2 times, most recently
from
August 24, 2026 22:33
43ab4de to
b7fee23
Compare
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/better-sqlite3-13.0.3
branch
2 times, most recently
from
September 8, 2026 22:50
0f869ff to
06593a2
Compare
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
Bot
force-pushed
the
dependabot/npm_and_yarn/better-sqlite3-13.0.3
branch
2 times, most recently
from
September 10, 2026 01:33
0db8e86 to
3261841
Compare
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
Bot
force-pushed
the
dependabot/npm_and_yarn/better-sqlite3-13.0.3
branch
from
September 18, 2026 22:40
3261841 to
524ffbe
Compare
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 11.10.0 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 readmeMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for better-sqlite3 since your current version.