Skip to content

fix(deps): mirror tlon @aws-sdk/* deps to root — unblock publish-next#2405

Merged
alexey-pelykh merged 1 commit intomainfrom
fix/2403-mirror-tlon-aws-sdk-deps
Apr 19, 2026
Merged

fix(deps): mirror tlon @aws-sdk/* deps to root — unblock publish-next#2405
alexey-pelykh merged 1 commit intomainfrom
fix/2403-mirror-tlon-aws-sdk-deps

Conversation

@alexey-pelykh
Copy link
Copy Markdown

Summary

Closes #2403.

Cherry-pick #2402 added @aws-sdk/client-s3@3.1000.0 and @aws-sdk/s3-request-presigner@3.1000.0 to extensions/tlon/package.json (replacing the removed @tloncorp/api git dep) but did not mirror them in root package.json. pnpm release:check enforces that bundled-extension deps must exist in root, so publish-next has been failing on every push to main since commit f4c70a29 (2026-04-18 21:24 UTC).

Changes

  • Add @aws-sdk/client-s3@3.1000.0 and @aws-sdk/s3-request-presigner@3.1000.0 to root package.json dependencies (alphabetical order).
  • Regenerate pnpm-lock.yaml.

Diff is minimal — 2 files, 8 line insertions.

Local verification

$ pnpm install   # Done in 13s
$ pnpm build     # succeeded
$ pnpm release:check
release-check: npm pack contents look OK.   # exit 0

Pre-commit hooks also passed: format:check, tsgo, lint, lint:tmp:no-random-messaging, lint:no-remoteclaw-ai.

Test plan

  • CI passes (build, test, lint, docs).
  • Post-merge publish-next run succeeds (verifies the gap is closed end-to-end).

Precedent

Same class of fix as #2361, #2384, #2399.

🤖 Generated with Claude Code

Cherry-pick #2402 added `@aws-sdk/client-s3@3.1000.0` and
`@aws-sdk/s3-request-presigner@3.1000.0` to `extensions/tlon/package.json`
but did not mirror them in root `package.json`. `pnpm release:check`
enforces that bundled-extension deps exist in root (or sit in the
extension's `rootDependencyMirrorAllowlist`), so `publish-next` has
been failing on every push to main since commit f4c70a2.

Add both deps to root `dependencies` in alphabetical order and
regenerate `pnpm-lock.yaml`. Local `pnpm release:check` exits 0.

Closes #2403

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@alexey-pelykh alexey-pelykh merged commit 53a5547 into main Apr 19, 2026
12 checks passed
@alexey-pelykh alexey-pelykh deleted the fix/2403-mirror-tlon-aws-sdk-deps branch April 19, 2026 06:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(deps): mirror tlon @aws-sdk/* deps to root — unblock publish-next

1 participant