chore(deps): batch patch-level go and ui dependency bumps

Batched low-risk patch/minor bumps from open dependabot PRs on the github mirror, so they can be merged in one go and the corresponding PRs closed.

Go (engine/go.mod):

UI (ui/packages/{ce,shared}):

pgx 5.7.5 -> 5.9.1 notes: v5.9.0 requires Go 1.25+ (engine is on 1.26). No SendBatch/Pipeline usage in engine/, and database/sql uses the lib/pq driver, not pgx/v5/stdlib, so the v5.8.0 ResetSession and v5.9.0 pipeline-error changes don't apply.

Excluded:

  • @types/node 12.20.33 -> 12.20.55 (dependabot#331). Node 12 has been EOL for 3 years; bumping a stale type within an EOL major papers over the real fix. Tracked separately in #698.

Verified: make build, make test, make run-lint, pnpm test (ce), pnpm build (ce), pnpm run lint (ce) all green.

Edited by Artyom Kartasov

Merge request reports

Loading