From 354d5ad97c68146cfe33c49bcaa64b667734663a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 14:26:40 +0000 Subject: [PATCH] chore(deps): update node toolchain (asdf + oracle container + xfuse image) --- .github/workflows/ci.yml | 2 +- .tool-versions | 2 +- package-lock.json | 2 +- package.json | 2 +- spike/quickjs/qemu/docker-loop/Dockerfile.xfuse | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f2b1560..ac96e237 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -531,7 +531,7 @@ jobs: # .tool-versions and asserted below, so a bump to one and not the other is a # named failure rather than a silent skew. container: - image: node:24.20.0-alpine + image: node:24.21.0-alpine defaults: run: shell: bash diff --git a/.tool-versions b/.tool-versions index f5f4dda2..f6db94fe 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -nodejs 24.20.0 +nodejs 24.21.0 diff --git a/package-lock.json b/package-lock.json index eab70c37..8641a910 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "clode", "version": "0.20260831.1", "engines": { - "node": "26.8.1" + "node": "26.8.2" } } } diff --git a/package.json b/package.json index fa359b04..45218e94 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "description": "Build a standalone Claude Code binary for any machine: clode repackages the upstream Claude Code bundle into a single executable, either a portable QuickJS/tjs binary (quaude) or a Node SEA (naude). clode contains no Anthropic code; you supply your own Claude Code and build locally.", "engines": { - "node": "26.8.1" + "node": "26.8.2" }, "scripts": { "test": "node test/run.mjs", diff --git a/spike/quickjs/qemu/docker-loop/Dockerfile.xfuse b/spike/quickjs/qemu/docker-loop/Dockerfile.xfuse index 288e396d..da8d1bc8 100644 --- a/spike/quickjs/qemu/docker-loop/Dockerfile.xfuse +++ b/spike/quickjs/qemu/docker-loop/Dockerfile.xfuse @@ -4,7 +4,7 @@ # BC_VERSION → cross-fuse compatible; (b) run `node scripts/stage0.mjs bootstrap` # with CLODE_TARGET_TEMPLATE= to append the trailer onto the sparc # base. node for the launcher; cmake/ninja/gcc for the tjs build. -FROM node:24.20.0-bookworm-slim +FROM node:24.21.0-bookworm-slim RUN apt-get update \ && apt-get install -y --no-install-recommends \