Skip to content

chore(api): regenerate stale API report snapshots#844

Merged
jedrazb merged 1 commit into
mainfrom
fix-api-snapshot-drift
Jun 16, 2026
Merged

chore(api): regenerate stale API report snapshots#844
jedrazb merged 1 commit into
mainfrom
fix-api-snapshot-drift

Conversation

@jedrazb

@jedrazb jedrazb commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

The build job's api:check has failed on main since #840. The committed React and agents API reports drifted from what API Extractor produces under the lockfile-pinned toolchain (@types/react@19.2.17), because #840's snapshots were regenerated with a different local toolchain.

The drift is representational only:

  • JSX return-type alias naming (react_jsx_runtime.JSX.Elementreact.JSX.Element / React_2.JSX.Element)
  • @public (undocumented)@public tag normalization on a few interfaces

No public symbols, signatures, or shapes changed. api:check was short-circuiting at the React package, which is why CI only reported index+ui; the agents react entry was stale too and is included here.

bun run api:check passes clean (exit 0) after this regen.


View with Codesmith Autofix with Codesmith
Need help on this PR? Tag /codesmith with what you need. Autofix is disabled.

The committed React + agents API reports drifted from what API Extractor
produces under the lockfile-pinned toolchain (@types/react 19.2.17),
breaking the `build` job's api:check on main since #840. The drift is
representational only — JSX return-type alias naming
(react_jsx_runtime.JSX.Element → react.JSX.Element) and @public tag
normalization. No public symbols, signatures, or shapes changed.
@vercel

vercel Bot commented Jun 16, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docx-editor Ready Ready Preview, Comment Jun 16, 2026 2:11pm

Request Review

@eigenpal-release-pal

Copy link
Copy Markdown
Contributor

All contributors have signed the CLA ✍️ ✅

Posted by the CLA bot.

@jedrazb jedrazb merged commit c2a0721 into main Jun 16, 2026
8 checks passed
@jedrazb jedrazb deleted the fix-api-snapshot-drift branch June 16, 2026 14:14
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