chore(deps): consolidated Dependabot batch 2026-06-29#386
Merged
Conversation
Dependabot batch 2026-06-29. Patch bump of the slim base image in both Dockerfiles (root middleware + web-ui), all stages.
… 4->7, setup-qemu-action 3->4) Dependabot batch 2026-06-29. Major-version bumps: actions/checkout v4->v7 (6 workflows), actions/upload-artifact v4->v7 (desktop-apps), docker/setup-qemu-action v3->v4 (publish-images). Isolated commit so it can be reverted independently if a runner-runtime regression appears.
Dependabot batch 2026-06-29. @anthropic-ai/sdk ^0.101.0->^0.106.0, @aws-sdk/client-s3 ^3.1057.0->^3.1075.0 (root + harness-diagrams), @azure/msal-node ^5.2.2->^5.3.0, bonjour-service ^1.3.0->^1.4.2, prettier ^3.8.2->^3.9.1, vitest ^4.1.8->^4.1.9 (canvas-core). Lockfile reconciled on node 22.22.3; esbuild/rollup platform entries preserved.
Dependabot batch 2026-06-29. react/react-dom ^19.2.6->^19.2.7, @types/react ^19.2.15->^19.2.17, @xyflow/react ^12.11.0->^12.11.1, @tailwindcss/postcss ^4.3.0->^4.3.1, @types/node ^22.10.5->^22.20.0, eslint-config-next ^16.2.6->^16.2.9, vitest ^4.1.8->^4.1.9. Lockfile reconciled; esbuild/rollup entries preserved.
…abot-batch-2026-06-29
This was referenced Jun 29, 2026
Closed
Closed
Closed
Closed
3 tasks
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.
Consolidated Dependabot batch — 2026-06-29
Bundles all 12 Dependabot updates opened today into one branch. The Dependabot branches were stale relative to
main(a naive merge would have reverted the recently addedINSTALL_SUBSCRIPTION_CLIS=trueinpublish-images.yml), so every bump was applied surgically onto freshmaininstead of merging the bot branches. Lockfiles were reconciled withnpm installon node 22.22.3;@esbuild/@rollupplatform entries are preserved (78 → 78 in both lockfiles).What changed
Docker —
node:22.22.3-slim→22.23.1-slim(root + web-ui Dockerfiles).GitHub Actions (major bumps, isolated commit
e0558dd)npm — middleware:
@anthropic-ai/sdk0.101→0.106,@aws-sdk/client-s33.1057→3.1075 (root + harness-diagrams),@azure/msal-node5.2.2→5.3.0,bonjour-service1.3→1.4.2,prettier3.8.2→3.9.1,vitest4.1.8→4.1.9 (canvas-core).npm — web-ui:
react/react-dom19.2.6→19.2.7,@types/react19.2.15→19.2.17,@xyflow/react12.11→12.11.1,@tailwindcss/postcss4.3.0→4.3.1,@types/node22.10.5→22.20.0,eslint-config-next16.2.6→16.2.9.Gates (local, node 22.22.3) — all green
next build✅Risk assessment (incl. Codex / GPT-5 review)
All npm + Docker bumps are semver minor/patch within existing major ranges → LOW, confirmed by green gates. The only majors are the three GitHub Actions:
ubuntu/macos/windows-latest(node24-capable); no self-hosted runners. Codex rated MED only because it could not rule out self-hosted runners — verified none exist.name: omadia-installers-${{ matrix.os }}(unique per matrix OS), so the v4+ immutable / no-overwrite semantics are not hit.Known wrinkle (pre-existing): npm warns
@omadia/integration-microsoft365declares peer@azure/msal-node ^2.16.2while root is now 5.3.0 (was 5.2.2 before). Not newly introduced; build + tests pass.Highest-risk item:
actions/checkout@v7— the failure mode to watch is a job failing at checkout (before tests) on a runtime-incompatible runner. Mitigated here by all-hosted-latest runners.Note on PR shape
Codex recommended splitting the three Actions majors into a separate PR (CI-platform regressions surface before project tests and are cleaner to revert in isolation). They are already in a single isolated commit (
e0558dd) so they can be reverted on their own, or I can split them into a second PR on request.