Skip to content

Update @embroider/addon-dev and glimmer-scoped-css #2409

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

ef4
Copy link
Contributor

@ef4 ef4 commented Apr 9, 2025

glimmer-scoped-css 0.8.0 lets us ignore uses of :global in cards. This adds a Matrix test to assert that works.

The rest is dependency updates and changes to how boxel-ui assets are bundled.

Copy link

github-actions bot commented Apr 9, 2025

Host Test Results

  1 files  ±0    1 suites  ±0   29m 21s ⏱️ -14s
886 tests ±0  880 ✅ ±0  6 💤 ±0  0 ❌ ±0 
893 runs  ±0  887 ✅ ±0  6 💤 ±0  0 ❌ ±0 

Results for commit a9dbce6. ± Comparison against base commit 460823a.

♻️ This comment has been updated with latest results.

@ef4 ef4 changed the title addon-dev 8.x Update @embroider/addon-dev and glimmer-scoped-css Apr 9, 2025
await expect(
page.locator('[data-test-paragraph-with-no-global-style]'),
).toHaveCSS('font-style', 'normal');
});
Copy link
Contributor

@backspace backspace Apr 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I originally tried to have this in an acceptance test:

boxel-motion (Git) 2025-04-10 09-51-13

But :global wasn’t being ignored! Are cards in host tests transpiled through a different codepath? 😳

@backspace backspace marked this pull request as ready for review April 10, 2025 16:26
@backspace backspace requested a review from a team April 10, 2025 16:26
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.

2 participants