Skip to content

Switch host build to vite#4019

Draft
ef4 wants to merge 33 commits intomainfrom
vite
Draft

Switch host build to vite#4019
ef4 wants to merge 33 commits intomainfrom
vite

Conversation

@ef4
Copy link
Contributor

@ef4 ef4 commented Feb 18, 2026

No description provided.

ef4 added 21 commits December 10, 2025 18:19
These imports in app.ts were skipping a level in the package dependency graph. ember-power-select and ember-power-calendar are not dependencies of host, they're dependencies of boxel-ui.

Trying to import from your dep's deps is unreliable and makes the vite depscan complain.

I pushed them down into the boxel-ui components that actually pull the corresponding ember-power-* components into the project.
Under vite, we don't use an AMD loader so we won't conflict with the one in monaco.
@github-actions
Copy link

github-actions bot commented Feb 18, 2026

Host Test Results

  1 files  ±  0    1 suites  ±0   5h 16m 17s ⏱️ + 2h 46m 58s
956 tests  - 831  865 ✅  - 893  10 💤  - 5   4 ❌ + 4  77 🔥 +63 
960 runs   - 841  784 ✅  - 974  10 💤  - 5  85 ❌ +71  81 🔥 +67 

For more details on these failures and errors, see this check.

Results for commit d31a956. ± Comparison against base commit ce521ed.

This pull request removes 911 and adds 80 tests. Note that renamed tests count towards both.
Chrome ‑ Acceptance | AI Assistant tests: ai assistant panel width persists to localStorage
Chrome ‑ Acceptance | AI Assistant tests: creates new session with settings even when empty new session exists
Chrome ‑ Acceptance | AI Assistant tests: handles summarization error gracefully when creating new session
Chrome ‑ Acceptance | AI Assistant tests: restores chat input of unsent messages
Chrome ‑ Acceptance | AI Assistant tests: shows an error and persists the prompt in case the message failed to send
Chrome ‑ Acceptance | AI Assistant tests: skip button skips session preparation and shows correct wording
Chrome ‑ Acceptance | Commands tests > command-runner: route captures command runtime error
Chrome ‑ Acceptance | Commands tests > command-runner: route renders command result card
Chrome ‑ Acceptance | Commands tests > suspending global error hook: a command that errors when executing allows retry
Chrome ‑ Acceptance | Commands tests: LLM mode event controls auto-apply of switch-submode command with timestamp checking
…
Chrome ‑ Acceptance | code submode | head format preview: does not show warning when head template only has allowed tags
Chrome ‑ Acceptance | code submode | head format preview: head format preview updates when editing card json
Chrome ‑ Acceptance | code submode | head format preview: shows warning when head template contains disallowed tags
Chrome ‑ Acceptance | svg image def: authenticated images display in browser
Chrome ‑ Acceptance | svg image def: extracts dimensions from viewBox when width/height attributes are absent
Chrome ‑ Acceptance | svg image def: extracts width and height from SVG with explicit attributes
Chrome ‑ Acceptance | svg image def: falls back when SvgDef is used for non-SVG content
Chrome ‑ Acceptance | svg image def: indexing stores SVG metadata and file meta uses it
Chrome ‑ Acceptance | svg image def: isolated template renders img with width and height attributes
Chrome ‑ Acceptance | workspace-delete-multiple: can cancel bulk delete operation
…

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Feb 19, 2026

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