Uh oh!
There was an error while loading. Please reload this page.
fix(build): resolve @object-ui/sdui-parser in CI (alias to src) - #2057
Merged
Conversation
…e + tsconfig) #2056 added the @object-ui/sdui-parser import in components/page.tsx but not the workspace src aliases, so CI could not resolve it (364 test suites + console E2E build failed). Mirror the @object-ui/core alias in all three maps. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The latest updates on your projects. Learn more about Vercel for GitHub. |
Contributor
✅ Console Performance Budget
📦 Bundle Size Report
Size Limits
|
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
Hotfix for main.#2056 (auto-)merged while Build/E2E + Test were red — those checks aren't required by branch protection, so auto-merge didn't gate on them. Root cause:
packages/components/src/renderers/layout/page.tsximports@object-ui/sdui-parser, but the new package wasn't added to the workspacesrcalias maps, so vitest and the console vite build couldn't resolve it (364 suites + E2E failed).Adds
@object-ui/sdui-parser → packages/sdui-parser/srctovitest.config.mts,apps/console/vite.config.ts, andtsconfig.json— mirroring@object-ui/core. Verified: a previously-failing console suite now passes locally.🤖 Generated with Claude Code