[DX-1319] Generalize type-surface check to the packages matrix - #918
Draft
kraenhansen wants to merge 2 commits into
Draft
[DX-1319] Generalize type-surface check to the packages matrix#918kraenhansen wants to merge 2 commits into
kraenhansen wants to merge 2 commits into
Conversation
kraenhansen
force-pushed
the
kh/dx-1319-packages-type-surface
branch
from
August 6, 2026 13:52
6fec5ff to
c762fe7
Compare
kraenhansen
force-pushed
the
kh/dx-1319-packages-type-surface
branch
from
August 6, 2026 14:00
c762fe7 to
f7e9fb7
Compare
3 tasks
kraenhansen
force-pushed
the
kh/dx-1319-packages-type-surface
branch
2 times, most recently
from
August 6, 2026 14:44
228f84b to
838dc43
Compare
kraenhansen
force-pushed
the
kh/dx-1319-packages-type-surface
branch
from
August 6, 2026 14:54
838dc43 to
d07f773
Compare
kraenhansen
force-pushed
the
kh/dx-1319-packages-type-surface
branch
6 times, most recently
from
August 7, 2026 11:19
cd13430 to
490687b
Compare
Contributor
Type surface report✅ No type-surface changes across 5 package(s). Unchanged: @elevenlabs/client ( |
Single job that builds head and the merge-base (git worktree) once with turbo, then runs the dts-breaking-changes action in workspace mode: the action discovers every package's public type entrypoints and reports them in one PR comment. Major changesets are detected and passed as `allow-breaking-packages`. `@elevenlabs/types` is type-only, so it ships dts-breaking-changes.json with `compareTypeOnlyExports: true`. The engine, discovery, and multi-surface action live in the base PR (#917). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Turn on `api-summary` so each packages PR renders a structural diff of API additions/removals/changes alongside the breaking-change gate. It is a review aid only and does not affect the gate. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
kraenhansen
force-pushed
the
kh/dx-1319-packages-type-surface
branch
from
August 7, 2026 11:25
490687b to
b93ac32
Compare
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.
Stacked on #917 (base is that branch, not
main).Adds the
type surfaceworkflow that checks every package's public type surface on a PR and reports them in a single comment. The engine, discovery, and action live in #917.How
git worktree) once with turbo.majorchangesets and passes them asallow-breaking-packages../.github/actions/dts-breaking-changesin workspace mode (base-root/head-root): the action discovers each package's public type entrypoints and reports them in one PR comment. A consumer-breaking change fails the check unless acknowledged by thebreakinglabel or amajorchangeset for that package.@elevenlabs/typesis type-only, so it shipsdts-breaking-changes.jsonwithcompareTypeOnlyExports: true.Test plan
@elevenlabs/client's././internal/./internal/unityand@elevenlabs/react-native)majorchangeset (or thebreakinglabel) turns it to a warning🤖 Generated with Claude Code