fix(deps): mirror tlon @aws-sdk/* deps to root — unblock publish-next#2405
Merged
alexey-pelykh merged 1 commit intomainfrom Apr 19, 2026
Merged
fix(deps): mirror tlon @aws-sdk/* deps to root — unblock publish-next#2405alexey-pelykh merged 1 commit intomainfrom
alexey-pelykh merged 1 commit intomainfrom
Conversation
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>
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
Closes #2403.
Cherry-pick #2402 added
@aws-sdk/client-s3@3.1000.0and@aws-sdk/s3-request-presigner@3.1000.0toextensions/tlon/package.json(replacing the removed@tloncorp/apigit dep) but did not mirror them in rootpackage.json.pnpm release:checkenforces that bundled-extension deps must exist in root, sopublish-nexthas been failing on every push to main since commitf4c70a29(2026-04-18 21:24 UTC).Changes
@aws-sdk/client-s3@3.1000.0and@aws-sdk/s3-request-presigner@3.1000.0to rootpackage.jsondependencies(alphabetical order).pnpm-lock.yaml.Diff is minimal — 2 files, 8 line insertions.
Local verification
Pre-commit hooks also passed:
format:check,tsgo,lint,lint:tmp:no-random-messaging,lint:no-remoteclaw-ai.Test plan
build,test,lint,docs).publish-nextrun succeeds (verifies the gap is closed end-to-end).Precedent
Same class of fix as #2361, #2384, #2399.
🤖 Generated with Claude Code