fix: mirror new bundled extension deps to root — unblock publish-next#2361
Merged
alexey-pelykh merged 1 commit intomainfrom Apr 15, 2026
Merged
fix: mirror new bundled extension deps to root — unblock publish-next#2361alexey-pelykh merged 1 commit intomainfrom
alexey-pelykh merged 1 commit intomainfrom
Conversation
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>
This was referenced Apr 19, 2026
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
package.jsonthat were introduced by the v2026.3.8 upstream sync (chore: sync upstream v2026.3.7 to v2026.3.8 #2360)publish-nextjob which fails at therelease-checkdependency mirror validationRoot cause
The upstream sync brought new deps to 6 bundled extensions without mirroring them to root. The
release:checkvalidation catches this, but only runs insidepublish-next(gated onpushevent) — PRs skip it entirely, so #2360 merged green.Test plan
pnpm release:checkdependency mirror validation passes locallypnpm format:checkpasses🤖 Generated with Claude Code