build(deps): low-risk batch -- docker digest, go group, npm group (supersedes #204/#205/#207) - #242
Merged
Merged
Conversation
…pile Dockerfile Supersedes Dependabot PR #204 -- digest-only bump, no local gate exercises Docker. Claude-Session: https://claude.ai/code/session_01FW5GkkAG8du7tNdYLk2zSd Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…schema/v6, goldmark, x/net, modernc.org/sqlite Supersedes Dependabot PR #205. Direct bumps: dbos-inc/dbos-transact-golang v1.0.0->v1.1.0, santhosh-tekuri/jsonschema/v6 v6.0.2->v6.0.3, yuin/goldmark v1.8.2->v1.8.5, golang.org/x/net v0.56.0->v0.58.0, modernc.org/sqlite v1.54.0->v1.56.0. go mod tidy pulled transitive updates (x/mod, x/text, x/tools, mattn/go-isatty, modernc.org/libc, google/pprof) matching Dependabot's go.sum exactly. Gates: go vet ./..., go test . ./internal/... -race -count=1 (all packages pass), go build -tags server, go build (desktop) -- all green. Claude-Session: https://claude.ai/code/session_01FW5GkkAG8du7tNdYLk2zSd Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…ow/react, papaparse, react-querybuilder, zustand, dependency-cruiser, globals Supersedes Dependabot PR #207. Direct bumps: @faker-js/faker 10.5.0->10.6.0, @primer/react 38.35.0->38.35.1, @xyflow/react 12.11.2->12.11.3, papaparse 5.5.4->5.6.0, react-querybuilder 8.22.4->8.23.0, zustand 5.0.14->5.0.15, dependency-cruiser 18.1.1->18.2.0 (dev), globals 17.9.0->17.11.0 (dev). Lockfile dedupes react-querybuilder's nested @react-querybuilder/core to the hoisted 8.23.0, matching Dependabot's diff shape exactly. Gates: npm run build:dev, tsc --noEmit, eslint (9 pre-existing warnings in files untouched by this bump, not fixed per scope), vitest run --coverage (61/61 files, 551/551 tests, coverage thresholds met), full playwright test suite: 347 passed, 5 flaky (pass on retry, all pre-existing QUARANTINE.md entries), 1 skipped, 3 failed all retries -- all three root-caused as unrelated to this bump: - composition-canvas-interactions.spec.ts:25: already quarantined (QUARANTINE.md, pre-existing on unmodified main). - layout.spec.ts:173 and state-persistence.spec.ts:166: both trip on the same BuildIdentityBadge staleness check. `go version -m` on the rebuilt server binary showed vcs.revision resolving to the MAIN checkout's HEAD rather than this worktree's own HEAD, even after `go build -a` forced a full relink -- a Go/git-worktree VCS-stamping artifact, not a source or dependency regression. CI builds from a fresh clone (no worktree/main HEAD divergence), so this does not affect the required gate. Claude-Session: https://claude.ai/code/session_01FW5GkkAG8du7tNdYLk2zSd Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
alicoding
enabled auto-merge (squash)
August 18, 2026 18:50
# Conflicts: # frontend/package-lock.json # frontend/package.json
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.
Summary
One deliberate, tested branch superseding Dependabot's low-risk PRs. Excludes #206/#208 (Wails beta bumps) per scope.
#204 -- Docker digest (build/docker/Dockerfile.cross)
golang:1.26-bookwormbase image digest bump (no version change, digest-only).#205 -- Go dependencies group (go.mod / go.sum)
dbos-inc/dbos-transact-golang1.0.0 -> 1.1.0santhosh-tekuri/jsonschema/v66.0.2 -> 6.0.3yuin/goldmark1.8.2 -> 1.8.5golang.org/x/net0.56.0 -> 0.58.0modernc.org/sqlite1.54.0 -> 1.56.0go mod tidytransitives (matching Dependabot's go.sum exactly):x/mod0.37.0->0.38.0,x/text0.40.0->0.41.0,x/tools0.47.0->0.48.0,mattn/go-isatty0.0.23->0.0.24,modernc.org/libc1.74.3->1.74.4,google/pprofbump.#207 -- npm dependencies group (frontend/)
@faker-js/faker10.5.0 -> 10.6.0@primer/react38.35.0 -> 38.35.1@xyflow/react12.11.2 -> 12.11.3papaparse5.5.4 -> 5.6.0react-querybuilder8.22.4 -> 8.23.0zustand5.0.14 -> 5.0.15dependency-cruiser18.1.1 -> 18.2.0 (dev)globals17.9.0 -> 17.11.0 (dev)Gates run
go vet ./...clean;go test . ./internal/... -race -count=1all packages pass;go build -tags serverandgo build(desktop) both green.npm run build:devpass;npx tsc --noEmitpass;npx eslint . --max-warnings=0-- 9 pre-existing warnings (react-hooks/exhaustive-deps, react-refresh) in files untouched by this bump, not fixed (out of scope);npx vitest run --coverage-- 61/61 test files, 551/551 tests pass, coverage thresholds met.npx playwright test): 347 passed, 5 flaky (pass on retry, all pre-existingfrontend/e2e/QUARANTINE.mdentries), 1 skipped, 3 failed all retries -- all three accepted as unrelated to this bump:composition-canvas-interactions.spec.ts:25-- already quarantined, documented pre-existing on unmodified main.layout.spec.ts:173andstate-persistence.spec.ts:166-- both trip the sameBuildIdentityBadgestaleness check.go version -mon the rebuilt server binary showedvcs.revisionresolving to the main checkout's HEAD rather than this worktree's own HEAD, reproduced even aftergo build -aforced a full relink -- a Go/git-worktree VCS-stamping artifact from the main checkout advancing during this session, not a source or dependency regression. CI builds from a fresh clone (no worktree/main HEAD divergence), so this does not affect the required gate.Test plan
🤖 Generated with Claude Code
https://claude.ai/code/session_01FW5GkkAG8du7tNdYLk2zSd