Skip to content

fix: mirror new bundled extension deps to root — unblock publish-next#2361

Merged
alexey-pelykh merged 1 commit intomainfrom
fix/post-sync-dep-mirror-drift
Apr 15, 2026
Merged

fix: mirror new bundled extension deps to root — unblock publish-next#2361
alexey-pelykh merged 1 commit intomainfrom
fix/post-sync-dep-mirror-drift

Conversation

@alexey-pelykh
Copy link
Copy Markdown

Summary

  • Add 10 missing dependencies to root package.json that were introduced by the v2026.3.8 upstream sync (chore: sync upstream v2026.3.7 to v2026.3.8 #2360)
  • Affected extensions: googlechat, matrix, msteams, nostr, tlon, zalouser
  • Unblocks the publish-next job which fails at the release-check dependency mirror validation

Root cause

The upstream sync brought new deps to 6 bundled extensions without mirroring them to root. The release:check validation catches this, but only runs inside publish-next (gated on push event) — PRs skip it entirely, so #2360 merged green.

Test plan

  • pnpm release:check dependency mirror validation passes locally
  • pnpm format:check passes
  • Pre-commit hooks (lint, format, typecheck) pass
  • CI build + test pass

🤖 Generated with Claude Code

The v2026.3.8 upstream sync added dependencies to 6 bundled extensions
(googlechat, matrix, msteams, nostr, tlon, zalouser) without mirroring
them to root package.json, causing the release-check dependency mirror
validation to fail in publish-next on main.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.

1 participant