chore(deps): refresh runtime and worker toolchains - #958
Conversation
|
Codex review: needs maintainer review before merge. Reviewed August 5, 2026, 9:17 AM ET / 13:17 UTC. ClawSweeper reviewWhat this changesRefreshes the CLI's Google API and OpenTelemetry dependencies and the Gmail tracking Worker's Cloudflare types, formatter, linter, and corresponding lockfiles. Merge readinessKeep open: this collaborator-authored, bounded dependency refresh is not already on current main and has no source-backed correctness finding; it should proceed through normal review once the in-progress platform checks finish. Priority: P3 Review scores
Verification
How this fits togethergog CLI commands use the Go Google API client layer to reach Google services, while Gmail tracking setup builds and deploys a Cloudflare Worker. This PR updates the dependency toolchains beneath both paths without changing application source behavior. flowchart LR
A[CLI commands] --> B[Google API client layer]
D[Telemetry instrumentation] --> B
B --> C[Google services]
E[Gmail tracking setup] --> F[Worker toolchain]
F --> G[Cloudflare tracking endpoints]
Before merge
Agent review detailsSecurityNone. Review metrics
Merge-risk optionsMaintainer options:
Technical reviewBest possible solution: Land the pinned, policy-eligible dependency set after the remaining platform checks confirm the CLI and Worker continue to build and test cleanly. Do we have a high-confidence way to reproduce the issue? Not applicable: this is a dependency-maintenance PR rather than a report of broken behavior; its body supplies post-update CLI and Worker validation claims. Is this the best way to solve the issue? Yes: updating the manifests together with their deterministic Go and pnpm lock data is the narrowest maintainable approach for this toolchain refresh. AGENTS.md: found and applied where relevant. Codex review notes: model internal, reasoning high; reviewed against 72aa5b28aff8. LabelsLabel changes:
Label justifications:
EvidenceWhat I checked:
Likely related people:
Rating scale
Overall follows the weaker of proof and patch quality. Workflow
|
Summary
Wrangler 4.119.0 was published during this sweep but is blocked by the repository's minimum-release-age supply-chain policy; 4.118.0 remains the newest eligible version.
Proof
make cimake worker-ci/health(200ok) plus an unknown route (404)